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
Grisha Kruglov 057e28d4e4 Part 5: Refactor HomeMenu<->HomeFragment interaction
This refactor "reverses" relationship between these two classes, allowing
HomeMenu to inform its parent, HomeFragment, of any changes to the menu.

Once that's in place, we start observing account manager changes (once its ready)
for account problems.

This solves two problems:
- initialization of the account manager is no longer necessary to build a home menu
- home menu now starts observing changes to the account manager's state (before it was static)
5 years ago
..
addons
browser Issue #9132: Update to search animation for top toolbar (#9524) 5 years ago
collections
components Part 1: Add 'accountManagerReady' queue to BackgroundServices 5 years ago
crashes
customtabs
downloads
exceptions
ext
home Part 5: Refactor HomeMenu<->HomeFragment interaction 5 years ago
lib
library
media
migration
onboarding
perf Pre: introduce a RunWhenReadyQueue 5 years ago
push
search For #7059 - Allow search engines to scroll 5 years ago
session Pre: introduce a RunWhenReadyQueue 5 years ago
settings
share
shortcut
test
theme
trackingprotection
utils Pre: introduce a RunWhenReadyQueue 5 years ago
whatsnew
widget
wifi
AppRequestInterceptor.kt
BrowserDirection.kt
Config.kt
FeatureFlags.kt
FenixApplication.kt Pre: introduce a RunWhenReadyQueue 5 years ago
GlobalDirections.kt
HomeActivity.kt Part 2: Do not eagerly initilize account manager within HomeActivity 5 years ago
IntentReceiverActivity.kt