summaryrefslogtreecommitdiff
path: root/build/android/src/main/res/values/styles.xml
Commit message (Collapse)AuthorAge
* Android: add Android Studio support, completely redone java part (#9066)Maksim2020-04-15
|
* Android: build fixes & compat fixesMoNTE482019-11-09
|
* Android: Fix start-up crashes on version 4.x (#8003)stujones112018-12-22
| | | | | | * Android: Load shared STL library * Android: Fix exception with window background image
* Update Android java code (#7820)Maksim2018-12-02
| | | | | | | | | | | | | | | Targets SDK 26 as required by the playstore. Fixes screen auto-rotation closing game. Hides on-screen navigation bar if present. Update gradlew. Fix display aspect on 18+/:9 displays (like a Samsung Galaxy S9). Remove small app icons, not required. Fix xml in unpacking activity. Support Android permission: On Android 6.0+ you need to manually give write permission (as required by google). Background during unpacking (just a demo for now). Material Design: no more Android 2 interface. Immersive mode (Android 4.4+ - hide NavBar for fullscreen mode).
* Upgrade Android build to Gradle build systemShadowNinja2016-04-28
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.