Commit Graph

998 Commits

Author SHA1 Message Date
yushijinhun
094249a6fa
Set margin of fields in AccountPage 2018-07-09 14:31:41 +08:00
yushijinhun
6b5302907a
[AccountPage]Display auth server url in tooltip of auth server name 2018-07-09 14:09:45 +08:00
yushijinhun
adc5b08765
Fix account page overflow 2018-07-09 14:04:30 +08:00
yushijinhun
0150e2a8d7
Support downloading authlib-injector from BMCLAPI 2018-07-09 13:17:19 +08:00
huanghongxun
45eaa0c60f
Merge pull request #371 from yushijinhun/fix
Refactor(WIP) & Fixes
2018-07-08 20:06:32 +08:00
yushijinhun
66ed683196
Move config load/save code to ConfigHolder(WIP) 2018-07-08 19:32:43 +08:00
yushijinhun
aa4239721e
Use NIO api to load/save config 2018-07-08 19:19:37 +08:00
yushijinhun
5b0b926cbd
Move config serialization/deserialization to Config class 2018-07-08 19:17:53 +08:00
yushijinhun
929ce398eb
AddAccountPane 使用数据绑定 & 登录时设置disable为true 2018-07-08 18:33:37 +08:00
yushijinhun
b3fdbe021d
添加验证服务器界面回车代表下一步 2018-07-08 17:47:37 +08:00
huanghongxun
423bd68ce8
Merge pull request #369 from yushijinhun/fix
Fixes
2018-07-08 12:36:29 +08:00
yushijinhun
9bffc68c70
Do not reuse dialog 2018-07-08 12:20:38 +08:00
yushijinhun
b7a5a60091
Improve English translations 2018-07-08 10:25:41 +08:00
yushijinhun
333b11c19f
Fix uncaught JsonParseException, mentioned in #367 2018-07-08 10:11:14 +08:00
huanghongxun
fbd4d1b772
Merge pull request #368 from yushijinhun/dnd
支持 DnD 方式添加验证服务器
2018-07-07 23:28:53 +08:00
yushijinhun
06a58514b3
Fix black ComboBox 2018-07-07 23:06:44 +08:00
yushijinhun
80815fc3a0
authlib-injector DnD support 2018-07-07 23:04:56 +08:00
huanghongxun
b97c277a3f
Merge pull request #364 from yushijinhun/refactor-ui
UI 重构 & bug 修复
2018-07-07 20:53:22 +08:00
yushijinhun
310d693e2b
Remove some error cause inferences
Trampoline - High frequency of false positives.
java.lang.OutOfMemoryError - It's more likely to be a memory leak.
2018-07-07 20:51:28 +08:00
yushijinhun
c1596f6a11
Replace Controllers.closeDialog with DialogCloseEvent 2018-07-07 20:50:54 +08:00
yushijinhun
76a04343d9
Use Controllers.dialog for AddAuthlibInjectorServerDialog 2018-07-07 20:30:48 +08:00
yushijinhun
25261c99f1
Remove 'class ' prefix in error messages 2018-07-07 20:30:48 +08:00
yushijinhun
d0b994fa9d
Move add authentication server dialog to a new file 2018-07-07 20:30:48 +08:00
yushijinhun
f259601397
Each TransitionHandler instance uses its own empty pane
Using shared empty pane may cause some probleams
2018-07-07 20:30:47 +08:00
yushijinhun
87904109ca
[TransitionHandler]Set mouseTransparent of the whole view
, fix bug introduced in 3fb5048f10
2018-07-07 20:30:47 +08:00
yushijinhun
785790ccc4
Move promptText of cboServers to FXML 2018-07-07 20:29:03 +08:00
yushijinhun
759921d00e
Fix missing license headers 2018-07-07 20:28:59 +08:00
huangyuhui
e9db183d54 Fix blank page of add authlib-injector server dialog 2018-07-07 20:08:40 +08:00
huangyuhui
a853374a88 Support new MultiMC modpack 2018-07-07 00:48:48 +08:00
huangyuhui
3fb5048f10 Fix IllegalStateException in DownloadWizardProvider 2018-07-04 21:41:07 +08:00
huangyuhui
0dd2e758e8 Update READMD.md 2018-07-03 13:02:35 +08:00
huanghongxun
d1a562452a
Merge pull request #362 from yushijinhun/dst-x3
Add the prompt indicating the miss of DST Root CA X3.
2018-07-01 22:55:01 +08:00
yushijinhun
9205a6cbf4
Show warning when DST Root CA X3 is missing 2018-07-01 22:51:48 +08:00
yushijinhun
4c8961f39a
Fix NPE when calling i18n during its initialization 2018-07-01 22:50:28 +08:00
huanghongxun
22bdc23a09
Merge pull request #361 from yushijinhun/i18n
Reconstruct I18N.
2018-07-01 22:11:23 +08:00
yushijinhun
764cd16e21
I18n for missing JavaFX error 2018-07-01 22:00:22 +08:00
yushijinhun
7583f4651d
Remove I18nException 2018-07-01 21:59:16 +08:00
yushijinhun
13e931cda4
Fallback to use Locales.DEFAULT when Settings has not been initialized 2018-07-01 21:59:12 +08:00
yushijinhun
9743cf8351
Use static import for I18n.i18n 2018-07-01 21:27:30 +08:00
yushijinhun
e5ee5702f8
Move i18n things to util.i18n package 2018-07-01 21:27:28 +08:00
huangyuhui
5bd5b25b77 Add debug message of system details 2018-07-01 19:18:55 +08:00
huangyuhui
55d59f3779 Fix not on FX thread 2018-07-01 19:02:32 +08:00
huangyuhui
7d2ea0b77e Add Tranditional Chinese translation 2018-07-01 13:37:09 +08:00
huangyuhui
1f30c299a5 Fix #360 2018-07-01 13:34:52 +08:00
huanghongxun
c887d7e649
Merge pull request #358 from yushijinhun/authlib-injector
重构 authlib-injector 下载,并切换到新 API
2018-07-01 11:54:55 +08:00
yushijinhun
3fc7743a14
Add missing license header 2018-06-30 22:45:57 +08:00
yushijinhun
2a232f70db
Refactor authlib-injector downloading, switch to new API 2018-06-30 22:45:57 +08:00
yushijinhun
6fae131287
Display (None) instead of empty string if no Yggdrasil server is available when adding account 2018-06-30 22:44:26 +08:00
yushijinhun
7ee7ef25f9
Refactor integrity check in FileDownloadTask, support multi algorithms 2018-06-30 22:43:57 +08:00
huangyuhui
2bd4bc1472 Add debug message in Task.run 2018-06-30 22:24:46 +08:00