Jannik
f53055db7e
buildnumber 043 -> 045
6 years ago
Jannik
8d759a724b
fixed PlayBtn Position on startup
...
* fixed playBtn has a wrong Position on startup
6 years ago
Jannik
f6778a320f
Merge remote-tracking branch 'origin/master'
6 years ago
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)
6 years ago
Jannik
c5d6a2f276
Update README.md
6 years ago
Jannik
0f0f962d8c
update to version 0.2.0 "Puzzle Plank Galaxy"
6 years ago
Jannik
0d46e818e1
code clean up
...
* removed old addGame() methode
6 years ago
Jannik
05f6f7e664
code clean up
...
* Code is under GNU GPL version 3 now
* reworked the addGame() Method
* text fixes
6 years ago
Jannik
8d49ce902e
updated libraries
...
* jfoenix 1.8.0 -> 1.9.1
* code clean up
6 years ago
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
6 years ago
Jannik
bda73cf627
code clean up
6 years ago
Jannik
e13a187c71
Update README.md
6 years ago
Jannik
e4dbbe0d55
Update README.md
6 years ago
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
6 years ago
Seil0
109bcf6e03
performance improvements
...
* call refreshUIData() only if there is enough space for another column
6 years ago
Jannik
3853f70895
removed workaround for SmmdbApiQuery
6 years ago
Jannik
9b4bc3ada9
Merge remote-tracking branch 'origin/master'
6 years ago
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
6 years ago
Seil0
729a4ee10e
fixed generating position
...
* ROM covers are placed now correctly on resize action
6 years ago
Jannik
3f98dfa059
save window size
6 years ago
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
6 years ago
Jannik
0124a5b1a4
Update README.md
6 years ago
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
6 years ago
Jannik
85fc66e8d6
logging to file
...
* the logger output is now written into a file in the cemu_UI directory called app.log
6 years ago
Jannik
6c1663f386
reworked loadSettings
...
* loadSettings() should be 100% bulletproof
* replaced a few more syso with logger
6 years ago
Jannik
71cf0316ec
replace syso with logger
...
* replacing all debug/info syso and all syse with log4j 2 logger
6 years ago
Jannik
dec767f553
Merge remote-tracking branch 'origin/master'
6 years ago
Jannik
a24783f18c
code clean up
...
* smmdb api query is not started anymore when closing the smmdb window
* general code clean up
6 years ago
Jannik
9f0956a674
code clean up
...
* smmdb api query is not started anymore on closing the smmdb window
* general code clean up
6 years ago
Seil0
dbd52cbe9c
smmdb api integration rework
...
* fixed wrong placment of the downloaded courses
6 years ago
Jannik
4c8a0a51e9
smmdb api integration rework part 2/2
...
* fixed all remaining parameters
* course is downloaded as .zip now
* junrar is replaced by zip4j
6 years ago
Jannik
7a2112a759
smmd rework part 1
...
due to changes on the smmdb api i have to rework the smmdb integration
6 years ago
Jannik
9930a4cb15
added a smmID
...
* added 44fc5929 to smmIDs
6 years ago
Jannik
d36b869e80
updated build number
6 years ago
Jannik
43a7e22254
fixed loading error
...
* fixed an issue with loading sttings when no cloudService is set
6 years ago
Jannik
07d33df63a
updated libraries
...
* jfoenix 1.4.0 -> 1.7.0
* sqlite-jdbc 3.18.0 -> 3.19.3
* flow 8.0.1
6 years ago
Jannik
e394b1a573
Material styled dialogs
...
* added material styled dialogs
6 years ago
Jannik
a30def1fd0
Update README.md
6 years ago
Seil0
c83f3233d1
smmdbapi part 7
...
* smmdb api is now fully working
6 years ago
Seil0
ca70940fcf
smmdbapi part 6
...
* added unrar function based on junrar
6 years ago
Jannik
a6e4899854
added SuppressWarnings("unlikely-arg-type")
6 years ago
Jannik
02fc213887
smmdbapi part 5.1
...
* implemented downloading courses from smmdbapi, for now they are temporarly saved in cemu root directory
6 years ago
Jannik
20835d4611
smmdbapi part 5
...
* displaying course information
* treetableview is now material too
6 years ago
Jannik
1b828d6e4b
smmdbapi part 4
...
* added additional information and finished ui design
6 years ago
Jannik
fe88271c90
clean up
...
cleaned up DataTypes
6 years ago
Jannik
4ce6c06d2f
smmdbapi part 3.1
...
code clean up
6 years ago
Jannik
224e4e6eec
smmdbapi part 3
...
begun work on ui frontend
*courses are displayed and selectable
6 years ago
Jannik
5c3cb8398f
smmdbapi part 2
...
api query fully working
6 years ago
Jannik
bb72ed04ee
smmdbapi part 1
...
working so far, until the api returns null as result
6 years ago
Jannik
e3c30e8a22
Update README.md
6 years ago