From bc3d3f654e2bec1e7465d844f809a1b650875ed0 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Fri, 5 Jun 2026 18:07:04 +0300 Subject: [PATCH] Added Jam, remote devices. small fixes --- .idea/deploymentTargetSelector.xml | 4 - app/build.gradle.kts | 1 + app/src/main/AndroidManifest.xml | 8 +- .../example/furumi_android/MainActivity.kt | 4 +- .../data/remote/AccessTokenInterceptor.kt | 17 +- .../data/remote/PlayerEndpoints.kt | 32 + .../data/remote/api/PlayerApi.kt | 85 +- .../data/remote/model/PlayerResponses.kt | 144 +- .../data/repository/PlayerRepositoryImpl.kt | 296 +- .../furumi_android/di/NetworkModule.kt | 6 +- .../furumi_android/domain/model/Artist.kt | 25 +- .../domain/repository/PlayerRepository.kt | 47 +- .../playback/FurumiPlaybackService.kt | 75 +- .../playback/PlaybackController.kt | 257 +- .../furumi_android/ui/login/LoginScreen.kt | 2 +- .../furumi_android/ui/login/LoginViewModel.kt | 6 +- .../furumi_android/ui/player/PlayerScreen.kt | 3170 +---------------- .../ui/player/PlayerViewModel.kt | 755 +++- .../example/furumi_android/ui/theme/Theme.kt | 2 +- .../res/mipmap-anydpi-v26/ic_launcher.xml | 8 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 8 +- app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 2658 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 2658 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 1418 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 1418 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 3492 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 3492 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 5678 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 5678 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 8256 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 8256 bytes app/src/main/res/values/colors.xml | 3 +- app/src/main/res/values/strings.xml | 6 +- app/src/main/res/values/themes.xml | 4 +- 34 files changed, 1768 insertions(+), 3197 deletions(-) diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b52368e..ca16a99 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -2,10 +2,6 @@ - -