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#189
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/99
Author: @Lambada10
Created: 10/24/2024
Status: ✅ Merged
Merged: 10/29/2024
Merged by: @Lambada10
Base:
master← Head:feat/sort📝 Commits (2)
6964904Song sort impl2ba89c4redundant remember📊 Changes
7 files changed (+199 additions, -8 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt(+27 -1)➕
app/src/main/java/pl/lambada/songsync/domain/model/Sort.kt(+17 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeScreen.kt(+21 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeViewModel.kt(+9 -6)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/components/FilterAndSongCount.kt(+10 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/home/components/SortDialog.kt(+107 -0)📝
app/src/main/res/values/strings.xml(+8 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.