Commit Graph

6103 Commits (v88.0.0-beta.4)
 

Author SHA1 Message Date
MickeyMoz bcea234cee Update to Android-Components 74.0.6. 3 years ago
MickeyMoz f1de8bbf37 Update to Android-Components 74.0.5. 3 years ago
Mozilla Releng Treescript 14fd4ed710 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
Codrut Topliceanu f88599bc2a
For #18667 - Migrated exitImmersiveModeIfNeeded to Fenix (#18699) 3 years ago
mergify[bot] a963098465
For #18644: fix metod to verify system notifications (#18721)
(cherry picked from commit 246348501c)

Co-authored-by: Oana Horvath <oana.horvath@softvision.ro>
3 years ago
github-actions[bot] 72c9e3daae
Update to Android-Components 74.0.4. (#18715)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
3 years ago
Mozilla Releng Treescript cc7648adec Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
github-actions[bot] f9dc87c0d5
Update to Android-Components 74.0.3. (#18675)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
3 years ago
MickeyMoz 86eeff4dc9 Update to Android-Components 74.0.2. 3 years ago
Mozilla Releng Treescript 436c3f6997 Automatic version bump CLOSED TREE NO BUG a=release 3 years ago
Aki Sasaki a53510ca60
set tasks_for to action to use release signing in relpro (#18614) 3 years ago
MickeyMoz 9a4853c74f Update to Android-Components 74.0.1. 3 years ago
Elise Richards eec72dc9b5 For #17190: notifications are updated when locale is changed (#18179)
* Add intent processor for locale changes

* Recreate notification and notify in the service

* Use locale use cases to update notification

* Use notification id instead of tag

* Add locale use cases and restore locale in application

* Send locale to service instead of string

* Controller tests for locale

* Update Android Components version to 74.0.20210323143308

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>

(cherry picked from commit 559cf54798)
3 years ago
MickeyMoz aa6e7c3da8 Update to Android-Components 74.0.0. 3 years ago
Roger Yang 84412dc015 Closes #17791: Use updated URL with custom tabs when copying to clipboard (#18590)
(cherry picked from commit a8c53c6bf1)
3 years ago
Arturo Mejia 1436c309c0 For #18553 Revert "For #17804: Use enterToImmersiveMode from support-ktx component"
This reverts commit fbe73cfc1d
3 years ago
Arturo Mejia 805644f4af For #18553 Revert "For #17805 - Fix adjustResize deprecation (#18252)"
This reverts commit 38f906a6
3 years ago
Arturo Mejia 07c15d3131 For #18553 Revert "Target Android 11"
This reverts commit 0e8dc616
3 years ago
Mozilla L10n Automation Bot 975f97df46 Import l10n. 3 years ago
MickeyMoz 25522be9dd Update Android Components version to 74.0.20210321143134. 3 years ago
Mozilla L10n Automation Bot a3ef6b552b Import l10n. 3 years ago
Michael Comella 62e2fb1aa6 For #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 17fe128939 Import l10n. 3 years ago
Stefan Arentz b12222503b
[SDK-218] Nimbus updates to provide app_name and channel (#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 7b1097e405
Bug 1699639 - Run browsertime tests in python3. (#18554)
This patch fixes an issue with the python version being used to run the browsertime tests.
3 years ago
Michael Comella 9024eca01e For #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 5c0f30fd5c For #18426: add TimingDistributionMetricType.measureNoInline.
This addresses an issue I found in my follow-up PR.
3 years ago
Roger Yang d2ffaa85f9
Closes #17531: Use shared preference to store top sites count for telemetry (#18557) 3 years ago
MickeyMoz 70c3e1777b Update Android Components version to 74.0.20210318232824. 3 years ago
Roger Yang 27e52b7e3d
Closes #17956: Add top site telemetry to available search engines (#18129) 3 years ago
Mihai Adrian Carare 79794962d0
Closes #12565: Clean up use of Context within ReviewPromptController. (#18537) 3 years ago
mcarare f9a52af98d 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 10af28c977 Import l10n. 3 years ago
Stefan Arentz 6f7b911c11
Enable the Nimbus experiments library on all channels (#18526) 3 years ago
Roger Yang 8a7c50bbef
For #17644: Always update add-on's telemetry values before sending metric ping (#18529) 3 years ago
Jonathan Almeida e1bf8c75a0 Enable new tabs tray only for debug builds 3 years ago
Codrut Topliceanu 38f906a685
For #17805 - Fix adjustResize deprecation (#18252)
* For #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 51cbcf373a Import l10n. 3 years ago
MickeyMoz 2fcc145394 Update Android Components version to 74.0.20210316190202. 3 years ago
Sebastian Kaspari 4f526b7af6 Issue #17819: buildSrc: Use Maven Central instead of JCenter and use artifact cache. 3 years ago
Mozilla L10n Automation Bot d2e6dc8f8d Import l10n. 3 years ago
Jonathan Almeida 05aa948dc7 Issue #17822: Create a tabs tray layout and fragment
Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
3 years ago
Gabriel Luong 35bae17e86 For #18408 - Add a lazy getter for AutofillCreditCardsAddressStorage 3 years ago
MickeyMoz 06af3a7d04 Update Android Components version to 74.0.20210316143123. 3 years ago
Grisha Kruglov ff740337be Closes #18501: Enable Nimbus on Beta channel 3 years ago
Oana Horvath 2743f9cf4f
For #18481: waits for url to be visible in TestHelper.verifyUrl() (#18498) 3 years ago
Oana Horvath be86061a11 Add first set of UI tests to Nightly 3 years ago
Mozilla L10n Automation Bot 8f70072d5e Import l10n. 3 years ago
Mugurell 1e30744c64 For #17869 - New AndroidKeystoreExperiment telemetry 3 years ago
Mugurell ec0176275b For #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