[PR #102] [MERGED] Offset mode #190

Closed
opened 2026-02-27 19:26:42 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: offset-mode


📝 Commits (3)

  • 412fafc Add offset modes (direct/lrc tag)
  • 5d762bc fix broken timestamp on negative time prevention
  • 7ce22bc Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Lambada10/SongSync/pull/102 **Author:** [@Lambada10](https://github.com/Lambada10) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@Lambada10](https://github.com/Lambada10) **Base:** `master` ← **Head:** `offset-mode` --- ### 📝 Commits (3) - [`412fafc`](https://github.com/Lambada10/SongSync/commit/412fafc5b67ab581118ea8e1fd911c8e2300e349) Add offset modes (direct/lrc tag) - [`5d762bc`](https://github.com/Lambada10/SongSync/commit/5d762bce01c8adaf99f8c54a6865a7183588065c) fix broken timestamp on negative time prevention - [`7ce22bc`](https://github.com/Lambada10/SongSync/commit/7ce22bc697587ea3fcb5a27a20f6f56a71061cc6) Merge branch 'master' into offset-mode ### 📊 Changes **8 files changed** (+67 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:26:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SongSync#190
No description provided.