Commit Graph

5228 Commits (695c7773069bbb1abe378983bd2e2ed794f88073)

Author SHA1 Message Date
Jan-Erik Rediger 8abe5818ba [fenix] Pass auto-generated build info (version code and name) to Glean (https://github.com/mozilla-mobile/fenix/pull/18230)
This also re-generated the Glean docs due to an update of the bundled
glean-parser.
4 years ago
Mugurell b51c0089b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18034 - Don't animate the toolbar while the tab is loading
Use the new controller offered by AC to resolve some browser layout issues and
also offer an experience consistent with that of other browsers.
4 years ago
Mozilla L10n Automation Bot 783e2db261 [fenix] Import l10n. 4 years ago
mcarare 95a660a203 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18009: Correctly report items in adapter for a11y services. 4 years ago
Oana Horvath c37145d49d [fenix] For https://github.com/mozilla-mobile/fenix/issues/18040: no network access startup test 4 years ago
mcarare 0bd90ffb7a [fenix] For https://github.com/mozilla-mobile/fenix/issues/18195: Fix speech recognition for voice search in widget. 4 years ago
mcarare f258306c0d [fenix] For https://github.com/mozilla-mobile/fenix/issues/18228: Populate menu options in onResume along with toolbar init. 4 years ago
Vitaly V. Pinchuk dda03dbf69 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18150: select tabs button not displayed (https://github.com/mozilla-mobile/fenix/pull/18216)
For https://github.com/mozilla-mobile/fenix/issues/18150: Improve showing/hiding of "Select tabs" button in tabs tray

Payload argument is unavailable after first call of notifyItemChanged() as the
whole View need to be updated.
Inject a "isPrivate" lambda in the adapter so it will always know what tabs are
currently showing and so always ensure the expected behavior.
4 years ago
Sebastian Kaspari aca64b6eae [fenix] metrics.yaml: Update data review link of engine_tab.kill_foreground_age metric. 4 years ago
Mozilla L10n Automation Bot c8a98bfd2b [fenix] Import l10n. 4 years ago
AndiAJ 9e6f2b7c64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18053 Change and fix Intermittent UI test verifyReaderViewToggle 4 years ago
mcarare 9dbe4620d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18227: Also update icon on search engine edit. 4 years ago
Mozilla L10n Automation Bot fad5a1e757 [fenix] Import l10n. 4 years ago
Sebastian Kaspari 1368a9bd19 [fenix] Fix metric types of engine telemetry. 4 years ago
Mozilla L10n Automation Bot da8d402282 [fenix] Import l10n. 4 years ago
Gabriel Luong 1be5240b7f [fenix] For https://github.com/mozilla-mobile/fenix/issues/18202 - Refactor BiometricPromptFeature out of logins into settings 4 years ago
Mozilla L10n Automation Bot 3dfe632931 [fenix] Import l10n. 4 years ago
Michael Comella a0f46da9ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/18157: convert clock_ticks_per_second to quantity type.
While we could easily move this into the metrics ping, it's better to
leave it in the other ping because it's less work and because (I think)
we'll be better able to match `framework_secondary` values to the clock
ticks if we combine them in the same ping.
4 years ago
Gabriel Luong 2b405b20eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/18198 - Add a feature flag for Credit Cards and Addresses autofill feature (https://github.com/mozilla-mobile/fenix/pull/18200) 4 years ago
Jonathan Almeida fdcf799ec5 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/17928: Add feature flag for tabs tray refactor 4 years ago
Mozilla L10n Automation Bot 0bc1466b74 [fenix] Import l10n. 4 years ago
Gabriel Luong af3656dc19 [fenix] Replace TopSitesUseCases.renameTopSites with TopSitesUseCases.updateTopSites 4 years ago
Christian Sadilek 96393f85e9 [fenix] Remove Session[Manager] references from Fennec intent processors 4 years ago
Mozilla L10n Automation Bot 83b3b7e702 [fenix] Import l10n. 4 years ago
Arturo Mejia 59b50be098 [fenix] Target Android 11 4 years ago
mcarare 507b4aaf8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/16044: Suggest search engines based on typed text. 4 years ago
Arturo Mejia 25b2805f87 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10428 Improve download dialog error message. 4 years ago
Mozilla L10n Automation Bot 1619473888 [fenix] Import l10n. 4 years ago
mcarare e70f40f0d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18102: Temporary ignore failing test. 4 years ago
Mozilla L10n Automation Bot 4378f2fb7d [fenix] Import l10n. 4 years ago
Mugurell abcbf2bc4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/18027 - Document shouldUseFixedTopToolbar 4 years ago
Mugurell f5be19d9fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/18027 - Also fix the bottom toolbar in place when a11y is enabled
We previously only set the top toolbar as fixed if an a11y service was running.
4 years ago
rxu 6f2c9fd4ed [fenix] Add MOZILLA_ONLINE_ADDON_EXCLUSIONS for Mozilla Online builds 4 years ago
mcarare 5d8ebf61d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18075: Add SaveVideoAudioCandidate for custom tabs context menu. 4 years ago
Mozilla L10n Automation Bot 01bc150556 [fenix] Import l10n. 4 years ago
Jonathan Almeida 1fd32cdfda [fenix] Close https://github.com/mozilla-mobile/fenix/issues/13892: Remove Synced Tabs appended to tabs tray 4 years ago
Mozilla L10n Automation Bot dcc876c68d [fenix] Import l10n. 4 years ago
Michael Comella 188fe713ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/17972: split frameworkStart into two metrics.
We do this in order to make it easier to analyze in GLAM: see the metric
descriptions for more details.

Additionally, we change the time unit to milliseconds to make it easier
to analyze in GLAM.
4 years ago
Michael Comella edaed932c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17972: add client id to startup-timeline ping, update docs.
This addresses the root problem we're experiencing for this issue - data
not showing up in GLAM.
4 years ago
Michael Comella 3ae7379a5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/17969: add duration probes for App.onCreate and HomeActivity.onCreate. 4 years ago
Mugurell d975ede9d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17899 - Expand toolbar when returning from fullscreen video
This was the previous behavior for both the top and bottom toolbars.
Regressed when changing to use a new custom behavior for the top toolbar.

When entering fullscreen we will now collapse and hide the toolbar, allow the
browser to expand to the entire screen estate and then, when exiting fullscreen
expand the toolbar.
Collapsing and then expanding the toolbar will trigger the
EngineViewBrowserToolbarBehavior to place the browser below the toolbar.
4 years ago
Roger Yang 998a10cdc9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17089: Add metric to track both normal and private URI opened (https://github.com/mozilla-mobile/fenix/pull/17935) 4 years ago
Sebastian Kaspari 5fec5b8d61 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12731: Collect telemetry about the content process of tabs getting killed. 4 years ago
Sebastian Kaspari 4bb02ee709 [fenix] Update Kotlin to 1.4.30 and Coroutines to 1.4.2. 4 years ago
Mozilla L10n Automation Bot b3b485d046 [fenix] Import l10n. 4 years ago
Arturo Mejia 25f193cf50 [fenix] Update toolbar autoplay strings 4 years ago
Christian Sadilek e2d45f84e9 [fenix] Deprecate SessionManager component 4 years ago
Christian Sadilek 33b8a527ff [fenix] Remove remaining usages of Session[Manager] in BrowserFragment 4 years ago
Christian Sadilek 70046cf635 [fenix] Refactor BrowserToolbarMenuController to use browser store 4 years ago
Arturo Mejia 99393c2d84 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18049 Download complete dialog is not showing in custom tab. 4 years ago
Victor dfab17947d [fenix] Solves Leaks on SavedLoginFragment
disables options menu to avoid leak
 removes on click listener to avoid leak
4 years ago
Sebastian Kaspari 997b066b00 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18006: DefaultSessionControlControllerTest: Correctly unmock SearchStateKt class.
The test class left SearchStateKt mocked and caused other tests to fail intermittently when
running after it.
4 years ago
mcarare af0dfaa3dc [fenix] For https://github.com/mozilla-mobile/fenix/issues/17807: Fix systemWindowInset deprecation. 4 years ago
Oana Horvath 8427eddc28 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16317 UI tests: save longTap preference to restore it 4 years ago
Mozilla L10n Automation Bot 08a0a1c3b6 [fenix] Import l10n. 4 years ago
Ryan Kelly 23154791ab [fenix] Reset experiment telemetry identifiers on data prefs change.
When the user opts out of telemetry, we need to reset the user identifiers
used by the experiment system, so that there's no risk of tracking the
user across the reset event if they later decide to re-enable telemetry.
4 years ago
Oana Horvath 9caaa08732 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16317: resets long press delay at the end of UI tests 4 years ago
Mozilla L10n Automation Bot ca84828a66 [fenix] Import l10n. 4 years ago
Jan-Erik Rediger ba94d2e39e [fenix] Glean: Check for renamed reason 4 years ago
Mugurell 22ec6af4a3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17195 - Don't try setting an idle resource if the View is already off screen
Speculative fix based on the Firebase logs which shows that on a second check
of R.id.tab_wrapper it is not found the screen.
It may be because after `advanceToHalfExpandedState` and before getting a
reference to it in `waitForTabTrayBehaviorToIdle` it was already animated off
the screen.
With this in mind I've added a null check for the view reference before trying
to register an idling resource on it's Behavior.

Also added and used a way to click at a specific location in a View, not just
in the default middle in the View.
It was observed from the Firebase videos that a "click" on the topBar actually
selected the private tabs section. This would leave us to believe that the
"click" was caught by that other View which was placed above the x,y middle of
the topBar.
4 years ago
Mugurell e16ef0b3c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17195 - Test a potential fix for the test 4 years ago
Oana Horvath a2cc89acb6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17484, https://github.com/mozilla-mobile/fenix/issues/18003 UI tests: retry closing tab if it fails 4 years ago
Mozilla L10n Automation Bot c7c7ce8e86 [fenix] Import l10n. 4 years ago
Christian Sadilek d8024b9169 [fenix] Refactor BrowserToolbarController to use browser store 4 years ago
Codrut Topliceanu cf939f2a26 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17352 - Fixes deleted downloads reappearing (https://github.com/mozilla-mobile/fenix/pull/17930)
* For https://github.com/mozilla-mobile/fenix/issues/17352 - Fixes deleted downloads reappearing

The `getDeleteDownloadItemsOperation` job would check fragment context not null after the fragment was stopped. Removing that check and only passing the downloadUseCase as a parameter fixes the problem.
4 years ago
Mozilla L10n Automation Bot 7fcdf3e489 [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot 5662eb3042 [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot fccf88fe26 [fenix] Import l10n. 4 years ago
Elise Richards 1708e2c424 [fenix] Remove unneeded temporary UI test ignores (https://github.com/mozilla-mobile/fenix/pull/17980) 4 years ago
Mugurell 7e3969c01d [fenix] For https://github.com/mozilla-mobile/fenix/issues/17686 - Use a custom behavior to scroll InfoBanner with the top toolbar
Previously when the toolbar was on top the banner was inflated in the toolbar's parent - an AppBarLayout.
After migrating to use a custom behavior for scrolling the toolbar and not use
anymore the AppbarLayout for this we needed a new solution.
Using a new behavior to keep this banner in sync with the y translation of the
toolbar gives us most of the old behavior back.
4 years ago
Elise Richards 9c5bc17da9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17771: three-dot menu reorder (https://github.com/mozilla-mobile/fenix/pull/17838)
* Feature flag for toolbar menu redesign. Add new items to menu and reorder.

* Handle toolbar items in menu controller

* Menu controller tests

* Make icons invisible

* Lint

* UI tests reflect design change

* Refactor test names

* Lint fixes

* UI tests
4 years ago
Mozilla L10n Automation Bot 20e0f884d2 [fenix] Import l10n. 4 years ago
Michael Comella 4496ae2ae5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17920: move manufacturer StrictMode exception to ignores function.
I think this is more consistent and centralizes the violation ignores.
4 years ago
Michael Comella 1b8ac55003 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17920: use StrictMode penaltyDeathWithIgnores. 4 years ago
Michael Comella 2bc1605cbd [fenix] For 17920: add ThreadPenaltyDeathWithIgnoresListener, tests, helpers. 4 years ago
Michael Comella 5836fe6f65 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17920: add ManufacturerCodes. 4 years ago
Michael Comella 50b0c72261 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17816: add ProfilerFactProcessor and register it, tests. 4 years ago
Mugurell 3e9bd41397 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17803 - Use the main looper for Handler()s
This was already the one inferred.
Targeting Android 11 means we need to pass it explicitly.
4 years ago
Codrut Topliceanu 942195bfae [fenix] For https://github.com/mozilla-mobile/fenix/issues/17418 - Added telemetry for Google Default Top Site (https://github.com/mozilla-mobile/fenix/pull/17637)
* For https://github.com/mozilla-mobile/fenix/issues/17418 - Adds channel "ts" to TrackKey

This is used to track if the `InContentTelemetry` is a result of the user using the Google Top Site. It looks for `&channel=ts` within the uri.

* For https://github.com/mozilla-mobile/fenix/issues/17418 - Adds TopSite PerformedSearch back in

* For https://github.com/mozilla-mobile/fenix/issues/17418 - Check now looks for equality with GOOGLE_URL

* For https://github.com/mozilla-mobile/fenix/issues/17418 - Adds test for topSite changes
4 years ago
Mozilla L10n Automation Bot 93c88fb1ae [fenix] Import l10n. 4 years ago
Sebastian Kaspari 0e4e2623bb [fenix] ToolbarIntegration: Use global public suffix list instance. 4 years ago
Roger Yang f3009d5a2b [fenix] Fix OpenSpecificTabIntentProcessorTest to remove AbstractMediaService (https://github.com/mozilla-mobile/fenix/pull/17955) 4 years ago
Sebastian Kaspari ac67fc9de6 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17174: Remove usage of old media APIs. 4 years ago
Christian Sadilek 8deddb6dcb [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17889: Wrong tab selected/reloaded when restored from collection 4 years ago
Mozilla L10n Automation Bot 5ffa622713 [fenix] Import l10n. 4 years ago
ekager 62ab7505e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17906 - Allow screenshots for private home screenshot test 4 years ago
Oana Horvath 488e18bfa6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15259 UI test: waits for home screen to be visible 4 years ago
AndiAJ 5e626c49c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17195 Fix Intermittent UI test verifyTabTrayNotShowingStateHalfExpanded 4 years ago
AndiAJ 1d0384c1f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17852 Change and Fix Intermittent UI test openNewTabTest 4 years ago
Michael Comella b62dfc086b [fenix] For https://github.com/mozilla-mobile/fenix/issues/17816: add profiler marker for onPreDraw via HomeActivity.onStart.
This may be useful for MAIN start up to determine when the user begins
seeing content.
4 years ago
Michael Comella 6895920bde [fenix] For https://github.com/mozilla-mobile/fenix/issues/17816: add profiler marker for 2x Activity.onCreate.
The IntentReceiverActivity one is particularly useful to quickly determine
when we can begin executing code in the WARM VIEW case (i.e. "Set selection
begin here").

The HomeActivity one is useful for COLD start up analysis in similar
ways and to see the Activity transitions in WARM VIEW.
4 years ago
Mozilla L10n Automation Bot fe3151fd0b [fenix] Import l10n. 4 years ago
ekager cb641900d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17915 - Do not launch system settings on Role Request Intent cancel 4 years ago
AndiAJ aca5681026 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14523 Fix Intermittent tests verifyContextOpenLinkNewTab & verifyContextOpenLinkPrivateTab 4 years ago
Oana Horvath dca92aed10 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17847: Removes editCustomSearchEngineTest UI test 4 years ago
Mozilla L10n Automation Bot 066ed1c8fa [fenix] Import l10n. 4 years ago
Arturo Mejia 31035fdca1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17817 Change the feature prompt references from fragment to activity. 4 years ago
Mozilla L10n Automation Bot 8d9222725c [fenix] Import l10n. 4 years ago
Abhinav Gupta ec673f6d4c [fenix] Hiding the usernameview if the data item.username is blank. 4 years ago
ekager a0ed1a4a1d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17871 - use viewLifecycleOwner for TopSitesFeature owner on HomeFragment (https://github.com/mozilla-mobile/fenix/pull/17873) 4 years ago
Mozilla L10n Automation Bot 21b0b9c2b0 [fenix] Import l10n. 4 years ago
Roger Yang aa6190bce4 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17174: Remove the New Media Session API Feature Flag (https://github.com/mozilla-mobile/fenix/pull/17863) 4 years ago
ekager 1e9ba2a87c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13089 - Adds correct animations for account settings 4 years ago
ekager 466a163f05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17785 - Use screenshots setting when adding secure flag 4 years ago
jhugman e47dcc8bde [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/17738 - Early initialization of Nimbus (https://github.com/mozilla-mobile/fenix/pull/17834) r=christian 4 years ago
Mugurell b3930760b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10686 - Use the AC custom behavior for both the top and bottom toolbars
This comes to unify the experience (with improvements but also specific issues)
for the url toolbar irrespective of it being placed at the bottom or at the top
Going further this will ease development and ensure the best UX for users.
4 years ago
Gabriel Luong 1430e127b1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17418 - Add event ping telemetry for the Google Top Site click (https://github.com/mozilla-mobile/fenix/pull/17862)
Co-authored-by: codrut.topliceanu <codrut.topliceanu@softvision.ro>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
4 years ago
jhugman dd557d6607 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/17833 - increment A/A experiment id (https://github.com/mozilla-mobile/fenix/pull/17835) r=christian 4 years ago
Christian Sadilek 6699c65180 [fenix] Remove SessionManager reference from FenixApplication 4 years ago
Oana Horvath 5153461698 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17847: disables editCustomSearchEngineTest 4 years ago
MickeyMoz 20b30e40cc [fenix] Update Android Components version to 73.0.20210204143136. 4 years ago
Andrei Joltan 421d0e5757 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16020 Fix Intermittent tests caused by the Menu Button (https://github.com/mozilla-mobile/fenix/pull/17829) 4 years ago
Oana Horvath 40660c602d [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI smoke test customTrackingProtectionSettingsTest 4 years ago
AndiAJ c846cc683e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12895 Fix Intermittent test navigateBookmarksFoldersTest 4 years ago
hwinnemo 36ab8d42cf [fenix] For https://github.com/mozilla-mobile/fenix/issues/17724: Wait for tab to be fully created before showing ETP Onboarding if ETP is active 4 years ago
Sebastian Kaspari 478a314f44 [fenix] Remove TabsUseCases methods that take a Session object. 4 years ago
Grisha Kruglov ba388e3d88 [fenix] Exclude separators from the bookmarks UI 4 years ago
Grisha Kruglov a1dc2c4f10 [fenix] Reuse helper functions in bookmark tests 4 years ago
Mugurell 39b9878271 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12414 - Support sharing images through ShareDownloadFeature
Register a ViewBoundFeatureWrapper<ShareDownloadFeature> that will respond to
"Share image" from the browser contextual menu
4 years ago
Michael Droettboom 5ba78efbe7 [fenix] Update bug numbers to URLs for activation ping
Earlier versions of Glean supported bug numbers of the metadata, but this causes
ambiguity, particularly for Fenix where issues exist in both Bugzilla and
Github. This just updates the Bugzilla numbers to full URLs.

We made the use of numbers an error sometime ago, but neglected to enforce this
on "pings" in addition to "metrics".  A future version of `glean_parser` [1] will make
this an error and this will set Fenix up to be ready for that.

[1] https://github.com/mozilla/glean_parser/pull/262
4 years ago
mcarare e18afd703c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17364: Make hint scrollable and do not overlap other elements. 4 years ago
mcarare 1668306b55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17364: Do not show search suggestion hint before starting to type. 4 years ago
rxu f4dd9672c5 [fenix] Add mozcn safebrowsing for release variant 4 years ago
Christian Sadilek 20460641fe [fenix] Refactor WebAppSiteControlsBuilder to use browser store 4 years ago
Mozilla L10n Automation Bot 8f1388b786 [fenix] Import l10n. 4 years ago
Christian Sadilek 8aa8caa944 [fenix] Refactor tryReloadTabBy to use browser store 4 years ago
Sebastian Kaspari b25c0a13b8 [fenix] Remove SessionManager dependency from CustomTabsIntegration. 4 years ago
Elise Richards b41d6160e5 [fenix] Increase date on expired metrics (https://github.com/mozilla-mobile/fenix/pull/17766) 4 years ago
Arturo Mejia b863777940 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12822 - Opt-in of scoped storage 4 years ago
Jonathan Almeida fb997764ca [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/1340: Forward Activity results to the fragment 4 years ago
Oana Horvath 15d4e812d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16959: verify page url not content in swipeToSwitchTabTest 4 years ago
AndiAJ c1546655a7 [fenix] Go Forward Test Fix 4 years ago
AndiAJ 1f199794c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17641 Fix Intermittent test addPredefinedSearchEngineTest 4 years ago
AndiAJ f2214044fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI Smoke Tests for Tab Crash Reporter 4 years ago
Mozilla L10n Automation Bot 77dd1b3c4f [fenix] Import l10n. 4 years ago
jhugman ccbf4d2815 [fenix] Re-enable Nimbus with Off the main thread I/O and non-blocking networking (https://github.com/mozilla-mobile/fenix/pull/17684)
* Moved Nimbus setup from Analytics to its own file

* Change experiment identifiers to fit new run of the experiment

* Re-enable nimbus for debug and nightly builds

* ./gradlew ktlint && detekt
4 years ago
Christian Sadilek 07ddc9ae84 [fenix] Increase AMO collection cache timeout to 2 days 4 years ago
Michael Comella 76864a8ece [fenix] For https://github.com/mozilla-mobile/fenix/issues/17553: renew storage.stats metrics. 4 years ago
Christian Sadilek 3b76735317 [fenix] Remove SessionManager references from UI tests 4 years ago
mawen7 9452247bd9 [fenix] Include selected session in session suggestions if opened from home fragment (https://github.com/mozilla-mobile/fenix/pull/17127) 4 years ago
MickeyMoz fc7ac1ae23 [fenix] Update Android Components version to 73.0.20210129195412. 4 years ago
Mozilla L10n Automation Bot b02f98b4fd [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot 16a6ecd95d [fenix] Import l10n. 4 years ago
Michael Comella ba170fe153 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/17447: add intentional delay to cold start up in debug and nightly."
This reverts commit 3a5e6924da81500265c31e00d4499a50d1c4b003. This
intentional regression was only intended to be temporary so now we're
removing it.
4 years ago
Roger Yang 762c10940c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17092: Dismiss toolbar menu when configuration change occurs (https://github.com/mozilla-mobile/fenix/pull/17682) 4 years ago
Jonathan Almeida 8a9b7d2ae0 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/1340: Add support for WebAuthnFeature 4 years ago
rxu 5c17f03edb [fenix] Pop out privacy notice in first launch in MozillaOnline builds
Add privacy notice related strings

Pop out privacy notice with onboarding

Using embeded geckoview to display details about privacy

Present or hide privacy pop window according to isMozillaOnline

Add activity_privacy_content_display.xml into layoutNotToTest due to EngineView
4 years ago
Codrut Topliceanu 5e78e43440 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16828 - Adds telemetry for open in app banner (https://github.com/mozilla-mobile/fenix/pull/17049)
* For https://github.com/mozilla-mobile/fenix/issues/16828 - Adds telemetry for open in app banner

Specifically: Banner displayed, Dismiss action, Go to Settings action.
4 years ago
Jonathan Almeida a4abe9782c [fenix] Close https://github.com/mozilla-mobile/fenix/issues/15979: Add MOZILLA_OFFICIAL flag for release builds
When we build release APKs on Mozilla infrastructure, we want a way to
know this in code for features that would only work on them.
4 years ago
Mozilla L10n Automation Bot 658f44d03a [fenix] Import l10n. 4 years ago
Elise Richards c4e0ad6451 [fenix] Update metrics when an addon is installed or enabled (https://github.com/mozilla-mobile/fenix/pull/17669) 4 years ago
Oana Horvath 4fc2a8b9be [fenix] For https://github.com/mozilla-mobile/fenix/issues/9188: wait for page content to appear in Reader mode tests 4 years ago
Mozilla L10n Automation Bot c553c0d223 [fenix] Import l10n. 4 years ago
Mihai Adrian Carare cc56c0e127 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17655: Do not pass threshold if showTopFrecentSites is false. (https://github.com/mozilla-mobile/fenix/pull/17657)
* For https://github.com/mozilla-mobile/fenix/issues/17655: Do not pass threshold if showTopFrecentSites is false.

* For https://github.com/mozilla-mobile/fenix/issues/17655: Add unit tests for getTopSitesConfig.
4 years ago
Christian Sadilek 2fc49c292f [fenix] Remove SessionManager from BrowserFragment/ToolbarGestureHandler 4 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) 4 years ago
Oana Horvath cd131a47d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9188: wait for page load in Reader mode 4 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) 4 years ago
mcarare f4558b7816 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17464: Handle selected item background programmatically. 4 years ago
Mozilla L10n Automation Bot abc550e2a5 [fenix] Import l10n. 4 years ago
Christian Sadilek 82386ed43e [fenix] Fix breaking API change in FennecMigrator 4 years ago
Gabriel Luong c32923f0ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/14302 - Skip one time pages visit from frecent top sites 4 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. 4 years ago
Christian Sadilek d013bf3242 [fenix] Refactor HomeFragment to use browser store 4 years ago
Mozilla L10n Automation Bot 3885fcc768 [fenix] Import l10n. 4 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>
4 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
4 years ago
Sebastian Kaspari 086174a280 [fenix] Refactor ExternalAppBrowserActivity and ExternalAppBrowserFragment to not use Session(Manager). 4 years ago
Arturo Mejia a1246d05f8 [fenix] Remove external download manager FeatureFlags 4 years ago
Arturo Mejia 03c174437d [fenix] Remove autoplay indicator FeatureFlags 4 years ago
Oana Horvath f4db4f019f [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 & https://github.com/mozilla-mobile/fenix/issues/11191: re-enabled ReaderViewTest and added a UI smoke test 4 years ago
Mozilla L10n Automation Bot d9278db1f3 [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot 87c97330a7 [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot da5db93b35 [fenix] Import l10n. 4 years ago
Jonathan Almeida 978929f23e [fenix] Fix breaking APIs in ActivityResultHandler 4 years ago
Christian Sadilek 2ff0c55027 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17473: Intermittent failues of PwaOnboardingObserver 4 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) 4 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.
4 years ago
Oana Horvath d193e6a919 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI smoke test mainMenuInstallPWATest 4 years ago
Mozilla L10n Automation Bot 675ac17056 [fenix] Import l10n. 4 years ago
Michael Comella dc4c091f2c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17451: remove verbose logs with proguard. 4 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 4 years ago
William Durand cd40b8510e [fenix] Add new BuildConfig variables to support AMO non-production envs 4 years ago
fevziomurtekin 60586d8c37 [fenix] For issue: https://github.com/mozilla-mobile/fenix/issues/16394 Fix UI for consider increasing some elements from ETP-Exceptions page 4 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.
4 years ago
Christian Sadilek 73abe98ba7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from TabTrayDialogFragment 4 years ago
Christian Sadilek 525bf428b4 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from TabHistoryDialog 4 years ago
Christian Sadilek 98865d66b0 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548: Remove SessionManager reference from FenixTabsAdapter 4 years ago
Oana Horvath 3f211fe90b [fenix] For https://github.com/mozilla-mobile/fenix/issues/17309, https://github.com/mozilla-mobile/fenix/issues/13447, https://github.com/mozilla-mobile/fenix/issues/14534 UI tests: changed the way page Url is verified 4 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) 4 years ago
Mozilla L10n Automation Bot 4c29292d49 [fenix] Import l10n. 4 years ago
AndiAJ b6a6e4ae41 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16615: UI Smoke Tests for No history in PB and Add to home screen 4 years ago
mcarare 2042857a3c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17044: Explicitly set a new default engine when default is deleted. 4 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.
4 years ago
Mozilla L10n Automation Bot 92c425a71c [fenix] Import l10n. 4 years ago
Kate Glazko e511381cf3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15181: Remove All Downloads From Settings 4 years ago
Christian Sadilek 23496ce12b [fenix] Refactor QuickSettingsDialog to use browser store 4 years ago
Arturo Mejia f42b3c2e14 [fenix] Add dot notification for autoplay blocked content 4 years ago
mcarare 2614789acf [fenix] For https://github.com/mozilla-mobile/fenix/issues/14011: Remove new line character and spaces from string. 4 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.
4 years ago