aboutsummaryrefslogtreecommitdiff
path: root/android/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fully remove bitmap font support (#11863)sfan52022-01-081-1/+0
| | | Freetype is now a build requirement.
* Update to Android target SDK 30 (#11746)rubenwardy2021-11-271-2/+2
|
* Update Android to new dependency repo (#11690)sfan52021-10-313-94/+78
|
* Use scoped app storage on Android (#11466)rubenwardy2021-10-151-0/+4
| | | | | | | | | | | 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
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-2/+8
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Gettext support on Android (#11435)Pevernow2021-08-081-1/+8
| | | | 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-214-0/+337