[PR #93] [MERGED] Add an option to show path on song list, closes #81 #186

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

📋 Pull Request Information

Original PR: https://github.com/Lambada10/SongSync/pull/93
Author: @Lambada10
Created: 10/21/2024
Status: Merged
Merged: 10/24/2024
Merged by: @Lambada10

Base: masterHead: feat/songpath


📝 Commits (2)

  • c7b813c Add an option to show path on song list, #81
  • d6259dc Merge branch 'master' into feat/songpath

📊 Changes

7 files changed (+115 additions, -43 deletions)

View changed files

.idea/runConfigurations.xml (+13 -0)
📝 app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt (+10 -1)
📝 app/src/main/java/pl/lambada/songsync/ui/screens/about/AboutScreen.kt (+8 -0)
app/src/main/java/pl/lambada/songsync/ui/screens/about/components/ShowPathSwitch.kt (+18 -0)
📝 app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeScreen.kt (+2 -1)
📝 app/src/main/java/pl/lambada/songsync/ui/screens/home/components/SongItem.kt (+61 -40)
📝 app/src/main/res/values/strings.xml (+3 -1)

📄 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/93 **Author:** [@Lambada10](https://github.com/Lambada10) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@Lambada10](https://github.com/Lambada10) **Base:** `master` ← **Head:** `feat/songpath` --- ### 📝 Commits (2) - [`c7b813c`](https://github.com/Lambada10/SongSync/commit/c7b813c8e7494c937c36afd0415f2cccb0dffa8a) Add an option to show path on song list, #81 - [`d6259dc`](https://github.com/Lambada10/SongSync/commit/d6259dcd60e893408f35bf1c59c24cd52c88f24f) Merge branch 'master' into feat/songpath ### 📊 Changes **7 files changed** (+115 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `.idea/runConfigurations.xml` (+13 -0) 📝 `app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt` (+10 -1) 📝 `app/src/main/java/pl/lambada/songsync/ui/screens/about/AboutScreen.kt` (+8 -0) ➕ `app/src/main/java/pl/lambada/songsync/ui/screens/about/components/ShowPathSwitch.kt` (+18 -0) 📝 `app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeScreen.kt` (+2 -1) 📝 `app/src/main/java/pl/lambada/songsync/ui/screens/home/components/SongItem.kt` (+61 -40) 📝 `app/src/main/res/values/strings.xml` (+3 -1) </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:41 +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#186
No description provided.