1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/tabtray
Jonathan Almeida 239e3de5e9 For #12856: Add save to collections button to Tabs Tray
Using the ConcatAdapter, we're now able to insert multiple data sources
of information into one RecyclerView and preserve layout/scrolling in
addition to adding the 'Save to Collection' button.
2020-07-28 11:14:08 -07:00
..
CollectionsAdapter.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
FenixTabsAdapter.kt For #12992 - Hide tab close button while in multiselect mode 2020-07-28 11:10:45 -07:00
SaveToCollectionsButtonAdapter.kt For #12856: Add save to collections button to Tabs Tray 2020-07-28 11:14:08 -07:00
TabTrayController.kt Update LongParameterList baseline 2020-07-27 14:20:34 -04:00
TabTrayDialogFragment.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
TabTrayDialogFragmentStore.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
TabTrayFragmentInteractor.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
TabTrayView.kt For #12856: Add save to collections button to Tabs Tray 2020-07-28 11:14:08 -07:00
TabTrayViewHolder.kt For #10163 - Adds tab multiselect mode 2020-07-24 18:18:26 -04:00
TabsTouchHelper.kt For #12856: Add save to collections button to Tabs Tray 2020-07-28 11:14:08 -07:00