Conversation
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 important improvements and refactorings across the app. The most significant updates include the integration of Sentry for crash reporting with user-controlled settings, a major refactor of floating toolbars for consistency, enhancements to onboarding and user flows, and various UI/UX improvements. Below are the most important changes grouped by theme:
Crash Reporting and Dependency Management
EssentialsApp, user-controlled enable/disable via settings, and disabling Sentry's auto-init in the manifest. [1] [2] [3] [4] [5]coil-gifdependency to support GIF images in image loading.UI Refactoring and Consistency
DIYFloatingToolbarandSettingsFloatingToolbarwith a unifiedEssentialsFloatingToolbarin bothMainActivityandFeatureSettingsActivity, simplifying toolbar usage and improving code consistency. [1] [2] [3] [4]Onboarding and User Flow Enhancements
WelcomeScreenthat appears until onboarding is completed, controlled by a new state inMainActivity. [1] [2]Feature Settings and Help Improvements
FeatureSettingsActivityby adding a new instructions bottom sheet and refactoring help menu logic for better discoverability. [1] [2] [3]Miscellaneous UI/UX Enhancements
These changes collectively improve app stability, maintainability, and user experience.