aboutsummaryrefslogtreecommitdiff
path: root/build/android/app
AgeCommit message (Collapse)Author
2021-06-21Move build/android directory to root of project (#11283)NeroBurner
2021-06-04Android: Do not submit text after pressing Enter key for multi-line text ↵Muhammad Rifqi Priyo Susanto
(#11298) Regular EditText is used for multi-line text to not close the dialog after pressing back button. New button is added for submitting multi-line text.
2021-01-20Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)Muhammad Rifqi Priyo Susanto
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-10-25Shaders for Android (GLES 2) (#10506)Vitaliy
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de>
2020-10-13Android: update gradle, NDK and built tools versionMaksim
2020-10-13Android: add ci with saving artifactsMaksim
2020-10-13Android: get deps as a zip archive and sqlite3 from official sourceMaksim
2020-09-26Android: replace InputDialogActivity on simple dialog window (#10034)Maksim
2020-06-23Android: fix maxAspectRatio (should be float) (#10080)Maksim
2020-06-20Android: Fix asset upgrade by renaming license file (#10073)rubenwardy
2020-06-18Add .nomedia file to Android assets (#10047)rubenwardy
2020-06-05Show Toast in UI thread and fix unpacking on Android 10 (#9900)Bektur
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
2020-05-04Android: some java-part improvements (#9760)Maksim
Replace Log to Toast. Start Native only after successful unpacking. Light refactoring in CopyZipTask. Update NDK version. Co-authored-by: ubulem <berkut87@gmail.com>
2020-04-22Android: add OpenGL ES 2 support (#9715)Maksim
.. and bump gradle to 3.6.3
2020-04-15Android: add Android Studio support, completely redone java part (#9066)Maksim