Conversation
… with dynamic Glance ColorProviders
…asting operations throughout services and UI components.
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 makes several important updates to the build configuration and refines Kotlin/Java code style and imports across the project. The most significant changes include upgrading the Android and Java/Kotlin toolchains, updating dependencies, and cleaning up code formatting and imports for better readability and maintainability.
Build system and dependency upgrades:
jvmTargettoJVM_21and Java source/target compatibility toVERSION_21, ensuring the project uses the latest language features. Also updatedcompileSdkandtargetSdkto version 37 for improved Android platform support. [1] [2]optInlist, enabling the use of cutting-edge Compose features.androidx.compose.material3:material3dependency from1.5.0-alpha17to1.5.0-alpha19.Code cleanup and formatting:
AppLockActivity.kt,AppUpdatesActivity.kt, andFeatureSettingsActivity.kt. [1] [2] [3] [4] [5] [6] [7] [8]EssentialsApp.ktandFeatureSettingsActivity.kt. [1] [2] [3] [4] [5]Compose UI simplification:
Textand other components inAppUpdatesActivity.kt, resulting in cleaner and more idiomatic Compose code. [1] [2] [3] [4] [5]These changes collectively modernize the codebase, improve maintainability, and ensure compatibility with the latest Android and Compose features.