Commit Graph

11 Commits

Author SHA1 Message Date
Bnyro
e71ea43a6e some folders 2022-06-02 21:10:16 +02:00
Bnyro
37160bcd74 small fixes 2022-06-01 12:03:00 +02:00
Bnyro
ce801b59c7 ktlint 2022-05-27 19:22:45 +02:00
Bnyro
5c7bfc78a9 Background Play Audio focus 2022-05-27 19:19:08 +02:00
Relwi
f345b142aa
Configurate the notification
It stills need more work, but for now I think is fine.
2022-05-26 21:38:25 +02:00
Relwi
486be2ec63
Add the MediaMetadata
Settings the metadata, the notification shows the title aswell.
2022-05-23 20:50:46 +02:00
Relwi
72e14e7430
Add MediaDescriptionAdapter to the notification
With this adapter, the notification shows the video title on it.
2022-05-21 12:52:42 +02:00
Relwi
cb6579362e
Add the notification player
Now when you select a video to play it in the background mode,
appears a notification (for now does nothing).
2022-05-20 14:20:26 +02:00
Relwi
87430dc21e
Improvements in BackgroundMode
Now the class is a singleton, with this, we avoid to instantiate
every time a new ExoPlayer whenever we select a new video to play
in background.

Fixes the "When you select another video to run in background,
stops the previous one".
2022-05-19 22:13:42 +02:00
Relwi
b35bb93234
Little change on KDoc 2022-05-19 21:30:25 +02:00
Relwi
713d9cfe5b
Litte refactor
Move the background mode logical to another class for better
code distribution.
2022-05-08 12:41:08 +02:00