6357 Commits

Author SHA1 Message Date
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
4716e99df1 Don't call Display.create in AWTGLCanvas constructor (fixes Minecraft 1.2.1-1.2.4) 2023-01-28 14:36:18 +03:00
artdeell
1f28b3a6a7 Fix the FolderProvider findDocumentPath implementation to make paths actually visible 2023-01-28 07:57:11 +03:00
artdeell
2293664bd4 Workaround: Initialize GL capabilities early for gl4es 2023-01-27 22:22:42 +03:00
artdeell
db7881792f Implement file/folder opening along with link opening 2023-01-27 21:41:55 +03:00
Duy Tran Khanh
94f99d58a1 New translations strings.xml (Italian) 2023-01-27 23:01:09 +07: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
Duy Tran Khanh
0dfd7d96e9 New translations strings.xml (Tatar) 2023-01-26 22:42:29 +07:00
Duy Tran Khanh
e683c24a46 New translations strings.xml (Chinese Simplified) 2023-01-26 22:42:19 +07:00
Duy Tran Khanh
383916edd1 New translations strings.xml (Ukrainian) 2023-01-26 22:42:18 +07:00
Duy Tran Khanh
c7d40ffb41 New translations strings.xml (Russian) 2023-01-26 22:42:14 +07:00
Duy Tran Khanh
d5aaec5249 New translations strings.xml (German) 2023-01-26 22:42:08 +07:00
Duy Tran Khanh
bf2ead43ef New translations strings.xml (Spanish) 2023-01-26 22:42:03 +07:00
Duy Tran Khanh
293c0b6d3a New translations strings.xml (French) 2023-01-26 22:42:02 +07: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
Duy Tran Khanh
6c29bc6161 New translations strings.xml (German) 2023-01-24 06:23:42 +07: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
Duy Tran Khanh
28b02953f7 New translations strings.xml (English) 2023-01-23 06:09:26 +07:00
Duy Tran Khanh
07f28e956e New translations strings.xml (Russian) 2023-01-22 05:50:39 +07:00
Duy Tran Khanh
dec0324092 New translations strings.xml (LOLCAT) 2023-01-21 05:55:06 +07:00
Duy Tran Khanh
89c70737c0 New translations strings.xml (English (upside down)) 2023-01-21 05:55:05 +07:00
Duy Tran Khanh
ae7bf09654 New translations strings.xml (Tatar) 2023-01-21 05:55:02 +07:00
Duy Tran Khanh
b57b7c51c3 New translations strings.xml (Filipino) 2023-01-21 05:55:01 +07:00
Duy Tran Khanh
d5a9eb20f9 New translations strings.xml (Estonian) 2023-01-21 05:54:57 +07:00
Duy Tran Khanh
b5a9fd0ea3 New translations strings.xml (Indonesian) 2023-01-21 05:54:54 +07:00
Duy Tran Khanh
65b3851b24 New translations strings.xml (Portuguese, Brazilian) 2023-01-21 05:54:53 +07:00
Duy Tran Khanh
e48a1cd197 New translations strings.xml (English) 2023-01-21 05:54:52 +07:00
Duy Tran Khanh
53ce553e0c New translations strings.xml (Chinese Traditional) 2023-01-21 05:54:51 +07:00
Duy Tran Khanh
03bb73c878 New translations strings.xml (Chinese Simplified) 2023-01-21 05:54:51 +07:00
Duy Tran Khanh
1060e07dec New translations strings.xml (Ukrainian) 2023-01-21 05:54:50 +07:00
Duy Tran Khanh
e7401a281d New translations strings.xml (Turkish) 2023-01-21 05:54:49 +07:00
Duy Tran Khanh
49ce8432b1 New translations strings.xml (Slovak) 2023-01-21 05:54:47 +07:00
Duy Tran Khanh
f9ada29384 New translations strings.xml (Russian) 2023-01-21 05:54:46 +07:00