Commit Graph

12 Commits

Author SHA1 Message Date
Jannik 90069e2518
update copyright/license notice 2022-01-03 14:48:58 +01:00
Jannik 51e214d3c1
add search for tv shows
media items are currently not selectable, the app will crash
2022-01-03 14:48:24 +01:00
Jannik 2d2c7b2580
implement lazy loading for LibraryFragment & code cleanup 2022-01-03 14:48:15 +01:00
Jannik 919bce65e9
Implement media fragment for tv shows 2022-01-03 14:48:04 +01:00
Jannik 4f5f111afe
implement index call
index is needed to retrieve identifiers necessary for streaming
2022-01-03 14:46:45 +01:00
Jannik e6fd5d6952
add rudimentary parsing for browsing results 2022-01-03 14:46:07 +01:00
Jannik e7d057bfb8
add crunchyroll login and browse (no parsing for now) 2022-01-03 14:45:46 +01:00
Jannik c66c725ee3
use tmdb data if missing on aod
*  episode description
2021-08-29 15:05:34 +02:00
Jannik 664959641f
fix tmdb search for movies
movies don't have name but titles
2021-07-04 13:01:49 +02:00
Jannik ba7d82bc2b
replace deprecated OnNavigationItemSelectedListener 2021-07-03 15:58:20 +02:00
Jannik 5e48e724a7
update some libraries & coroutines 1.5.0
* androidx.core 1.3.2 -> 1.5.0
* androidx.appcompat 1.2.0 -> 1.3.0
* gson 2.8.6 -> 2.8.7
* coroutines-android 1.4.3 -> 1.5.0
  * don't use GlobalScope, use lifecycleScope and vieModelScope instead. This fixes a few issues when fragments where destroied befor the coroutine finished.
* gradle wrapper 7.0 -> 7.9.2
2021-06-06 17:54:19 +02:00
Jannik 5bb51c9054 Add similar titles to media fragment (#28)
* update androidx navigation libraries
* add similar media to MediaFragment
* parse similar media in AoDParser

Reviewed-on: #28
Co-Authored-By: Jannik <seil0@mosad.xyz>
Co-Committed-By: Jannik <seil0@mosad.xyz>
2021-02-06 19:02:12 +01:00