mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
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#188
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/95
Author: @kerollosy
Created: 10/21/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @Lambada10
Base:
master← Head:musixmatch📝 Commits (10+)
5defad6Replaced the search endpoint with the full lyrics endpoint.d8fd45aRefactor and split MusixmatchLyricsResponse into Synced and Unsynced lyrics data classescf141bc(api:update) Refactor SongInfo model to include Musixmatch synced and unsynced lyrics data2f610b9Save the SongInfo object and use it to retreive data589d35bMerge branch 'Lambada10:master' into musixmatch522ee34Add SyncedLyricsSwitch component #91b7f5ec9Merge branch 'musixmatch' of https://github.com/kerollosy/SongSync into musixmatch26a7b88Update string resources8eaf77eUpdate UserSettingsController and AboutScreene2df61fRefactor MusixmatchAPI to separate synced and unsynced lyrics retrieval📊 Changes
10 files changed (+90 additions, -33 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt(+9 -0)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/LyricsProviderService.kt(+9 -5)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/MusixmatchAPI.kt(+24 -24)📝
app/src/main/java/pl/lambada/songsync/domain/model/SongInfo.kt(+4 -0)📝
app/src/main/java/pl/lambada/songsync/domain/model/lyrics_providers/others/Musixmatch.kt(+12 -2)📝
app/src/main/java/pl/lambada/songsync/ui/screens/about/AboutScreen.kt(+8 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/about/components/SyncedLyricsSwitch.kt(+18 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeViewModel.kt(+2 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchViewModel.kt(+2 -1)📝
app/src/main/res/values/strings.xml(+2 -0)📄 Description
Added a toggle switch component ("Get Synced Lyrics") to allow users to choose between synced and unsynced lyrics from Musixmatch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.