summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix Android `get_screen_orientation()` not returning valid valuesMarcel Admiraal2021-11-212-2/+31
|/ /
* | Merge pull request #54992 from RandomShaper/drop_android_db_settingRémi Verschelde2021-11-154-32/+7
|\ \
| * | Drop pointless Android depth buffer settingPedro J. Estébanez2021-11-154-32/+7
* | | Use "enum class" for input enumsAaron Franke2021-11-125-146/+150
|/ /
* | Merge pull request #54463 from RandomShaper/fix_gl3_32bitsRémi Verschelde2021-11-0912-39/+31
|\ \
| * | Drop broken Android 32-bit framebuffer setting for a reliable one for depth b...Pedro J. Estébanez2021-11-0112-39/+31
* | | Add default `minSdkVersion` and `targetSdkVersion` in the AndroidManifest.xml...Fredia Huya-Kouadio2021-11-032-2/+5
| |/ |/|
* | Fix new projects always being created with OpenGLHugo Locurcio2021-11-012-3/+3
|/
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-316-2884/+12