mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +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#185
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/92
Author: @Lambada10
Created: 10/21/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @Lambada10
Base:
master← Head:feat/offset📝 Commits (5)
9a0117aInitial implementation of setting lyrics offset5a0b81dcorrect button values according to text displayed47cb72cAdd repeating clickable to offset change #908cd1484Apply offset to lyrics directly #904080640Merge branch 'master' into feat/offset📊 Changes
7 files changed (+198 additions, -7 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchScreen.kt(+10 -2)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchViewModel.kt(+3 -2)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/components/LyricsSuccessContent.kt(+72 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/components/SuccessContent.kt(+7 -1)📝
app/src/main/java/pl/lambada/songsync/util/LyricsUtils.kt(+43 -2)📝
app/src/main/java/pl/lambada/songsync/util/ext/ComposeExt.kt(+62 -0)📝
app/src/main/res/values/strings.xml(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.