aboutsummaryrefslogtreecommitdiff
path: root/android/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete androidRunxi Yu2024-06-2814-994/+0
|
* Android: Add support for sharing debug.txt (#12370)rubenwardy2022-06-053-1/+36
|
* Fixes to Android build + option to turn LuaJIT on/off for testing purposes ↵paradust72022-05-211-0/+4
| | | | (#12334)
* Update to Android target SDK 30 (#11746)rubenwardy2021-11-274-5/+13
|
* Update Android to new dependency repo (#11690)sfan52021-10-311-3/+3
|
* Use scoped app storage on Android (#11466)rubenwardy2021-10-157-142/+240
| | | | | | | | | | | 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
* Gettext support on Android (#11435)Pevernow2021-08-081-4/+7
| | | | Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be>
* Move build/android directory to root of project (#11283)NeroBurner2021-06-2113-0/+846