Add MediaBrowserImpl

This class implements the media browser service interface as a standalone class for clearer separation of concerns (otherwise everything would need to go in PlayerService, since PlayerService overrides MediaBrowserServiceCompat)

Co-authored-by: Haggai Eran <haggai.eran@gmail.com>
Co-authored-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Stypox 2025-02-16 09:03:12 +01:00
parent 3fcac10e7f
commit 4c88a193bd
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 434 additions and 0 deletions

View file

@ -33,6 +33,7 @@
<string name="show_info">Show info</string>
<string name="tab_subscriptions">Subscriptions</string>
<string name="tab_bookmarks">Bookmarked Playlists</string>
<string name="tab_bookmarks_short">Playlists</string>
<string name="tab_choose">Choose Tab</string>
<string name="controls_background_title">Background</string>
<string name="controls_popup_title">Popup</string>