aboutsummaryrefslogtreecommitdiff
path: root/platform/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-083-8/+8
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-32/+32
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-25/+25
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-055-18/+19
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-025-7/+7
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0148-48/+48
* Add alert window on Androidvolzhs2016-11-284-5/+38
* Update/fix Android buildPedro J. Estébanez2016-11-131-7/+7
* Merge pull request #7079 from RandomShaper/quicker-android-exportRémi Verschelde2016-11-111-19/+19
|\
| * Make Android export quicker (especially on Windows)Pedro J. Estébanez2016-11-081-19/+19
* | Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2016-11-092-2/+7
|/
* scons: Reorder options for clarityRémi Verschelde2016-11-031-1/+0
* Improve Android build (Clang + tidyness)Pedro J. Estébanez2016-11-021-87/+100
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-2/+2
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-2/+5
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-148/+148
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-221/+221
* Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian2016-10-221-1/+1
* Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\
| * SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | Merge pull request #6846 from volzhs/android-dir-existsRémi Verschelde2016-10-171-1/+0
|\ \
| * | Fix crash when using Directory.dir_exists(path) on Androidvolzhs2016-10-171-1/+0
| |/
* | Merge pull request #6723 from bvbfan/patch-1Rémi Verschelde2016-10-171-8/+9
|\ \
| * | Correct OS architecture detectionAnthony Fieroni2016-10-111-8/+9
* | | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
| |/ |/|
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-1/+2
* | Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-141-3/+2
* | Fix compile flags not getting to the Android buildPedro J. Estébanez2016-10-041-3/+3
|/
* removed confusing "if(true)" statement with empty "else" blocksyskrank2016-09-261-9/+4
* Fix manifest generation bug in Android exportPedro J. Estébanez2016-09-211-6/+4
* Revert "Change Android float ABI to hard"Juan Linietsky2016-09-101-8/+5
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-17/+17
|\
| * Fix some comparisons between signed and unsigned integersJohan Manuel2016-08-131-11/+11
| * Remove some unused variablesJohan Manuel2016-08-131-6/+6
* | Merge pull request #6438 from RandomShaper/android-hard-float-abiJuan Linietsky2016-09-101-5/+8
|\ \
| * | Change Android float ABI to hardPedro J. Estébanez2016-09-091-5/+8
* | | Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez2016-09-071-1/+0
|/ /
* | Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit2016-08-081-1/+1
* | Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit2016-08-081-0/+4
* | Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit2016-08-081-0/+4
|/
* Merge pull request #5415 from volzhs/improve-android-paymentJuan Linietsky2016-07-242-190/+313
|\
| * Add querying details of IAP items for androidvolzhs2016-07-182-148/+279
| * Fix can't get all info if user purchases many items and not consumedvolzhs2016-07-181-42/+34
* | Minor code formatting in platform/androidMario Schlack2016-07-2113-47/+69
* | Merge pull request #5835 from volzhs/issue-5831Rémi Verschelde2016-07-211-7/+7
|\ \
| * | Fix compile error if use android_stl=yesvolzhs2016-07-211-7/+7
* | | Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde2016-07-214-3/+28
|\ \ \ | |/ / |/| |
| * | Implement get_screen_dpi() on AndroidMario Schlack2016-07-204-3/+28
| |/
* / Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky2016-07-191-1/+1
|/