Commit Graph

17 Commits (2733516cb9cdad7ac4cef98b819d4d01846e5c66)

Author SHA1 Message Date
Leandro Doctors 2733516cb9 Organize imports 2020-01-16 08:21:24 +08:00
melvinzhang 6c760ec0b8 catch exception if version string is not in proper format, fixes #1338 2017-09-24 11:28:22 +08:00
lodici f48e2c9740 Update card image downloading (see #1039). 2017-02-20 20:59:08 +00:00
lodici 16b35f4e82 relocate VERSION and SOFTWARE_TITLE out of GeneralConfig and into MagicSystem to avoid statics dependency and fix issue #684. 2016-02-07 20:39:31 +00:00
melvinzhang c8f1262b45 remove trailing space from java code 2015-12-31 18:54:52 +08:00
melvinzhang dc2078e36b improve indentation of src code 2015-12-24 12:45:50 +08:00
lodici 64040dec28 Add new DownloadImagesScreen with related components and updates, pre-implementation. 2015-12-12 09:26:22 +00:00
lodici 2d29cd0b96 Display alert at startup if current JRE is less than 1.8. (see issue #429). 2015-09-20 21:16:25 +01:00
lodici 22d07bfdde moved VERSION constants out of MagicMain into GeneralConfig - core classes should not be referencing launch classes. 2015-02-15 12:20:32 +00:00
lodici 5d166a63f9 remove unnecessary import. 2014-11-28 08:57:40 +00:00
melvinzhang 65fde0285d only alert if latest version is greater than current version, prevent prompting when version number is increased in development 2014-11-27 13:45:19 +08:00
melvinzhang 0ec0c6b7a0 check json from website instead of using tags API, fixes #35 2014-11-27 10:41:10 +08:00
lodici 527383c249 rename method. 2014-11-25 16:45:38 +00:00
lodici e5b83544f3 consolidate duplicate code. 2014-11-25 16:42:47 +00:00
lodici 516ae56684 if new version json feed check fails for some reason, silently log error otherwise do nothing. This is not a critical function of Magarena. 2014-11-25 16:38:17 +00:00
lodici a8a0cfe2c5 replace FiremindJsonFile and NewVersionJsonFile with DownloadableJsonFile. 2014-11-25 16:05:55 +00:00
lodici 915f05a77b initial implementation of new version alert. 2014-11-25 15:36:19 +00:00