feat: auth screen with auto-redirect, sync favorites/history with backend

This commit is contained in:
nk
2026-06-02 19:12:07 +03:00
parent d4adb1e7be
commit a83672b455
2934 changed files with 97351 additions and 163 deletions

View File

@@ -46,7 +46,7 @@
android:id="@+id/widget_play_pause"
android:layout_width="40dp"
android:layout_height="40dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/ic_play"
android:contentDescription="@string/player_play" />
</LinearLayout>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-files-path name="recordings" path="Music/radiola_recordings/" />
</paths>