mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #102] [MERGED] Offset mode #190
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#190
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/102
Author: @Lambada10
Created: 11/1/2024
Status: ✅ Merged
Merged: 11/1/2024
Merged by: @Lambada10
Base:
master← Head:offset-mode📝 Commits (3)
412fafcAdd offset modes (direct/lrc tag)5d762bcfix broken timestamp on negative time prevention7ce22bcMerge branch 'master' into offset-mode📊 Changes
8 files changed (+67 additions, -11 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt(+10 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchScreen.kt(+1 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchViewModel.kt(+2 -2)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/components/SuccessContent.kt(+8 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/settings/SettingsScreen.kt(+8 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/settings/components/OffsetModeSwitch.kt(+21 -0)📝
app/src/main/java/pl/lambada/songsync/util/LyricsUtils.kt(+15 -7)📝
app/src/main/res/values/strings.xml(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.