Commit Graph

184 Commits

Author SHA1 Message Date
a8dc243d0e move all fragments into the fragments package 2020-10-15 19:01:37 +02:00
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
6100533c4d fix movie parsing
regression in 5b7d2cd26e
2020-10-15 18:51:29 +02:00
4ae23c4380 fix crash in episode count extraction 2020-10-15 16:23:52 +02:00
adf8a48251 replace GridView in library and search fragment with RecyclerView
closes #8
2020-10-15 13:00:44 +02:00
36c8678646 fix cancel text for german translation 2020-10-14 20:58:42 +02:00
442a02db70 update used libraries 2020-10-14 20:26:29 +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
d2728405d1 redesign library and search fragment
* library/search now use a grid view with 2 columns
* media is now represented as card
* media details: poster and episodes have now rounded corners
2020-10-14 18:33:11 +02:00
03cd42773d add Episode watched callback 2020-10-13 23:47:48 +02:00
cbfd186686 added licenses dialog 2020-10-13 21:27:05 +02:00
5b7d2cd26e added episode description and is watched status to MediaFragment 2020-10-13 20:23:55 +02:00
6fb8f56faf minor code clean up 2020-10-13 16:30:23 +02:00
dcaf64acde improved MediaFragment UI
* fix searchview not losing focus when media is selected
2020-10-13 15:56:07 +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
c947105a1f use material components button in media fragment 2020-10-13 00:14:03 +02:00
9ec4c24e21 verify login data on start, added german translation 2020-10-12 23:26:32 +02:00
00a6981ae5 improved tmdb data handling, added backdrop 2020-10-12 22:43:42 +02:00
13df0959e2 don't show empty textview 2020-10-12 20:37:45 +02:00
90fe084557 disable action bar, use tmdb for poster and description 2020-10-12 20:30:45 +02:00
ae20e74702 merge GUIMedia and StreamMedia into Media, parse episode title from aod 2020-10-12 17:52:24 +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
b27a218b51 add search 2020-10-11 18:07:00 +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
8285b2bf62 add player fullscreen on tilt 2020-10-11 14:14:38 +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
c473fce19a add OnItemClickListener 2020-10-09 15:18:52 +02:00
b94b86b866 fix CustomAdapter repeating issue 2020-10-09 13:25:12 +02:00
ac8d3ab292 use ListView for library fragment 2020-10-09 13:02:58 +02:00
d0e09bf4e2 add aod parser 2020-10-08 22:20:20 +02:00