summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Fix flickering issues with low processor mode on AndroidFredia Huya-Kouadio2022-03-2916-33/+2550
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-2823-67/+735
* Merge pull request #59146 from m4gr3d/setup_mavencentral_publishingRémi Verschelde2022-03-165-3/+146
|\
| * Setup logic to publish the Godot Android library to MavenCentralFredia Huya-Kouadio2022-03-145-3/+146
* | Implement GDExtension export plugin.bruvzg2022-03-162-8/+8
|/
* Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde2022-03-111-2/+1
|\
| * Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* | Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-112-6/+6
|\ \ | |/ |/|
| * Improve app name and system permission message localization.bruvzg2022-03-042-6/+6
* | Remove VARIANT_ARG* macrosreduz2022-03-096-19/+20
* | Remove unused GDNative codeRémi Verschelde2022-03-091-2/+1
* | Rename StreamTexture* to CompressedTexture*reduz2022-03-051-1/+1
|/
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-1613-150/+210
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-153-19/+23
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-123-1/+4
* Fix typos with codespellRémi Verschelde2022-02-102-3/+3
* Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde2022-02-041-5/+5
|\
| * Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-5/+5
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-045-0/+35
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-035-0/+35
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-272-0/+21
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-142-0/+21
* | Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` fileFredia Huya-Kouadio2022-01-262-1/+2
* | Fix XR Android manifest metadataFredia Huya-Kouadio2022-01-263-22/+8
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-195-1/+36
* | Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde2022-01-181-1/+1
|\ \
| * | Rename Project Window width and height settings to match their functionMarcel Admiraal2022-01-041-1/+1
* | | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+0
|\ \ \
| * | | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+0
* | | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-4/+1
| |_|/ |/| |
* | | Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-pathsRémi Verschelde2022-01-121-0/+10
|\ \ \
| * | | Android export plugin passes absolute file paths to gradle for keystores.Jason Knight2022-01-101-0/+10
* | | | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-1/+1
|\ \ \ \
| * | | | Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-1/+1
| | |_|/ | |/| |
* / | | Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-2/+2
|/ / /
* | | Update copyright statements to 2022Rémi Verschelde2022-01-0385-170/+170
* | | Fix Android Studio builds.ne0fhyk2021-12-211-2/+10
* | | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-181-2/+2
| |/ |/|
* | Only rotate Android sensor values for sensors that need them rotatedMarcel Admiraal2021-12-151-31/+64
* | Misc build system fixesAaron Franke2021-12-101-1/+1
* | Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde2021-12-104-23/+23
|\ \
| * | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-094-23/+23
* | | Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_masterRémi Verschelde2021-12-094-5/+41
|\ \ \
| * | | Add support for configuring the xr hand tracking frequency modene0fhyk2021-12-094-5/+41
| |/ /
* | | Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_masterRémi Verschelde2021-12-093-1/+10
|\ \ \
| * | | Enable configuration of the `android:excludeFromRecents` activity attribute.Fredia Huya-Kouadio2021-12-093-1/+10
| |/ /
* / / Add configs to specify the min and target sdk versions.Fredia Huya-Kouadio2021-12-083-7/+64
|/ /
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-232-2/+2
* | Merge pull request #55159 from m4gr3d/add_oculus_openxr_config_masterRémi Verschelde2021-11-227-19/+83
|\ \
| * | Add support for OpenXR export configurations.Fredia Huya-Kouadio2021-11-207-19/+83