index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
Age
Commit message (
Expand
)
Author
2021-08-12
Properly finishes Godot's Android activity when destroyed by the system
Marcus Brummer
2021-07-25
Fix various typos with codespell
luz paz
2021-07-20
Disable resource optimizations for release builds as it breaks the legacy bui...
ne0fhyk
2021-07-06
Merge pull request #50220 from madmiraal/fix-50125
Rémi Verschelde
2021-07-06
Remove Android onKeyMultiple override
Marcel Admiraal
2021-07-06
Queue the calls to GodotLib.key when Android virtual done is pressed
Marcel Admiraal
2021-07-06
Merge pull request #50107 from madmiraal/android-use-lambdas
Rémi Verschelde
2021-07-03
Use static inner classes in Godot Java code
Marcel Admiraal
2021-07-03
Replace single method anonymous classes with lambdas in Godot Java code
Marcel Admiraal
2021-07-02
Merge pull request #50085 from madmiraal/android-replace-stringbuffer
Rémi Verschelde
2021-07-02
Merge pull request #50083 from madmiraal/android-fix-raw-use
Rémi Verschelde
2021-07-02
Remove redundant explicit types in Godot Java code
Marcel Admiraal
2021-07-02
Use StringBuilder instead StringBuffer in Godot Java code
Marcel Admiraal
2021-07-02
Merge pull request #50078 from madmiraal/android-remove-unused-imports
Rémi Verschelde
2021-07-02
Fix raw use of parameterized Class
Marcel Admiraal
2021-07-02
Remove unused imports from Android Java code
Marcel Admiraal
2021-07-02
Merge pull request #50074 from madmiraal/android-replace-c-array
Rémi Verschelde
2021-07-02
Merge pull request #50072 from madmiraal/android-remove-interface-modifiers
Rémi Verschelde
2021-07-02
Use Java array declarations not C-style declarations in Android Java code
Marcel Admiraal
2021-07-02
Remove redundant interface modifiers from Android Java code
Marcel Admiraal
2021-07-02
Remove unnecessary semicolons from Android Java code
Marcel Admiraal
2021-07-01
Android: Add `isGame` application attribute, default to true
Rémi Verschelde
2021-06-30
Fix unchecked call to put() warning in GodotInputHandler.java
Marcel Admiraal
2021-06-24
Update config versions and deprecate the use of the jcenter maven repo.
ne0fhyk
2021-06-22
Add support for custom debug keystore.
ne0fhyk
2021-06-10
Merge pull request #49435 from madmiraal/add-android-external-dir
Rémi Verschelde
2021-06-10
Add OS.get_external_data_dir() to get Android external directory
Marcel Admiraal
2021-06-10
Remove unused AudioDriverAndroid from Android
Marcel Admiraal
2021-06-07
Merge pull request #49382 from akien-mga/misc-cleanup
Rémi Verschelde
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
Update Gradle archiveName and destinationDir properties
Marcel Admiraal
2021-05-24
Fixed screen orientation on Android
Szymon Majewski
2021-05-19
Android: Add support for cursor icons
thebestnom
2021-04-28
[Android] fix generateDevTemplate
thebestnom
2021-04-27
Merge pull request #48228 from akien-mga/android-build-tools-30.0.3
Rémi Verschelde
2021-04-26
Remove deprecated xr features properties. These properties are now provided d...
Fredia Huya-Kouadio
2021-04-26
Android: Upgrade buildTools from 30.0.1 to 30.0.3
Rémi Verschelde
2021-04-20
Merge pull request #47552 from szymonm-google/validation_layers_android
Rémi Verschelde
2021-04-14
Allow to build dev template with symbols
thebestnom
2021-04-13
Merge pull request #47844 from m4gr3d/update_activity_result_callback
Rémi Verschelde
2021-04-12
Add support for forwarding callbacks from Godot's parent activity.
Fredia Huya-Kouadio
2021-04-12
Fix custom boot splash image scaling.
Fredia Huya-Kouadio
2021-04-12
Validation layers on Android
Szymon Majewski
2021-04-09
Fix issue causing the response callback to be invoked with the invalid `reque...
Fredia Huya-Kouadio
2021-03-18
Fixes on android:
Bastiaan Olij
2021-03-17
Fix onMainRequestPermissionsResult callback for Android plugins.
Fredia Huya-Kouadio
2021-03-16
Enable `doNotStrip` when doing development/debugging within Android Studio
Fredia Huya-Kouadio
2021-03-16
Leverage java annotations to simplify the logic used to register the Godot pl...
Fredia Huya-Kouadio
2021-03-12
Non functional to non-functional
MrBrain295
2021-02-26
Update the logic to load Godot Android plugins packaged into the binary.
Fredia Huya-Kouadio
[next]