summaryrefslogtreecommitdiffstats
path: root/platform/android/os_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Display Server supportPouleyKetchoupp2020-04-081-507/+45
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-031-19/+58
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Renaming of servers for coherency.Juan Linietsky2020-03-271-6/+6
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Compilation fixes on AndroidPouleyKetchoupp2020-03-041-14/+22
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-2/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-35/+8
* Fix double tap pressed event regressionAlexander Holland2020-01-291-2/+1