Conversation
…pdate last time, dev settings for backup (#553) This PR fixes a issue where the repo tracking card looks different from other composables. ### Changes - replaced Card composable with custom RoundedCardContainer. - changed structure of action buttons - showing wallpaper last update time - option for keep new settings - added ignore or include option for sensitive data (Github tokens) with export config - and some refactors ### Fixes - importing config resets some settings, which is new and doesn't exists in config - previously github token's are exposed in config by default, it's okay for personal use but if sharing with other's, it can cause privacy issue, anyone can login with your github account - but all these issues fixed and now you can choose to include or not before exporting
…llpaper update display
…favor of common util
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements and fixes across the app, focusing on improving the configuration import workflow, adding flashlight overheat prevention, updating UI components for consistency, and updating versioning. Below are the most significant changes grouped by theme:
Configuration Import and Settings
SettingsActivity, allowing users to choose between overriding or merging with existing preferences. The import logic inSettingsRepositorywas updated to support this, preserving preferences when requested. (SettingsActivity.kt,SettingsRepository.kt) [1] [2] [3] [4] [5]SettingsRepositoryfor tracking wallpaper update times, last shown times, flashlight overheat prevention, and import preferences. (SettingsRepository.kt) [1] [2] [3]Flashlight Overheat Prevention
FlashlightHandler.kt) [1] [2] [3] [4]Daily Wallpaper Updates
DailyWallpaperWorker.kt,SettingsRepository.kt) [1] [2] [3]UI/UX Improvements
SettingsActivityandYourAndroidActivityby using theShapes.extraSmallshape, improving visual consistency across the app. (SettingsActivity.kt,YourAndroidActivity.kt) [1] [2] [3] [4] [5]YourAndroidActivity.kt)Versioning
15.7andversionCodeto51inbuild.gradle.kts.Permissions Handling
FeatureSettingsActivity.kt) [1] [2]