1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/history
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
..
viewholders For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
HistoryAdapter.kt For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
HistoryController.kt For #2165 - Implement pull-to-refresh gesture to sync history. 2020-06-11 10:23:27 -07:00
HistoryDataSource.kt Switched to AC string extensions (#6258) 2019-11-22 23:15:51 -08:00
HistoryDataSourceFactory.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00
HistoryFragment.kt For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
HistoryFragmentStore.kt For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
HistoryInteractor.kt For #2165 - Implement pull-to-refresh gesture to sync history. 2020-06-11 10:23:27 -07:00
HistoryItemMenu.kt Fix #8651 - Add new menu actions for a history item 2020-03-27 15:53:31 -07:00
HistoryView.kt For issue #9949 - Bookmarks/History deletion inconsistencies 2020-06-17 14:42:51 -04:00
HistoryViewModel.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00