Merged
Conversation
…ic with power state parameters
…ivers in components
…nfiguration to bottom sheet
…ng metrics in details sheet
…o BatteryAppsTabContent
…battery usage views
…U wakeup history with localized string resources
…om sheet UI components
…EssentialsBottomSheet wrapper
…ing information views
… numeric change direction
…ilsActivity for battery info display
…ge toggle in battery components
…pgrade UI controls to SegmentedPicker
…on to ListExpandToggleButton
…mment out charging status in BatteryInfoTabContent
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 significant UI and feature improvements, most notably replacing the
ChargeOptimizationSettingsActivitywith a newBatteryDetailsActivity, updating related navigation logic, and enhancing translation support for device information. It also includes minor version bumps and feature visibility tweaks.Major Activity and Navigation Changes:
ChargeOptimizationSettingsActivitywithBatteryDetailsActivity: The newBatteryDetailsActivityis now used for battery-related quick settings tiles, and its registration replaces the old activity in the manifest. The old activity and its UI overlay have been removed. [1] [2] [3]QSPreferencesActivity: Tapping the Charge or Battery Notification quick settings tiles now launchesBatteryDetailsActivityinstead of the removed activity. The navigation logic and feature mapping for these tiles have been updated accordingly. [1] [2]UI and Feature Enhancements:
Other Changes:
versionCodeto 57 andversionNameto "16.5".No changes to ProGuard or minification settings were made.