Commit Graph

6309 Commits (c56f3835be00475283fa8ec7a91ada8e3262353c)
 

Author SHA1 Message Date
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
MickeyMoz 939dc739ea [fenix] Update Android Components version to 74.0.20210311143147. 3 years ago
Mozilla L10n Automation Bot c681504aed [fenix] Import l10n. 3 years ago
Michael Comella 1bc9e5245c [fenix] No issue: add script to measure duration to first frame.
I only tested this for nightly but we can fix it for other channels as
we use it.
3 years ago
Mozilla L10n Automation Bot d0dc24b663 [fenix] Import l10n. 3 years ago
Gabriel Luong f0ad7abee1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18241 - Refactor SyncLoginsPreferenceView to SyncPreferenceView for reusability (https://github.com/mozilla-mobile/fenix/pull/18383)
This refactors SyncLoginsPreferenceView to SyncPreferenceView so that it be can be used in the
Credit cards preference for the equivalent "Sync cards across devices" preference.
3 years ago
MickeyMoz a0a6fb6b75 [fenix] Update Android Components version to 74.0.20210310112134. 3 years ago
isabelrios 4523d2bfae [fenix] Taskgraph changes to allow running UI tests on nightly builds (https://github.com/mozilla-mobile/fenix/pull/18191)
* Modify taskgraph to allow running UI tests on Nightly builds

* adding try_task_config file

* remove try_task_config file
3 years ago
Mozilla L10n Automation Bot 23b818d715 [fenix] Import l10n. 3 years ago
Aki Sasaki fa90d7e7be [fenix] signing index (https://github.com/mozilla-mobile/fenix/pull/18379) 3 years ago
Jonathan Almeida 9fd4f5406d [fenix] Update to Android Components 74.0.20210309154120 3 years ago
Jonathan Almeida ef4264b464 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17804: Use enterToImmersiveMode from support-ktx component 3 years ago
MickeyMoz 9086882c08 [fenix] Update Android Components version to 74.0.20210309143153. 3 years ago
dependabot[bot] 23bc904f09 [fenix] Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Mozilla L10n Automation Bot f7a90b2030 [fenix] Import l10n. 3 years ago
Roger Yang 1ca7dc61ab [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18178: Rework History Telemetry (https://github.com/mozilla-mobile/fenix/pull/18261) 3 years ago