Commit Graph

6811 Commits (fe16b3f29b66b239ae7164f499b1c27b0627a64a)
 

Author SHA1 Message Date
Aaron Train 2f4c65fca2 [fenix] No issue: Apply workaround for run-ui in contributor workflow (https://github.com/mozilla-mobile/fenix/pull/20161) 3 years ago
Mozilla L10n Automation Bot 1913986dcf [fenix] Import l10n. 3 years ago
Travis Long ea8738967d [fenix] [SDK-279] Adds a way to switch to the "preview" collection in Nimbus
This adds a toggle/switch to the debug settings menu that causes Nimbus to use the "preview" collection rather than the "main" collection when it initializes.  Since it is only applied during init, it does require a restart in order to take effect.
3 years ago
Mickey Moz 32d065abe5 [fenix] Update Android Components version to 91.0.20210623143047. (https://github.com/mozilla-mobile/fenix/pull/20139)
Co-authored-by: Ryan VanderMeulen <ryanvm@gmail.com>
3 years ago
Gabriel Luong 69f2e22a04 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19951 - Use Proton icon for new home button 3 years ago
Aki Sasaki e3323fe366 [fenix] use prod signers for {beta,release}-mozillaonline (https://github.com/mozilla-mobile/fenix/pull/20134) 3 years ago
Arturo Mejia ca851a38be [fenix] For https://github.com/mozilla-mobile/fenix/issues/19922 Fix the default autoplay setting to be block audio only 3 years ago
Mozilla L10n Automation Bot 16b1b94fbe [fenix] Import l10n. 3 years ago
Mugurell f9c1338826 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20046 - Show the last accessed tab in Jump back in 3 years ago
MickeyMoz 11354992b5 [fenix] Update Android Components version to 91.0.20210622143139. 3 years ago
jhugman fad92d06fa [fenix] Add error reporting via sentry to Nimbus caught exceptions (https://github.com/mozilla-mobile/fenix/pull/20049) 3 years ago
cschanaj 8385086212 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19221, Use ISO-8601 format build date in About Firefox 3 years ago
Roger Yang 2ef093a35e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19182: Close Tabs Tray when sharing completes 3 years ago
Roger Yang 63775af142 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19921: Update appcompat and fragment dependencies to 1.3.x 3 years ago
Mozilla L10n Automation Bot ee875b2474 [fenix] Import l10n. 3 years ago
Arturo Mejia 51f0ba6668 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19922 Update the default autoplay setting to be block audio only 3 years ago
Jonathan Almeida 3e2f501795 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20054: Update recent tab on title or icon changes 3 years ago
Arturo Mejia 35cd30fbe1 [fenix] Update Android Components version to 91.0.20210621121625. 3 years ago
Arturo Mejia 10e4bf1d7f [fenix] Improvements to site permissions 3 years ago
codrut.topliceanu b511e4a8b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19739 - Adds start tabsTray with multiSelect support 3 years ago
codrut.topliceanu 33eaa6f12d [fenix] For https://github.com/mozilla-mobile/fenix/issues/16330 - Replaces Sentry.capture with submitCaughtException 3 years ago
Sebastian Kaspari f586263314 [fenix] Mergify: Add rules for landing PRs 3 years ago
Mozilla L10n Automation Bot a75b7c0202 [fenix] Import l10n. 3 years ago
MickeyMoz f08328564c [fenix] Update Android Components version to 91.0.20210620143110. 3 years ago
Mozilla L10n Automation Bot 5e75d4852a [fenix] Import l10n. 3 years ago
MickeyMoz 2c4512ba78 [fenix] Update Android Components version to 91.0.20210619143112. 3 years ago
Mozilla L10n Automation Bot 67f595df8c [fenix] Import l10n. 3 years ago
Mugurell 08222b299a [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Remove FenixAccountManager#authenticatedAccount
This api had a bug stemming from the property name - authenticatedAccount which
may return even an unauthenticated account.
After the recent refactorings it was left unused so best to remove it to
prevent from future misuses.
3 years ago
Mugurell c2b11553f1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Use the FXA email only if the account is authenticated
An account may exist but it may need to be re-authenticated.
In this case also the email should not be exposed to the app.
3 years ago
Mugurell 60725fc1f9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Remove FenixAccountManager#signedInToFxa
After the changes from this patch this api is not used anymore so to prevent
future misuses of it this is removed in favor of the new "accountState".
3 years ago
Mugurell 00e54ff915 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Home menu: go to problems page if account exists but not signed in 3 years ago
Mugurell 4873b79123 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Browser menu: go to problems page if account exists but not signed in 3 years ago
Mugurell efebcc2bc8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - New FenixAccountManager#getAccountState()
This new method allows a single source of truth for getting the up-to-date
account status without clients interesting in this needing to know what to
check for.
3 years ago
Elise Richards db5fa44113 [fenix] Define the width/height for homescreen empty collections button (https://github.com/mozilla-mobile/fenix/pull/20082) 3 years ago
Grisha Kruglov 5ec85f2f4b [fenix] Obtain searchTerms from previous page in tab's history
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
3 years ago
Elise Richards f974ca8aac [fenix] Define the width/height for sync sign in button on tabs tray (https://github.com/mozilla-mobile/fenix/pull/20080) 3 years ago
bharat0to 60c2d848e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18581 ETP Standard option is truncated (https://github.com/mozilla-mobile/fenix/pull/18586) 3 years ago
Michael Comella 57ec8df799 [fenix] No issue: increase sleep duration in cold_view_nav_start benchmark. 3 years ago
Elise Richards 62ee6d6b34 [fenix] Update glean notification emails to new email group (https://github.com/mozilla-mobile/fenix/pull/20070) 3 years ago
Michael Comella ef740e5d61 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20017: add cold_main_session_restore test type to measure. 3 years ago
Michael Comella fe2c5ef151 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20017: use 'in' syntax for test name checks. 3 years ago
MickeyMoz b2361242fc [fenix] Update Android Components version to 91.0.20210617143333. 3 years ago
Arturo Mejia 5ad8dd91e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19881 add telemetry for start on Home. 3 years ago
Jonathan Almeida 8764e7dcec [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19950: Fix intermittent failure in SearchDialogControllerTest 3 years ago
Mihai Adrian Carare f20c7ed527 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19813: Invalidate tab tray adapter structure on screen rotation. (https://github.com/mozilla-mobile/fenix/pull/20044) 3 years ago
Jonathan Almeida 3eb90af822 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20053: Disabling collection smoke tests temporarily
The changes from https://github.com/mozilla-mobile/fenix/issues/19090 did not fix the issue consistently, and are
causing failures intermittently on-unrelated PRs.

Disabling these tests again until we have another fix for https://github.com/mozilla-mobile/fenix/issues/19090.
3 years ago
Christian Sadilek efc698e115 [fenix] HistoryMetadataMiddleware: Use state ext. functions from A-C 3 years ago
Mozilla L10n Automation Bot 1a0f47040d [fenix] Import l10n. 3 years ago
mcarare f82b0342c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20024: Visit FAB after synced tabs in a11y traversal.
This helps focus on FAB without going through whole tab lists.
3 years ago
MickeyMoz 639cfd6a33 [fenix] Update Android Components version to 91.0.20210616143051. 3 years ago