summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAge
* Bump version to 5.6.1sfan52022-09-19
|
* Fix and enable x86 build for Android (#12700)savilli2022-09-14
|
* Bump version to 5.6.0sfan52022-08-04
|
* Run Minetest update checker on startup (#7629)SmallJoker2022-08-02
| | | | | | | This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
* Use newer NDK r23c for android buildsfan52022-07-22
|
* Android: Add support for sharing debug.txt (#12370)rubenwardy2022-06-05
|
* Fixes to Android build + option to turn LuaJIT on/off for testing purposes ↵paradust72022-05-21
| | | | (#12334)
* Move the codebase to C++14sfan52022-02-26
|
* Continue with 5.6.0-devsfan52022-01-30
|
* Bump version to 5.5.0sfan52022-01-30
|
* Fully remove bitmap font support (#11863)sfan52022-01-08
| | | Freetype is now a build requirement.
* Update to Android target SDK 30 (#11746)rubenwardy2021-11-27
|
* Replace uses of which(1) with command -vsfan52021-10-31
|
* Update Android to new dependency repo (#11690)sfan52021-10-31
|
* Use scoped app storage on Android (#11466)rubenwardy2021-10-15
| | | | | | | | | | | 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-31
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Gettext support on Android (#11435)Pevernow2021-08-08
| | | | 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-21