Develop - Manual crash reports, updated developer options, re-organized settings UI, Improved settings UI and sheet, fix AOD wallpaper below Android 13, allow to lower CTS height, fix missing permissions, hide granted permissions by default in sheet, view all permissions shortcut from sheet, simplify help media loading and more - #942
Conversation
…catch Throwable exceptions
…and Circle to Search features #940
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 enhancements and fixes across permissions, feature requirements, and crash reporting, along with some UI and compatibility improvements. The most notable changes are the improved permission handling for new features, more robust crash reporting, and updates for Android compatibility.
Feature permissions and requirements:
SetupFeatures.ktandFeatureSettingsActivity.ktto surface missing permissions and guide users to enable them. [1] [2] [3] [4] [5] [6]Crash reporting improvements:
setBeforeSendcallback, with improved error handling and additional context (thread name, message).Android compatibility and stability:
AodWallpaperOverlayHandler.ktto use the correct API for Android 14+ (UPSIDE_DOWN_CAKE) and to catch allThrowabletypes for better error resilience.UI/UX improvements:
PermissionCardcomposable to display supporting content only when descriptions or dependent features are present, and switched to using the sharedShapesfor consistency. [1] [2] [3] [4]Versioning:
18.0-beta.3in preparation for release.