summaryrefslogtreecommitdiff
path: root/build/android/src
Commit message (Collapse)AuthorAge
* Android: shorten initial progress bar text way more simpleSapier2015-12-23
|
* Android: statically load iconv libraryest312015-10-24
| | | | | | | | Fixes #3291 Thanks to @arpruss for reporting the bug, and suggesting the fix. Also, remove trailing whitespaces.
* Fix libgmp for Androidest312015-05-15
| | | | | | | | | Android terminated immediately after start since commit 181f7baa453c58d4070de7196fd74663110946a8 because library wasn't loaded, and libminetest.so required libgmp.so.10 instead of libgmp.so. The second issue has been solved by the linker flags.
* Android: Backport changes from stable-0.4Loic Blot2015-03-14
|
* Android: fix package name in JAVA sourcesLoic Blot2015-03-14
|
* Increase stepheight on android by 0.5 to smoothen movementsapier2015-01-11
|
* Fixes for androidsapier2015-01-06
| | | | | | | | | Copy only minetest_game to apk by default Don't copy .git and .svn folders to apk Fix bouncing asset copy scrollbar due to long filepaths Reenable font scaling to fix broken menu on high dpi screens Implement minetest loglevel to android loglevel mapping Disable touch digging while moving around
* Speedup initial android startup on some devices by factor 10 or moresapier2015-01-02
|
* Add support for Android 2.3+sapier2014-06-29
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!