You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/tabstray/browser
Mugurell dc26272381 For #19475 - Cleanup - respect naming scheme in TabsTrayController
In our current MVI implementation the View Interactors are first called in
response to a direct user action and contain methods following the
"onXXHappened" naming scheme and then delegate other Interactors / Controllers
for specific actions.

Controllers contain the business logic for actually updating the app's state
and offer methods following the "handleXXAction" naming scheme.
3 years ago
..
AbstractBrowserTabViewHolder.kt Issue #19002: Correct browser viewholder naming 3 years ago
BrowserTabGridViewHolder.kt Issue #19002: Correct browser viewholder naming 3 years ago
BrowserTabListViewHolder.kt Issue #19002: Correct browser viewholder naming 3 years ago
BrowserTabsAdapter.kt Issue #19002: Correct browser viewholder naming 3 years ago
BrowserTrayInteractor.kt For #19475 - Cleanup - respect naming scheme in TabsTrayController 3 years ago
BrowserTrayList.kt For #19475 - Cleanup - respect naming scheme in TabsTrayController 3 years ago
SelectedItemAdapterBinding.kt Issue #19002: Use AbstractBinding from lib-state 3 years ago
SelectionBannerBinding.kt Issue #19002: Use AbstractBinding from lib-state 3 years ago
SelectionHandleBinding.kt Issue #19002: Use AbstractBinding from lib-state 3 years ago
SelectionMenu.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
SelectionMenuIntegration.kt Issue #19176: Exit select mode when removing tab (#19486) 3 years ago
SwipeToDeleteBinding.kt Issue #19002: Use AbstractBinding from lib-state 3 years ago
TabsAdapter.kt Close #18774: Migrate mutli-selection to store 3 years ago
TabsTouchHelper.kt Close #18845: Adds swipe-to-delete to tabs tray refactor 3 years ago
UseCases.kt Issue #18538: Add BrowserTabsAdapter for tabs tray 3 years ago