1
0
Fork 0
fenix/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>
2020-07-17 15:13:18 -05:00
..
addfolder For #6832 - Fix various fragment not attached to a context crashes 2020-04-22 20:56:35 -07:00
edit Add method to test fragments in roboletric (#12261) 2020-07-06 13:04:43 -07:00
selectfolder Closes #11500: Remove wrong activity title 2020-06-19 18:17:35 +03:00
viewholders fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
BookmarkAdapter.kt Hide add folder option when in Desktop Bookmarks folder 2019-12-13 17:51:15 -08:00
BookmarkController.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05:00
BookmarkDeselectNavigationListener.kt Closes #4513: fixes bookmark tests broken by loading change 2019-09-26 16:29:14 -07:00
BookmarkFragment.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05:00
BookmarkFragmentInteractor.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05:00
BookmarkFragmentStore.kt For #2165 - Add swipe to refresh gesture to bookmarks view. 2020-06-25 14:50:24 -07:00
BookmarkItemMenu.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
BookmarkView.kt For #11892: Remove dynamic calls to setupNavigationToolbar 2020-06-26 07:54:11 -04:00
BookmarksSharedViewModel.kt Closes #4046: Always display 'Desktop' bookmarks folder 2020-04-17 23:57:43 -07:00
DesktopFolders.kt Closes #4046: Always display 'Desktop' bookmarks folder 2020-04-17 23:57:43 -07:00