summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org/godotengine/godot/FullScreenGodotApp.java
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Godot Android re-architectureFredia Huya-Kouadio2023-07-161-150/+4
* Add parameters for the Godot Activity starting intent to allow restarting or ...Fredia Huya-Kouadio2023-06-151-0/+29
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-1/+1
* Fix the issue causing the Godot Android Editor to crash when returning from t...Fredia Huya-Kouadio2023-01-261-11/+19
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-231-12/+8
* Remove superfluous null checkMarcel Admiraal2022-04-221-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Delegate handling and implementation of the restart functionality to the Godo...Fredia Huya-Kouadio2021-08-181-0/+21
* Resolve issue where the Godot app remains stuck when resuming.Fredia Huya-Kouadio2021-08-121-5/+29
* Remove Android onKeyMultiple overrideMarcel Admiraal2021-07-061-8/+0
* Add support for forwarding callbacks from Godot's parent activity.Fredia Huya-Kouadio2021-04-121-0/+19
* Fix issue causing the response callback to be invoked with the invalid `reque...Fredia Huya-Kouadio2021-04-091-23/+1
* Fix onMainRequestPermissionsResult callback for Android plugins.Fredia Huya-Kouadio2021-03-171-0/+21
* Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-161-1/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio2020-09-181-2/+22
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-0/+79