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