-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Database & Data Layer - Added new `observeAllTags()` function to `TagDao` with improved tag querying using LEFT JOIN - Added `Tag.toEntityModel()` mapping function - Removed debug logging statement from `BookmarksRepositoryImpl` - Enhanced tag observation in `TagsRepositoryImpl` with additional logging - Added tag handling in `EditBookmarkUseCase` to insert tags when editing bookmarks ## UI Improvements ### Navigation - Simplified ReadableContent navigation by removing URL, date, title, and RTL parameters from route - Updated navigation handling in HomeScreen to use a more efficient approach with bookmark ID ### Feed Screen - Improved pull-to-refresh behavior by increasing threshold to 100dp - Added scale parameter to pull-to-refresh animation - Enhanced bookmark cache update dialog with proper dismiss functionality - Removed commented-out code in BookmarkViewModel - Modified error handling in FeedViewModel to be less intrusive - Removed URL parameters from image loading in SmallBookmarkView for better caching - Improved sync error handling to be less disruptive to the user experience ### Tag Management - Improved tag state management with distinct updates - Added automatic tag updates through Flow observation - Enhanced tag loading logic with better error handling - Removed redundant local tag fetching ## Testing - Updated BookmarksRepositoryTest with improved PagingSource testing - Added tests for bookmark loading functionality - Enhanced test coverage for data mapping ## Performance Optimization - Added transaction support for tag operations - Improved bookmark update process with better tag handling - Enhanced caching strategy for images ## Bug Fixes - Fixed Dialog dismissal in UpdateCacheDialog - Corrected bookmark synchronization issues - Improved RTL text handling - Enhanced error handling throughout the application ## Code Quality - Removed commented-out code in various files - Improved logging consistency - Enhanced code organization in various components - Added proper error handling in multiple locations
- Loading branch information
1 parent
df3ffe9
commit 1750c12
Showing
17 changed files
with
117 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.