summaryrefslogtreecommitdiff
path: root/platform/android/java/lib/res
AgeCommit message (Collapse)Author
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot.
2020-08-30Fix issue causing the textedit to move upwardFredia Huya-Kouadio
2020-07-15Create strings.xml files in the gradle project to handle localizationAman Jain
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-06-25Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio
2020-04-13Delete unused drawable resources.fhuya
2020-01-14Add support for Android adaptive icons.Bruno Lourenço
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ↵fhuya
and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').