Feature: Bookmark Sheet Integration#701
Merged
yusufnasserdev merged 20 commits intodevelopfrom Aug 19, 2025
Merged
Conversation
# Conflicts: # app/src/main/java/com/london/app/navigation/NavHostGraph.kt
- Implement a global snackbar using `ScaffoldWithSnackbar` and `SnackbarController` to display messages across the app. - Refactor movie list caching logic in `CustomMovieListRepositoryImpl` for improved efficiency and error handling. - Clear `SyncMetadataDao` cache on logout in `AuthenticationRepositoryImpl`. - Update `BookmarkSheet` to use the new global snackbar. - Adjust UI padding in `OnboardingScreen` for better system bar handling. - Modify "no lists available" string for clarity. - Ensure `MovieListSyncWorker` is scheduled in `MainActivity`.
# Conflicts: # data/src/main/java/com/london/data/remote/service/list/CustomMovieListsApiService.kt # data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt # presentation/src/main/java/com/london/presentation/feature/search/SearchScreen.kt
# Conflicts: # app/src/main/java/com/london/app/navigation/graph/mainNavGraph.kt
Contributor
|
[London Bot] Metrics Update Status ❌ An error occurred while updating PR metrics. |
Contributor
|
[London Bot] Auto-update Status ✅ Branch successfully updated from |
...src/main/java/com/london/data/local/source/customLists/CustomMovieListLocalDataSourceImpl.kt
Show resolved
Hide resolved
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Show resolved
Hide resolved
…d refine test names
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Show resolved
Hide resolved
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
data/src/main/java/com/london/data/repository/list/CustomMovieListRepositoryImpl.kt
Show resolved
Hide resolved
BassantM
reviewed
Aug 19, 2025
designSystem/src/main/java/com/london/designsystem/snackbar/ScaffoldWithSnackbar.kt
Outdated
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/home/toprated/TopRatedScreen.kt
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/home/toprated/TopRatedScreen.kt
Outdated
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/home/toprated/TopRatedScreen.kt
Outdated
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/home/toprated/TopRatedViewModel.kt
Show resolved
Hide resolved
...src/main/java/com/london/presentation/feature/home/trending/movie/TrendingMoviesViewModel.kt
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/search/SearchViewModel.kt
Show resolved
Hide resolved
...ntation/src/main/java/com/london/presentation/shared/bookmarkSheet/BookmarkSheetViewModel.kt
Outdated
Show resolved
Hide resolved
BassantM
reviewed
Aug 19, 2025
designSystem/src/main/java/com/london/designsystem/snackbar/LocalSnackbarController.kt
Outdated
Show resolved
Hide resolved
presentation/src/main/java/com/london/presentation/feature/details/movie/MovieDetailsScreen.kt
Outdated
Show resolved
Hide resolved
Abdulrahman-Ragab-01
approved these changes
Aug 19, 2025
marwanqashwa
approved these changes
Aug 19, 2025
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.

Navigation Host Wrapping & Bookmark Sheet Integration
Summary
This PR introduces a comprehensive navigation host wrapping implementation and integrates the bookmark sheet functionality across multiple screens. The changes include architectural improvements, UI enhancements, and bug fixes to provide a consistent user experience for managing bookmarks throughout the application.
Key Changes
1. Navigation Host Wrapping
ScaffoldWithSnackbarinNavHostGraph.kt2. Bookmark Sheet Integration
Integrated the bookmark bottom sheet across multiple screens:
3. Architectural Improvements
GET_ACCOUNT_LISTS_PATH)4. UI/UX Enhancements
Technical Details
New Components
Refactored Components
hasSaveIconparameterBug Fixes
Impact
This implementation provides a solid foundation for the bookmarking system while maintaining the app's performance and user experience standards.