release 0.8.0 #12
| @ -432,6 +432,7 @@ public class MainWindowController { | ||||
| 				filterData.clear(); | ||||
| 				 | ||||
| 				if (paramT2.equals(SortType.DESCENDING)) { | ||||
| 					// add favorites at the top | ||||
| 					for (FilmTabelDataType film : filmsList) { | ||||
| 						if (film.getFavorite()) { | ||||
| 							filterData.add(0, film); | ||||
| @ -440,7 +441,7 @@ public class MainWindowController { | ||||
| 						} | ||||
| 					} | ||||
| 				} else { | ||||
| //					System.out.println("ascending"); | ||||
| 					// add favorites at the bottom | ||||
| 					for (FilmTabelDataType film : filmsList) { | ||||
| 						if (!film.getFavorite()) { | ||||
| 							filterData.add(0, film); | ||||
|  | ||||
| @ -32,7 +32,7 @@ columnFavorite = Favorit | ||||
|  | ||||
| #error translations | ||||
| vlcNotInstalled = Um einen Film abspielen wird der VLC Media Player ben\u00F6tigt! | ||||
| infoText = \nAutoren: \n \u2022 seil0@kellerkinder.xyz \n \u2022 hendrik.schutter@coptersicht.de \n(c) 2016-2018 Kellerkinder www.kellerkinder.xyz | ||||
| infoText = \nAutoren: \n \u2022 seil0@mosad.xyz \n \u2022 hendrik.schutter@coptersicht.de \n(c) 2016-2018 mosad www.mosad.xyz | ||||
|  | ||||
| #textFlow translations | ||||
| title = Titel | ||||
|  | ||||
| @ -32,7 +32,7 @@ columnFavorite = Favorite | ||||
|  | ||||
| #error translations | ||||
| vlcNotInstalled = VLC Media Player is required to play a movie! | ||||
| infoText = \nMaintainers: \n \u2022 seil0@kellerkinder.xyz \n \u2022 hendrik.schutter@coptersicht.de \n(c) 2016-2018 Kellerkinder www.kellerkinder.xyz | ||||
| infoText = \nMaintainers: \n \u2022 seil0@mosad.xyz \n \u2022 hendrik.schutter@coptersicht.de \n(c) 2016-2018 mosad www.mosad.xyz | ||||
|  | ||||
| #textFlow translations | ||||
| title = Title | ||||
|  | ||||
		Reference in New Issue
	
	Block a user