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
/
os_android.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-0
/
+3
|
\
|
*
Android: `OS.create_instance()` should return `-1` on failure
David Snopek
2024-11-25
1
-0
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-0
/
+10
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-2
/
+2
*
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
1
-2
/
+2
*
Merge pull request #90710 from m4gr3d/fix_jstring_leaks
Rémi Verschelde
2024-04-22
1
-0
/
+4
|
\
|
*
Fix leakage of JNI object references
Fredia Huya-Kouadio
2024-04-15
1
-0
/
+4
*
|
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-4
/
+4
*
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
1
-14
/
+54
|
/
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-1
/
+1
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
Enhance mobile suspend MainLoop Notifications
Zach Coleman
2024-02-04
1
-0
/
+6
*
Revert https://github.com/godotengine/godot/pull/86682 for the Android platfo...
Fredia Huya-Kouadio
2024-01-04
1
-2
/
+0
*
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-0
/
+2
*
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
1
-4
/
+4
*
Fix some typos in source.
emacser0
2023-10-04
1
-3
/
+3
*
Add support for the OpenXR Eye gaze interaction extension
Bastiaan Olij
2023-10-02
1
-0
/
+5
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-0
/
+1
*
Godot Android plugin re-architecture
Fredia Huya-Kouadio
2023-09-03
1
-0
/
+41
*
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-1
/
+1
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-9
/
+8
*
Merge pull request #65902 from MJacred/editor/copysysteminfo
Yuri Sizov
2023-05-27
1
-5
/
+5
|
\
|
*
Copy system info to clipboard + Update bug_report.yml
MJacred
2023-05-27
1
-5
/
+5
*
|
Improve startup benchmarking
Fredia Huya-Kouadio
2023-05-23
1
-0
/
+21
|
/
*
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-0
/
+4
*
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
1
-1
/
+15
*
Fix the issue causing the Godot Android Editor to crash when returning from t...
Fredia Huya-Kouadio
2023-01-26
1
-1
/
+11
*
Update the logic to calculate the screen scale on Android
Fredia Huya-Kouadio
2023-01-22
1
-2
/
+2
*
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-8
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-0
/
+226
*
Enable GLES3 on Android
clayjohn
2022-11-29
1
-1
/
+0
*
Add missing display server overrides
Fredia Huya-Kouadio
2022-11-27
1
-1
/
+5
*
[Android] Fix GDExtension export and loading.
bruvzg
2022-11-08
1
-2
/
+7
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+74
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
*
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-25
1
-3
/
+3
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
1
-2
/
+30
*
Cleanup Android C++ code
Marcel Admiraal
2022-05-31
1
-6
/
+3
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+6
*
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-1
/
+1
|
\
|
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
|
Fix the issue causing the screen to be black after resuming when in low proce...
Fredy Huya-Kouadio
2022-04-25
1
-1
/
+2
|
/
*
Fix flickering issues with low processor mode on Android
Fredia Huya-Kouadio
2022-03-29
1
-2
/
+9
*
Android port of the Godot Editor
Fredy Huya-Kouadio
2022-03-28
1
-0
/
+54
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-11
/
+19
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-7
/
+7
[next]