Release v0.4.1-alpha
Pre-release
Pre-release
·
2 commits
to main
since this release
Changed
- Extracted battery optimization opt-out from
PermissionWarningCardinto its own dedicated card with standalone "Battery Usage" button PermissionWarningCard— simplified to only handle storage, notification, and all-files-access permissions
Removed
- Auto-start permission request flow (removed
onRequestAutoStartcallback andAutoStartUtildependency from HomeScreen)
Fixed
ScreenshotContentObserver.onChangereturn value — returnstrueonly when a screenshot is actually detected,falseotherwise (prevented false-positive triggering of downstream handlers)