1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/history
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
..
viewholders For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05:00
HistoryAdapter.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05:00
HistoryController.kt Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 2020-07-09 10:50:51 -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 (#12630) 2020-07-17 15:13:18 -05:00
HistoryFragmentStore.kt For issue #9949 - Bookmarks/History deletion inconsistencies (#12630) 2020-07-17 15:13:18 -05: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 (#12630) 2020-07-17 15:13:18 -05:00
HistoryViewModel.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00