| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 22 | -22/+22 |
| | | |||||
| * | Fix android payment logical error | volzhs | 2017-05-19 | 1 | -24/+23 |
| | | | | | | getting sku detail runs only if mod != 0 which means querying 20*n will not get sku details. referenced from https://github.com/googlesamples/android-play-billing/blob/master/TrivialDrive/app/src/main/java/com/example/android/trivialdrivesample/util/IabHelper.java#L1029-L1062 | ||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 22 | -0/+22 |
| | | |||||
| * | Android gravity vector Godot 2.1 | BastiaanOlij | 2017-03-21 | 2 | -27/+35 |
| | | |||||
| * | Fix handling input for Android | volzhs | 2017-03-04 | 1 | -37/+12 |
| | | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 22 | -22/+22 |
| | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e) | ||||
| * | Add alert window on Android | volzhs | 2017-01-12 | 1 | -0/+19 |
| | | | | | (cherry picked from commit 9a20068ab7108357c78e9ac00eb90a3d72da7651) | ||||
| * | 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 | |||||
