You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/library/bookmarks
Mihai-Eduard Badea 1823fdb66d
For issue #9949 - Bookmarks/History deletion inconsistencies (#12630)
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.

 - Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in #8648.

Co-authored-by: Mihai Eduard Badea <mihai.badea@softvision.ro>
4 years ago
..
addfolder For #6832 - Fix various fragment not attached to a context crashes 4 years ago
edit Add method to test fragments in roboletric (#12261) 4 years ago
selectfolder Closes #11500: Remove wrong activity title 4 years ago
viewholders fix #8135 - remove getColorFromAttr 4 years ago
BookmarkAdapter.kt Hide add folder option when in Desktop Bookmarks folder 5 years ago
BookmarkController.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 4 years ago
BookmarkDeselectNavigationListener.kt Closes #4513: fixes bookmark tests broken by loading change 5 years ago
BookmarkFragment.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 4 years ago
BookmarkFragmentInteractor.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 4 years ago
BookmarkFragmentStore.kt For #2165 - Add swipe to refresh gesture to bookmarks view. 4 years ago
BookmarkItemMenu.kt fix #8135 - remove getColorFromAttr 4 years ago
BookmarkView.kt For #11892: Remove dynamic calls to setupNavigationToolbar 4 years ago
BookmarksSharedViewModel.kt Closes #4046: Always display 'Desktop' bookmarks folder 4 years ago
DesktopFolders.kt Closes #4046: Always display 'Desktop' bookmarks folder 4 years ago