Commit Graph

16 Commits

Author SHA1 Message Date
Jannik 21b6e358e7
theme selection & gradle update
* it's now possible to change the app theme (light/dark)
* update gradle to version 6.7.1
* update gradle pugin to version 4.1.1
* update kotlin to  1.4.10
2020-11-23 20:11:10 +01:00
Jannik 2e0a114a80
player interface part 3
add double tap to rewind/forward
2020-11-08 18:05:46 +01:00
Jannik ce84cb57a8
rework media parsing, parse secondary stream (sub/jap)
* use the secondary stream if no primary is present
2020-10-19 21:57:02 +02:00
Jannik aeb74dcb29
rework MediaItemAdapter to use ItemMedia instead of Media
This allows us to get the media onClick directly from the AoDParser. Media inforamtion are now only stored in the parsers mediaList.
2020-10-16 19:56:08 +02:00
Jannik fa6419bb02
if a media was already fully loaded, don't load it again for
Since medias are cached in memory it is unnecessary to load them if they have been fully loaded once before
2020-10-15 18:57:58 +02:00
Jannik 03cd42773d
add Episode watched callback 2020-10-13 23:47:48 +02:00
Jannik 5b7d2cd26e
added episode description and is watched status to MediaFragment 2020-10-13 20:23:55 +02:00
Jannik 6fb8f56faf
minor code clean up 2020-10-13 16:30:23 +02:00
Jannik dcaf64acde
improved MediaFragment UI
* fix searchview not losing focus when media is selected
2020-10-13 15:56:07 +02:00
Jannik 90fe084557
disable action bar, use tmdb for poster and description 2020-10-12 20:30:45 +02:00
Jannik ae20e74702
merge GUIMedia and StreamMedia into Media, parse episode title from aod 2020-10-12 17:52:24 +02:00
Jannik 0fc1d8b5c2
use recyclerview for episodes in media fragment
closes #3
2020-10-12 09:54:32 +02:00
Jannik 7b708f5aa0
add tv shows support to parser, start implementing account fragment 2020-10-11 23:16:47 +02:00
Jannik b27a218b51
add search 2020-10-11 18:07:00 +02:00
Jannik c473fce19a
add OnItemClickListener 2020-10-09 15:18:52 +02:00
Jannik d0e09bf4e2
add aod parser 2020-10-08 22:20:20 +02:00