Commit Graph

3314 Commits (e9c9154b3316e0fe6efc1902ea086e6fff8c0b69)

Author SHA1 Message Date
Christian Sadilek 2fc49c292f [fenix] Remove SessionManager from BrowserFragment/ToolbarGestureHandler 3 years ago
Roger Yang bca2e3558d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17531: Use top sites count fact for top sites telemetry (https://github.com/mozilla-mobile/fenix/pull/17664) 3 years ago
Roger Yang 2f2945d523 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17530: Update has open tabs metrics when tabs are opened or closed (https://github.com/mozilla-mobile/fenix/pull/17557) 3 years ago
mcarare f4558b7816 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17464: Handle selected item background programmatically. 3 years ago
Gabriel Luong c32923f0ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/14302 - Skip one time pages visit from frecent top sites 3 years ago
mcarare a63b46ef3c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17635: Check if id corresponds to a custom tab before removing it. 3 years ago
Christian Sadilek d013bf3242 [fenix] Refactor HomeFragment to use browser store 3 years ago
Elise Richards 2b0e65422c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17084: Use in-app browser switching dialog (https://github.com/mozilla-mobile/fenix/pull/17628)
Co-authored-by: hakkikaancaliskan <caliskanhkaan@gmail.com>
3 years ago
Elise Richards fcf3c5f57a [fenix] For https://github.com/mozilla-mobile/fenix/issues/16485: Tabs tray grid view telemetry (https://github.com/mozilla-mobile/fenix/pull/17442)
* Tabs tray CFR telemetry interactions

* Create CFR events and implementation

* Tests for tab tray controller
3 years ago
Sebastian Kaspari 086174a280 [fenix] Refactor ExternalAppBrowserActivity and ExternalAppBrowserFragment to not use Session(Manager). 3 years ago
Arturo Mejia a1246d05f8 [fenix] Remove external download manager FeatureFlags 3 years ago
Arturo Mejia 03c174437d [fenix] Remove autoplay indicator FeatureFlags 3 years ago
Jonathan Almeida 978929f23e [fenix] Fix breaking APIs in ActivityResultHandler 3 years ago
Christian Sadilek 2ff0c55027 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17473: Intermittent failues of PwaOnboardingObserver 3 years ago
Gabriel Luong 4c2c27d82a [fenix] For https://github.com/mozilla-mobile/fenix/issues/17304 - Implement top site search engine attribution (https://github.com/mozilla-mobile/fenix/pull/17580) 3 years ago
Sebastian Kaspari 8eaf1f7a82 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/17044: Explicitly set a new default engine when default is deleted."
This reverts commit 09f8e82e35f56b35865a67fd4dd4a9b0997b923d.
3 years ago
ekager 42c74bcd44 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17542 - Removes flash on renaming top site and fixes title not being updated 3 years ago
William Durand cd40b8510e [fenix] Add new BuildConfig variables to support AMO non-production envs 3 years ago
Jonathan Almeida c7483a0edb [fenix] Use a smaller request code for WebAuthnFeature
We can't see the private API that we interact with on the OS, but after
some internal investigation it appears that there might be an upper
limit to the request code we can use.

For now, let's try a value similar to that use in the GVE code to see
our requests are failing because of that.
3 years ago
Christian Sadilek 73abe98ba7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from TabTrayDialogFragment 3 years ago
Christian Sadilek 525bf428b4 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from TabHistoryDialog 3 years ago
Christian Sadilek 98865d66b0 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from FenixTabsAdapter 3 years ago
Codrut Topliceanu 2f57dcfdac [fenix] For https://github.com/mozilla-mobile/fenix/issues/17481 - Remove unused long_press_tapped metric (https://github.com/mozilla-mobile/fenix/pull/17544) 3 years ago
mcarare 2042857a3c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17044: Explicitly set a new default engine when default is deleted. 3 years ago
Codrut Topliceanu b309321f54 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17377 - Fix for empty awesomeBar on searchFragment open (https://github.com/mozilla-mobile/fenix/pull/17435)
The awesomeBar was set to stay hidden for the first consumeFrom(store) if the SearchDialogFragment.kt. However, recent changes send an additional store update when the view is created. To work around it we can take a look at AwesomeBarView.update(), we see that the awesomeBar suggestions get provided only if the query != url. So we can use the same method to keep the awesomeBar hidden until the user changes anything in the url.
3 years ago
Kate Glazko e511381cf3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15181: Remove All Downloads From Settings 3 years ago
Christian Sadilek 23496ce12b [fenix] Refactor QuickSettingsDialog to use browser store 3 years ago
Arturo Mejia f42b3c2e14 [fenix] Add dot notification for autoplay blocked content 3 years ago
mcarare 2614789acf [fenix] For https://github.com/mozilla-mobile/fenix/issues/14011: Remove new line character and spaces from string. 3 years ago
Jonathan Almeida 1017c1b136 [fenix] Add experimental WebAuthn support for Nightly only
When testing out WebAuthn support with the privileged API,
we need our app to be signed by an allowed signing key.

We're seeing our tests fail with this error when testing locally:

```
  [FidoApiImpl] updateTransaction is called for stop
  [FidoApiImpl] finishSecurityKeyRequestController should not be called when SecurityKeyRequestController is null.
```

Our theory is that if we try this code on our signed APK, we should see
it work.
3 years ago
Christian Sadilek 5964b07cca [fenix] Refactor OpenSpecificTabIntentProcessor to use browser store 3 years ago
Christian Sadilek 4e51c77671 [fenix] Remove SessionManager from TrackingProtectionPanelDialogFragment 3 years ago
Christian Sadilek 5e4d04bc5e [fenix] Refactor CrashReporterFragment to use browser store 3 years ago
Christian Sadilek 0580d3a540 [fenix] Switch to use case when selecting tab for extensions 3 years ago
Christian Sadilek 483d03a98b [fenix] Remove unused NotificationsIntentProcessor 3 years ago
Christian Sadilek f2dd0f0a18 [fenix] Remove unused SessionManager reference from RecentlyClosedController 3 years ago
Jonathan Almeida e76960b389 [fenix] A-C 71.0.20210118134928: Fix breaking API in TabCounterToolbarButton 3 years ago
Sebastian Kaspari 4e676267b7 [fenix] SearchDialogController: Pass tab ID instead of Session instance. 3 years ago
MickeyMoz 0dc93ba95f [fenix] Update Android Components version to 71.0.20210117143132. 3 years ago
Michael Comella 0c54ed58ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/17447: add intentional delay to cold start up in debug and nightly.
I validated:
- that the log statement appeared in Nightly but not in Beta.
- that the local runtimes of our perftest increased (the median diff is 124ms)
3 years ago
Arturo Mejia 905f243ceb [fenix] For issue: https://github.com/mozilla-mobile/fenix/issues/16846 Add ui for controlling exceptions for auto play 4 years ago
Sebastian Kaspari 8bc1202159 [fenix] Add unit tests for FennecWebAppIntentProcessor. 4 years ago
Sebastian Kaspari 8a7505843a [fenix] Migrate some "selected tab" reads from SessionManager to BrowserStore. 4 years ago
Arturo Mejia 82847b2b61 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/17457: Prevent page refresh when tapping the security icon 4 years ago
codrut.topliceanu df625cd8b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16238 - Back button now dismisses Suggested Logins
By using PromptFeature's onBackPressed the user can now press back to dismiss the Suggested Logins prompt without inadvertently navigating back
4 years ago
mcarare 997f1f9454 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17400: Select tab opened from collection. 4 years ago
Christian Sadilek b0f7acdaff [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17443: IllegalStateException in startPostponedEnterTransition on HomeFragment 4 years ago
Christian Sadilek 1677bb0fc7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17441: NPE when invalidating toolbar in response to reader changes 4 years ago
jhugman 152e140c55 [fenix] SDK-158 Use disabled/no-op version of Nimbus object to eliminate unnecessary Rust call (https://github.com/mozilla-mobile/fenix/pull/17372) r=christian 4 years ago
Arturo Mejia e5956c919f [fenix] For https://github.com/mozilla-mobile/fenix/issues/16847: Allow autoplay to controlled via the toolbar. 4 years ago