aboutsummaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Implement OpenGL ES rasterizer selection logic for Android.geequlim2018-06-264-14/+38
* Oops, for some reason gedit used this file as my notebook, though I made a ne...Juan Linietsky2018-06-071-10/+204
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-204/+10
* Allow setting higher numbers in Android version/codeDmitry Pupinin2018-05-291-1/+1
* Merge pull request #18726 from volzhs/remove-legacyRémi Verschelde2018-05-083-12/+7
|\
| * Remove android compatibility under API 16volzhs2018-05-093-12/+7
* | Android: Increase targetSdkVersion to 27Rémi Verschelde2018-05-081-1/+1
|/
* Fix: JAR files signed with the MD5 algorithm as unsignedRameshRavone2018-05-071-2/+2
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-022-50/+0
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-50/+0
* | Fix _export_begin not being called when exporting to androidIgnacio Etcheverry2018-04-261-0/+2
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-7/+7
* | Provide error details when in-app purchase failsRuslan Mustakov2018-04-192-13/+13
* | Fix Android input source checksRuslan Mustakov2018-04-161-2/+2
|/
* Add safety checks when handling Android inputRuslan Mustakov2018-03-271-4/+23
* Prevent android to split-screenXavier Sellier2018-03-211-1/+2
* Fix getting Android device informationvolzhs2018-03-201-2/+8
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-10/+10
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-2/+2
* Fix intermittent audio driver crash during startup on AndroidRuslan Mustakov2018-03-011-0/+1
* Android: Mark GLES3 as required in the manifestRémi Verschelde2018-02-271-1/+1
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Remove some debugging prints on AndroidHugo Locurcio2018-02-188-200/+8
* Merge pull request #14804 from ColinKinloch/masterRémi Verschelde2018-02-141-6/+13
|\
| * Fixed android arm64v8Colin Kinloch2017-12-231-6/+13
* | Add signals and a check function for Android service connectivity.Xavier Sellier2018-02-142-1/+28
* | Fix broken APK expansion due to missed option renamesRémi Verschelde2018-02-132-2/+2
* | Fix Android onTextChanged crashRuslan Mustakov2018-01-171-4/+7
* | Merge pull request #15773 from endragor/android-gdnative-remote-fsRémi Verschelde2018-01-161-10/+18
|\ \
| * | Make remote FS work with GDNative on AndroidRuslan Mustakov2018-01-161-10/+18
* | | Fix open_dynamic_library for AndroidRuslan Mustakov2018-01-132-0/+13
|/ /
* | Fix Android build errorvolzhs2018-01-121-0/+1
* | Merge pull request #15440 from volzhs/fix-android-touchRémi Verschelde2018-01-083-20/+19
|\ \
| * | Fix Android multi touchvolzhs2018-01-073-20/+19
* | | Fix Android build errorvolzhs2018-01-061-1/+1
|/ /
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-0548-0/+48
* | Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-2/+4
* | Merge pull request #15279 from volzhs/android-update-buildRémi Verschelde2018-01-033-4/+4
|\ \
| * | Update android build tool to latestvolzhs2018-01-033-4/+4
* | | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+4
|\ \ \ | |/ / |/| |
| * | Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+4
* | | Update copyright statements to 2018Rémi Verschelde2018-01-0150-100/+100
| |/ |/|
* | Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde2017-12-182-5/+0
|\ \ | |/ |/|
| * Remove debug logs that are of no use to end usersRuslan Mustakov2017-12-182-5/+0
* | Cleanup some #if 0'd codeRémi Verschelde2017-12-171-6/+0
* | Merge pull request #14764 from poke1024/androidRémi Verschelde2017-12-171-1/+2
|\ \
| * | Increase sleep time for android export threadBernhard Liebl2017-12-171-1/+2
* | | Fixed Android NDK unified header detection for python 3Colin Kinloch2017-12-171-1/+1
|/ /
* / Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+1
|/
* Merge pull request #14485 from RandomShaper/fix-android-exportRémi Verschelde2017-12-101-4/+7
|\