Changelog
v4.5.1
Added
Internet Connectivity Check: Added internet check for apps in AppMonitorService (#98)
Accessibility Content Descriptions: Added content descriptions for the app switch (#95)
Refactored
MainActivity Declaration: Reorganized in AndroidManifest (#101)
SettingsActivity Navigation: Redirects to MainActivity when it is the root task (#101)
Build
Reproducible Build: Disabled .so symbol stripping (keepDebugSymbols += "**/*.so") as a preventive RB measure for F-Droid
Build Configuration: Removed the separate F-Droid flavour and merged into a single build
CI Workflow: Updated Android CI workflow for the new build.gradle changes
Cleanup: Removed the obsolete scripts/compile_daemon.sh (daemon is now compiled from source during the build)
Full Changelog: v4.5...v4.5.1