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
Gabriel 56b21426eb
For #5574 - Migrate SessionControl to LibState (#6651)
* For #5574 - Part 1: Port TabAction.SaveTabGroup to TabSessionInteractor and SessionControlController. (#6651)

- Introduces the TabSessionInteractor, SessionControlInteractor and SessionControlController classes.
- Removes the TabAction.SaveTabGroup.

* For #5574 - Part 2: Port TabAction.PrivateBrowsingLearnMore to TabSessionInteractor and SessionControlController (#6651)

* For #5574 - Part 3: Port TabAction.ShareTabs to TabSessionInteractor and SessionControlController (#6651)

* For #5574 - Part 4: Remove unused TabAction.Share and TabItemMenu (#6651)

In #2205, the tab overflow button was removed which would have shown the
TabItemMenu when clicked. So, we can remove TabItemMenu since it is not
used and as a result, we can also remove TabAction.Share since there are
no consumers.

* For #5574 - Part 5: Port TabAction.PlayMedia and TabAction.PauseMedia to TabSessionInteractor and SessionControlController (#6651)

* For #5574 - Part 6: Port TabAction.Select to TabSessionInteractor and SessionControlController (#6651)

* For #5574 - Part 7: Port Onboarding.Finish to OnboardingInteractor and SessionControlController (#6651)

* For #5574 - Part 8: Port TabAction.Close and TabAction.CloseAll to TabSessionInteractor and SessionControlController (#6651)

- Removes TabAction

* For #5574 - Part 9: Port CollectionAction.Delete to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 10: Port CollectionAction.ShareTabs to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 11: Port CollectionAction.AddTab and CollectionAction.Rename to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 12: Port CollectionAction.RemoveTab to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 13: Port CollectionAction.OpenTab to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 14: Port CollectionAction.CloseTabs to CollectionInteractor and SessionControlController (#6651)

* For #5574 - Part 15: Introduce a HomeFragmentStore (#6651)

- We will hook up the HomeFragmentStore in later parts.
- Removes List<Tab>.toSessionBundle(context: Context) since it is unused.

* For #5574 - Part 16: Port CollectionAction.Collapse and CollectionAction.Expand to CollectionInteractor and SessionControlController (#6651)

- We assume the store is hooked up to the SessionControlController in this part,
but this work will be done in a later part.
- Removes CollectionAction.

* For #5574 - Part 20: Remove the architecture module. (#6651)

* For #5574 - Part 17:  Remove duplicate subscribeToTabCollections in BrowserFragment.kt (#6651)

There is a duplicate call of subscribeToTabCollections() in both HomeFragment and BrowserFragment.
In this patch, we remove the call in BrowserFragment to avoid passing the HomeFragmentStore to
BrowserFragment in order to dispatch the CollectionsChange event.

* For #5574 - Part 18: Delete SessionControlComponent and fix TabCollection and Tab imports (#6651)

* For #5574 - Part 19: Use the new HomeFragmentStore in the HomeFragment (#6651)

- Renames SessionControlUIView to SessionControlView

* For #5574 - Part 21: Fix white screen on home fragment (#6651)

* For #5574 - Part 22: Fix formatting in SessionControlInteractor and replace See with @see in SessionControlController (#6651)

* For #5574 - Part 23: Move to metrics.track call to the beginning of handleCollectionRemoveTab (#6651)

This ensures that the metrics.track will be called immediately before the tab is removed from the collection.

* For #5574 - Part 24: Use the sessionManager getter in SessionControlController (#6651)

* For #5574 - Part 25: Use mapNotNull in List<Tab>.toSessionBundle (#6651)

* For #5574 - Part 26: Simplify closeTab and closeAllTabs functions by assigning a deletionJob constant (#6651)

* For #5574 - Part 27: Replace listOf() with emptyList() in removeAllTabsWithUndo (#6651)

* For #5574 - Part 28: Replace the Context parameter with the HomeActivity in SessionControlController (#6651)

* For #5574 - Part 29: Add test for HomeFragmentStore, DefaultSessionControlController and SessionControlInteractor (#6651)

* For #5574 - Removes running CI against the architecture debug build varient
5 years ago
..
browser For #5574 - Migrate SessionControl to LibState (#6651) 5 years ago
collections For #5574 - Migrate SessionControl to LibState (#6651) 5 years ago
components For #6855 - Filter out duplicated bundled search engines 5 years ago
crashes Add toolbar helpers (#6531) 5 years ago
customtabs For #6827, #6811 - Cast layoutParams to MarginLayoutParams 5 years ago
downloads For #6436: Adds snackbar for failed download (#6648) 5 years ago
exceptions Add toolbar helpers (#6531) 5 years ago
ext For #5574 - Migrate SessionControl to LibState (#6651) 5 years ago
home For #5574 - Migrate SessionControl to LibState (#6651) 5 years ago
lib Remove redundant super calls 5 years ago
library Closes #6731 - fixed BookmarkNode minus operator and deleteOperation 5 years ago
logins For #6791 - Inflate SavedLoginsListItemViewHolder layout explicitly 5 years ago
onboarding For #4824 - Fixes onboarding telemetry events from being sent a… (#6659) 5 years ago
search For #6070 Adds telemetry for enabling search suggestions in private 5 years ago
session For #6470 Remove actions from notification, keep just close private tabs 5 years ago
settings For #6848 - Sorts the search engine list without case sensitivity 5 years ago
share Add toolbar helpers (#6531) 5 years ago
shortcut Cleanup shortcut code 5 years ago
test For #5574 - Migrate SessionControl to LibState (#6651) 5 years ago
theme For 4780: add DefaultBrowsingModeManager tests 5 years ago
trackingprotection No Issue - Fixes warnings / compiler errors with A-C update 5 years ago
utils For #5694 & #6054: Allows users to change toolbar position (#6608) 5 years ago
whatsnew For #5656: Fixes nightly major version number crash 5 years ago
widget Closes #4711 - Extract VoiceSearchActivity (#5502) 5 years ago
AppRequestInterceptor.kt For #5540: updates error page copy when no internet is available (#6803) 5 years ago
BrowserDirection.kt For #5898: Default browser toggle sends user to SUMO on Android 5&6 (#5918) 5 years ago
Config.kt For #6441: Fix variant build type matching (#6462) 5 years ago
Experiments.kt FxA WebChannels integration 5 years ago
FeatureFlags.kt For #2477 - Removes the feature flag for Force Enable Zoom (#6646) 5 years ago
FenixApplication.kt Issue #5183: Initialize megazord asynchronously 5 years ago
GlobalDirections.kt For #4779 : Don't double navigate with global directions in HomeActivity 5 years ago
HomeActivity.kt No Issue - Fixes warnings / compiler errors with A-C update 5 years ago
IntentReceiverActivity.kt For #5972 - Fixes bugs when launching in private mode on Android 5 (#6702) 5 years ago