868 Commits

Author SHA1 Message Date
khanhduytran0
2b7b3c6bd9 More converts tabs to spaces 2020-11-20 06:15:45 +07:00
khanhduytran0
8651abc104 Changes
- Experimental autoscale for control buttons.
- [Custom control] Implements dynamic position.
2020-11-20 06:10:42 +07:00
khanhduytran0
d6417c7b5a [Input bridge] Very little doc 2020-11-19 19:30:27 +07:00
khanhduytran0
46dd310c65 [Language changer] Bug fix 2020-11-19 18:28:22 +07:00
khanhduytran0
f4d1b8ee53 Complete the language list generator 2020-11-19 14:47:46 +07:00
Tran Khanh Duy
d91e85f980
Update languagelist_updater.sh 2020-11-19 14:16:29 +07:00
Tran Khanh Duy
993b1e4afc
Update languagelist_updater.sh
Fix the script
2020-11-19 14:15:08 +07:00
Tran Khanh Duy
11e34e3e1b
Update languagelist_updater.sh 2020-11-19 14:14:00 +07:00
khanhduytran0
d733a4735d Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk 2020-11-19 12:49:18 +07:00
khanhduytran0
426a316bbd Bug fixrs
- Language script updater script generates wrong output.
- Try to fix OpenGL render surface always focus.
2020-11-19 12:08:02 +07:00
Tran Khanh Duy
90078cf1c9
Update languagelist_updater.sh 2020-11-19 09:59:19 +07:00
khanhduytran0
856b59fc40 Update date 2020-11-19 09:55:03 +07:00
khanhduytran0
1eef60c6e8 Changes
- Add language updater scripts
- [Custom controls] fix startup error
2020-11-19 09:54:09 +07:00
khanhduytran0
e43c868c60 [Custom controls] Remove DynamicControlData, because merged into ControlData 2020-11-19 09:27:04 +07:00
khanhduytran0
4d5e7a7faa Remove a return 2020-11-19 05:28:34 +07:00
khanhduytran0
31431b41a4 Fix x86 again 2020-11-19 05:14:11 +07:00
khanhduytran0
d3e270e96b [x86 fix] can't locate properly 2020-11-19 04:59:53 +07:00
khanhduytran0
4a853ec08f [Security fix] Avoid print access token to log 2020-11-18 20:18:09 +07:00
khanhduytran0
b18dc9b6da Prints LD_LIBRARY_PATH 2020-11-18 20:12:40 +07:00
khanhduytran0
233d82cba4 [Bug fix] x86: Unable to locate x86 JRE path correctly 2020-11-18 20:01:40 +07:00
khanhduytran0
9a95ef36eb x86 fix againn 2020-11-18 19:39:18 +07:00
khanhduytran0
6d23805215 Fix x86 2020-11-18 19:23:55 +07:00
khanhduytran0
1e8a51fd72 Changes
- Bug fix: architecture x86 (i*86) is always incompatible.
- Add some language list updater script
2020-11-18 19:17:03 +07:00
khanhduytran0
9a48f624d8 [Custom control] Fix the key index 2020-11-17 19:52:50 +07:00
khanhduytran0
9e6fbfd2d7 [Custom controls] Special buttons fix; Fix key index 2020-11-17 18:58:42 +07:00
khanhduytran0
54341d7cfe Use global Gson object with pretty printing 2020-11-17 18:01:20 +07:00
khanhduytran0
0ca33e4517 Bug fixes from previous change 2020-11-17 16:36:09 +07:00
khanhduytran0
84f97f3ccd A lot of changes
* Custom controls:
- Rename classes
- Add Dynamic position calculator for auto scale. TODO: document position variables
* Source code
- Abstracts MainActivity.java to prepare implement custom control.
2020-11-17 14:38:20 +07:00
khanhduytran0
67a0babb7a [Input pipe] Bug fix: touch after enter grab mode cause camera moved instantly 2020-11-16 16:15:02 +07:00
khanhduytran0
a0451c28bb [Mouse input] Comment out experimental parts 2020-11-16 15:50:39 +07:00
khanhduytran0
d855a34416 Compile fix 2020-11-16 15:45:37 +07:00
khanhduytran0
e37086b1da Cast to unsigned 2020-11-16 15:08:21 +07:00
khanhduytran0
97904c3b4a [Input pipe] Make char callbacks not always put to stack queue 2020-11-16 12:46:27 +07:00
khanhduytran0
55a966d018 [Bug fix] Scroll in grab mode 2020-11-16 05:22:41 +07:00
khanhduytran0
1c97507318 Scrolling and mouse button fix 2020-11-15 20:34:23 +07:00
khanhduytran0
feff4f38c8 Integrate scrolling into single finger 2020-11-15 19:39:26 +07:00
khanhduytran0
0211102f23 Abstracts to BaseLauncherActivity.java for easier maintaining multiple designs 2020-11-15 19:16:28 +07:00
khanhduytran0
84d8fbacd0 DownloadUtils.java: Change some in throwing exception 2020-11-15 16:27:50 +07:00
khanhduytran0
8f5608975e [Bug fix] Offline play causes error 2020-11-15 13:04:01 +07:00
khanhduytran0
d41bcb6561 Sorting 2020-11-15 09:53:59 +07:00
khanhduytran0
d46abbe040 Fix internal errors 2020-11-15 09:49:27 +07:00
khanhduytran0
a33dcfaf9f [Custom version] Improve MC version inheriting combination 2020-11-15 09:37:00 +07:00
khanhduytran0
bfec5cdd44 Try fix scrolling 2020-11-15 06:40:51 +07:00
khanhduytran0
217f3997db Scroll when hold 2 fingers 2020-11-14 15:42:09 +07:00
khanhduytran0
ebc95ec9c7 Move LIBGL_BATCH=10 to environment variable 2020-11-13 05:21:31 +07:00
LegacyGamerHD
e90a9e0a0e
correct my stuff 2020-11-12 17:35:22 +01:00
LegacyGamerHD
9c5ad4c505
Update Tools.java 2020-11-12 16:55:33 +01:00
LegacyGamerHD
678b86f228
Update Tools.java 2020-11-12 16:49:12 +01:00
khanhduytran0
78d2908fad Debug 2020-11-12 19:13:55 +07:00
khanhduytran0
e8e7e88240 Implements language changer 2020-11-12 18:52:07 +07:00