Commit Graph

20 Commits

Author SHA1 Message Date
b85d7ae025
update kotlin, agp, dependecies
* kotlin 1.6.10 -> 1.6.21
* agp 7.1.3 -> 7.2.0
* splashscreen 1.0.0-beta02 -> 1.0.0-rc1
* coroutines 1.6.0 -> 1.6.1
* serialization-json 1.3.2 -> 1.3.3
2022-05-18 20:58:02 +02:00
e76cbda04d
fix Onboarding not working; fix deprecation in Activity.hideBars() 2022-03-29 23:23:10 +02:00
7d32cecd89
hide unused dev settings 2022-03-20 12:56:01 +01:00
cd4cfb7a0c
update libraries & targetSdk; use core-splashscreen for splashscreen
* targetSdk 30 -> 31
* core-ktx 1.6.0 -> 1.7.0
* appcompat 1.3.1 -> 1.4.1
* constraintlayout 2.1.0 -> 2.1.3
* navigation-fragment-ktx 2.3.5 -> 2.4.1
* navigation-ui-ktx 2.3.5 -> 2.4.1
* lifecycle-runtime-ktx 2.3.5 -> 2.4.1
* lifecycle-viewmodel-ktx 2.3.5 -> 2.4.1
* material 1.4.0 -> 1.5.0
2022-03-19 22:09:47 +01:00
6cc59a72fc
don't exclude player from history
Previously it was possible to exit the player without going into pip mode and having no option to open this player activity again.
2021-03-02 14:52:46 +01:00
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
8a22554846
add onboarding (login), change default theme to dark
closes #14
2021-01-16 00:16:47 +01:00
8e8db386a0
play new media if selected while player is in pip & minor code clean up
move some player avtivity stuff to ActivityUtils
2021-01-08 10:58:24 +01:00
86e07ba2cf
return to main activity if pip was launched before 2021-01-08 09:31:50 +01:00
e5037cf9ac
add pip support to player activity 2021-01-06 15:07:31 +01:00
7df99ea0cc
use view binding wherever possible 2020-11-25 22:35:55 +01:00
0e5c697bce
set theme for dialogs 2020-11-23 09:53:44 +01:00
71079ddc92
add light and dark theme
* currently the theme can not be changed
2020-11-22 14:24:02 +01:00
8a516c640d
add splash activity 2020-11-01 20:17:17 +01:00
49430e10bf
update exoplayer to version 2.12.1 2020-10-30 10:03:10 +01:00
c947105a1f
use material components button in media fragment 2020-10-13 00:14:03 +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
d0e09bf4e2
add aod parser 2020-10-08 22:20:20 +02:00