summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-6/+46
|\
| * Merge pull request #99694 from dsnopek/android-os-create-instance-return-valueThaddeus Crews2024-11-273-3/+3
| |\
| | * Android: `OS.create_instance()` should return `-1` on failureDavid Snopek2024-11-253-3/+3
| * | Android: Extension support for native file dialogAnish Mishra2024-11-191-3/+43
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Merge pull request #99123 from tygyh/Update-vulnerable-pluginsThaddeus Crews2024-11-131-1/+1
| |\
| | * Update JavaScript/Java plugins to solve known vulnerabilitiesDr. Dystopia2024-11-121-1/+1
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-123-3/+6
|\| |
| * | Merge pull request #98687 from m4gr3d/disable_swappy_requirement_for_as_debug...Thaddeus Crews2024-11-121-1/+1
| |\ \
| | * | Update the `production` build argument for Android Studio debug buildsFredia Huya-Kouadio2024-10-301-1/+1
| * | | Android: Update exported app and editor themeAnish Mishra2024-11-082-2/+5
| | |/ | |/|
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-067-31/+37
|\| |
| * | Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generationThaddeus Crews2024-11-045-9/+31
| |\ \
| | * | Enable automatic install of export apks for the Android editorFredia Huya-Kouadio2024-10-285-9/+31
| * | | Merge pull request #98712 from syntaxerror247/android_accent_colorThaddeus Crews2024-11-041-0/+6
| |\ \ \
| | * | | [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+6
| * | | | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-22/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-22/+0
| | | |/ | | |/|
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-024-0/+248
|\| | |
| * | | [Android] Implement native file picker supportAnish Mishra2024-10-304-0/+248
| |/ /
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-305-4/+76
|\| |
| * | Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-3/+15
| |\ \
| | * | Fix fallbacks to OpenGLSummersay4152024-10-281-3/+15
| | |/
| * | Merge pull request #98574 from syntaxerror247/android_input_dialogThaddeus Crews2024-10-294-1/+38
| |\ \
| | * | [Android] Implement native input dialog supportAnish Mishra2024-10-294-1/+38
| | |/
| * | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+23
| |\ \ | | |/ | |/|
| | * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+23
* | | Fix copyright headers referring to GodotSpartan3222024-10-2735-70/+70
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-3/+3
|\| |
| * | Fix Android app permissions for SDK levels earlier than 28Andreas Raddau2024-10-161-3/+3
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1164-0/+128
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1121-20/+20
|/
* [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-022-1/+9
* Add logic to automatically pick up jar/aar library dependencies in the `res:/...Fredia Huya-Kouadio2024-09-292-0/+11
* Provide access to the Android runtime to GDScriptFredia Huya-Kouadio2024-09-292-1/+68
* Add support for Android Themed Icons (monochrome)Anish Mishra2024-09-272-0/+1
* Update the set of excluded permissions for the XR EditorFredia Huya-Kouadio2024-09-252-3/+3
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-164-14/+89
* Update the Android editor flavors to avoid vendor-specific referencesFredia Huya-Kouadio2024-09-139-27/+31
* Merge pull request #96742 from m4gr3d/check_openxr_automatic_permissions_requestRémi Verschelde2024-09-122-7/+12
|\
| * Only request OpenXR permissions for a XR game running off the Android editor ...Fredia Huya-Kouadio2024-09-112-7/+12
* | Disable some editor settings by default in the XR Editordevloglogan2024-09-094-0/+29
|/
* Improve support for XR projectsFredia Huya-Kouadio2024-09-0618-79/+556
* Update the options for launching the Play window in PiP modeFredia Huya-Kouadio2024-08-302-7/+19
* Merge pull request #96208 from m4gr3d/cleanup_immersive_logicRémi Verschelde2024-08-304-52/+96
|\
| * Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-284-52/+96
* | Merge pull request #96254 from raulsntos/android/keyStore.isEmpty()Rémi Verschelde2024-08-291-1/+1
|\ \ | |/ |/|
| * [Android] Check if keyStore path is emptyRaul Santos2024-08-281-1/+1
* | Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-08-2821-53/+548