Commit Graph

21 Commits

Author SHA1 Message Date
78d9f3cfa5
version 0.2.0 2020-11-26 15:01:19 +01:00
7df99ea0cc
use view binding wherever possible 2020-11-25 22:35:55 +01:00
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
d3f078c661
disable time-bar animation 2020-11-06 10:21:57 +01:00
1118c8339c
custom player interface: add progress-bar, rewind/forward 2020-11-05 20:07:41 +01:00
4ec5d0fdc4
add fastlane metadata 2020-11-01 20:52:45 +01:00
49430e10bf
update exoplayer to version 2.12.1 2020-10-30 10:03:10 +01:00
f0ed6aa379
enable code shrink 2020-10-20 20:22:50 +02:00
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
5f80f1fabd
show loading screen while loading media fragment
* use material components for shaped images and progress indicator
2020-10-14 20:22:20 +02:00
cbfd186686
added licenses dialog 2020-10-13 21:27:05 +02:00
597271d4de
use poster as backdrop if no backdrop is set, update to android studio
* update gradle to version 6.5
* update android gradle plugin to version 4.1
2020-10-13 12:27:13 +02:00
00a6981ae5
improved tmdb data handling, added backdrop 2020-10-12 22:43:42 +02:00
0fc1d8b5c2
use recyclerview for episodes in media fragment
closes #3
2020-10-12 09:54:32 +02:00
7b708f5aa0
add tv shows support to parser, start implementing account fragment 2020-10-11 23:16:47 +02:00
1d3c8ca14b
resume to position if player was in background, keep screen on in player 2020-10-11 15:19:42 +02:00
e093153eee
add login dialog
* show dialog if no credentials are present
2020-10-11 14:44:38 +02:00
b72b316ce1
clean up build-gradle
* remove unused dependencies
2020-10-11 14:25:47 +02:00
2866d01c22
add player
* fix aod stream parsing
2020-10-11 13:18:20 +02:00
818981190d
add media fragment, add stream parsing 2020-10-11 10:02:00 +02:00
d0e09bf4e2
add aod parser 2020-10-08 22:20:20 +02:00