index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'Export App Bundle' to Android Export Options
Aman Jain
2020-08-05
2
-0
/
+60
*
Move PopupWindow logic to GodotEditText on Android
PouleyKetchoupp
2020-07-28
2
-67
/
+56
*
Merge pull request #40706 from akien-mga/style-fix-file_format-macos
Rémi Verschelde
2020-07-27
1
-1
/
+1
|
\
|
*
Style: Fix code format scripts compat with non-GNU Unices
Rémi Verschelde
2020-07-27
1
-1
/
+1
*
|
Merge pull request #40671 from nekomatata/virtual-keyboard-height-fix
Rémi Verschelde
2020-07-27
2
-7
/
+43
|
\
\
|
*
|
Fix virtual keyboard height regression
PouleyKetchoupp
2020-07-24
2
-7
/
+43
*
|
|
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-26
3
-7
/
+21
|
|
/
|
/
|
*
|
Write an AndroidManifest.xml file to be merged with app module's manifest.
Aman Jain
2020-07-24
2
-0
/
+18
*
|
Android: Keyboard modifier and arrow key support
thebestnom
2020-07-21
4
-4
/
+39
|
/
*
Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources
Rémi Verschelde
2020-07-20
46
-10
/
+62
|
\
|
*
Create strings.xml files in the gradle project to handle localization
Aman Jain
2020-07-15
46
-10
/
+62
*
|
Disable virtual keyboard focus adjustment on Android
PouleyKetchoupp
2020-07-20
1
-0
/
+1
|
/
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
42
-42
/
+42
*
Fix the logic to enable focus awareness
Fredia Huya-Kouadio
2020-06-27
1
-2
/
+2
*
Enable the ability to use Godot as a subview within an Android app
Fredia Huya-Kouadio
2020-06-25
12
-194
/
+298
*
Follow up cleanup for the godotpayment project module
Fredia Huya-Kouadio
2020-06-22
2
-1
/
+0
*
Remove GodotPayment android plugin
Timo Schwarzer
2020-06-22
6
-356
/
+0
*
Clean up the `GodotPlugin` public API.
Fredia Huya-Kouadio
2020-06-16
3
-7
/
+17
*
Add support for focus awareness
Fredia Huya-Kouadio
2020-06-04
1
-0
/
+3
*
Add missing consumePurchase plugin method for GodotPayment
volzhs
2020-05-28
1
-1
/
+1
*
Validate that `Use Custom Build` is enabled when `Plugins` are selected
Fredia Huya-Kouadio
2020-05-27
2
-6
/
+3
*
Provide the ability for clients of the Godot library to add their own command...
Fredia Huya-Kouadio
2020-05-27
1
-1
/
+2
*
Merge pull request #39050 from timoschwarzer/google-play-billing-4.0
Rémi Verschelde
2020-05-26
14
-1915
/
+212
|
\
|
*
Re-implement GodotPayment Android plugin using the Google Play Billing library
Timo Schwarzer
2020-05-25
14
-1915
/
+212
*
|
Stop ignoring hidden files and directories in the `assets` directory
Fredia Huya-Kouadio
2020-05-25
1
-0
/
+5
|
/
*
Merge pull request #39004 from nekomatata/android-reset-surface
Rémi Verschelde
2020-05-24
3
-13
/
+7
|
\
|
*
Proper surface reset when resuming app on Android
PouleyKetchoupp
2020-05-24
3
-13
/
+7
*
|
Use long instead of int for object id in Android java wrapper
PouleyKetchoupp
2020-05-24
2
-5
/
+5
|
/
*
Merge pull request #38309 from SkyLucilfer/AndroidLineEdit
Rémi Verschelde
2020-05-20
3
-14
/
+39
|
\
|
*
Fix Android LineEdit editing bugs
SkyJJ
2020-05-16
3
-14
/
+39
*
|
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
1
-1
/
+1
*
|
Implementation of the Godot Android Plugin configuration file
Fredia Huya-Kouadio
2020-05-17
5
-36
/
+84
|
/
*
Merge pull request #37924 from thebestnom/migrate-to-androidX
Rémi Verschelde
2020-05-16
9
-18
/
+25
|
\
|
*
Android: Migrate deprecated support library to AndroidX
thebestnom
2020-05-10
9
-18
/
+25
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
35
-105
/
+0
|
/
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Style: Add missing copyright headers
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
clang-format: Add JavaImportGroups for Java code
Rémi Verschelde
2020-05-06
36
-45
/
+109
*
Address `OS.request_permissions()` bug when non-platform permission(s) is inc...
Fredia Huya-Kouadio
2020-05-05
1
-4
/
+7
*
Fix Android templates size regression
Fredia Huya-Kouadio
2020-04-23
2
-2
/
+6
*
Migrate legacy apache dependency to the GodotPayment plugin
fhuya
2020-04-15
6
-7
/
+8
*
Android: Bump build tools to 29.0.3
Rémi Verschelde
2020-04-14
1
-1
/
+1
*
Delete unused drawable resources.
fhuya
2020-04-13
4
-0
/
+0
*
Add signal support to Godot Android plugin:
fhuya
2020-04-10
2
-1
/
+182
*
Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings
Rémi Verschelde
2020-04-10
2
-0
/
+7
|
\
|
*
Update Android custom template build configuration.
fhuya
2020-04-07
2
-0
/
+7
*
|
Display Server support
PouleyKetchoupp
2020-04-08
1
-36
/
+4
*
|
Vulkan rendering for Android
PouleyKetchoupp
2020-04-03
16
-113
/
+348
*
|
Android: Downgrade gradle plugin to 3.5.3
Rémi Verschelde
2020-04-02
1
-1
/
+1
*
|
Fix copyright headers for recently added files
Rémi Verschelde
2020-03-28
2
-4
/
+4
|
/
[next]