| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2016-11-15 | 1 | -0/+5 |
| | | | | | | | Fix #7014 (cherry picked from commit 8d454ed9a7105bf1a4c19c238a0e904f220c1bb5) | ||||
| * | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | 2016-07-24 | 2 | -190/+313 |
| |\ | | | | | Improve android payment | ||||
| | * | Add querying details of IAP items for android | volzhs | 2016-07-18 | 2 | -148/+279 |
| | | | |||||
| | * | Fix can't get all info if user purchases many items and not consumed | volzhs | 2016-07-18 | 1 | -42/+34 |
| | | | |||||
| * | | Implement get_screen_dpi() on Android | Mario Schlack | 2016-07-20 | 1 | -0/+6 |
| |/ | |||||
| * | Added gyroscope support to Godot and Android | Jamil Halabi | 2016-07-16 | 2 | -0/+8 |
| | | |||||
| * | Fix Android sensors polling rate on resume | George Marques | 2016-06-24 | 1 | -2/+2 |
| | | | | | Fix #5306 | ||||
| * | correct current Intent for android | volzhs | 2016-06-21 | 1 | -1/+13 |
| | | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 18 | -2/+478 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | Merge pull request #4729 from volzhs/android-23 | Rémi Verschelde | 2016-06-07 | 1 | -1/+1 |
| |\ | | | | | Supporting Android API 23 (Android 6.0) | ||||
| | * | Supporting Android API 23 (Android 6.0) | volzhs | 2016-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Add magnetometer sensor support for Android | fluffrabbit | 2016-05-27 | 2 | -1/+13 |
| |/ | |||||
| * | support gamepad remapping on android | hondres | 2016-01-24 | 5 | -131/+566 |
| | | |||||
| * | Add ability to set "keep screen on" for android | volzhs | 2016-01-16 | 1 | -4/+17 |
| | | |||||
| * | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 4 | -4/+4 |
| | | |||||
| * | Renamed godot domain from com.android.godot (which was incorrect) to ↵ | Juan Linietsky | 2016-01-08 | 22 | -0/+4107 |
| org.godotengine.godot | |||||
