This website requires JavaScript.
Explore
Help
Sign In
kiwix
/
kiwix-android
Watch
1
Star
0
Fork
0
You've already forked kiwix-android
mirror of
https://github.com/kiwix/kiwix-android.git
synced
2025-08-03 18:56:44 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
kiwix-android
/
app
History
MohitMaliFtechiz
e472d11dc2
Refactored the java.util.Locale constructor, which is deprecated in Android 16. * Created to utilize the methods introduced in this Android version. * Upgraded AGP to , which supports Android 16. * Replaced targetSdkVersion and compileSdkVersion with targetSdkPreview and compileSdkPreview to add support for Android 16. * After upgrading the gradle lint showing some new errors so we have fixed those lint errors that required us to use the KTX extension functions, as they internally utilize the same functions we were using.
2025-03-31 12:11:09 +05:30
..
src
Refactored the java.util.Locale constructor, which is deprecated in Android 16. * Created to utilize the methods introduced in this Android version. * Upgraded AGP to , which supports Android 16. * Replaced targetSdkVersion and compileSdkVersion with targetSdkPreview and compileSdkPreview to add support for Android 16. * After upgrading the gradle lint showing some new errors so we have fixed those lint errors that required us to use the KTX extension functions, as they internally utilize the same functions we were using.
2025-03-31 12:11:09 +05:30
build.gradle.kts
Added support for Android 16. * Upgraded the AGP to which supports Android 16.
2025-03-31 12:11:09 +05:30
detekt_baseline.xml
Minor improvement in downloading functionality.
2024-11-27 15:28:07 +05:30
gradlew
…
gradlew.bat
…
multidex-instrumentation-config.pro
Added CoreComponentFactory to multidex-instrumentation-config.pro, and proGruard file
2024-07-26 13:08:15 +05:30
proguard-rules.pro
Fixed: Online library cannot be retrieved in the Play Store variant.
2024-09-12 16:22:12 +05:30
test-rules.pro
Added test cases to the CI for testing the minified version of the application to prevent this type of error from happening in the future.
2024-09-13 16:59:01 +05:30