Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Update UI and dependencies
This commit refactors the UI and updates dependencies for improved functionality and performance: - Removes studiobot.xml file. - Updates deploymentTargetSelector.xml with new run configurations. - Adds appInsightsSettings.xml for Firebase Crashlytics integration. - Updates compiler.xml with new module names and target SDK versions. - Updates NotificationFragment layout: replaces `InsetSmallTopAppBar` with `TopAppBar`, removes redundant padding, adds haze effect with vertical gradient. - Refactors NotificationFragment: extracts options into `OptionsSheet` composable, adds `SwipeToDismissBox` for delete functionality, moves notification details to `NotiDetailsView`, restructures `NotifyAt` for notification scheduling. - Updates DownloadAndInstaller: adds packageInstaller for apk installation. - Updates UIViews build.gradle.kts: adds Ackpine dependencies for apk installation. - Updates Project_Default inspection profile: adds PreviewParameterProviderOnFirstParameter inspection. - Updates Models: adds `ChapterModel` data class. - Adds runConfigurations.xml and ignores specific run configuration producers. - Updates kotlinc.xml: sets moduleKind to plain, updates apiVersion and languageVersion to 2.0.
- Loading branch information