Conversation
…ollMode based on SDK version
…btitles in QS widget
…ent activity launch failures
…mmand-based battery reset support
…mproved formatting and layout
…arge time estimation calculations
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 new features, improvements, and bug fixes, primarily centered around Quick Settings (QS) Tiles widget support, status bar icon management, and device compatibility. It adds new receivers and activities to enable QS Tiles widget actions, expands the set of recognizable status bar icons, and improves error handling and device-specific logic in various services.
Quick Settings Tiles Widget Support:
QsTilesWidgetConfigurationActivityand new receivers (QsTilesWidgetReceiver,QsTileActionRouter) to support QS Tiles widget configuration and actions, including manifest registration. [1] [2]QS_TILES_WIDGET_UPDATEaction after relevant events (e.g., device info sync, flashlight toggle, tile actions) to keep the widget state up to date. [1] [2] [3]SettingsRepositorywith new methods and keys for saving and retrieving pinned tiles. [1] [2]Status Bar Icon Registry Expansion:
network_speed,glove_mode,frame_rate, andno_sim, including their blacklist names and categories. [1] [2]headset,clock) to improve detection, and removed the "glove" blacklist from the Samsung Smart icon. [1] [2] [3]Device and Feature Compatibility:
Battery Automation:
BatteryAutomationReceiverto handle power and battery change events, record battery history, and optionally auto-reset battery stats when unplugged and battery is sufficiently charged. [1] [2]Other Improvements and Fixes: