Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | Android: add Android Studio support, completely redone java part (#9066) | Maksim | |
2020-01-13 | Android: fix cyrillic characters, update iconv lib (#9117) | Maksim | |
2018-09-23 | Fix "Hunk #1 FAILED at 9 (different line endings)." | Lourens-Rich | |
2018-06-10 | Fix many Android build issues | Loic Blot | |
It remains one issue with MT itself and rtti | |||
2017-12-04 | Android: Update build system for ndk-r15x | stujones11 | |
Add workarounds for ndk-r16. | |||
2017-05-13 | Android dependencies updates (#5755) | Loïc Blot | |
* irrlicht ogles 5122 -> 5145 * openssl 1.0.2j -> 1.0.2k * curl 7.52 -> 7.54 * sqlite 3.15.2 -> 3.18.0 | |||
2016-12-09 | Fix sqlite databases being read-only on 64bit Android by patching sqlite (#4871) | rubenwardy | |
Fixes #4121 | |||
2016-05-14 | Fix android build by fixing patch line endings | est31 | |
2016-05-14 | Fix locked hardware buttons on Android | Maksim Gamarnik | |
Fixes #2122 Fixes #1454 Addendum (est31) According from its docs in android_native_app_glue.h (from the NDK), the onInputEvent should "Return 1 if you have handled the event, 0 for any default dispatching". Before, we always returned 1, meaning we blocked all hardware keys to be given to the OS. This broke the volume keys and has caused #2122 and #1454. Although it bases on lots of guesswork, it can probably safely be said that CGUIEnvironment::postEventFromUser returns true if the event was handled, and false if not. Therefore, set the status variable depending on what postEventFromUser returned. | |||
2016-04-28 | Upgrade Android build to Gradle build system | ShadowNinja | |
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory. |