mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #144] [MERGED] UI: Add welcome screen #198
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#198
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/144
Author: @Lambada10
Created: 2/20/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @Lambada10
Base:
master← Head:welcome-screen📝 Commits (2)
3f13cb4UI: Add welcome screen7a1fc3emove stuff around📊 Changes
11 files changed (+395 additions, -132 deletions)
View changed files
📝
.idea/inspectionProfiles/Project_Default.xml(+0 -26)📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+37 -105)📝
app/src/main/java/pl/lambada/songsync/data/UserSettingsController.kt(+9 -0)📝
app/src/main/java/pl/lambada/songsync/ui/Navigator.kt(+14 -1)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/InitScreen.kt(+98 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/InitScreenViewModel.kt(+46 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/components/InitTopBar.kt(+20 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/components/PermissionItem.kt(+70 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/components/permissions/AllFilesAccess.kt(+65 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/components/permissions/PostNotifications.kt(+29 -0)📝
app/src/main/res/values/strings.xml(+7 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.