You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aegis/app
google-labs-jules[bot] a824fcd2b5 feat: Add support for Android 4.1+ (API 16)
This change makes the app compatible with Android 4.1 (Jelly Bean) and later versions.

- Lowered minSdkVersion to 16 in app/build.gradle.
- Removed unsupported features from AndroidManifest.xml and layout files.
- Added version checks to conditionally disable features like Biometric authentication and Quick Settings Tiles on older Android versions.
- Ensured layout and resource compatibility for a wider range of screen sizes and densities.
- build: Remove git dependency from build script
- fix: Revert compileSdk and targetSdk to 35
- feat: Conditionally disable camera functionality on API < 21
- feat: Conditionally disable About screen on API < 21
- fix: Downgrade material library to 1.4.0
2 months ago
..
config
schemas/com.beemdevelopment.aegis.database.AppDatabase
src
.gitignore
build.gradle feat: Add support for Android 4.1+ (API 16) 2 months ago
lint.xml
proguard-rules.pro