Mathias-Boulay
1e51a3250b
Feat: display the size of current download
2023-02-22 19:33:19 +01:00
github-actions
a9993d3871
CI: Update gl4es
2023-02-19 13:50:27 +00:00
Duy Tran Khanh
9ace759005
Fix: improper Java 8 version check
2023-02-19 20:47:44 +07:00
Mathias-Boulay
1ecbb6bd25
Feat[surface]: allow force vsync for alternate surface rendering
2023-02-16 23:00:39 +01:00
Mathias-Boulay
64d271a8af
Feat[Gyro]: Allow to swap axis
2023-02-16 21:29:26 +01:00
Mathias-Boulay
281bb92b2d
Fix: Use natural xFactor
2023-02-16 19:22:01 +01:00
artdeell
ff1db31271
Gyro controls: Implement listener to correct gyro controls in reverse portrait/landscape modes
...
Co-authored-by: TarikBR <TarikBR@github.com>
2023-02-12 22:19:07 +03:00
Mathias-Boulay
2c66709f30
Fix[32 bit]: make default ram Xms more conservative
2023-02-07 21:50:25 +01:00
artdeell
cb44314aba
Gyro controls: Untie sensitivity from sample rate
2023-02-02 16:51:08 +03:00
artdeell
2b7708fedc
Gyro controls: Use an actual gyro instead of Game Rotation Vector
2023-02-02 16:23:55 +03:00
RetroSourceCode
c8ce24aae0
Change "swipe from r to l" to "tapping a small button"
2023-02-02 07:47:06 +01:00
TarikBR
e8959a3df7
Revert "enforce non focusable when disabled"
...
This bugged me by making the keyboard stop opening
Motorola One Vision - Android 12 (CrDroid 8.8)
this revert commit ef9d5e347c
2023-02-01 21:30:26 +01:00
artdeell
0ade45665d
Fix #2912 (and other tiny sanitizations)
2023-02-01 22:01:22 +03:00
artdeell
27a3bb8121
Feature: Gyroscope controls
2023-02-01 19:13:13 +03:00
artdeell
c9e9466977
Try to prevent clipped DrawerLayout
2023-02-01 16:55:39 +03:00
Mathias-Boulay
191c37161d
Revert "Workaround: fix clipped drawer by widening the invisible edittext"
...
Sadly, it created a gigantic issue for the soft keyboard users
This reverts commit 6a33087aa0 .
2023-02-01 14:19:53 +01:00
artdeell
362a49620b
Feature: OldVersionsUtils now handles dates without T correctly
2023-01-31 20:58:50 +03:00
artdeell
13f55e21bc
Compromise: remove Android < 28 notch support because it breaks virtual navbars
2023-01-31 20:35:26 +03:00
Mathias-Boulay
ef9d5e347c
Fix[input]: enforce non focusable when disabled
2023-01-31 14:17:28 +01:00
artdeell
e264181356
Change AWT Canvas size inside Display.create() (to force older MC versions to resize ASAP)
2023-01-31 07:33:30 +03:00
Mathias-Boulay
f0aad00211
Workaround[input]: remove hardware keyboard detection
...
Sadly, many devices may think they have a keyboard, reasons ranging from OEMs additionnal software layers to mouse declaring themselves as gamepads.
2023-01-30 21:05:25 +01:00
artdeell
246bf5c1dc
Fix: synchronize method bodies instead of completely relying on synchronized colelctions
...
Should prevent ConcurrentModificationExceptions and runtime corruption
2023-01-30 22:58:19 +03:00
artdeell
3004503b84
Feature: download source inheritsFrom JSON automatically
2023-01-30 20:25:46 +03:00
artdeell
693cff45b0
Infdev cursor grab: the Pojav part
...
Also featuring:
Window resize on first key even poll
2023-01-29 22:17:42 +03:00
Duy Tran Khanh
328581c2a9
Feat (parser): handle javaagent and verbose args
2023-01-29 20:05:59 +07:00
artdeell
1f28b3a6a7
Fix the FolderProvider findDocumentPath implementation to make paths actually visible
2023-01-28 07:57:11 +03:00
artdeell
db7881792f
Implement file/folder opening along with link opening
2023-01-27 21:41:55 +03:00
artdeell
33d7d854ae
Implement AWT (1.12.2-) link opening
...
TODO: DIrectory opening
2023-01-27 07:34:01 +03:00
Boulay Mathias
6714813eec
Fix: Locale not being forced to english
2023-01-26 21:02:54 +01:00
Boulay Mathias
aa1685fae1
Fix: Error can be displayed when not launched from an activity
2023-01-26 20:55:16 +01:00
Boulay Mathias
1d30eabfdf
Fix: Improper character encoding upon default control selection
2023-01-26 13:30:33 +01:00
Boulay Mathias
3f8e49f530
Style: Ensure alpha value on TextureView
2023-01-26 00:04:31 +01:00
Boulay Mathias
c51809e6b7
Fix: Force disable mouse touchpad emulation on chromebooks
...
This should fix some issues with mouse hovering and such
2023-01-25 23:33:31 +01:00
Boulay Mathias
dfc36ab2b2
Fix: Special unicode chars breaking on controls.
...
Turns out UTF 8 was not always enforced
2023-01-25 23:10:29 +01:00
artdeell
843e13bd6b
Text descriptions during Microsoft login
2023-01-25 21:44:06 +03:00
Boulay Mathias
ca2e9f8199
Fix: Scroll inside menus
...
Turns out I crossed the axis...
2023-01-25 19:10:27 +01:00
artdeell
9459bb8d24
Rename ControlledDownloaderException and fix comment
2023-01-25 20:46:59 +03:00
artdeell
35c01793a5
Better download handling
2023-01-25 18:44:19 +03:00
artdeell
ffd07c2e28
Menu button 2 electic boogaloo
2023-01-24 21:41:44 +03:00
artdeell
c4880416e6
Menu button
2023-01-24 21:34:54 +03:00
Boulay Mathias
a197b906a2
Fix: Reduce the max allocation on 32 bits devices
2023-01-24 19:04:48 +01:00
Boulay Mathias
6a33087aa0
Workaround: fix clipped drawer by widening the invisible edittext
2023-01-23 23:09:46 +01:00
artdeell
6888cb7d87
Make newly created profiles non-null
2023-01-23 22:04:54 +03:00
artdeell
530a73e5c7
A bunch of fixes for old android and storage
2023-01-23 20:30:25 +03:00
khanhduytran0
f0c4fef803
Move the sandbox switch to Java Tweaks, update strings.xml
2023-01-20 17:38:03 +07:00
khanhduytran0
ee1c304a32
Add Java sandbox switch, for Quilt installer
...
#3113 #3187
The security manager malfunctions, causing access denial of certain operations. While this isn't actually a solution, it should at least allow Quilt installer to proceed.
java.util.concurrent.CompletionException: java.security.AccessControlException: access denied ("java.net.SocketPermission" "meta.fabricmc.net:443" "connect,resolve")
2023-01-20 17:19:30 +07:00
Boulay Mathias
314c87c7b6
refactor: migrate gamepad grabbing state management
2023-01-19 19:17:05 +01:00
Boulay Mathias
0a329af8ea
Fix: improperly applied depth for control buttons.
...
This should fix buttons going over the editor
2023-01-18 23:58:56 +01:00
Boulay Mathias
66d677545e
Workaround: Skip notify grab if it last less than a frame.
...
This should fix the issue of "permanently" grabbed mouse, as well as reducing the flashing when in some menus
2023-01-18 23:45:56 +01:00
khanhduytran0
caa9606bc8
Update cacio-tta: software keyboard support
2023-01-18 10:48:54 +07:00