summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org
Commit message (Expand)AuthorAgeFilesLines
* Android: Keyboard modifier and arrow key supportthebestnom2020-07-214-4/+39
* Disable virtual keyboard focus adjustment on AndroidPouleyKetchoupp2020-07-201-0/+1
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-2510-192/+291
* Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-162-5/+15
* Provide the ability for clients of the Godot library to add their own command...Fredia Huya-Kouadio2020-05-271-1/+2
* Merge pull request #39004 from nekomatata/android-reset-surfaceRémi Verschelde2020-05-243-13/+7
|\
| * Proper surface reset when resuming app on AndroidPouleyKetchoupp2020-05-243-13/+7
* | Use long instead of int for object id in Android java wrapperPouleyKetchoupp2020-05-241-2/+2
|/
* Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde2020-05-203-14/+39
|\
| * Fix Android LineEdit editing bugsSkyJJ2020-05-163-14/+39
* | Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-3/+8
|/
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-165-11/+14
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-105-11/+14
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1425-87/+0
|/
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Style: Add missing copyright headersRémi Verschelde2020-05-101-2/+2
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-0626-38/+80
* Address `OS.request_permissions()` bug when non-platform permission(s) is inc...Fredia Huya-Kouadio2020-05-051-4/+7
* Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-153-381/+0
* Add signal support to Godot Android plugin:fhuya2020-04-102-1/+182
* Display Server supportPouleyKetchoupp2020-04-081-36/+4
* Vulkan rendering for AndroidPouleyKetchoupp2020-04-0314-112/+346
* Fix copyright headers for recently added filesRémi Verschelde2020-03-282-4/+4
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-192-17/+33
* Complete the implementation of the GodotPayment plugin.fhuya2020-03-179-1211/+3
* Fix text_entered signal when max_length is used in LineEdit on AndroidPouleyKetchoupp2020-03-131-3/+13
* Trim the whitespace around the plugins names.fhuya2020-03-061-2/+5
* Re-architecture of the Godot Android plugin.fhuya2020-03-059-408/+658
* Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya2020-03-053-0/+465
* Rename `scancode` to `keycode`.bruvzg2020-02-254-11/+13
* Remove obsolete GLES3 backendRémi Verschelde2020-02-135-28/+10
* Fixed LineEdit virtual keyboard inputs on AndroidPouleyKetchoupp2020-01-311-1/+1
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-232-3/+16
* fixes android double tap regressionAlexander Holland2020-01-132-2/+2
* Fixes Android FileDialogAlexander Holland2020-01-103-0/+121
* Update copyright statements to 2020Rémi Verschelde2020-01-0135-70/+70
* i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-221-1/+0
* Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* Add request permission automatically at androidCagdas2019-10-222-29/+165
* Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas...Fredia Huya-Kouadio2019-10-181-0/+34
* Adds Pen support for AndroidAlexander Holland2019-10-042-1/+17
* Merge pull request #32250 from lawnjelly/android-keyboard2Rémi Verschelde2019-09-231-4/+2
|\
| * Fix Android keyboard crash with left cursorlawnjelly2019-09-231-4/+2
* | Add new events and accompanying logic to notify when the app is paused and re...fhuya2019-09-194-15/+63
|/
* Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-0435-0/+5935