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
Age
Commit message (
Expand
)
Author
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-06-01
Merge pull request #48963 from HaywardMorihara/export-android-keystore-debug-...
Rémi Verschelde
2021-05-31
Implement shader caching
reduz
2021-05-25
Merge pull request #49069 from RandomShaper/android_data_backup
Rémi Verschelde
2021-05-25
Merge pull request #48422 from szymonm-google/android_orientation_fix
Rémi Verschelde
2021-05-25
Allow basic user data backup on Android
Pedro J. Estébanez
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-24
Fixed screen orientation on Android
Szymon Majewski
2021-05-24
Exporting: Android Debug Keystore Warnings
Nathaniel Morihara
2021-05-24
Merge pull request #48939 from Calinou/screen-orientation-use-enum
Rémi Verschelde
2021-05-24
Use an enum to represent screen orientation in the Project Settings
Hugo Locurcio
2021-05-22
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-19
Android: Add support for cursor icons
thebestnom
2021-05-19
Android: Remove `-fno-integrated-as`, it can break arm64v8 build
Rémi Verschelde
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
OS: Remove native video API only implemented on iOS
Rémi Verschelde
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-28
[Android] fix generateDevTemplate
thebestnom
2021-04-28
Merge pull request #48239 from akien-mga/goodbye-copymem
Rémi Verschelde
2021-04-27
Merge pull request #48228 from akien-mga/android-build-tools-30.0.3
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
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-23
Android: Fix get_buffer false positive on empty dest buffer
Rémi Verschelde
2021-04-20
Merge pull request #48053 from bruvzg/icu_no_except
Rémi Verschelde
2021-04-20
Merge pull request #47552 from szymonm-google/validation_layers_android
Rémi Verschelde
2021-04-20
[JS, Android] Re-add "no-exceptions" for export templates builds with ICU.
bruvzg
2021-04-15
Fix issue causing export to fail with "Could not unzip temporary unaligned AP...
Fredia Huya-Kouadio
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-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-03-23
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-20
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
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-14
Allow to not optimize release build
Rafał Mikrut
2021-03-14
Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks
Rémi Verschelde
[next]