Add similar titles to media fragment #28

Merged
Seil0 merged 7 commits from feature/similar into develop 2021-02-06 19:02:13 +01:00

7 Commits

Author SHA1 Message Date
Jannik 25294c2d87
fix updateNextEpisode()
the function could crash, if no matching episode was found, if that's the case now, it returns the first episode
2021-02-02 23:50:43 +01:00
Jannik e650dc3d13
add item decoration to recyclerMediaSImilar 2021-02-01 12:55:48 +01:00
Jannik 3efb9fdce9
update androidx navigation libraries 2021-02-01 00:09:44 +01:00
Jannik d6b775d113
minor clean up 2021-01-31 23:15:18 +01:00
Jannik a21ef195c9
add similar media to MediaFragment
* parse similar media in AoDParser
2021-01-31 22:11:08 +01:00
Jannik f44dc4ddac
move startPlayer() call to the fragment 2021-01-31 21:05:43 +01:00
Jannik d73f9882ff
add tab layout to media fragment
this is a rough first implementation of the tab layout to switch between episodes and similar titles
2021-01-29 21:55:01 +01:00