straw/app/src
Stypox 7d17468266
Instantiate media session and connector in PlayerService
This changes significantly how the MediaSessionCompat and MediaSessionConnector objects are used:
- now they are tied to the service and not to the player, and so they might be reused with multiple players (which should be allowed)
- now they can exist even if there is no player (which is fundamental to be able to answer media browser queries)
2025-02-16 21:40:13 +01:00
..
androidTest/java/org/schabi/newpipe Fix DatabaseMigrationTest 2024-03-29 20:43:55 +01:00
debug Fix DebugApp doing unneeded AppWatcher.manualInstall 2023-07-14 18:32:04 +02:00
main Instantiate media session and connector in PlayerService 2025-02-16 21:40:13 +01:00
test Mock openAndTruncateStream instead of getStream in test 2024-11-27 16:37:25 +01:00