Commit Graph

1267 Commits

Author SHA1 Message Date
yushijinhun
7820f748a0
Restore original GPLv3 license
From: https://www.gnu.org/licenses/gpl-3.0.txt
2018-12-08 21:11:10 +08:00
yushijinhun
e8757deb0d
Use license-gradle-plugin 2018-12-08 21:11:08 +08:00
yushijinhun
c371924dc0
Remove Fonts class as it has never been used 2018-12-08 19:39:09 +08:00
yushijinhun
cf28b27d50
Remove HMCLCore usage instructions 2018-12-08 19:14:56 +08:00
huanghongxun
b78f9c8cd5 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2018-12-02 20:03:15 +08:00
huanghongxun
91bd67dc26 Restore default cache directory if needed. Closes #489 2018-12-02 20:02:22 +08:00
huanghongxun
0671b49c98 Fix bubble ui 2018-12-02 18:48:22 +08:00
yushijinhun
900f483a03
Fix #493 2018-12-02 14:57:37 +08:00
yushijinhun
4d7af2e68b
Fix #492
Related: 4d73187376
2018-12-02 14:54:58 +08:00
yushijinhun
db59dcea65
Log exception when failing to load version list
see https://github.com/huanghongxun/HMCL/issues/489#issuecomment-443427026
2018-12-02 13:55:25 +08:00
huanghongxun
ef6cfa785f Query cursemeta for removed mods 2018-11-26 00:40:53 +08:00
huanghongxun
2b792e73c9 Fix Java 9 requirement 2018-11-26 00:40:52 +08:00
huanghongxun
0f2922dab4 Update gradle 2018-11-26 00:40:51 +08:00
huanghongxun
45b55e2853 Fix not displaying crash report window when errored in Application.start 2018-11-26 00:40:50 +08:00
huanghongxun
9c7795687f Show installation succeeded when Curse modpack not finished completion 2018-11-26 00:40:49 +08:00
yushijinhun
b273c80a02
Add AuthlibInjectorAccount.toString() 2018-11-24 20:43:41 +08:00
yushijinhun
8cdab4710b
Add response text to exception message when authlib-injector meta is malformed 2018-11-24 20:33:46 +08:00
yushijinhun
ea5b31d537
Allow specifying authlib-injector path 2018-11-24 20:32:22 +08:00
yushijinhun
bb0c11fa12
Log authentication exceptions 2018-11-23 23:44:45 +08:00
yushijinhun
37186439cb
Fetch authlib-injector metadata on startup 2018-11-23 23:29:41 +08:00
yushijinhun
ab9f93d68e
Make update checker thread daemon 2018-11-23 23:12:38 +08:00
yushijinhun
ca6920e82a
Fix preferredLoginType is not exported in modpack 2018-11-23 23:05:24 +08:00
yushijinhun
d9db108a31
Use flag instead of accountId to store selected account
Mentioned in #488
2018-11-23 22:57:21 +08:00
yushijinhun
34b7e1d582
Support use authlib-injector offline 2018-11-23 22:01:52 +08:00
yushijinhun
4d73187376
Use @JsonAdapter 2018-11-23 21:49:50 +08:00
yushijinhun
dcd0a42705
Refactor AuthlibInjectorServer 2018-11-23 21:34:54 +08:00
yushijinhun
1b40916046
Rewrite config properties 2018-11-23 21:16:05 +08:00
yushijinhun
a4e4782f2f
Change type from ExceptionalSupplier to AuthlibInjectorDownloader 2018-11-23 17:47:51 +08:00
yushijinhun
875b0c27ef
Delete css if bss is generated 2018-11-23 17:08:17 +08:00
huanghongxun
a38a1775a0 Update Forge crash detection. Closes #486 2018-11-18 22:09:48 +08:00
huanghongxun
fd6ae986c3 Fixed #485 2018-11-13 21:20:14 +08:00
huanghongxun
74a87e65c8 Compile css to bss to speed up launching 2018-11-11 21:12:03 +08:00
yushijinhun
a285d2c27d
Parallel ca cert check 2018-11-11 11:04:19 +08:00
huanghongxun
44ac3bc900 Fix messy name of installed modpack game 2018-11-06 22:03:43 +08:00
huanghongxun
1c346c97a8 Add an option to skip JVM compatibility 2018-10-31 22:36:35 +08:00
yushijinhun
d890b41380
Refactor Accounts to support login type name 2018-10-28 01:08:36 +08:00
yushijinhun
cbcc89b48f
Refactor RipplerContainer.StyleableProperties 2018-10-27 20:38:55 +08:00
yushijinhun
521bd00a70
Refactor TwoLineListItem.StyleableProperties 2018-10-27 20:16:05 +08:00
yushijinhun
b4693423ef
Logs the exception if auth server failed to be added 2018-10-27 19:38:30 +08:00
yushijinhun
594a2741d7
Remember the last used login type 2018-10-27 19:30:56 +08:00
yushijinhun
a1d9b52b9d
Refactor uiVersion 2018-10-27 19:10:02 +08:00
huanghongxun
c9d825b6c1 Add a button for cleaning crash-reports and logs manually 2018-10-23 14:08:51 +08:00
huanghongxun
7dcd0eb616 Only display installer when game repository finished loading 2018-10-23 13:52:47 +08:00
huanghongxun
e79a95b885 Fix NPE when version json missing "libraries" 2018-10-23 13:42:16 +08:00
huanghongxun
5d232c3f5e Fix NPE when app stopped 2018-10-23 13:36:45 +08:00
huanghongxun
ee1c0d362d Fix NPE 2018-10-23 13:34:37 +08:00
huanghongxun
aafcd57c82 Attempt to solve #481 2018-10-23 13:32:25 +08:00
huanghongxun
66a4566dc5 Update JFoenix.jar 2018-10-21 11:26:07 +08:00
huanghongxun
4c317f5b03 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2018-10-21 11:05:33 +08:00
huanghongxun
12d706a812 Don't show AuthenticationException class name 2018-10-21 11:05:27 +08:00