aboutsummaryrefslogtreecommitdiff
path: root/platform/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5415 from volzhs/improve-android-paymentJuan Linietsky2016-07-242-190/+313
|\ | | | | Improve android payment
| * 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=yes
| * | 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 Android
| * | Implement get_screen_dpi() on AndroidMario Schlack2016-07-204-3/+28
| |/
* / Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky2016-07-191-1/+1
|/ | | | closes #5656
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-167-1/+47
|
* Fix crash in FileAccessJAndroid::file_exists (does not free local ref)sanikoyes2016-07-111-1/+3
|
* Merge pull request #5077 from RandomShaper/improve-android-buildJuan Linietsky2016-07-105-8/+40
|\ | | | | Improve Android build
| * Make Android build smarter (SCons + Gradle)Pedro J. Estébanez2016-06-275-8/+40
| | | | | | | | | | | | | | | | 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
* | Add android_add_default_config for config.pyvolzhs2016-07-072-0/+7
| | | | | | | | usage : env.android_add_default_config("applicationId 'com.godot.game'")
* | Fix crash when null value through jni on androidvolzhs2016-07-051-0/+4
| |
* | Merge pull request #5491 from volzhs/fix-jni-bool-stringRémi Verschelde2016-07-031-5/+3
|\ \ | | | | | | Fix wrong return bool, string, string array data through jni
| * | Fix wrong return bool, string, string array data through jnivolzhs2016-06-301-5/+3
| |/
* | missnig ;Juan Linietsky2016-07-021-1/+1
| |
* | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵Juan Linietsky2016-07-022-2/+29
|/ | | | android, this should fix it
* Merge pull request #5395 from vnen/android-sensorsRémi Verschelde2016-06-261-2/+2
|\ | | | | Fix Android sensors polling rate on resume
| * Fix Android sensors polling rate on resumeGeorge Marques2016-06-241-2/+2
| | | | | | | | Fix #5306
* | Merge pull request #5390 from volzhs/jni-stringarrayRémi Verschelde2016-06-262-4/+4
|\ \ | | | | | | Fix string array parameter check with jni
| * | Fix string array parameter check with jnivolzhs2016-06-252-4/+4
| | |
* | | Added function to notify ScriptLanguage when a thread is created/freed, ↵Juan Linietsky2016-06-251-0/+3
| | | | | | | | | | | | allows scripts to allocate a stack there via TLS
* | | Gradle: remove trailing spacesRémi Verschelde2016-06-251-7/+7
| |/ |/|
* | Remove duplicated aidl for androidvolzhs2016-06-251-144/+0
|/ | | | Tested IAP function on device.
* Merge pull request #5362 from J08nY/pngRémi Verschelde2016-06-234-0/+0
|\ | | | | libpng: New version 1.6.27
| * Fixed iCCp chunk in pngsJ08nY2016-06-224-0/+0
| | | | | | | | neccesary for libpng 1.6.27 to work silently
* | Merge pull request #5235 from volzhs/fix-android-exportRémi Verschelde2016-06-231-38/+2
|\ \ | |/ |/| fix errors while exporting android
| * fix errors while exporting androidvolzhs2016-06-161-38/+2
| |
* | Merge pull request #5357 from volzhs/fix-locale-androidRémi Verschelde2016-06-222-0/+0
|\ \ | | | | | | fix android resource locale
| * | fix android resource localevolzhs2016-06-222-0/+0
| | |
* | | correct current Intent for androidvolzhs2016-06-211-1/+13
|/ /
* | Merge pull request #5135 from volzhs/android-manifestRémi Verschelde2016-06-191-1/+1
|\ \ | | | | | | fix android support screen property for large screen
| * | fix android support screen property for large screenvolzhs2016-06-101-1/+1
| | |
* | | Drop empty files that are not used anywhereRémi Verschelde2016-06-182-15/+0
| | | | | | | | | | | | Part of #5272
* | | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-1825-36/+648
| |/ |/| | | Also removes a couple wrong Godot headers from third-party source files.
* | Handle tmp files properly on Android exportPedro J. Estébanez2016-06-151-9/+4
| |
* | Zip-align exported APKPedro J. Estébanez2016-06-131-12/+100
| |
* | Fix typoPedro J. Estébanez2016-06-111-1/+1
| |
* | Keep certain assets uncompressed on Android exportPedro J. Estébanez2016-06-111-3/+58
|/
* -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-84/+89
|
* Merge pull request #4729 from volzhs/android-23Rémi Verschelde2016-06-0712-158/+51
|\ | | | | Supporting Android API 23 (Android 6.0)
| * Add comments for NotificationCompat to support API < 16volzhs2016-05-253-3/+5
| |
| * fix compatibility for Android API 14 with supporting API 23volzhs2016-05-245-12/+14
| | | | | | | | | | using ``NotificationCompat`` in ``support-v4`` library will increase APK filesize a little bit, but it guarantees to run OK with API 4+ tested with API 19 and 23 devices
| * Supporting Android API 23 (Android 6.0)volzhs2016-05-2010-151/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we update build gradle to use ``compileSdkVersion 23``, ``org.apache.http`` package causes error. (issue #4711) We need to use ``useLibrary 'org.apache.http.legacy'`` to solve this problem. To use ``useLibrary``, we need to use latest gradle also. And now, we faced another problem with ``APK Expansion`` java sources. ``` /platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java 137 : mCurrentNotification.setLatestEventInfo(mContext, mCurrentTitle, mCurrentText, mContentIntent); // causes error ``` So, some of APK Expansion java sources are updated by referencing commits from https://github.com/danikula/Google-Play-Expansion-File And dropped V3CustomNotification.java which was for android 3.0, since godot supports android 14 (4.0) above officially. Unfortunately, another problem, The 'MissingTranslation' error was occurred. So, build.gradle is updated to use ``disable 'MissingTranslation'`` Additionally, I updated ``buildToolsVersion``, ``targetSdkVersion`` to latest version. I tested APK Expansion funtionality on Android 6.0 (Nexus 9, Nexus 6p) and Android 4.4 (Galaxy Note 2) with Google Developer console.
* | Remove Make-related flags from Android buildGeorge Marques2016-06-011-3/+3
| | | | | | | | | | | | | | | | They were wrongly placed, creating a file named "-fpic" instead of applying "-fpic" to the build. This file was in .gitignore, which made it less noticiable. This also adds build.gradle to .gitignore.
* | Icon: Remove more grey capsules behind official logoRémi Verschelde2016-05-301-0/+0
| |
* | Add magnetometer sensor support for Androidfluffrabbit2016-05-277-6/+57
| |
* | fix unexpected char: '\' error on windowsvolzhs2016-05-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | error occurred when register additional directory for android module on windows. ### config.py ### ``` def can_build(plat): return plat=="android" def configure(env): if (env['platform'] == 'android'): env.android_add_res_dir("android/res") ```