Commit Graph

6848 Commits (iceraven-1.11.1)
 

Author SHA1 Message Date
mcarare d0a45bab21 For #17799: Add extensions submenu item. 4 years ago
Arturo Mejia 54db8f3fde Revert "For #17805 - Fix adjustResize deprecation (#18252)"
This reverts commit 38f906a6
4 years ago
Arturo Mejia 1436c309c0 For #18553 Revert "For #17804: Use enterToImmersiveMode from support-ktx component"
This reverts commit fbe73cfc1d
4 years ago
Arturo Mejia 805644f4af For #18553 Revert "For #17805 - Fix adjustResize deprecation (#18252)"
This reverts commit 38f906a6
4 years ago
Arturo Mejia 07c15d3131 For #18553 Revert "Target Android 11"
This reverts commit 0e8dc616
4 years ago
MickeyMoz 5c0c4117b5 Update Android Components version to 74.0.20210322143147. 4 years ago
Mozilla L10n Automation Bot 975f97df46 Import l10n. 4 years ago
MickeyMoz 25522be9dd Update Android Components version to 74.0.20210321143134. 4 years ago
Mozilla L10n Automation Bot a3ef6b552b Import l10n. 4 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.
4 years ago
Mozilla L10n Automation Bot 17fe128939 Import l10n. 4 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>
4 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.
4 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)..
4 years ago
Michael Comella 5c0f30fd5c For #18426: add TimingDistributionMetricType.measureNoInline.
This addresses an issue I found in my follow-up PR.
4 years ago
Roger Yang d2ffaa85f9
Closes #17531: Use shared preference to store top sites count for telemetry (#18557) 4 years ago
MickeyMoz 70c3e1777b Update Android Components version to 74.0.20210318232824. 4 years ago
Roger Yang 27e52b7e3d
Closes #17956: Add top site telemetry to available search engines (#18129) 4 years ago
Mihai Adrian Carare 79794962d0
Closes #12565: Clean up use of Context within ReviewPromptController. (#18537) 4 years ago
mcarare f9a52af98d No issue: Update Android Components version to 74.0.20210318143143
Replaces deprecated method setToolbarColor(Int) in CustomTabsIntent.Builder.
4 years ago
Mozilla L10n Automation Bot 10af28c977 Import l10n. 4 years ago
Stefan Arentz 6f7b911c11
Enable the Nimbus experiments library on all channels (#18526) 4 years ago
Roger Yang 8a7c50bbef
For #17644: Always update add-on's telemetry values before sending metric ping (#18529) 4 years ago
Jonathan Almeida e1bf8c75a0 Enable new tabs tray only for debug builds 4 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.
4 years ago
Mozilla L10n Automation Bot 51cbcf373a Import l10n. 4 years ago
MickeyMoz 2fcc145394 Update Android Components version to 74.0.20210316190202. 4 years ago
Sebastian Kaspari 4f526b7af6 Issue #17819: buildSrc: Use Maven Central instead of JCenter and use artifact cache. 4 years ago
Mozilla L10n Automation Bot d2e6dc8f8d Import l10n. 4 years ago
Jonathan Almeida 05aa948dc7 Issue #17822: Create a tabs tray layout and fragment
Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
4 years ago
Ryan VanderMeulen 9d91b8eeb9 Set version to 87.0.0-rc.1 4 years ago
MickeyMoz 89fd1009b6 Update to Android-Components 73.0.11. 4 years ago
Gabriel Luong 35bae17e86 For #18408 - Add a lazy getter for AutofillCreditCardsAddressStorage 4 years ago
MickeyMoz 06af3a7d04 Update Android Components version to 74.0.20210316143123. 4 years ago
Grisha Kruglov ff740337be Closes #18501: Enable Nimbus on Beta channel 4 years ago
Oana Horvath 2743f9cf4f
For #18481: waits for url to be visible in TestHelper.verifyUrl() (#18498) 4 years ago
Oana Horvath be86061a11 Add first set of UI tests to Nightly 4 years ago
Mozilla Releng Treescript e5b7e41e37 Automatic version bump CLOSED TREE NO BUG a=release 4 years ago
Mozilla L10n Automation Bot 8f70072d5e Import l10n. 4 years ago
Mugurell ad4f29474e For #17869 - New AndroidKeystoreExperiment telemetry 4 years ago
Mugurell 104455abc1 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".
4 years ago
Grisha Kruglov 361927210c Bump A-C version to 73.0.10 4 years ago
Mugurell 1e30744c64 For #17869 - New AndroidKeystoreExperiment telemetry 4 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".
4 years ago
mcarare 6a4a302f1a For #17768: Renew telemetry expiring in March. 4 years ago
mcarare 7cdf7a54df For #18076: Renew telemetry expiring in April. 4 years ago
Gabriel Luong 3a056bf850
For #18036 - Add TrackKeyInfo to Ad Click Metrics (#18159) 4 years ago
mcarare 23809d2bb5 For #18312: Do not update secure flag on pausing logins fragments.
The flags are already properly set for activity and thus for other fragments.

(cherry picked from commit 8c519994f0)
4 years ago
Stefan Arentz cd1b41381c Strings update - app/src/main/res/values-zh-rTW/strings.xml 4 years ago
Stefan Arentz 215e60e50d Strings update - app/src/main/res/values-zh-rCN/strings.xml 4 years ago