4216 Commits

Author SHA1 Message Date
SerpentSpirale
ff87188a28 Slight optimisation 2021-09-13 19:51:21 +02:00
SerpentSpirale
c0f9d73208 Adapted the double tap for ALL pointers 2021-09-13 19:51:21 +02:00
SerpentSpirale
eec850dfcc Fix buggy volume rocker key test 2021-09-13 19:51:21 +02:00
SerpentSpirale
54e9b421a3 Added double tap to swap second hand item 2021-09-13 19:51:21 +02:00
SerpentSpirale
094bd32f2b Limit to only one instance of the import screen 2021-09-13 19:51:21 +02:00
SerpentSpirale
1002d59cc9 - Import screen W.I.P
- Rounded background menu corners
2021-09-13 19:51:20 +02:00
SerpentSpirale
bb52f8cd1c Reduce ControlButton memory usage 2021-09-13 19:51:20 +02:00
SerpentSpirale
978f029958 Clear focus when mouse grab is false 2021-09-13 19:51:20 +02:00
SerpentSpirale
6ba6ea2db7 Fix offset on-screen controls on desktop mode. 2021-09-13 19:51:20 +02:00
SerpentSpirale
b32123ba58 Small drawing optimisation 2021-09-13 19:51:20 +02:00
SerpentSpirale
47f467e705 - Add auto-correct support
- Fix F25 key when setting controls.
2021-09-13 19:51:20 +02:00
SerpentSpirale
a47361cba0 Increase deadzone again 2021-09-13 19:51:20 +02:00
SerpentSpirale
88b1c3d9c3 Device independant gamepad sensitivity 2021-09-13 19:51:20 +02:00
SerpentSpirale
696eb1a620 Fix NullPointerException 2021-09-13 19:51:20 +02:00
SerpentSpirale
361fafb3dc Fix swapped axis detection 2021-09-13 19:51:20 +02:00
SerpentSpirale
66f65f04d2 Reduce ControlButton instantiation memory usage 2021-09-13 19:51:20 +02:00
SerpentSpirale
7ec533a997 Reduced memory consumption caused by subButton 2021-09-13 19:51:20 +02:00
SerpentSpirale
29b7aeb999 Free placement subButton support 2021-09-13 19:51:20 +02:00
SerpentSpirale
2501883ca8 Proper subButton cloning support 2021-09-13 19:51:20 +02:00
SerpentSpirale
424d34f93a Increase gamepad deadzone 2021-09-13 19:51:20 +02:00
SerpentSpirale
cf6737b1ac Detect swapped axis between triggers and RJoystick 2021-09-13 19:51:20 +02:00
SerpentSpirale
4c71e66f48 Better deadzones for self calibrating devices 2021-09-13 19:51:20 +02:00
SerpentSpirale
a81441d60a Fix improper gamepad sensitivity in menus 2021-09-13 19:51:20 +02:00
SerpentSpirale
b14a228f4d Throw multiple items when hotbar is still pressed 2021-09-13 19:51:20 +02:00
SerpentSpirale
6e948efab0 Desync drop items gesture from gesture timer 2021-09-13 19:51:20 +02:00
SerpentSpirale
3623baeb17 Add support for adaptive icons 2021-09-11 17:21:39 +02:00
ArtDev
57e3c5b060
Merge branch 'dl-everything' into v3_openjdk 2021-09-07 07:54:05 +03:00
Duy Tran Khanh
f0b565ef26
Fixes #1977
java.lang.NullPointerException: Attempt to get length of null array
	at com.kdt.pickafile.FileListView.listFileAt(FileListView.java:114)
	at com.kdt.pickafile.FileListView.init(FileListView.java:93)
	at com.kdt.pickafile.FileListView.<init>(FileListView.java:52)
	at com.kdt.pickafile.FileListView.<init>(FileListView.java:46)
	at com.kdt.pickafile.FileListView.<init>(FileListView.java:36)
	at net.kdt.pojavlaunch.CustomControlsActivity.load(CustomControlsActivity.java:215)
	at net.kdt.pojavlaunch.MainActivity.lambda$onCreate$0(MainActivity.java:30)
	at net.kdt.pojavlaunch.-$$Lambda$MainActivity$ikMCYDL-Y9h7UKXuTvp9oMxZ-SU.onNavigationItemSelected(Unknown Source:0)
	at com.google.android.material.navigation.NavigationView$1.onMenuItemSelected(NavigationView.java:217)
	at androidx.appcompat.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:834)
	at androidx.appcompat.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:158)
	at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:985)
	at com.google.android.material.internal.NavigationMenuPresenter$1.onClick(NavigationMenuPresenter.java:416)
	at android.view.View.performClick(View.java:7277)
	at android.view.View.performClickInternal(View.java:7254)
	at android.view.View.access$3600(View.java:801)
	at android.view.View$PerformClick.run(View.java:27916)
	at android.os.Handler.handleCallback(Handler.java:883)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loop(Looper.java:239)
	at android.app.ActivityThread.main(ActivityThread.java:7532)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
2021-09-07 06:10:33 +07:00
github-actions
027af34976 CI: Update gl4es 2021-09-06 10:06:05 +00:00
SerpentSpirale
7162a93f13 Simplify TouchCharInput constructors 2021-09-06 12:03:08 +02:00
ArtDev
bacb4070b2 Forgot to add breaks - zink should work again 2021-09-03 20:17:54 +03:00
ArtDev
1e6139bd87 Fix a bunch of very silly errors - it works now! 2021-09-03 20:10:07 +03:00
ArtDev
b553a284e4 Update egl_bridge.c 2021-09-03 20:10:07 +03:00
artdeell
7139eb3b7e Dynamic loader for EGL 2021-09-03 20:10:07 +03:00
ArtDev
da7b432720 Fix a bunch of very silly errors - it works now! 2021-09-03 19:03:18 +03:00
SerpentSpirale
e36055079b Force avoiding the UI extraction, thanks GBOARD 2021-09-03 17:22:29 +02:00
ArtDev
df044758c1
Update egl_bridge.c 2021-09-03 16:05:51 +03:00
artdeell
e600c8d6c5 Dynamic loader for EGL 2021-09-03 13:30:35 +03:00
SerpentSpirale
d8a8a94008 Fix number keys changing keyboard state 2021-09-02 17:20:56 +02:00
SerpentSpirale
af1a05003a Fix keyboard flashing white when closing 2021-09-02 07:02:19 +02:00
SerpentSpirale
3ac6a31685 Fix starting the game with the keyboard open 2021-09-02 07:01:57 +02:00
SerpentSpirale
4d0d91f351 Fix flashing white screen on some devices 2021-09-01 22:00:20 +02:00
SerpentSpirale
892918e578 Improved key discarding speed. 2021-09-01 21:59:04 +02:00
SerpentSpirale
428e99d013 Fix hardware mouse not working on some devices 2021-09-01 21:58:13 +02:00
SerpentSpirale
b3135aa735 Proper volume key interception 2021-09-01 17:20:13 +02:00
SerpentSpirale
3706d1c932 pvc popup is now scrollable 2021-09-01 15:13:46 +02:00
SerpentSpirale
4fe9d20a3b Fix non continuous volume change. 2021-09-01 10:07:19 +02:00
artdeell
dc479a2f03 Resolver changes
- Modified ResConfHack to read resolv data from the Java property
- Added auto-unpacking of premade resolv.conf and setting the Java property
(Now SRV resolving should work on Java 17 by default)
crocus
2021-08-31 18:00:38 +03:00
SerpentSpirale
de50fd93fe Fix mouse capture not receiving events on some devices 2021-08-31 12:04:55 +02:00
Duy Tran Khanh
9680ba11bf
New Crowdin updates (#1932)
* New translations strings.xml (English (upside down))

* New translations strings.xml (Turkish)

* New translations strings.xml (English (upside down))

Co-authored-by: ArtDev <45949002+artdeell@users.noreply.github.com>
3.3.1.1-30-aug-20201
2021-08-30 17:25:18 +03:00