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/test/java/org/mozilla/fenix/tabstray/browser
Jonathan Almeida d6bc93981d Issue #20663: Make inactive card collapsible
We use make the inactive tabs section of the tabstray collapsible in
this change, with a technical quirk: we want to make the "isExpanded"
state of the tabs stay for the lifetime of the app and not the tabs
tray, but this functionality does not exist.

In this patch, we're storing the UI state in a singleton class that
exists for the lifetime of the app, but a more concrete solution is to
use an AppStore that holds content like this, which we can land in a
future patch.
3 years ago
..
AbstractBrowserTabViewHolderTest.kt Issue #19002: Correct browser viewholder naming 3 years ago
AbstractBrowserTrayListTest.kt Issue #20349: Add inactive tab grouping to tabs tray 3 years ago
BrowserTabsAdapterTest.kt Run ktlintFormat to adapt to latest formatting rules. 3 years ago
DefaultInactiveTabsInteractorTest.kt Issue #20663: Make inactive card collapsible 3 years ago
InactiveTabViewHolderTest.kt Issue #20663: Make inactive card collapsible 3 years ago
InactiveTabsControllerTest.kt Issue #20663: Make inactive card collapsible 3 years ago
RemoveTabUseCaseWrapperTest.kt RemoveTabUseCaseWrapperTest: Do not mock lambdas. 3 years ago
SelectTabUseCaseWrapperTest.kt Issue #17822: Create a tabs tray layout and fragment 3 years ago
SelectedItemAdapterBindingTest.kt Close #18774: Migrate mutli-selection to store 3 years ago
SelectionMenuIntegrationTest.kt Issue #19176: Exit select mode when removing tab (#19486) 3 years ago
SwipeToDeleteBindingTest.kt Close #18845: Adds swipe-to-delete to tabs tray refactor 3 years ago
Tab.kt Close #17821: Add TabsTrayStore with actions and reducer (#18773) 3 years ago
TabsTouchHelperTest.kt Fix intermittent test failures in TabsTouchHelperTest 3 years ago