You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebUI engine detector (_c() in webui/assets/index-migrated.min.js) scans /data/adb/modules/*/module.prop for name=TEESimulator* before falling back to the daemon nice-name and module.prop lookups. Fixes TEESimulator-rs forks displaying as upstream TEESimulator on the badge.
Save toast pill anchored at bottom-inset + 8px with 11px font and 13px icon. pointer-events:none retained in the .show state so taps pass through to the package list. Default duration reduced to 1200ms.
Card-body taps trigger autosave. Programmatic md-checkbox.checked toggles do not dispatch change, so a sibling click listener on .card[data-package] calls scheduleFlush() directly. Coalesced with the existing change-event path via saveScheduled.