Commit Graph

174 Commits

Author SHA1 Message Date
Jannik f584eef9b7
update to 0.3.0
* updated jfoenix 9.0.8 -> 9.0.9
2019-06-28 17:32:25 +02:00
Jannik a6b1ce7f72
some new css styling 2019-06-23 15:39:58 +02:00
Jannik 0fecb8bb16
more lambda code 2019-06-15 11:11:18 +02:00
Jannik 2689b03c16
minor clean up
* CloudController is now a singleton
2019-05-18 13:19:34 +02:00
Jannik bc36630ef2
removed unneeded methode 2019-05-18 01:28:21 +02:00
Jannik 07ded89069
Major code clean up
* DBController doesn't need mwc anymore
* no dialogs anymore, only alerts
2019-05-18 01:25:54 +02:00
Jannik a4c8eb2efe
the license dialog is now a alert & reduced main usage in mwc 2019-05-17 00:22:51 +02:00
Jannik 7d376535ae
nicer dialog on first startup 2019-05-16 15:09:01 +02:00
Jannik 3f69169a6a
new constructor for UIROMDataType 2019-05-15 16:39:00 +02:00
Jannik 922c5197da
update to JavaFX 12.0.1 2019-05-15 16:25:08 +02:00
Jannik 0599945036
clean up some mwc code + UIROMDataType
it should be now much better to understand the generatePosition() method
2019-05-15 16:19:31 +02:00
Jannik df33c21826 some code clean up
* library updates
* dialog -> alert
2019-04-09 00:42:39 +02:00
Jannik 648d101c8e updated year 2019-03-01 19:03:30 +01:00
Jannik db8fcd4bdc major code clean up 2019-01-22 19:21:38 +01:00
Jannik 7434d0be25 minor clean up 2019-01-14 20:16:19 +01:00
Jannik 38421599a3 the updater now uses gitea 2018-12-03 00:09:02 +01:00
Jannik 3f6eeece7d updated some libs, code clean up
* openjfx 11 -> 11.0.1
* jfoenix 9.0.6 -> 9.0.8
* sqlite-jdbc 3.23.2 -> 3.25.2
* google-api-services-drive rev129 -> rev136
* jackson-core 2.9.6 -> 2.9.7
2018-12-02 23:51:14 +01:00
Jannik bbfc9521a0 target java11/javafx11 2018-10-01 21:20:35 +02:00
Jannik 9839c303da download the games.db from gitea 2018-06-16 00:03:23 +02:00
Jannik f195addea8 version 0.3.1 (81) 2018-06-13 18:29:16 +02:00
Jannik 41a0becd4f typo 2018-06-13 13:49:47 +02:00
Jannik 9b7a85cabe code clean up 2018-06-12 16:24:12 +02:00
Jannik cc4e73c45d InfoAlert & ProcessBuilder
* we use an Alert now to display Info Messages
* use ProcessBuilder instead of Runtime.exec()
2018-06-12 16:01:21 +02:00
Jannik ea34f10c09 fixed Hamburger icon has wrong color after color change 2018-04-28 12:53:01 +02:00
Jannik 1e7cea86ad code cleanup
* log4j 2.10.0 -> 2.11.0
2018-04-28 12:17:12 +02:00
Jannik 433767f81c Merge remote-tracking branch 'origin/develop' into develop 2018-04-05 09:55:09 +02:00
Jannik f9f63c0f3c code cleanup 2018-04-05 09:54:45 +02:00
Jannik fcaffecabf text fix 2018-03-22 18:54:56 +01:00
Jannik 7813778502 small cleanup 2018-03-22 11:54:30 +01:00
Jannik 662188813b removed workaround for xPosHelper Bug 2018-02-24 17:00:43 +01:00
Jannik b915cf7ad9 removed last unnecessary reboot
* needs more testing, especialy under Windows
* test on a completly fresh setup
2018-02-20 21:22:10 +01:00
Jannik b4fc36621a code cleanup
removed some unnecessary save calls
* removed some unnecessary things after opening a directorychooser
* typo fixes
2018-02-18 18:27:36 +01:00
Jannik 061f58105a documentation cleanups, code cleanup
* removed one unnecessary restart
* added warning if the ROM directory could not be opened
2018-02-18 13:57:30 +01:00
Jannik 3a6a7b7cce * jfoenix 9.0.1 -> 9.0.2
* code clean up
* last time played and playtime button are now large enough
2018-02-17 17:49:12 +01:00
Jannik 2e3395caea minor fixes
* fixed a few typos
* fixed window is resiable to 0x0
* * formating work work
2018-02-04 15:19:36 +01:00
Jannik 54078eb99f clean up 2018-02-03 17:51:38 +01:00
Jannik 79cb1c2476 fixed games are not loaded to mwc
* fixed games are not loaded to mwc
* fixed processbuilder
2018-02-03 15:39:35 +01:00
Jannik b88c530ac2 use a ProcessBuilder instead of Runtime.exec 2018-02-03 14:22:41 +01:00
Jannik 88e31468d4 made choicebox matreial styled
* made choicebox matreial styled
* little code clean up
2018-02-03 12:04:14 +01:00
Jannik 84b5eaedcd reworked startup process
* cemu is showing a loading screen while loading the roms
* jackson core 2.9.3 -> 2.9.4
2018-01-31 17:01:47 +01:00
Jannik f331fb57a4 added ability to edit launch command, WIP
WARNING THIS IS NOT TESTED
2018-01-19 01:14:01 +01:00
Jannik 46455e9e9d Java 9, updated a few libs
* cemu_UI targets now Java 9
* jfoenix 1.11.1 -> 9.0.1
* minimal-json 0.9.4 -> 0.9.5
* log4j 2.9.1 -> 2.10.0
* commons-io 2.5 -> 2.6
* jackson-core 2.9.2 -> 2.9.3
* javax.servlet-api 4.0.0-b01 -> 4.0.0
2018-01-12 23:52:44 +01:00
Jannik d3acf387d9 code clean up 2017-12-26 17:33:14 +01:00
Jannik a020992cc2 release 0.3.2 build 071
* added missing translation
2017-12-21 11:02:54 +01:00
Jannik c73d02c433 added german local 2017-12-19 22:18:22 +01:00
Jannik 34bed89b40 language work part 2
* dialogs support different languages now too
* finished english language pack
2017-12-19 21:35:49 +01:00
Jannik ce52628554 language work part 1
* added support for different languages
* added english locals
2017-12-19 19:08:12 +01:00
Jannik fc0be39455 code clean up
* cleaned up the playBtn code
* added language section in settings
2017-12-18 09:58:32 +01:00
Jannik 595bfbe07d bummped buildnumber to 065 2017-12-16 23:05:26 +01:00
Jannik 599669f0f2 fixed a bug that prefent the cloud controller from geting the latest cloud sync 2017-12-13 00:07:20 +01:00