1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/bookmarks
David Walsh 3feab90b19 For issue #9949 - Bookmarks/History deletion inconsistencies
- 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.
2020-06-17 14:42:51 -04:00
..
addfolder For #6832 - Fix various fragment not attached to a context crashes 2020-04-22 20:56:35 -07:00
edit For #7854 - Update the views only if the bookmark node has changed 2020-05-18 13:05:12 -07:00
selectfolder For #6832 - Fix various fragment not attached to a context crashes 2020-04-22 20:56:35 -07: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 2020-06-17 14:42:51 -04: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 2020-06-17 14:42:51 -04:00
BookmarkFragmentInteractor.kt For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
BookmarkFragmentStore.kt Feature/#220 language menu (#7070) 2020-01-03 18:15:35 -08:00
BookmarkItemMenu.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
BookmarkView.kt Prevent favicons from flashing when items are selected in History (#9233) 2020-04-01 15:43:21 -07: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
SignInView.kt Fixes #10674: Add SignInView only once 2020-05-28 08:38:24 -07:00