summaryrefslogtreecommitdiffstats
path: root/platform/android/os_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in source.emacser02023-10-041-3/+3
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+5
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-0/+41
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-9/+8
* Merge pull request #65902 from MJacred/editor/copysysteminfoYuri Sizov2023-05-271-5/+5
|\
| * Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-5/+5
* | Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-0/+21
|/
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+4
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-1/+15
* Fix the issue causing the Godot Android Editor to crash when returning from t...Fredia Huya-Kouadio2023-01-261-1/+11
* Update the logic to calculate the screen scale on AndroidFredia Huya-Kouadio2023-01-221-2/+2
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-8/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+226
* Enable GLES3 on Androidclayjohn2022-11-291-1/+0
* Add missing display server overridesFredia Huya-Kouadio2022-11-271-1/+5
* [Android] Fix GDExtension export and loading.bruvzg2022-11-081-2/+7
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+74
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-3/+3
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-2/+30
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-6/+3
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+6
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-1/+1
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* | Fix the issue causing the screen to be black after resuming when in low proce...Fredy Huya-Kouadio2022-04-251-1/+2
|/
* Fix flickering issues with low processor mode on AndroidFredia Huya-Kouadio2022-03-291-2/+9
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-281-0/+54
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-11/+19
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
* Drop broken Android 32-bit framebuffer setting for a reliable one for depth b...Pedro J. Estébanez2021-11-011-7/+0
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-3/+3
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez2021-10-091-2/+5
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-7/+11
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-4/+0
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+7
* Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal2021-06-101-17/+26
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-2/+2
* Remove unused FileAccessJAndroid.Fabio Alessandrelli2020-12-091-6/+1
* Merge pull request #44161 from Faless/fix/fa_buffered_removeRémi Verschelde2020-12-091-4/+1
|\
| * Remove now unused FileAccessBuffered.Fabio Alessandrelli2020-12-061-4/+1
* | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+1
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Android: Mouse Implementationthebestnom2020-10-091-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0