summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-303-13/+13
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-302-0/+2872
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-8/+8
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-283-46/+41
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-285-15/+13
* Android: Properly validate `godot_project_name_string` for Android special charsRémi Verschelde2021-10-261-2/+17
* Fix Gradle builds not excluding excluded tasksMarcel Admiraal2021-10-231-7/+7
* Remove unimplemented methodsMarcel Admiraal2021-10-213-7/+0
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-4/+1
* Upgrade Android Gradle to version 7.2Marcel Admiraal2021-10-145-46/+63
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Build for 64-bit ARM by default when compiling or exporting for AndroidHugo Locurcio2021-10-122-20/+11
* Pass the correct `export_format` argument to locate the assets directory when...ne0fhyk2021-10-112-5/+4
* Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez2021-10-092-2/+6
* Add support for Play Asset Delivery.ne0fhyk2021-09-158-13/+50
* Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio2021-09-112-0/+14
* Use current androidx Fragment library instead of legacy librariesMarcel Admiraal2021-09-083-8/+4
* Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-071-1/+1
|\
| * Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* | Merge pull request #52159 from m4gr3d/addoculus_openxr_Fredia Huya-Kouadio2021-09-013-1/+14
|\ \
| * | Update the AndroidManifest to enable access to Oculus OpenXR runtime.ne0fhyk2021-08-273-1/+14
* | | Add support for adding plugin views behind the main view on AndroidPouleyKetchoupp2021-09-012-1/+19
| |/ |/|
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-292-2/+2
|/
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-224-6/+6
* Merge pull request #49756 from Calinou/android-export-move-clear-previous-ins...Michael Alexsander2021-08-222-3/+3
|\
| * Move the Android "clear previous install" setting to Editor SettingsHugo Locurcio2021-08-162-3/+3
* | Check if vibration duration is > 0 on AndroidMarcus Brummer2021-08-211-1/+1
* | Delegate handling and implementation of the restart functionality to the Godo...Fredia Huya-Kouadio2021-08-183-16/+29
* | Merge pull request #50360 from m4gr3d/address_external_dir_access_masterRémi Verschelde2021-08-1712-233/+107
|\ \