mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #147] [MERGED] Fix path separator in gradlew.bat for Windows compatibility #201
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#201
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/147
Author: @peter9811
Created: 2/22/2025
Status: ✅ Merged
Merged: 5/14/2025
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (6)
ad8d585Fix path separator in gradlew.bat and update comments for claritya62eb22Enhance code documentation and add utility functions for file handling and version retrieval24a5650Add documentation and fix button click handler in FailedDialogue composablea44f5faMerge remote-tracking branch 'upstream/master'9f11118Update README and Gradle scripts640aa18build: update gradle configuration and add dependencies📊 Changes
27 files changed (+458 additions, -353 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+7 -6)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -3)📝
.github/workflows/ci.yml(+53 -54)➕
.vscode/settings.json(+6 -0)📝
LICENSE(+165 -165)📝
README.md(+18 -10)📝
app/build.gradle.kts(+7 -1)📝
app/src/main/AndroidManifest.xml(+7 -3)📝
app/src/main/java/pl/lambada/songsync/data/remote/PaxMusicHelper.kt(+23 -11)📝
app/src/main/java/pl/lambada/songsync/data/remote/UpdateService.kt(+12 -4)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/AppleAPI.kt(+13 -1)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/MusixmatchAPI.kt(+3 -3)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/NeteaseAPI.kt(+5 -6)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/QQMusicAPI.kt(+4 -8)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/spotify/SpotifyAPI.kt(+4 -2)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/spotify/SpotifyLyricsAPI.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/domain/model/SongInfo.kt(+9 -0)📝
app/src/main/java/pl/lambada/songsync/domain/model/Sort.kt(+9 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/components/FailedDialogue.kt(+8 -3)📝
app/src/main/java/pl/lambada/songsync/util/LyricsUtils.kt(+9 -5)...and 7 more files
📄 Description
Correct the path separator in the gradlew.bat file and enhance comments for better clarity.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.