Commit Graph

174 Commits

Author SHA1 Message Date
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
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 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 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
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
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 1b5bcceeeb update to 021 2017-06-01 17:44:05 +02:00
Jannik 1ed7400a02 fixed typo error and error during first installation
*cloud service is set to "" to prevent NullPointerException
2017-06-01 16:21:24 +02:00
Seil0 95cbf91a7f added sav and bin files to cloud sync
should also be downloaded now
2017-05-30 21:36:56 +02:00
Seil0 e91892f552 added sav and bin files to cloud sync 2017-05-30 21:23:41 +02:00
Seil0 7611030f81 updated jfoenix sqlite-jdbc
*jfoenix 1.3.0 -> 1.4.0
*sqlite-jdbc 3.16.1 -> 3.18
2017-05-25 19:27:42 +02:00
Seil0 9ab7b61cd9 code clean up and minor fixes
*better save twice than non
*fixed a bug that prevented cemu_UI from finding the savegames folder in
google drive
2017-05-25 19:07:16 +02:00
Seil0 69d034aed3 fixed a bug that corrupted downloaded files
always close yur streams
2017-05-24 19:26:36 +02:00
Seil0 f2d054029f fixed a bug that corrupted downloaded files
always close your streams
2017-05-24 19:24:22 +02:00
Seil0 ef2d913ace google drive integration v2/cloud integration clean up
* Clean up the cloud part
* Added an alert to verify activation of cloud sync
2017-05-07 19:57:55 +02:00
Seil0 e796b582fa a little clean up 2017-05-04 22:32:25 +02:00
Seil0 c7fe070de6 google drive integration v2
this will hopefully fix up and downloading all day long
2017-05-04 22:07:50 +02:00
Seil0 bd81cca0a7 cloud/google drive integration part 3
sync and upload are now running in its own thread, this will speedup
start
2017-05-01 16:46:00 +02:00
Seil0 32e474b6be google drive controller clean up 2017-04-25 22:16:30 +02:00
Seil0 b87a4ea34c Revert "added license"
This reverts commit 67dccd242eafe280d70cb56bb566db5f3d3eae3d.
2017-04-19 02:15:49 +02:00
Seil0 bc926f7a1f added license 2017-04-19 02:15:49 +02:00
Seil0 b11d6c7ab8 added license
CHOCOLATE-WARE plus GNU GPLv3 LICENSE
2017-04-19 02:15:49 +02:00
Seil0 b483298ecb google drive integration part 2
*added missing function to update existing files in google drive
2017-04-17 23:37:06 +02:00
Seil0 d0360931fe google drive integration part 1.1 2017-04-17 01:02:43 +02:00
Seil0 cdf9496d02 Merge remote-tracking branch 'origin/master' 2017-04-17 01:00:32 +02:00
Seil0 28a3723a76 code clean up 2017-04-17 00:59:17 +02:00
Seil0 ed5eef8a49 google drive integration part 1
added a google drive integration, not very clean and working yet!
2017-04-17 00:58:49 +02:00
Jannik 30af3c688f added .gitignore to bin 2017-04-15 17:50:27 +02:00
Seil0 a10840db73 cemu directory is now a directorychooser 2017-04-09 10:43:06 +02:00
Seil0 3e8e3cb156 updated jfoenix
jfoenix 1.2.0 -> 1.3.0
2017-04-08 23:08:28 +02:00
Seil0 ae95766fbd linux support 2017-04-08 10:52:01 +02:00
Jannik 2b0be67917 updated a few linux paths 2017-04-08 02:25:23 +02:00
Seil0 c7fefb146a a few typo fixes 2017-04-06 23:20:43 +02:00
Seil0 b94f842cc4 clean up
*code clean up
*fixed a few minor ui bugs
2017-04-06 12:00:43 +02:00
Seil0 36113b1977 UI improvements 2017-03-31 19:25:36 +02:00
Seil0 4d6729b1a6 UI improvements
*moved the buttons too
2017-03-31 19:24:20 +02:00
Seil0 4bd5aa86c3 UI improvements 2017-03-31 19:19:34 +02:00
Seil0 d2043bee0b reworked time played in total
reworked time played in total, now better way wich helps with future
features and improvements, cleaned up
2017-03-28 17:40:01 +02:00
Seil0 6e270415b5 clean up
* game names are now lined up with the cover art
*added "add DLC" support
*UI improvements
2017-03-26 14:21:25 +02:00
Seil0 7bbe781645 added time played in total, code clean up
time played in total, current way is not really nice maybe will be
change in a future update
2017-03-25 15:18:45 +01:00
Seil0 fab1d2d062 code clean up 2017-03-23 16:17:38 +01:00
Seil0 ff9a86c865 first commit 2017-03-23 13:44:21 +01:00