Develop - feature info, themed icon and more improvements #193
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 and improvements, focusing on enhanced permission management, user help/education, and support for quick settings tiles. The most significant updates include the addition of new permission cards and handling, contextual help sheets for features, and support for a "Developer Options" quick settings tile. There are also various codebase improvements to support these features.
Permission Management Improvements:
AndroidManifest.xml, a new permission card in the settings UI, state tracking in the view model, and a utility to open the relevant settings screen. [1] [2] [3]Feature Help & User Education:
aboutDescriptionfield to theFeaturemodel and updated theFeatureRegistryto provide about descriptions for several features. [1] [2] [3] [4] [5] [6] [7] [8]Quick Settings Tiles Support:
DeveloperOptionsTileServiceto the manifest, enabling a developer options tile in quick settings.Codebase and State Management Enhancements:
MenuStateManagerand provided it viaCompositionLocalProviderin bothMainActivityandFeatureSettingsActivityfor improved menu state handling in Compose. [1] [2]SettingsRepository.These changes collectively improve user experience, permission visibility, and feature discoverability within the app.