Seil0
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.
0.1-alpha3
2020-10-16 19:56:08 +02:00
Seil0
2689c37af3
„README.md“ ändern
2020-10-16 18:31:32 +02:00
Seil0
5458b43354
fix #9 & replace my list checkbox with layout for easier gui building
2020-10-16 18:24:34 +02:00
Seil0
d912ed34a3
add a circular transparent background to the episode play icon
2020-10-16 14:08:17 +02:00
Seil0
9f1717e646
update my list on home screen, when changed
2020-10-16 11:23:32 +02:00
Seil0
085b2013ab
play episode on poster click
...
closes #7
2020-10-16 10:05:11 +02:00
Seil0
474b72df49
add favorite list to home screen
2020-10-15 21:00:31 +02:00
Seil0
a8dc243d0e
move all fragments into the fragments package
2020-10-15 19:01:37 +02:00
Seil0
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
Seil0
6100533c4d
fix movie parsing
...
regression in 5b7d2cd26e
2020-10-15 18:51:29 +02:00
Seil0
4ae23c4380
fix crash in episode count extraction
2020-10-15 16:23:52 +02:00
Seil0
adf8a48251
replace GridView in library and search fragment with RecyclerView
...
closes #8
2020-10-15 13:00:44 +02:00
Seil0
36c8678646
fix cancel text for german translation
2020-10-14 20:58:42 +02:00
Seil0
442a02db70
update used libraries
2020-10-14 20:26:29 +02:00
Seil0
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
Seil0
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
Seil0
87f9235b8a
add why is it called teapod to readme
2020-10-14 01:24:51 +02:00
Seil0
03cd42773d
add Episode watched callback
2020-10-13 23:47:48 +02:00
Seil0
cbfd186686
added licenses dialog
0.1-alpha2
2020-10-13 21:27:05 +02:00
Seil0
5b7d2cd26e
added episode description and is watched status to MediaFragment
2020-10-13 20:23:55 +02:00
Seil0
6fb8f56faf
minor code clean up
2020-10-13 16:30:23 +02:00
Seil0
dcaf64acde
improved MediaFragment UI
...
* fix searchview not losing focus when media is selected
2020-10-13 15:56:07 +02:00
Seil0
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
Seil0
c947105a1f
use material components button in media fragment
2020-10-13 00:14:03 +02:00
Seil0
9ec4c24e21
verify login data on start, added german translation
2020-10-12 23:26:32 +02:00
Seil0
00a6981ae5
improved tmdb data handling, added backdrop
2020-10-12 22:43:42 +02:00
Seil0
ee063a5bbe
„README.md“ ändern
2020-10-12 21:46:51 +02:00
Seil0
b835139973
„README.md“ ändern
0.1-alpha1
2020-10-12 20:45:16 +02:00
Seil0
13df0959e2
don't show empty textview
2020-10-12 20:37:45 +02:00
Seil0
90fe084557
disable action bar, use tmdb for poster and description
2020-10-12 20:30:45 +02:00
Seil0
ae20e74702
merge GUIMedia and StreamMedia into Media, parse episode title from aod
2020-10-12 17:52:24 +02:00
Seil0
0fc1d8b5c2
use recyclerview for episodes in media fragment
...
closes #3
2020-10-12 09:54:32 +02:00
Seil0
7b708f5aa0
add tv shows support to parser, start implementing account fragment
2020-10-11 23:16:47 +02:00
Seil0
b27a218b51
add search
2020-10-11 18:07:00 +02:00
Seil0
1d3c8ca14b
resume to position if player was in background, keep screen on in player
2020-10-11 15:19:42 +02:00
Seil0
e093153eee
add login dialog
...
* show dialog if no credentials are present
2020-10-11 14:44:38 +02:00
Seil0
b72b316ce1
clean up build-gradle
...
* remove unused dependencies
2020-10-11 14:25:47 +02:00
Seil0
8285b2bf62
add player fullscreen on tilt
2020-10-11 14:14:38 +02:00
Seil0
2866d01c22
add player
...
* fix aod stream parsing
2020-10-11 13:18:20 +02:00
Seil0
818981190d
add media fragment, add stream parsing
2020-10-11 10:02:00 +02:00
Seil0
c473fce19a
add OnItemClickListener
2020-10-09 15:18:52 +02:00
Seil0
b94b86b866
fix CustomAdapter repeating issue
2020-10-09 13:25:12 +02:00
Seil0
ac8d3ab292
use ListView for library fragment
2020-10-09 13:02:58 +02:00
Seil0
d0e09bf4e2
add aod parser
2020-10-08 22:20:20 +02:00
Seil0
0589a75180
Initial commit
2020-10-08 15:56:18 +02:00