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
*
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
*
Drop broken Android 32-bit framebuffer setting for a reliable one for depth b...
Pedro J. Estébanez
2021-11-01
1
-7
/
+0
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-3
/
+3
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
Implement get_cache_path() for iOS, and improve it for Android and Windows
Pedro J. Estébanez
2021-10-09
1
-2
/
+5
*
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-7
/
+11
*
Switch to input buffering on Android
Pedro J. Estébanez
2021-08-13
1
-4
/
+0
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+7
*
Add OS.get_external_data_dir() to get Android external directory
Marcel Admiraal
2021-06-10
1
-17
/
+26
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
*
Remove unused FileAccessJAndroid.
Fabio Alessandrelli
2020-12-09
1
-6
/
+1
*
Merge pull request #44161 from Faless/fix/fa_buffered_remove
Rémi Verschelde
2020-12-09
1
-4
/
+1
|
\
|
*
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
1
-4
/
+1
*
|
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-0
/
+1
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Android: Mouse Implementation
thebestnom
2020-10-09
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
Display Server support
PouleyKetchoupp
2020-04-08
1
-507
/
+45
*
Vulkan rendering for Android
PouleyKetchoupp
2020-04-03
1
-19
/
+58
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-6
/
+6
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Compilation fixes on Android
PouleyKetchoupp
2020-03-04
1
-14
/
+22
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-2
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-35
/
+8
*
Fix double tap pressed event regression
Alexander Holland
2020-01-29
1
-2
/
+1
[next]