feat: Add configurable default bookmark list view#163
Merged
Conversation
Contributor
Author
|
@jensomato thanks for maintaining this app. Has given me such a peaceful way of reading. It just fits right in. Here's a small contribution from my side. Hope we can action this. Thank you. |
jensomato
reviewed
Apr 27, 2026
Owner
jensomato
left a comment
There was a problem hiding this comment.
Many thanks for your contribution. Could you look into the failing unit tests in BookmarkListViewModelTest
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.
Closes #141
Adds a user-configurable "Default view" setting that controls which bookmark filter is active when the app
starts. Previously, the app always opened to the "All" view. Users can now choose from:
The setting is available under Settings > User Interface > Default view.
Additionally, the top app bar title on the bookmark list screen now dynamically reflects the active filter
(e.g., "Unread", "Favorites") instead of always showing "Bookmarks".
Changes
DefaultFilterpreference persisted viaEncryptedSharedPreferences, loaded on startup to set theinitial bookmark list filter
dialog pattern
always showing "Bookmarks"
flow collector
Screenshots
Test plan
"Unread"