v13.6.0.r2088
Changes since v13.6.0.r2070
🐛 Bug Fixes
- fix: wire up shape_style and expressive_shapes - previously pure no-ops (b827831)
- fix: honor Animation Intensity setting outside the Home screen (7471ac1)
- fix: Compose screens now read the ColorScheme from the app's own theme (9c8b7ed)
- fix: dialog-host activities now honor user theming instead of hardcoded dark (b929d7a)
- fix: server can't find "the manager app" on a Drop-In-only install (6a1a245)
- fix: suppress content transitions on recreate() to stop black screen (59a38d3)
- fix: bind backup/restore cipher to the biometric CryptoObject (#315) (d0c339e)
🔧 Improvements & Refactors
- Fix false positive in guard's missing-R-import check (0fe1f85)
- Declare missing ThemeOverlay.Shape base style (3afdd9d)
- Fix core:ui compile errors breaking CI on master (6186af6)
- Fix cards blending into the background on Home and Settings (be4d653)
- Close remaining icon-styling gaps and remove a dead blank header (5d7fe0f)
- Add selective screenshot capture for UI-rendering crashes only (f58cc11)
- Promote genuinely actionable server warnings to ERROR for Sentry (6a0add2)
- Cut Sentry event volume: disable APM/attachments, fix severity, dedup (d7ff925)
- Fix Home card edit-mode drag handle overlapping the remove button (d71f3cd)
- Extend icon style/color-mode settings to Home screen cards (71db863)
- enhance: Two-Tone icon color modes (none/uniform/per-icon) + shape variety (dff5911)
📦 Recent Releases
📣 You're viewing an older release. Here are the current builds — update for the latest fixes:
🚀 Most recent major release — v13.6.0.r2603
App Backup overhaul: search/filter the app list by name or package, back up all apps at once with a single menu tap, toggle system-app visibility, and restore external data directly from any backup file (external.tar.gz). Each row now shows the app version name and a 'no-backup' badge when android:allowBackup=false, matching what Swift Backup and Neo Backup display. The SAF export directory is surfaced in the home card summary and in the completion Snackbar. After restoring ShizukuPlus settings a persistent Snackbar offers an immediate restart so theme/language changes apply without manually force-stopping the app.
🏛️ Major release of this build's era — v13.6.0.r2032 — Stealth mode (hide launcher icon)
⚠️ Most recent critical fix — v13.6.0.r2590
Fixed Settings import/export silently reading/writing the wrong storage file on Android 7+ (exports were empty; imports had no effect). Fixed Feature Hub crash (ClassCastException) caused by migrateAutomationTrustedNetworks reading the wrong SharedPreferences file. Fixed AutomationService double-firing network firewall rule, not starting the app monitor for auto-hide-only users, and not restarting correctly at boot on API 24-25. Fixed WatchdogService clearing watchdog setting on transient foreground-start rejections.
| Release | Highlight |
|---|---|
| v13.6.0.r2602 (latest) | backup: add search filter to app backup list |
| v13.6.0.r2601 | backup: add Backup All batch operation |
| v13.6.0.r2600 | backup: show version name and allowBackup=false badge in app list |
| v13.6.0.r2598 | Show restart Snackbar after settings restore |
| v13.6.0.r2597 | backup: show configured export dir in App Backup home card summary |