mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #3] [MERGED] Added Spanish translations and other minor changes #164
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#164
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/3
Author: @BobbyESP
Created: 6/25/2023
Status: ✅ Merged
Merged: 6/26/2023
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (3)
8ab6e32- Added Spanish translationsc71c05f- Fixed Spanish string not showing good the percentage inBatch Download Lyricsbc8f40b- Moved JSON parsing to Serializable data classes so kotlinx.serialization can decode the server response into code📊 Changes
15 files changed (+416 additions, -100 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+38 -36)📝
app/src/main/java/pl/lambada/songsync/data/MainViewModel.kt(+80 -35)📝
app/src/main/java/pl/lambada/songsync/data/Screens.kt(+11 -0)➕
app/src/main/java/pl/lambada/songsync/data/dto/AccessTokenDto.kt(+10 -0)📝
app/src/main/java/pl/lambada/songsync/data/dto/Song.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/data/dto/SongInfo.kt(+1 -1)➕
app/src/main/java/pl/lambada/songsync/data/dto/SpotifyApiDTOs.kt(+99 -0)➕
app/src/main/java/pl/lambada/songsync/data/dto/SpotifySyncedLyricsApiDTOs.kt(+16 -0)📝
app/src/main/java/pl/lambada/songsync/ui/components/AppBars.kt(+23 -12)➕
app/src/main/java/pl/lambada/songsync/ui/components/dialogs/NoInternetDialog.kt(+26 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/AboutScreen.kt(+5 -4)📝
app/src/main/java/pl/lambada/songsync/ui/screens/BrowseScreen.kt(+4 -4)📝
app/src/main/java/pl/lambada/songsync/ui/screens/HomeScreen.kt(+3 -3)➕
app/src/main/res/values-es/strings.xml(+79 -0)📝
app/src/main/res/values/strings.xml(+20 -4)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.