index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for Play Asset Delivery.
ne0fhyk
2021-09-15
4
-2
/
+15
*
Use current androidx Fragment library instead of legacy libraries
Marcel Admiraal
2021-09-08
3
-8
/
+4
*
Merge pull request #52159 from m4gr3d/addoculus_openxr_
Fredia Huya-Kouadio
2021-09-01
1
-0
/
+4
|
\
|
*
Update the AndroidManifest to enable access to Oculus OpenXR runtime.
ne0fhyk
2021-08-27
1
-0
/
+4
*
|
Add support for adding plugin views behind the main view on Android
PouleyKetchoupp
2021-09-01
2
-1
/
+19
|
/
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
3
-5
/
+5
*
Check if vibration duration is > 0 on Android
Marcus Brummer
2021-08-21
1
-1
/
+1
*
Delegate handling and implementation of the restart functionality to the Godo...
Fredia Huya-Kouadio
2021-08-18
3
-16
/
+29
*
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
4
-205
/
+56
*
Switch to input buffering on Android
Pedro J. Estébanez
2021-08-13
3
-60
/
+45
*
Merge pull request #51586 from m4gr3d/investigate_godot_resume_stalls_master
Rémi Verschelde
2021-08-13
3
-9
/
+39
|
\
|
*
Resolve issue where the Godot app remains stuck when resuming.
Fredia Huya-Kouadio
2021-08-12
3
-9
/
+39
*
|
Add support for prompting the user to retain app data on uninstall.
Fredia Huya-Kouadio
2021-08-12
1
-0
/
+1
|
/
*
Properly finishes Godot's Android activity when destroyed by the system
Marcus Brummer
2021-08-12
1
-0
/
+1
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Disable resource optimizations for release builds as it breaks the legacy bui...
ne0fhyk
2021-07-20
3
-1
/
+32
*
Merge pull request #50220 from madmiraal/fix-50125
Rémi Verschelde
2021-07-06
1
-3
/
+4
|
\
|
*
Queue the calls to GodotLib.key when Android virtual done is pressed
Marcel Admiraal
2021-07-06
1
-3
/
+4
*
|
Remove Android onKeyMultiple override
Marcel Admiraal
2021-07-06
2
-33
/
+0
|
/
*
Merge pull request #50107 from madmiraal/android-use-lambdas
Rémi Verschelde
2021-07-06
6
-244
/
+116
|
\
|
*
Replace single method anonymous classes with lambdas in Godot Java code
Marcel Admiraal
2021-07-03
6
-244
/
+116
*
|
Use static inner classes in Godot Java code
Marcel Admiraal
2021-07-03
1
-2
/
+2
*
|
Merge pull request #50085 from madmiraal/android-replace-stringbuffer
Rémi Verschelde
2021-07-02
2
-2
/
+2
|
\
\
|
*
|
Use StringBuilder instead StringBuffer in Godot Java code
Marcel Admiraal
2021-07-02
2
-2
/
+2
*
|
|
Merge pull request #50083 from madmiraal/android-fix-raw-use
Rémi Verschelde
2021-07-02
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix raw use of parameterized Class
Marcel Admiraal
2021-07-02
1
-3
/
+3
|
|
/
/
*
|
/
Remove redundant explicit types in Godot Java code
Marcel Admiraal
2021-07-02
5
-8
/
+8
|
|
/
|
/
|
*
|
Merge pull request #50078 from madmiraal/android-remove-unused-imports
Rémi Verschelde
2021-07-02
7
-12
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused imports from Android Java code
Marcel Admiraal
2021-07-02
7
-12
/
+0
*
|
Merge pull request #50074 from madmiraal/android-replace-c-array
Rémi Verschelde
2021-07-02
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Use Java array declarations not C-style declarations in Android Java code
Marcel Admiraal
2021-07-02
3
-3
/
+3
*
|
Merge pull request #50072 from madmiraal/android-remove-interface-modifiers
Rémi Verschelde
2021-07-02
3
-18
/
+18
|
\
\
|
|
/
|
/
|
|
*
Remove redundant interface modifiers from Android Java code
Marcel Admiraal
2021-07-02
3
-18
/
+18
*
|
Remove unnecessary semicolons from Android Java code
Marcel Admiraal
2021-07-02
3
-11
/
+11
|
/
*
Android: Add `isGame` application attribute, default to true
Rémi Verschelde
2021-07-01
1
-2
/
+3
*
Fix unchecked call to put() warning in GodotInputHandler.java
Marcel Admiraal
2021-06-30
1
-1
/
+1
*
Update config versions and deprecate the use of the jcenter maven repo.
ne0fhyk
2021-06-24
4
-10
/
+8
*
Add support for custom debug keystore.
ne0fhyk
2021-06-22
2
-0
/
+38
*
Merge pull request #49435 from madmiraal/add-android-external-dir
Rémi Verschelde
2021-06-10
1
-0
/
+4
|
\
|
*
Add OS.get_external_data_dir() to get Android external directory
Marcel Admiraal
2021-06-10
1
-0
/
+4
*
|
Remove unused AudioDriverAndroid from Android
Marcel Admiraal
2021-06-10
2
-94
/
+0
|
/
*
Merge pull request #49382 from akien-mga/misc-cleanup
Rémi Verschelde
2021-06-07
3
-4
/
+4
|
\
|
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
3
-4
/
+4
*
|
Update Gradle archiveName and destinationDir properties
Marcel Admiraal
2021-06-07
1
-2
/
+2
|
/
*
Fixed screen orientation on Android
Szymon Majewski
2021-05-24
1
-0
/
+6
*
Android: Add support for cursor icons
thebestnom
2021-05-19
3
-1
/
+48
*
[Android] fix generateDevTemplate
thebestnom
2021-04-28
1
-1
/
+1
*
Merge pull request #48228 from akien-mga/android-build-tools-30.0.3
Rémi Verschelde
2021-04-27
1
-1
/
+1
|
\
|
*
Android: Upgrade buildTools from 30.0.1 to 30.0.3
Rémi Verschelde
2021-04-26
1
-1
/
+1
*
|
Remove deprecated xr features properties. These properties are now provided d...
Fredia Huya-Kouadio
2021-04-26
1
-7
/
+2
|
/
[next]