Develop - Charging optimization, Delete clipboard history, Dynamic AOD, Auto grant accessibilit, Light theme app lock and more#246
Merged
Conversation
New Crowdin updates
|
Make the release dying to test it out🫨🫨 |
Owner
Author
Waiting for the translations to update :) |
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 a new "Always on Display" (AOD) feature, adds a "Charge Optimization" quick settings tile, and refactors the App Lock screen to use Jetpack Compose for a modern UI. It also includes various improvements to the settings infrastructure and updates to the ProGuard rules. Below are the most important changes grouped by theme:
Feature Additions and Enhancements:
FeatureRegistry, including UI, registry, and settings integration, with proper permission handling and toggle logic. [1] [2] [3] [4]UI/UX Improvements:
AppLockActivityto use Jetpack Compose for the lock screen UI, resulting in a cleaner, more modern design and better maintainability. [1] [2] [3] [4]Settings Infrastructure:
SettingsRepositorywith new keys and methods for notification glance and AOD management, improving feature scalability. [1] [2] [3]Manifest and ProGuard Updates:
AndroidManifest.xmlto register the new quick settings tiles and update the AOD tile's configuration. [1] [2]