Commit Graph

6374 Commits (d2db77b61d1d52349b5ea03386e812b1883be25b)
 

Author SHA1 Message Date
MickeyMoz 45071b1237 [fenix] Update Android Components version to 74.0.20210321143134. 3 years ago
Mozilla L10n Automation Bot 0621af82ac [fenix] Import l10n. 3 years ago
Michael Comella 3b2bda7c81 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18426: add measurement probes for long-running lifecycle methods.
In addition to the existing probes for onCreate, this should cover all
lifecycle methods that take a long time in our profiles.
3 years ago
Mozilla L10n Automation Bot 4bbb624c57 [fenix] Import l10n. 3 years ago
Stefan Arentz 340ebf7b0b [fenix] [SDK-218] Nimbus updates to provide app_name and channel (https://github.com/mozilla-mobile/fenix/pull/18559)
* [SDK-218] Nimbus updates to provide app_name and channel

Provides the `app_name` and `channel` info to Nimbus.

* Update to A-C Nightly 74.0.20210319190549

Co-authored-by: Travis Long <tlong@mozilla.com>
3 years ago
Gregory Mierzwinski 44619180cf [fenix] Bug 1699639 - Run browsertime tests in python3. (https://github.com/mozilla-mobile/fenix/pull/18554)
This patch fixes an issue with the python version being used to run the browsertime tests.
3 years ago
Michael Comella 1f67254b10 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18426: add telemetry for app.onCreate subsections.
Hopefully this will help us understand behavior of the
`application_on_create` probe, specifically that it seems to take longer
in telemetry than in does locally compared to `home_activity_on_create`
(comparing the medians to local runs)..
3 years ago
Michael Comella 8182032564 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18426: add TimingDistributionMetricType.measureNoInline.
This addresses an issue I found in my follow-up PR.
3 years ago
Roger Yang 4abb852190 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17531: Use shared preference to store top sites count for telemetry (https://github.com/mozilla-mobile/fenix/pull/18557) 3 years ago
MickeyMoz 6fa8aa9009 [fenix] Update Android Components version to 74.0.20210318232824. 3 years ago
Roger Yang 7e59b192b6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17956: Add top site telemetry to available search engines (https://github.com/mozilla-mobile/fenix/pull/18129) 3 years ago
Mihai Adrian Carare 02cabca0c5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12565: Clean up use of Context within ReviewPromptController. (https://github.com/mozilla-mobile/fenix/pull/18537) 3 years ago
mcarare 7150b3870e [fenix] No issue: Update Android Components version to 74.0.20210318143143
Replaces deprecated method setToolbarColor(Int) in CustomTabsIntent.Builder.
3 years ago
Mozilla L10n Automation Bot c204581e87 [fenix] Import l10n. 3 years ago
Stefan Arentz 471e2245d2 [fenix] Enable the Nimbus experiments library on all channels (https://github.com/mozilla-mobile/fenix/pull/18526) 3 years ago
Roger Yang 1569a8ce76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17644: Always update add-on's telemetry values before sending metric ping (https://github.com/mozilla-mobile/fenix/pull/18529) 3 years ago
Jonathan Almeida c6f95e1f5c [fenix] Enable new tabs tray only for debug builds 3 years ago
Codrut Topliceanu 4fb1bbf431 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17805 - Fix adjustResize deprecation (https://github.com/mozilla-mobile/fenix/pull/18252)
* For https://github.com/mozilla-mobile/fenix/issues/17805 - Fix adjustResize deprecation

To handle the deprecation of `adjustResize` I've moved it from `styles.xml` and `AndroidManifest.xml` to `Activity.kt` as a fallback for devices with Android < 11. For Android 11 and up `setDecorFitsSystemWindows(false)` and `OnApplyWindowInsetsListener` will be used to handle app insets. Normal use activities should call `enableSystemInsetsHandling` in `onCreate` as to properly display system bars and for proper keyboard handling.
3 years ago
Mozilla L10n Automation Bot 6f6f491106 [fenix] Import l10n. 3 years ago
MickeyMoz 0226bef10a [fenix] Update Android Components version to 74.0.20210316190202. 3 years ago
Sebastian Kaspari b656ffe3fc [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819: buildSrc: Use Maven Central instead of JCenter and use artifact cache. 3 years ago
Mozilla L10n Automation Bot 01cbaae87a [fenix] Import l10n. 3 years ago
Jonathan Almeida 122597ce56 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17822: Create a tabs tray layout and fragment
Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
3 years ago
Gabriel Luong f1b86e17ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/18408 - Add a lazy getter for AutofillCreditCardsAddressStorage 3 years ago
MickeyMoz 6fbb078715 [fenix] Update Android Components version to 74.0.20210316143123. 3 years ago
Grisha Kruglov 1c4f366083 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18501: Enable Nimbus on Beta channel 3 years ago
Oana Horvath be560986e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18481: waits for url to be visible in TestHelper.verifyUrl() (https://github.com/mozilla-mobile/fenix/pull/18498) 3 years ago
Oana Horvath a862baeda2 [fenix] Add first set of UI tests to Nightly 3 years ago
Mozilla L10n Automation Bot ed823030dd [fenix] Import l10n. 3 years ago
Mugurell 78b7d0e95c [fenix] For https://github.com/mozilla-mobile/fenix/issues/17869 - New AndroidKeystoreExperiment telemetry 3 years ago
Mugurell 3812cffed0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17869 - Start the Android Keystore experiment
Only on API 23+ (minimum Android version needed for SecureAbove22Preferences)
and only if enabled by a Nimbus experiment.

The Nimbus experiment will have the key `fenix-android-keystore` and use the
default branches - "control" and "treatment".
3 years ago
mcarare 1c8387fdb9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17768: Renew telemetry expiring in March. 3 years ago
mcarare ebde904cfd [fenix] For https://github.com/mozilla-mobile/fenix/issues/18076: Renew telemetry expiring in April. 3 years ago
Gabriel Luong 42cc036ba5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18036 - Add TrackKeyInfo to Ad Click Metrics (https://github.com/mozilla-mobile/fenix/pull/18159) 3 years ago
Oana Horvath 8f9a3dc767 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14005: fix strict TP tests loading timeout 3 years ago
Arturo Mejia d296d0c9c2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18367 run SupportedAddonsChecker only for users with unsupported extensions 3 years ago
Arturo Mejia 6fff411a12 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18132 remove icons from Settings screen 3 years ago
Arturo Mejia a32ee95cf9 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18132 create feature flag for refreshing icons 3 years ago
Jan-Erik Rediger d274db2376 [fenix] Set `distributionId` right after initializing Glean
Previously setting it might have been arbitrarily delayed, resulting in
this metrics missing from pings that get submitted earlier.
Setting it early should prevent that.
The performance impact is negligible, Glean dispatches recording that
data off-main-thread anyway.
3 years ago
Sebastian Kaspari d0152f7e79 [fenix] Integrate Android Autofill support into Nightly and debug builds. 3 years ago
mcarare 325e5619ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/12528: Provide fallback values for locale display name. 3 years ago
Mozilla L10n Automation Bot d7cf76a67f [fenix] Import l10n. 3 years ago
MickeyMoz f98aabceb6 [fenix] Update Android Components version to 74.0.20210313190118. 3 years ago
Mozilla L10n Automation Bot 6ab6bdaf21 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 255f7f2c57 [fenix] Import l10n. 3 years ago
Elise Richards 9c40bb475e [fenix] Add open in app to main three dot menu (https://github.com/mozilla-mobile/fenix/pull/18462) 3 years ago
Elise Richards eb3643f179 [fenix] Remove sync sign in and keep it as synced tabs 3 years ago
Elise Richards c94d4bf7a4 [fenix] Add report site issue to new three dot menu 3 years ago
Elise Richards 08a0ef2fbb [fenix] Remove disabled color for icons 3 years ago
MickeyMoz 503762d5e5 [fenix] Update Android Components version to 74.0.20210312143156. 3 years ago