Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add support for prompting the user to retain app data on uninstall. | Fredia Huya-Kouadio | 2021-08-12 | 1 | -0/+1 | |
|/ | | | | Supported on Android 10 and higher. | |||||
* | Properly finishes Godot's Android activity when destroyed by the system | Marcus Brummer | 2021-08-12 | 1 | -0/+1 | |
| | ||||||
* | Fix various typos with codespell | luz paz | 2021-07-25 | 1 | -1/+1 | |
| | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | |||||
* | Disable resource optimizations for release builds as it breaks the legacy ↵ | ne0fhyk | 2021-07-20 | 3 | -1/+32 | |
| | | | | build system. | |||||
* | Merge pull request #50220 from madmiraal/fix-50125 | Rémi Verschelde | 2021-07-06 | 1 | -3/+4 | |
|\ | | | | | Queue the calls to GodotLib.key when Android virtual done is pressed | |||||
| * | Queue the calls to GodotLib.key when Android virtual done is pressed | Marcel Admiraal | 2021-07-06 | 1 | -3/+4 | |
| | | ||||||
* | | Remove Android onKeyMultiple override | Marcel Admiraal | 2021-07-06 | 2 | -33/+0 | |
|/ | ||||||
* | Merge pull request #50107 from madmiraal/android-use-lambdas | Rémi Verschelde | 2021-07-06 | 6 | -244/+116 | |
|\ | | | | | Replace single method anonymous classes with lambdas in Godot Java code | |||||
| * | Replace single method anonymous classes with lambdas in Godot Java code | Marcel Admiraal | 2021-07-03 | 6 | -244/+116 | |
| | | ||||||
* | | Use static inner classes in Godot Java code | Marcel Admiraal | 2021-07-03 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #50085 from madmiraal/android-replace-stringbuffer | Rémi Verschelde | 2021-07-02 | 2 | -2/+2 | |
|\ \ | | | | | | | Use StringBuilder instead StringBuffer in Godot Java code | |||||
| * | | Use StringBuilder instead StringBuffer in Godot Java code | Marcel Admiraal | 2021-07-02 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #50083 from madmiraal/android-fix-raw-use | Rémi Verschelde | 2021-07-02 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix raw use of parameterized Class | |||||
| * | | | Fix raw use of parameterized Class | Marcel Admiraal | 2021-07-02 | 1 | -3/+3 | |
| |/ / | ||||||
* | / | Remove redundant explicit types in Godot Java code | Marcel Admiraal | 2021-07-02 | 5 | -8/+8 | |
| |/ |/| | ||||||
* | | Merge pull request #50078 from madmiraal/android-remove-unused-imports | Rémi Verschelde | 2021-07-02 | 7 | -12/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove unused imports from Android Java code | Marcel Admiraal | 2021-07-02 | 7 | -12/+0 | |
| | | ||||||
* | | Merge pull request #50074 from madmiraal/android-replace-c-array | Rémi Verschelde | 2021-07-02 | 3 | -3/+3 | |
|\ \ | |/ |/| | Use Java array declarations not C-style declarations in Android Java code | |||||
| * | Use Java array declarations not C-style declarations in Android Java code | Marcel Admiraal | 2021-07-02 | 3 | -3/+3 | |
| | | ||||||
* | | Merge pull request #50072 from madmiraal/android-remove-interface-modifiers | Rémi Verschelde | 2021-07-02 | 3 | -18/+18 | |
|\ \ | |/ |/| | Remove redundant interface modifiers from Android Java code | |||||
| * | Remove redundant interface modifiers from Android Java code | Marcel Admiraal | 2021-07-02 | 3 | -18/+18 | |
| | | ||||||
* | | Remove unnecessary semicolons from Android Java code | Marcel Admiraal | 2021-07-02 | 3 | -11/+11 | |
|/ | ||||||
* | Android: Add `isGame` application attribute, default to true | Rémi Verschelde | 2021-07-01 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | It can be turned off in the export preset with `package/classify_as_game`. Upstream definition: https://developer.android.com/guide/topics/manifest/application-element#isGame > `android:isGame` > > Whether or not the application is a game. The system may group together > applications classifed as games or display them separately from other > applications. Also fixes replacing `android:allowBackup` in custom builds. | |||||
* | Fix unchecked call to put() warning in GodotInputHandler.java | Marcel Admiraal | 2021-06-30 | 1 | -1/+1 | |
| | ||||||
* | Update config versions and deprecate the use of the jcenter maven repo. | ne0fhyk | 2021-06-24 | 4 | -10/+8 | |
| | ||||||
* | Add support for custom debug keystore. | ne0fhyk | 2021-06-22 | 2 | -0/+38 | |
| | ||||||
* | Merge pull request #49435 from madmiraal/add-android-external-dir | Rémi Verschelde | 2021-06-10 | 1 | -0/+4 | |
|\ | | | | | Add OS.get_external_data_dir() to get Android external directory | |||||
| * | Add OS.get_external_data_dir() to get Android external directory | Marcel Admiraal | 2021-06-10 | 1 | -0/+4 | |
| | | ||||||
* | | Remove unused AudioDriverAndroid from Android | Marcel Admiraal | 2021-06-10 | 2 | -94/+0 | |
|/ | ||||||
* | Merge pull request #49382 from akien-mga/misc-cleanup | Rémi Verschelde | 2021-06-07 | 3 | -4/+4 | |
|\ | | | | | Style: Cleanup uses of double spaces between words | |||||
| * | Style: Cleanup uses of double spaces between words | Rémi Verschelde | 2021-06-07 | 3 | -4/+4 | |
| | | | | | | | | | | Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot. | |||||
* | | Update Gradle archiveName and destinationDir properties | Marcel Admiraal | 2021-06-07 | 1 | -2/+2 | |
|/ | ||||||
* | Fixed screen orientation on Android | Szymon Majewski | 2021-05-24 | 1 | -0/+6 | |
| | ||||||
* | Android: Add support for cursor icons | thebestnom | 2021-05-19 | 3 | -1/+48 | |
| | ||||||
* | [Android] fix generateDevTemplate | thebestnom | 2021-04-28 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #48228 from akien-mga/android-build-tools-30.0.3 | Rémi Verschelde | 2021-04-27 | 1 | -1/+1 | |
|\ | | | | | Android: Upgrade buildTools from 30.0.1 to 30.0.3 | |||||
| * | Android: Upgrade buildTools from 30.0.1 to 30.0.3 | Rémi Verschelde | 2021-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | It seems 30.0.1 had issues with compatibility with JDK 8 and 11, which appear to be solved in 30.0.3 as per godotengine/godot-docs#4796. | |||||
* | | Remove deprecated xr features properties. These properties are now provided ↵ | Fredia Huya-Kouadio | 2021-04-26 | 1 | -7/+2 | |
|/ | | | | directly by the plugin. | |||||
* | Merge pull request #47552 from szymonm-google/validation_layers_android | Rémi Verschelde | 2021-04-20 | 1 | -1/+1 | |
|\ | | | | | Validation layers on Android | |||||
| * | Validation layers on Android | Szymon Majewski | 2021-04-12 | 1 | -1/+1 | |
| | | ||||||
* | | Allow to build dev template with symbols | thebestnom | 2021-04-14 | 3 | -8/+32 | |
| | | ||||||
* | | Merge pull request #47844 from m4gr3d/update_activity_result_callback | Rémi Verschelde | 2021-04-13 | 1 | -0/+19 | |
|\ \ | | | | | | | Add support for forwarding callbacks from Godot's parent activity | |||||
| * | | Add support for forwarding callbacks from Godot's parent activity. | Fredia Huya-Kouadio | 2021-04-12 | 1 | -0/+19 | |
| |/ | ||||||
* / | Fix custom boot splash image scaling. | Fredia Huya-Kouadio | 2021-04-12 | 2 | -0/+0 | |
|/ | ||||||
* | Fix issue causing the response callback to be invoked with the invalid ↵ | Fredia Huya-Kouadio | 2021-04-09 | 1 | -23/+1 | |
| | | | | `requestCode` and deprecate support for forwarding callbacks from Godot's parent activity. | |||||
* | Fixes on android: | Bastiaan Olij | 2021-03-18 | 1 | -1/+1 | |
| | | | | | | - creating Vulkan context instead of OpenGL - checking for validity of ENV in wrapper classes - fix for access to JavaVM from threads | |||||
* | Fix onMainRequestPermissionsResult callback for Android plugins. | Fredia Huya-Kouadio | 2021-03-17 | 2 | -0/+25 | |
| | ||||||
* | Enable `doNotStrip` when doing development/debugging within Android Studio | Fredia Huya-Kouadio | 2021-03-16 | 5 | -10/+30 | |
| | ||||||
* | Leverage java annotations to simplify the logic used to register the Godot ↵ | Fredia Huya-Kouadio | 2021-03-16 | 6 | -55/+218 | |
| | | | | plugin methods. | |||||
* | Non functional to non-functional | MrBrain295 | 2021-03-12 | 1 | -1/+1 | |
| |