1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/bookmarks
Kainalu Hagiwara 1ad9da09b0 Remove selection holder from bookmark viewholder constructors.
Now that we're passing the mode to the viewholders in their bind
methods, there's no real need to pass them into their constructors. This
also allows us to remove the indirection of having the adapter implement
the SelectionHolder interface and have the mode implement it directly.
2020-08-14 13:03:08 -07: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 Remove selection holder from bookmark viewholder constructors. 2020-08-14 13:03:08 -07:00
BookmarkAdapter.kt Remove selection holder from bookmark viewholder constructors. 2020-08-14 13:03:08 -07:00
BookmarkController.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkDeselectNavigationListener.kt Closes #4513: fixes bookmark tests broken by loading change 2019-09-26 16:29:14 -07:00
BookmarkFragment.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
BookmarkFragmentInteractor.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkFragmentStore.kt Remove selection holder from bookmark viewholder constructors. 2020-08-14 13:03:08 -07:00
BookmarkItemMenu.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
BookmarkTouchHelper.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkView.kt For #13156, #13280 - Use payloads to bind bookmark viewholders. 2020-08-14 13:03:08 -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