Commit Graph

13 Commits

Author SHA1 Message Date
Jannik 349a0e451a
add highlight (random of newly added (n=10)) 2022-01-06 18:57:49 +01:00
Jannik 22d2d777c8
add newly added title to HomeFragment
* add support for season_list to crunchyroll parser
2022-01-06 18:39:23 +01:00
Jannik 2fa5a0aacd
add up next to home screen
for now up next will show the series and not play the actual episode
2022-01-05 00:28:49 +01:00
Jannik 9062474180
add watchlist to home fragment 2022-01-03 14:49:15 +01:00
Jannik 51e214d3c1
add search for tv shows
media items are currently not selectable, the app will crash
2022-01-03 14:48:24 +01:00
Jannik 2d2c7b2580
implement lazy loading for LibraryFragment & code cleanup 2022-01-03 14:48:15 +01:00
Jannik 919bce65e9
Implement media fragment for tv shows 2022-01-03 14:48:04 +01:00
Jannik ed9eff433b
AoDParser Media handling rework [Part 2/2]
* move Player to new AoD media Implementation
* remove old AoD media Implementation from AoDParser
2021-09-04 13:33:46 +02:00
Jannik c2a5f768b8
AoDParser Media handling rework [Part 1/2] 2021-08-31 19:47:18 +02:00
Jannik 0340c83b47
clean up some AoDParser related code 2021-08-29 15:05:34 +02:00
Jannik 03e9c3dae5
fix crash on myList element not present in overall itemMediaList
fixes #42
2021-07-03 13:36:15 +02:00
Jannik 5e48e724a7
update some libraries & coroutines 1.5.0
* androidx.core 1.3.2 -> 1.5.0
* androidx.appcompat 1.2.0 -> 1.3.0
* gson 2.8.6 -> 2.8.7
* coroutines-android 1.4.3 -> 1.5.0
  * don't use GlobalScope, use lifecycleScope and vieModelScope instead. This fixes a few issues when fragments where destroied befor the coroutine finished.
* gradle wrapper 7.0 -> 7.9.2
2021-06-06 17:54:19 +02:00
Jannik 5bb51c9054 Add similar titles to media fragment (#28)
* update androidx navigation libraries
* add similar media to MediaFragment
* parse similar media in AoDParser

Reviewed-on: #28
Co-Authored-By: Jannik <seil0@mosad.xyz>
Co-Committed-By: Jannik <seil0@mosad.xyz>
2021-02-06 19:02:12 +01:00