Jannik
c138ab4587
add option to prefer the secondary stream, if present
2 years ago
Jannik
f0ed6aa379
enable code shrink
2 years ago
Jannik
a5fffd5d02
don't use gson.fromJson for a potentially unstable api
2 years ago
Jannik
ff0727da22
fix movie parsing
2 years ago
Jannik
ce84cb57a8
rework media parsing, parse secondary stream (sub/jap)
...
* use the secondary stream if no primary is present
2 years ago
Jannik
4c274eb062
made AoDParser an object
2 years ago
Jannik
a25ec81f6b
added new episodes to home screen
2 years ago
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.
2 years ago
Jannik
2689c37af3
„README.md“ ändern
2 years ago
Jannik
5458b43354
fix #9 & replace my list checkbox with layout for easier gui building
2 years ago
Jannik
d912ed34a3
add a circular transparent background to the episode play icon
2 years ago
Jannik
9f1717e646
update my list on home screen, when changed
2 years ago
Jannik
085b2013ab
play episode on poster click
...
closes #7
2 years ago
Jannik
474b72df49
add favorite list to home screen
2 years ago
Jannik
a8dc243d0e
move all fragments into the fragments package
2 years ago
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
2 years ago
Jannik
6100533c4d
fix movie parsing
...
regression in 5b7d2cd26e
2 years ago
Jannik
4ae23c4380
fix crash in episode count extraction
2 years ago
Jannik
adf8a48251
replace GridView in library and search fragment with RecyclerView
...
closes #8
2 years ago
Jannik
36c8678646
fix cancel text for german translation
2 years ago
Jannik
442a02db70
update used libraries
2 years ago
Jannik
5f80f1fabd
show loading screen while loading media fragment
...
* use material components for shaped images and progress indicator
2 years ago
Jannik
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
2 years ago
Jannik
87f9235b8a
add why is it called teapod to readme
2 years ago
Jannik
03cd42773d
add Episode watched callback
2 years ago
Jannik
cbfd186686
added licenses dialog
2 years ago
Jannik
5b7d2cd26e
added episode description and is watched status to MediaFragment
2 years ago
Jannik
6fb8f56faf
minor code clean up
2 years ago
Jannik
dcaf64acde
improved MediaFragment UI
...
* fix searchview not losing focus when media is selected
2 years ago
Jannik
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
2 years ago
Jannik
c947105a1f
use material components button in media fragment
2 years ago
Jannik
9ec4c24e21
verify login data on start, added german translation
2 years ago
Jannik
00a6981ae5
improved tmdb data handling, added backdrop
2 years ago
Jannik
ee063a5bbe
„README.md“ ändern
2 years ago
Jannik
b835139973
„README.md“ ändern
2 years ago
Jannik
13df0959e2
don't show empty textview
2 years ago
Jannik
90fe084557
disable action bar, use tmdb for poster and description
2 years ago
Jannik
ae20e74702
merge GUIMedia and StreamMedia into Media, parse episode title from aod
2 years ago
Jannik
0fc1d8b5c2
use recyclerview for episodes in media fragment
...
closes #3
2 years ago
Jannik
7b708f5aa0
add tv shows support to parser, start implementing account fragment
2 years ago
Jannik
b27a218b51
add search
2 years ago
Jannik
1d3c8ca14b
resume to position if player was in background, keep screen on in player
2 years ago
Jannik
e093153eee
add login dialog
...
* show dialog if no credentials are present
2 years ago
Jannik
b72b316ce1
clean up build-gradle
...
* remove unused dependencies
2 years ago
Jannik
8285b2bf62
add player fullscreen on tilt
2 years ago
Jannik
2866d01c22
add player
...
* fix aod stream parsing
2 years ago
Jannik
818981190d
add media fragment, add stream parsing
2 years ago
Jannik
c473fce19a
add OnItemClickListener
2 years ago
Jannik
b94b86b866
fix CustomAdapter repeating issue
2 years ago
Jannik
ac8d3ab292
use ListView for library fragment
2 years ago