| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 22 | -0/+22 |
| | | |||||
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 2 | -2/+2 |
| | | | | | From https://github.com/lucasdemarchi/codespell | ||||
| * | Several fixes to Android exporter and port. | Juan Linietsky | 2017-03-23 | 2 | -11/+13 |
| | | | | | Android seems to be working again! | ||||
| * | Fix handling input for Android | volzhs | 2017-03-04 | 1 | -37/+12 |
| | | |||||
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 11 | -66/+74 |
| | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | ||||
| * | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky | 2017-01-11 | 1 | -1/+1 |
| | | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 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! | ||||
| * | Add alert window on Android | volzhs | 2016-11-28 | 1 | -0/+19 |
| | | |||||
| * | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2016-11-09 | 1 | -0/+5 |
| | | | | | Fix #7014 | ||||
| * | 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 | |||||
