aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete androidRunxi Yu2024-06-287-68/+0
|
* Android: Add support for sharing debug.txt (#12370)rubenwardy2022-06-051-0/+3
|
* Use scoped app storage on Android (#11466)rubenwardy2021-10-152-2/+7
| | | | | | | | | | | 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
* Move build/android directory to root of project (#11283)NeroBurner2021-06-216-0/+60