6245 Commits

Author SHA1 Message Date
Duy Tran Khanh
dfc44a55b7 New translations strings.xml (Malay) 2022-11-16 01:21:10 +07:00
Duy Tran Khanh
82030a8bfc New translations strings.xml (English (upside down)) 2022-11-16 01:21:06 +07:00
Duy Tran Khanh
09377ca389 New translations strings.xml (Italian) 2022-11-16 01:21:03 +07:00
Duy Tran Khanh
f3ff4207c1 New translations strings.xml (German) 2022-11-16 01:20:59 +07:00
Duy Tran Khanh
b8c55deb7c New translations strings.xml (Czech) 2022-11-16 01:20:58 +07:00
Duy Tran Khanh
5e5daef0fd New translations strings.xml (Spanish) 2022-11-16 01:20:54 +07:00
Duy Tran Khanh
a99f4d1360 New translations strings.xml (French) 2022-11-16 01:20:53 +07:00
Duy Tran Khanh
c96065f1fd New translations strings.xml (Chinese Simplified) 2022-11-16 01:20:51 +07:00
Duy Tran Khanh
1781496002 New translations strings.xml (Indonesian) 2022-11-16 01:20:46 +07:00
Duy Tran Khanh
102bf91bf5 New translations strings.xml (Vietnamese) 2022-11-16 01:20:44 +07:00
Duy Tran Khanh
856eea1b25 New translations strings.xml (Chinese Traditional) 2022-11-16 01:20:43 +07:00
Duy Tran Khanh
6f35891a31 New translations strings.xml (Ukrainian) 2022-11-16 01:20:41 +07:00
Duy Tran Khanh
12b37ba8c0 New translations strings.xml (Turkish) 2022-11-16 01:20:40 +07:00
Duy Tran Khanh
63d9fa950e New translations strings.xml (Russian) 2022-11-16 01:20:37 +07:00
Duy Tran Khanh
4b553d91bd New translations strings.xml (Polish) 2022-11-16 01:20:35 +07:00
Duy Tran Khanh
22a07572b0 New translations strings.xml (English) 2022-11-16 01:20:32 +07:00
ArtDev
b581c7ba8e Update android.yml 2022-11-14 21:32:45 +03:00
ArtDev
083fa83305 Update android.yml 2022-11-14 21:32:45 +03:00
artdeell
854792e3c6 Send key events using the super method while in the editor
This avoids the bug where the the numbers are not typeable in the controls editor
2022-11-14 21:32:45 +03:00
artdeell
3328ce1ec9 Notification icon 2022-11-14 21:32:45 +03:00
artdeell
a99d5a8aa5 Lock mod installer until no tasks are ongoing, and return installer with custom args 2022-11-14 21:32:45 +03:00
artdeell
c7c28173ba Return assets :HYPERROFEL: 2022-11-14 21:32:45 +03:00
artdeell
209931cc80 Add SHA checker in version downloader 2022-11-14 21:32:45 +03:00
artdeell
0252ab1d96 Use silent notification at the default priority 2022-11-14 21:32:45 +03:00
artdeell
9cebcd2cf4 Add xuid to MinecraftAccount 2022-11-14 21:32:45 +03:00
artdeell
1067a92e7b Open authorization method selector when clicking "Play" with no accounts 2022-11-14 21:32:45 +03:00
artdeell
380c72bfc2 Restore ANGLE 2022-11-14 21:32:45 +03:00
artdeell
c16423d21a VIU fixes & improvements pt. 4
Add proper support for saving to folder paths
Fixed MainActivity switch case ordering causing buttons to swap functionality
Added version file for security components
Fixed security component paths in Forge installer
Switched default profile icon to Pojav logo
More logcat exception prints
Less unnecessary logcat prints
More null checks
2022-11-14 21:32:45 +03:00
Boulay Mathias
3649ef6470 Fix: Contextual Edit buttons are back on top
This was a hassle during control editing
2022-11-14 21:32:45 +03:00
artdeell
61b72c089c No more weak reference hell in ProgressKeeper 2022-11-14 21:32:45 +03:00
Boulay Mathias
a8e864ac3d Fix: Touchpad was obstructing buttons 2022-11-14 21:32:45 +03:00
artdeell
c73893ab99 Shrink title bar in landscape UI 2022-11-14 21:32:45 +03:00
artdeell
4a6eea08fc Fix versions that are not downloaded yet 2022-11-14 21:32:45 +03:00
artdeell
765b504c5f Fix modded versions 2022-11-14 21:32:45 +03:00
artdeell
5d690a993f Made task counter listeners non-weak, extra race condition protection in services and far too much other stuff 2022-11-14 21:32:45 +03:00
artdeell
dbfbbbc4bf W.I.P: progress reader rewrite 2022-11-14 21:32:45 +03:00
artdeell
ac71ffbdef Add some localizability & implement simple account deletion 2022-11-14 21:32:45 +03:00
artdeell
bae23f770e Add slashes to control loading paths
Java's path parser won't mind an extra slash (it wouldn't be treated as a new folder) but then paths that start with dots (such as the ones from the selector) would work fine
2022-11-14 21:32:45 +03:00
artdeell
ca0e9e2c0d VUI fixes & improvements pt.3.5
Fixed the controls layout being offset on first start
Fixed the controls layout crashing when loading new control layout
2022-11-14 21:32:45 +03:00
artdeell
8419cee745 VUI fixes & improvements pt.3
Made plenty of changes to the file selector fragment
Refactored FileListView to use Files instead of string paths
Replaced some hardcoded strings with localizable ones
2022-11-14 21:32:45 +03:00
artdeell
a824c5f4f5 VUI fixes & improvements pt.2
Added GameService for the time the game runs
Added refcount to ProgressService  (renamed from LazyService)
Moved notification channel creation to Tools
Now the game behaves better in the background
Now the game fully exits on swipe-up
2022-11-14 21:32:45 +03:00
artdeell
93396eff44 VUI fixes & improvements pt. 1
Re-enabled multi-process and fixed controls notch offset in multi-process
Used ThreadPoolExecutor for task execution with 0 starting threads
Used translation strings instead of hardcoded strings
Added terminate button for lazy service
Added arrow for tasks list
2022-11-14 21:32:45 +03:00
Boulay Mathias
d3a8c0bf17 Feat: W.I.P New UI
BREAKING CHANGES: Everything at this point.
2022-11-14 21:32:45 +03:00
ArtDev
aa13b5a876
Restore checks 2022-11-14 21:21:11 +03:00
ArtDev
88d13353b3
Update android.yml 2022-11-14 21:10:14 +03:00
ArtDev
1eb508655b
Temporarily allow pushes from other branches 2022-11-14 21:06:54 +03:00
Duy Tran Khanh
683946319f New translations strings.xml (Czech) 2022-11-14 01:19:49 +07:00
Duy Tran Khanh
bd186898dc New translations strings.xml (Polish) 2022-11-13 01:23:38 +07:00
Duy Tran Khanh
9894cfd07f New translations strings.xml (Spanish) 2022-11-09 22:11:19 +07:00
Duy Tran Khanh
7d0d0025f0 New translations strings.xml (French) 2022-11-09 22:11:18 +07:00