summaryrefslogtreecommitdiff
path: root/platform/android
AgeCommit message (Collapse)Author
2016-10-22Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian
(cherry picked from commit c9d7f77c6ffea4691fba2071caec2d63d927b4d1)
2016-10-17Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde
SCsub: Add python shebang as a hint for syntax highlighting
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
Also switch existing shebangs to "better" /usr/bin/env python.
2016-10-17Merge pull request #6846 from volzhs/android-dir-existsRémi Verschelde
Fix crash when using Directory.dir_exists(path) on Android
2016-10-17Merge pull request #6723 from bvbfan/patch-1Rémi Verschelde
Correct OS architecture detection
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-17Fix crash when using Directory.dir_exists(path) on Androidvolzhs
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.
2016-10-14Drop nedmalloc which is apparently not used anymoreRémi Verschelde
2016-10-11Correct OS architecture detectionAnthony Fieroni
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2016-10-04Fix compile flags not getting to the Android buildPedro J. Estébanez
2016-09-26removed confusing "if(true)" statement with empty "else" blocksyskrank
2016-09-21Fix manifest generation bug in Android exportPedro J. Estébanez
2016-09-10Revert "Change Android float ABI to hard"Juan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
Fix some more warnings
2016-09-10Merge pull request #6438 from RandomShaper/android-hard-float-abiJuan Linietsky
Change Android float ABI to hard
2016-09-09Change Android float ABI to hardPedro J. Estébanez
2016-09-07Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez
2016-08-13Fix some comparisons between signed and unsigned integersJohan Manuel
2016-08-13Remove some unused variablesJohan Manuel
2016-08-08Android: Rename values-zh to values-zh-rCN (#6063)Skyfrit
2016-08-08Android: Add support for Traditional Chinese (HK) (#6061)Skyfrit
2016-08-08Android: Add support for Traditional Chinese (TW) (#6061)Skyfrit
2016-07-24Merge pull request #5415 from volzhs/improve-android-paymentJuan Linietsky
Improve android payment
2016-07-21Minor code formatting in platform/androidMario Schlack
2016-07-21Merge pull request #5835 from volzhs/issue-5831Rémi Verschelde
Fix compile error if use android_stl=yes
2016-07-21Fix compile error if use android_stl=yesvolzhs
2016-07-21Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde
Implement get_screen_dpi() on Android
2016-07-20Implement get_screen_dpi() on AndroidMario Schlack
2016-07-19Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky
closes #5656
2016-07-18Add querying details of IAP items for androidvolzhs
2016-07-18Fix can't get all info if user purchases many items and not consumedvolzhs
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-11Fix crash in FileAccessJAndroid::file_exists (does not free local ref)sanikoyes
2016-07-10Merge pull request #5077 from RandomShaper/improve-android-buildJuan Linietsky
Improve Android build
2016-07-07Add android_add_default_config for config.pyvolzhs
usage : env.android_add_default_config("applicationId 'com.godot.game'")
2016-07-05Fix crash when null value through jni on androidvolzhs
2016-07-03Merge pull request #5491 from volzhs/fix-jni-bool-stringRémi Verschelde
Fix wrong return bool, string, string array data through jni
2016-07-02missnig ;Juan Linietsky
2016-07-02Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵Juan Linietsky
android, this should fix it
2016-06-30Fix wrong return bool, string, string array data through jnivolzhs
2016-06-27Make Android build smarter (SCons + Gradle)Pedro J. Estébanez
Upgrade Gradle and Android plugin for Gradle Disable all signing and zip-aligning for the export templates Give correct names to generated APKs Put .so files built by SCons right where Gradle has to pick them according to arch & build type Downgrade NDK platform to 14 to match minSdkVersion
2016-06-26Merge pull request #5395 from vnen/android-sensorsRémi Verschelde
Fix Android sensors polling rate on resume
2016-06-26Merge pull request #5390 from volzhs/jni-stringarrayRémi Verschelde
Fix string array parameter check with jni
2016-06-25Added function to notify ScriptLanguage when a thread is created/freed, ↵Juan Linietsky
allows scripts to allocate a stack there via TLS
2016-06-25Gradle: remove trailing spacesRémi Verschelde
2016-06-24Fix Android sensors polling rate on resumeGeorge Marques
Fix #5306
2016-06-25Fix string array parameter check with jnivolzhs
2016-06-25Remove duplicated aidl for androidvolzhs
Tested IAP function on device.