Commit Graph

26 Commits

Author SHA1 Message Date
Jannik 9b5fdaa418
fix typo in SeriesDVEpisode class name
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-02-06 19:13:02 +01:00
Jannik d167b60661
add subtitle support to player; update log4j to version 2.17.1
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-02-06 18:46:19 +01:00
Jannik ce49804c87
update dependencies
continuous-integration/woodpecker the build was successful Details
* javafx 14.0.2.1 -> 16
* junit 4.12 -> 4.13.2
* commons-io 2.7 -> 2.11.0
* sqlite-jdbc 3.32.3.2 -> 3.36.0.3
* log4j 2.13.3 -> 2.17.0
2021-12-23 12:48:14 +01:00
Jannik f4c3b0a6f8
update the controls only when they are visible
continuous-integration/drone/push Build is passing Details
* update controls only when visible, this should reduce cpu load a little
* update javafx 14.0.1 -> 14.0.2.1
* update sqlite-jdbc 3.32.3.1 -> 3.32.3.2
2020-08-13 23:48:50 +02:00
Jannik c323ac957c
add button hover effect to player gui
continuous-integration/drone/push Build is passing Details
* minor player gui fixes
2020-07-26 00:01:35 +02:00
Jannik 5c4b78436f
add linear-gradient to top & bottom bar, support start in fullscreen
continuous-integration/drone/push Build encountered an error Details
2020-07-13 23:44:28 +02:00
Jannik 257b09fc9c
add correct audio popup style
continuous-integration/drone/push Build is passing Details
2020-07-12 14:39:01 +02:00
Jannik e29bcc5da3
fix player resolution mismatch
continuous-integration/drone/push Build is passing Details
2020-07-12 01:18:27 +02:00
Jannik fb390e3169
fix SeriesDetailView, improved the timesliders animated thumb
continuous-integration/drone/push Build is passing Details
2020-07-10 16:38:19 +02:00
Jannik d210655dcf
add audio track selection popup, slider displays time as h:mm:ss now
continuous-integration/drone/push Build is passing Details
2020-07-09 19:42:26 +02:00
Jannik 834bffda93
clean up DetailViews
continuous-integration/drone/push Build is passing Details
2020-05-22 17:12:07 +02:00
Jannik c04a7c0d4d
add demo audio track selection popup 2020-05-22 16:46:46 +02:00
Jannik 5e0fd8063d
use try with resourcess
continuous-integration/drone/push Build is passing Details
* rename package kellerkinder.HomeFlix to org.mosad.homeflix
2020-04-22 18:29:39 +02:00
Jannik 5488bece2d
minor bugfixes and clean up
* fixed a bug that prevented posters from showing at the first start
* added the ability to start a series from the last watched episode
2019-06-22 21:04:43 +02:00
Jannik 9af3ad26bd
implemented settings as nested conroller 2019-06-21 21:16:53 +02:00
Jannik 4ff8b7819f
Use a FlowPane fot the PosterMode 2019-06-15 11:09:59 +02:00
Jannik d3d22db7a8 moved static vars and save & load code to XMLController
* moved static vars and save & load code to XMLController
* code clean up
* happy new year
2019-01-08 17:10:33 +01:00
Jannik 5e4373d70d documentation work
* added a lot of documentation to the code
* log4j 2.10 -> 2.11
2018-04-02 18:29:59 +02:00
Jannik 22df604093 use alerts instead of dialogs
* the first start alert is now material styled
* the info dialog is now a alert
2018-03-29 18:15:57 +02:00
Jannik 34371bb2b5 added info alert 2018-03-29 12:27:44 +02:00
Jannik 385193f57b cemu_UIs updater and code cleanup
* clean up the folder structure for better maintenance
* lots of code cleanup
2018-03-01 15:42:47 +01:00
Jannik 71937540b0 code cleanup 2018-02-24 17:13:52 +01:00
Jannik c99a97fa49 updated some libs
* the window is now large enough to show all components
* target java 9
* commons-io 2.5 -> 2.6
* jfoenix 1.11.1 -> 9.0.1
* minimal-json 0.9.4 -> 0.9.5
* log4j 2.9.1 -> 2.10.0
2018-02-03 12:06:30 +01:00
Jannik fba6c703a3 code clean up 2017-11-12 19:35:48 +01:00
Seil0 60365aa09d log4j 2 and reworked loadSettings
* replacing all debug/info syso and all syse with log4j 2 logger
* loadSettings() should be 100% bulletproof
2017-09-16 18:22:46 +02:00
Jannik bd6fae7fe4 maven
we now use maven to manage all dependencies and build Project-HomeFlix
2017-07-26 17:10:37 +02:00