| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-31 | Android: Increase target/compiled SDK version to 32 (#12911) | Muhammad Rifqi Priyo Susanto | |
| Build Tools, NDK, and Gradle are also updated. Repositories is changed from jcenter() to mavenCentral(). | |||
| 2022-08-25 | Fix and enable x86 build for Android (#12700) | savilli | |
| 2022-06-05 | Android: Add support for sharing debug.txt (#12370) | rubenwardy | |
| 2022-05-21 | Fixes to Android build + option to turn LuaJIT on/off for testing purposes ↵ | paradust7 | |
| (#12334) | |||
| 2021-11-27 | Update to Android target SDK 30 (#11746) | rubenwardy | |
| 2021-10-31 | Update Android to new dependency repo (#11690) | sfan5 | |
| 2021-10-15 | Use scoped app storage on Android (#11466) | rubenwardy | |
| From November 2021, the Play Store will no longer be accepting apps which use the deprecated getExternalStorageDirectory() API. Therefore, this commit replaces uses of deprecated API with the new scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`). It also provides a temporary migration to move user data from the shared external directory to new storage. Fixes #2097, #11417 and #11118 | |||
| 2021-08-08 | Gettext support on Android (#11435) | Pevernow | |
| Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be> | |||
| 2021-06-21 | Move build/android directory to root of project (#11283) | NeroBurner | |
