Commit Graph

269 Commits

Author SHA1 Message Date
Jannik f53055db7e buildnumber 043 -> 045 2017-10-26 23:40:09 +02:00
Jannik 8d759a724b fixed PlayBtn Position on startup
* fixed playBtn has a wrong Position on startup
2017-10-26 21:13:56 +02:00
Jannik f6778a320f Merge remote-tracking branch 'origin/master' 2017-10-24 22:42:07 +02:00
Jannik 607bcf8ace added a update section in the settings
* added "check now!" button (not working for now)
* added a toggle button for auto updates (not working for now)
* all labels used in the settings are now accessable from the mwc (preparation for supporting more languages)
2017-10-24 22:41:56 +02:00
Jannik c5d6a2f276 Update README.md 2017-10-24 21:33:29 +02:00
Jannik 0f0f962d8c update to version 0.2.0 "Puzzle Plank Galaxy" 2017-10-24 21:07:49 +02:00
Jannik 0d46e818e1 code clean up
* removed old addGame() methode
2017-10-24 21:06:25 +02:00
Jannik 05f6f7e664 code clean up
* Code is under GNU GPL version 3 now
* reworked the addGame() Method
* text fixes
2017-10-15 13:37:45 +02:00
Jannik 8d49ce902e updated libraries
* jfoenix 1.8.0 -> 1.9.1
* code clean up
2017-10-15 12:29:18 +02:00
Jannik 6d5e9409a5 window resize workaround
* added a workaround for the resizing option (this could be a linux specific bug, windows was not tested)
* begun reworking of the addGames() Method, not activated yet
2017-10-14 15:42:13 +02:00
Jannik bda73cf627 code clean up 2017-10-13 21:15:51 +02:00
Jannik e13a187c71 Update README.md 2017-09-17 21:48:32 +02:00
Jannik e4dbbe0d55 Update README.md 2017-09-16 18:52:45 +02:00
Seil0 f09258190a save windows size only if ther is 500ms no action
* if the window is resized, the new size is only saved if no resize
action is done for 5000ms
2017-09-16 17:08:50 +02:00
Seil0 109bcf6e03 performance improvements
* call refreshUIData() only if there is enough space for another column
2017-09-15 19:23:44 +02:00
Jannik 3853f70895 removed workaround for SmmdbApiQuery 2017-09-14 00:05:16 +02:00
Jannik 9b4bc3ada9 Merge remote-tracking branch 'origin/master' 2017-09-13 23:58:58 +02:00
Jannik 3bc571bacd window resize performance tuning
* only call refreshUI if space change is enough
* added FIXME for pane.setPrefWidth under windows, other parts that are affected see issue main.1
2017-09-13 23:57:29 +02:00
Seil0 729a4ee10e fixed generating position
* ROM covers are placed now correctly on resize action
2017-09-13 00:14:54 +02:00
Jannik 3f98dfa059 save window size 2017-09-12 20:13:26 +02:00
Jannik 78791bb7e1 added a resize option
* if the window is resized and ther is enough space for a new column, the UI will be adapt to fit the new size
2017-09-12 19:45:39 +02:00
Jannik 0124a5b1a4 Update README.md 2017-09-12 15:33:25 +02:00
Jannik 959963f9bc more logger work and lib updates
* jfoenix 1.7.0 -> 1.8.0
* sqlite 3.19.1 -> 3.20.0
* replaced all remaining syso/syse with logger output
* fixed a bug in smmdb api integration by only requesting the first 70 courses (this is a temporary workaround)
* code clean up
* typo fixes
2017-09-12 15:04:21 +02:00
Jannik 85fc66e8d6 logging to file
* the logger output is now written into a file in the cemu_UI directory called app.log
2017-09-02 17:38:40 +02:00
Jannik 6c1663f386 reworked loadSettings
* loadSettings() should be 100% bulletproof
* replaced a few more syso with logger
2017-08-30 11:29:58 +02:00
Jannik 71cf0316ec replace syso with logger
* replacing all debug/info syso and all syse with log4j 2 logger
2017-08-27 20:44:08 +02:00
Jannik dec767f553 Merge remote-tracking branch 'origin/master' 2017-08-27 18:23:36 +02:00
Jannik a24783f18c code clean up
* smmdb api query is not started anymore when closing the smmdb window
* general code clean up
2017-08-27 18:23:09 +02:00
Jannik 9f0956a674 code clean up
* smmdb api query is not started anymore on closing the smmdb window
* general code clean up
2017-08-27 18:22:05 +02:00
Seil0 dbd52cbe9c smmdb api integration rework
* fixed wrong placment of the downloaded courses
2017-08-27 17:25:41 +02:00
Jannik 4c8a0a51e9 smmdb api integration rework part 2/2
* fixed all remaining parameters
* course is downloaded as .zip now
* junrar is replaced by zip4j
2017-08-26 00:13:09 +02:00
Jannik 7a2112a759 smmd rework part 1
due to changes on the smmdb api i have to rework the smmdb integration
2017-08-25 14:57:15 +02:00
Jannik 9930a4cb15 added a smmID
* added 44fc5929 to smmIDs
2017-08-24 22:04:06 +02:00
Jannik d36b869e80 updated build number 2017-08-11 20:04:36 +02:00
Jannik 43a7e22254 fixed loading error
* fixed an issue with loading sttings when no cloudService is set
2017-08-11 20:01:43 +02:00
Jannik 07d33df63a updated libraries
* jfoenix 1.4.0 -> 1.7.0
* sqlite-jdbc 3.18.0 -> 3.19.3
* flow 8.0.1
2017-08-01 20:20:37 +02:00
Jannik e394b1a573 Material styled dialogs
* added material styled dialogs
2017-08-01 20:11:17 +02:00
Jannik a30def1fd0 Update README.md 2017-07-26 18:08:26 +02:00
Seil0 c83f3233d1 smmdbapi part 7
* smmdb api is now fully working
2017-07-16 00:13:43 +02:00
Seil0 ca70940fcf smmdbapi part 6
* added unrar function based on junrar
2017-07-13 22:26:32 +02:00
Jannik a6e4899854 added SuppressWarnings("unlikely-arg-type") 2017-06-29 14:52:58 +02:00
Jannik 02fc213887 smmdbapi part 5.1
* implemented downloading courses from smmdbapi, for now they are temporarly saved in cemu root directory
2017-06-18 14:45:13 +02:00
Jannik 20835d4611 smmdbapi part 5
* displaying course information
* treetableview is now material too
2017-06-18 13:01:04 +02:00
Jannik 1b828d6e4b smmdbapi part 4
* added additional information and finished ui design
2017-06-18 00:33:07 +02:00
Jannik fe88271c90 clean up
cleaned up DataTypes
2017-06-16 23:35:56 +02:00
Jannik 4ce6c06d2f smmdbapi part 3.1
code clean up
2017-06-16 16:37:56 +02:00
Jannik 224e4e6eec smmdbapi part 3
begun work on ui frontend
*courses are displayed and selectable
2017-06-16 16:23:03 +02:00
Jannik 5c3cb8398f smmdbapi part 2
api query fully working
2017-06-05 17:16:39 +02:00
Jannik bb72ed04ee smmdbapi part 1
working so far, until the api returns null as result
2017-06-04 20:15:04 +02:00
Jannik e3c30e8a22 Update README.md 2017-06-03 10:56:28 +02:00