summaryrefslogtreecommitdiffstats
path: root/platform/android/os_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-0/+10
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-2/+2
* Merge pull request #90710 from m4gr3d/fix_jstring_leaksRémi Verschelde2024-04-221-0/+4
|\
| * Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-151-0/+4
* | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-4/+4
* | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-14/+54
|/
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Enhance mobile suspend MainLoop NotificationsZach Coleman2024-02-041-0/+6
* Revert https://github.com/godotengine/godot/pull/86682 for the Android platfo...Fredia Huya-Kouadio2024-01-041-2/+0
* Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-4/+4
* 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