summaryrefslogtreecommitdiff
path: root/platform/android/java/lib
AgeCommit message (Expand)Author
2021-09-08Use current androidx Fragment library instead of legacy librariesMarcel Admiraal
2021-09-01Add support for adding plugin views behind the main view on AndroidPouleyKetchoupp
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-21Check if vibration duration is > 0 on AndroidMarcus Brummer
2021-08-18Delegate handling and implementation of the restart functionality to the Godo...Fredia Huya-Kouadio
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-08-13Switch to input buffering on AndroidPedro J. Estébanez
2021-08-12Resolve issue where the Godot app remains stuck when resuming.Fredia Huya-Kouadio
2021-08-12Properly finishes Godot's Android activity when destroyed by the systemMarcus Brummer
2021-07-25Fix various typos with codespellluz paz
2021-07-06Merge pull request #50220 from madmiraal/fix-50125Rémi Verschelde
2021-07-06Remove Android onKeyMultiple overrideMarcel Admiraal
2021-07-06Queue the calls to GodotLib.key when Android virtual done is pressedMarcel Admiraal
2021-07-06Merge pull request #50107 from madmiraal/android-use-lambdasRémi Verschelde
2021-07-03Use static inner classes in Godot Java codeMarcel Admiraal
2021-07-03Replace single method anonymous classes with lambdas in Godot Java codeMarcel Admiraal
2021-07-02Merge pull request #50085 from madmiraal/android-replace-stringbufferRémi Verschelde
2021-07-02Merge pull request #50083 from madmiraal/android-fix-raw-useRémi Verschelde
2021-07-02Remove redundant explicit types in Godot Java codeMarcel Admiraal
2021-07-02Use StringBuilder instead StringBuffer in Godot Java codeMarcel Admiraal
2021-07-02Merge pull request #50078 from madmiraal/android-remove-unused-importsRémi Verschelde
2021-07-02Fix raw use of parameterized ClassMarcel Admiraal
2021-07-02Remove unused imports from Android Java codeMarcel Admiraal
2021-07-02Merge pull request #50074 from madmiraal/android-replace-c-arrayRémi Verschelde
2021-07-02Merge pull request #50072 from madmiraal/android-remove-interface-modifiersRémi Verschelde
2021-07-02Use Java array declarations not C-style declarations in Android Java codeMarcel Admiraal
2021-07-02Remove redundant interface modifiers from Android Java codeMarcel Admiraal
2021-07-02Remove unnecessary semicolons from Android Java codeMarcel Admiraal
2021-06-30Fix unchecked call to put() warning in GodotInputHandler.javaMarcel Admiraal
2021-06-10Merge pull request #49435 from madmiraal/add-android-external-dirRémi Verschelde
2021-06-10Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal
2021-06-10Remove unused AudioDriverAndroid from AndroidMarcel Admiraal
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-05-24Fixed screen orientation on AndroidSzymon Majewski
2021-05-19Android: Add support for cursor iconsthebestnom
2021-04-12Add support for forwarding callbacks from Godot's parent activity.Fredia Huya-Kouadio
2021-04-09Fix issue causing the response callback to be invoked with the invalid `reque...Fredia Huya-Kouadio
2021-03-18Fixes on android:Bastiaan Olij
2021-03-17Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio
2021-03-16Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio
2021-03-16Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio
2021-02-26Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio
2021-02-24Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_masterRémi Verschelde
2021-02-24Update the initialization timeline for the Godot fragment to be more consiste...Fredia Huya-Kouadio
2021-02-24Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio
2021-02-17Add missing `ndkVersion` to the library gradle build config.Fredia Huya-Kouadio
2021-02-15Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio
2021-02-09Fix joystick axis mapping issues with NVIDIA shield. Probably others.Michael Conrad
2021-01-30add search extensions for scons' pathzaevi
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde