mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #201] [MERGED] feat: use Apple Music API for search and update AppleAPI base URL #211
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Lambada10/SongSync/pull/201
Author: @Paxsenix0
Created: 11/30/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (3)
93fac97fix: unable to search on Apple Music providerd7b4472oops, i forgot2ddc693fix: Do not get apple jwt t token everytime📊 Changes
5 files changed (+255 additions, -95 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/LyricsProviderService.kt(+7 -4)➕
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/apple/AppleAPI.kt(+121 -0)➕
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/apple/AppleTokenManager.kt(+46 -0)➖
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/AppleAPI.kt(+0 -82)📝
app/src/main/java/pl/lambada/songsync/domain/model/lyrics_providers/others/Apple.kt(+81 -9)📄 Description
Please review the changes when you have time! and let me know if anything should be adjusted, I'm afraid this changes might slow down the app.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.