- Update various dependencies to newer versions.
- Update F-Droid builds as no longer maintained, and add note about it in README.
- Update minimum sdk version to 26.
- Remove unused `kapt` plugin.
- Refactor to replace `MainApplication.INSTANCE!!` with `MainApplication.getInstance()`
- Update NDK version to 28.0.13004108.
-Update comments and other minor tweaks.
- Add `ExpiredActivity` to handle expired builds.
- Make `isWrapped` a static final variable with appropriate assertion.
- Improve error handling for cases where activities are null.
Signed-off-by: androidacy-user <opensource@androidacy.com>
- initial work on UNTESTED ksu support
- prepare for play release
- don't try to get magisk path if no root
- remove debug logging entirely on release builds
- if we set an if condition to a constant falsey value, r8 is nice enough to remove it for us
- more that i really don't care to document
Signed-off-by: androidacy-user <opensource@androidacy.com>
- new fragment based categories
- allow to control update check interval
Known issue:
- licenses screen is now an activity but may not respect user theme if it doesn't match system
Signed-off-by: androidacy-user <opensource@androidacy.com>