summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1218-28/+28
* Merge pull request #21865 from Calinou/tweak-android-export-errorsRémi Verschelde2018-09-101-8/+8
|\
| * Tweak Android-related error messages in the Export dialogHugo Locurcio2018-09-081-8/+8
* | Add clipboard operation for android OSXavier Sellier2018-09-054-10/+70
|/
* No need to link with libandroid_support in NDK 17Wojciech Milkowski2018-08-281-1/+2
* Merge pull request #21387 from hpvb/fix-15324Rémi Verschelde2018-08-271-14/+50
|\
| * Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-14/+50
* | Fixes several resource leaks in ...Crazy-P2018-08-261-0/+3
|/
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-244-35/+6
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-3/+1
* Fix file hintsMarcin Zawiejski2018-08-231-5/+5
* Merge pull request #20507 from rdhafidh/android_libcpp_shared_masterRémi Verschelde2018-08-232-14/+29
|\
| * add support libc++_shared stl on androidRidwan Abdul Hafidh2018-08-232-14/+29
* | BPTC supportelasota2018-08-211-0/+3
* | fix Android/HTML5 custom templates option does not workAlessandro2018-08-201-1/+17
* | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-5/+2
* | Update detect.pyTiago Quendera2018-08-171-1/+1
* | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-1/+0
* | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+1
|\ \ | |/ |/|
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+1
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-262-62/+62
* | Removed unnecessary assignmentsWilson E. Alvarez2018-07-245-15/+2
* | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+7
* | Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-0/+1
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-193-2/+10
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-186-15/+4
* | Merge pull request #20132 from ibrahn/fix-android-device-poll-threadRémi Verschelde2018-07-171-3/+6
|\ \
| * | fixed branch on uninit and data race in editor android device pollingIbrahn Sahir2018-07-131-3/+6
* | | Fix keep screen on property path for Android/iOS/UWPvolzhs2018-07-171-1/+1
|/ /
* | Merge pull request #20041 from hpvb/fix-android-exportHein-Pieter van Braam2018-07-082-200/+106
|\ \
| * | Write new permissions to the AndroidManifest.xmlHein-Pieter van Braam2018-07-082-200/+106
* | | added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-1/+4
|/ /
* | Merge pull request #19799 from kosz78/android-payment-fixMax Hilbrunner2018-07-031-9/+7
|\ \
| * | Fix possible NullPointerException crash on cancel paymentKonstantin Zaitsev2018-06-271-9/+7
* | | Change required gles version to 2 for androidvolzhs2018-07-041-1/+1
* | | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-285-0/+0
|/ /
* | 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-12/+206
* | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-206/+12
* | 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
|/