[PR #99] [MERGED] Song sort, closes #68 #189

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/99
Author: @Lambada10
Created: 10/24/2024
Status: Merged
Merged: 10/29/2024
Merged by: @Lambada10

Base: masterHead: feat/sort


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Lambada10/SongSync/pull/99 **Author:** [@Lambada10](https://github.com/Lambada10) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@Lambada10](https://github.com/Lambada10) **Base:** `master` ← **Head:** `feat/sort` --- ### 📝 Commits (2) - [`6964904`](https://github.com/Lambada10/SongSync/commit/696490486d2f44d9d005907f48730f591f962898) Song sort impl - [`2ba89c4`](https://github.com/Lambada10/SongSync/commit/2ba89c4aa4544566240d7bebe1cdaf91fc7846c4) redundant remember ### 📊 Changes **7 files changed** (+199 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </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#189
No description provided.