From 1906a3f170f1ee927f061494521595257c34bfd4 Mon Sep 17 00:00:00 2001 From: Anthonyy232 Date: Thu, 2 May 2024 14:09:15 -0700 Subject: [PATCH] Updated dependencies Updated Kotlin 1.9.22 Updated Compose compiler to 1.5.10 Refactored navigation and implemented type-safe navigation from navigation-compose:2.8.0-alpha08 Updated the version code to 1.1.0 Updated SetLockScreen component to show a fixed aspect ratio of 9:19.5 and disable clicking splash Updated FAB color due to dependencies update breaking visual design Added option to disable loading animation for images in the app Added option to disable grid change animation --- .idea/appInsightsSettings.xml | 15 ++ .idea/kotlinc.xml | 5 +- app/build.gradle.kts | 44 ++--- .../wallpaper/presentation/PaperizeApp.kt | 176 +++++++----------- .../add_album_screen/AddAlbumScreen.kt | 7 +- .../components/AddAlbumAnimatedFab.kt | 15 ++ .../album/components/AlbumItem.kt | 9 +- .../album/components/FolderItem.kt | 9 +- .../album/components/WallpaperItem.kt | 27 ++- .../album_view_screen/AlbumViewScreen.kt | 152 ++++++++++----- .../folder_view_screen/FolderViewScreen.kt | 55 ++++-- .../presentation/home_screen/HomeScreen.kt | 8 +- .../library_screen/LibraryScreen.kt | 6 +- .../components/PaperizeListItem.kt | 11 +- .../wallpaper_screen/WallpaperScreen.kt | 15 +- .../components/AlbumBottomSheet.kt | 16 +- .../components/CurrentSelectedAlbum.kt | 9 +- .../components/SetLockScreen.kt | 17 +- .../WallpaperViewScreen.kt | 7 +- .../wallpaper/util/navigation/NavScreens.kt | 113 +++++------ build.gradle.kts | 2 + 21 files changed, 407 insertions(+), 311 deletions(-) diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml index 371f2e29..56f5d8cb 100644 --- a/.idea/appInsightsSettings.xml +++ b/.idea/appInsightsSettings.xml @@ -1,8 +1,23 @@ +