7375 Commits

Author SHA1 Message Date
khanhduytran0
ef732210ee Avoid default value -Xms higher than -Xmx 2020-10-18 06:27:57 +07:00
khanhduytran0
07b52eb2f6 Add debugs 2020-10-17 18:41:16 +07:00
khanhduytran0
71e0bdc864 Fallback to preload all JRE libraries 2020-10-17 18:15:43 +07:00
khanhduytran0
5e6b1124f2 Add current status, TODO 2020-10-17 17:52:04 +07:00
khanhduytran0
d8a89c5b87 A quick 1.13+ input bug fix 2020-10-17 17:49:21 +07:00
Tran Khanh Duy
cc716d84ae New translations strings.xml (Russian) 2020-10-17 14:23:10 +07:00
khanhduytran0
6f5ed8990b Minimize code 2020-10-17 13:38:16 +07:00
khanhduytran0
fe82d4418c Only fire cursor pos callback if detect move 2020-10-17 13:36:03 +07:00
khanhduytran0
69f4e4841b [Bug fix] Text input not working 2020-10-17 13:28:52 +07:00
khanhduytran0
95e827eee3 Try to fix no input event in 1.13+ 2020-10-17 12:54:55 +07:00
khanhduytran0
615dd370a1 Debug 2020-10-17 11:16:14 +07:00
khanhduytran0
efe04ce8d3 Check libfreetype.so.6 before copy 2020-10-17 05:46:08 +07:00
khanhduytran0
5b6395c5b0 Change ClientBrandRetriever 2020-10-16 19:06:10 +07:00
khanhduytran0
98d78eb0e2 Cursor pos dbg 2020-10-16 18:40:15 +07:00
khanhduytran0
7368171664 Print 2020-10-16 18:29:56 +07:00
khanhduytran0
b9b7924891 Auto restart logcat, max 10 times 2020-10-16 18:28:16 +07:00
khanhduytran0
673132330f Fix 2020-10-16 16:02:19 +07:00
khanhduytran0
5e13025e6e Need preload all 2020-10-16 15:50:15 +07:00
khanhduytran0
ad922f3521 Preload libjvm.so 2020-10-16 15:34:09 +07:00
khanhduytran0
0499f9df7b RTLD_NEXT 2020-10-16 15:20:19 +07:00
khanhduytran0
8857f89730 Try 2020-10-16 12:44:21 +07:00
khanhduytran0
4c61db11ac Fix crash 2020-10-16 12:36:15 +07:00
khanhduytran0
ec6a13ca39 Another move 2020-10-16 12:24:37 +07:00
khanhduytran0
ef9b237bab Fix compilation errors 2020-10-16 12:19:34 +07:00
khanhduytran0
56c49f1143 Some changes
- Only preload libjli.so, as LD_LIBRARY_PATH is set to load libs correctly.
- Add to LD_LIBRARY_PATH paths to specific architeture like "jre_runtime/lib/[architecture]/(server/jli/.)".
2020-10-16 12:17:30 +07:00
khanhduytran0
bf221a2fb9 Fix 2020-10-16 12:08:27 +07:00
khanhduytran0
7314652703 Move 2020-10-16 11:51:16 +07:00
khanhduytran0
a0ffeaf630 Fixes
- Input is never called
- Compilation errors
2020-10-16 06:19:06 +07:00
khanhduytran0
27c329d2c9 Implement input event queue for fixing 1.13+ has no input 2020-10-16 06:09:09 +07:00
khanhduytran0
57ad096712 Fix the name 2020-10-14 16:27:49 +07:00
khanhduytran0
9cee6cf30c Fix 2020-10-14 16:13:28 +07:00
khanhduytran0
1c8ec7aec7 Fix building errors 2020-10-14 15:49:16 +07:00
khanhduytran0
0c9d02f120 Fix undefined symbols 2020-10-14 15:22:22 +07:00
khanhduytran0
a13400b755 Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk 2020-10-14 15:10:54 +07:00
khanhduytran0
904a8286dc Re-write the input pipe to C code 2020-10-14 15:09:32 +07:00
Tran Khanh Duy
705d2c3c38
Merge pull request #319 from PojavLauncherTeam/l10n_v3_openjdk2
New Crowdin updates
2020-10-13 13:03:27 +07:00
Tran Khanh Duy
f46eee3310 New translations strings.xml (Dutch) 2020-10-12 20:58:54 +07:00
khanhduytran0
11f1e1b5c9 Multiple changes
- Force to use LaunchWrapper 2.0 or above, to fix java9 compatibility issue.
- Remove Regal libraries.
- Update version name
2020-10-12 19:57:36 +07:00
khanhduytran0
d606d25bea Multiple changes
- Disable ClassWrapper
- Try get multiple GL contexts
2020-10-12 16:39:46 +07:00
khanhduytran0
8989a09326 Change 2020-10-12 15:36:59 +07:00
khanhduytran0
224c08aa5d Try to get Forge 1.14+ work by try to get multiple GL contexts work 2020-10-12 15:27:18 +07:00
khanhduytran0
ab7c6584e2 Multiple changes (read commit description)
- [V2 UI, Bug fix] Settings is not reloaded.
- Use Minecraft default java arguments.
2020-10-12 12:49:09 +07:00
khanhduytran0
6494950dc1 Some changes
- Fix crashing if custom_env.txt not exists.
- Update README.md
2020-10-12 12:36:49 +07:00
khanhduytran0
ec97d37783 Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk 2020-10-12 12:32:18 +07:00
khanhduytran0
2a2cab33b1 Some changes, on descirption
- (custom_env.txt) Add a way to add custom environment variables.
- [V2 UI] Fix crashing on click settings menu
2020-10-12 12:31:05 +07:00
Tran Khanh Duy
3a054be7ea
Disable 32-bit only APK autobuild
As OpenAL 64-bit working, I don't have any other reasons to build 32-bit only APK separately.
2020-10-11 20:47:48 +07:00
khanhduytran0
984f446bb9 Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk 2020-10-11 20:39:49 +07:00
khanhduytran0
ddb3012295 [v2 UI] Tab: change tab item text max lines 2020-10-11 20:38:41 +07:00
khanhduytran0
6863a37584 V2 UI tab gravity fix 2020-10-11 20:36:10 +07:00
khanhduytran0
3d2050ce63 Boost up download game data v3.2.0-release 2020-10-11 15:03:54 +07:00