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
/
lib
Age
Commit message (
Expand
)
Author
2021-07-02
Remove unnecessary semicolons from Android Java code
Marcel Admiraal
2021-06-30
Fix unchecked call to put() warning in GodotInputHandler.java
Marcel Admiraal
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
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-24
Fixed screen orientation on Android
Szymon Majewski
2021-05-19
Android: Add support for cursor icons
thebestnom
2021-04-12
Add support for forwarding callbacks from Godot's parent activity.
Fredia Huya-Kouadio
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-02-26
Update the logic to load Godot Android plugins packaged into the binary.
Fredia Huya-Kouadio
2021-02-24
Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_master
Rémi Verschelde
2021-02-24
Update the initialization timeline for the Godot fragment to be more consiste...
Fredia Huya-Kouadio
2021-02-24
Add logic to record the version of the Godot engine for the Android platform.
Fredia Huya-Kouadio
2021-02-17
Add missing `ndkVersion` to the library gradle build config.
Fredia Huya-Kouadio
2021-02-15
Expose GodotPlugin's utility methods used for registration and signal emitting.
Fredia Huya-Kouadio
2021-02-09
Fix joystick axis mapping issues with NVIDIA shield. Probably others.
Michael Conrad
2021-01-30
add search extensions for scons' path
zaevi
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-08
Android: Allow Mouse Capture
thebestnom
2020-12-03
fix android wrong multi-touch pointerid
alan-w-255
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
Merge pull request #43248 from HEAVYPOLY/master
Rémi Verschelde
2020-11-14
Update the logic to query for the 'scons' command executable path.
Fredia Huya-Kouadio
2020-10-31
Change android orientations from sensor to user
Vaughan Ling
2020-10-30
Merge pull request #37158 from thebestnom/android-click-support
Rémi Verschelde
2020-10-29
Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...
Fredia Huya-Kouadio
2020-10-27
Implement OS.get_window_safe_area() for Android
Mark Riedesel
2020-10-09
Android: Mouse Implementation
thebestnom
2020-09-18
Add overridable init method for the Godot fragment instance.
Fredia Huya-Kouadio
2020-08-30
Fix issue causing the textedit to move upward
Fredia Huya-Kouadio
2020-08-27
Merge pull request #41550 from godotengine/revert-40671-virtual-keyboard-heig...
Rémi Verschelde
2020-08-26
Merge pull request #41549 from godotengine/revert-40484-android-virtual-keybo...
Rémi Verschelde
2020-08-26
Revert "Fix virtual keyboard height regression"
Fredia Huya-Kouadio
2020-08-26
Revert "Disable virtual keyboard focus adjustment on Android"
Fredia Huya-Kouadio
2020-08-26
Revert "Move PopupWindow logic to GodotEditText on Android"
Fredia Huya-Kouadio
2020-07-28
Move PopupWindow logic to GodotEditText on Android
PouleyKetchoupp
2020-07-27
Merge pull request #40706 from akien-mga/style-fix-file_format-macos
Rémi Verschelde
2020-07-27
Style: Fix code format scripts compat with non-GNU Unices
Rémi Verschelde
2020-07-27
Merge pull request #40671 from nekomatata/virtual-keyboard-height-fix
Rémi Verschelde
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-24
Fix virtual keyboard height regression
PouleyKetchoupp
2020-07-21
Android: Keyboard modifier and arrow key support
thebestnom
2020-07-20
Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources
Rémi Verschelde
2020-07-20
Disable virtual keyboard focus adjustment on Android
PouleyKetchoupp
[next]