Commit Graph

4614 Commits (releases/v80.0.0)
 

Author SHA1 Message Date
Chenxia Liu 8dbe93c302 Issue #13106 - Bump AC version to 52.0.2 4 years ago
Jeff Boek 8827739efd For #13229 - Cache deviceId for reuse 4 years ago
ekager ae031b7b39 For #11610 - Fire sign in event for other types of auth events 4 years ago
ekager 5211bbb66a For #13135 - Replace about top header with Firefox Daylight 4 years ago
ekager c6354c5f4b For #13117 - Don't show add to collections button in private tabs tray 4 years ago
Chenxia Liu a1f622c2e4 Pin AC to 52.0.1 to uplift fixes. 4 years ago
liuche cccbefeee8
For #11664 — Fixup MissingResourceExceptions being thrown in exotic L… (#13142)
* For #11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (#13124)

Our kotlin code is not catching the `MissingResourceException` in the `LeanplumMetricsService` which results in the app crashing when the locale isn't known by the device.

Catches the exception, and falls back to the ISO 639 language code. This isn't a great solution, because ISO 639 isn't especially stable.

In practice however this is almost certainly never going to be a problem because Leanplum isn't going to be supported in such exotic locales.

In this case, using the ISO 639 language code allows the error message to be more informative.

* For #13117 - Hide save to collection button for private tabs in tab tray

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
Co-authored-by: ekager <ekager@mozilla.com>
4 years ago
Chenxia Liu 6550a0d0dc Issue #13106 - Pin AC to 52.0.0 4 years ago
Jeff Boek a72f9c75f0 For #12570 - Correctly removes search suggestions when search query and url is empty 4 years ago
Jeff Boek 12b95b4902 For #11579 - Adds telemetry for autoplay settings in Site Permissions 4 years ago
Tiger Oakes f75be41d3a Add metric tests 4 years ago
Kainalu Hagiwara 57c7955637 For #12865, #12990 - Disable swipe to switch tabs gesture when the keyboard is visible. 4 years ago
Kainalu Hagiwara a8fd37740d For #13066 - Translate locale codes to Android specific variants before filtering 4 years ago
mozilla-l10n-automation-bot d5b105097e
Import l10n. (#13088) 4 years ago
Sawyer Blatz 4b646c03cb For #9730: Add Login Dialog Prompt telemetry 4 years ago
ekager 1497e4886e For #13084 - Update SavedLoginsStorageControllerTest 4 years ago
Tiger Oakes 9066d0bf20
Switch to groovy in buildSrc (#12329) 4 years ago
ekager 19ffb84cf9 For #11654 - Adds leanplum ETP changed event 4 years ago
Sawyer Blatz bb03049fb5 Add documentation 4 years ago
Sawyer Blatz 8bfc493568 For #12103: Add ChangedDefaultBrowser event for leanplum 4 years ago
Sawyer Blatz 2b1122bc77 For #11531: Add search widget installed leanplum event 4 years ago
ekager 6b6e1956ca For #13071 - Only return to home when session doesn't have parent session to select 4 years ago
Antti Vainikka 579a69b477 Closes #12692: Remove www. prefix in tab tray urls
Use separate imports instead of a wildcard import

Use toShortUrl String extension instead of removing prefix from url host

Add missing import
4 years ago
mcarare 048f6a49fe For #12565: Pass passwordsStorage instead of context in constructor. 4 years ago
ekager 87a7b6f9ec For #12992 - Correctly notifies concat adapters about mode changes 4 years ago
Mozilla L10n Automation Bot 2c0511c92f Import l10n. 4 years ago
ekager 6a27c209b5 For #13042 - Remove bottomSheetCallback in multiselect mode 4 years ago
Mihai Adrian Carare ac870634ff
For #12533: Align main settings categories according to specs. (#12534) 4 years ago
mcarare 4b74ff186b For #12565: Remove context from DeleteBrowsingDataController constructor 4 years ago
mozilla-l10n-automation-bot e2e684b4d4
Import l10n. (#13048) 4 years ago
sraturi 537d95c04d for #11830 created class containing the logic for sending AllStartup telemetry logic
lint check

renamed the intentReceived telemetry to appOpenedAllSource

added comments

removed unused code

moved lifecycle process to AppAllSourceStartTelemetry

moved tracking event out of init function

lint fix

moved appAllStartTelemetry to components

added bit more info about the metrics

added the  onReceivedIntent metric back

minor fix

change discriptions based on the comments frm MR

wrote test cases for AppAllSourceStartTelemetry.kt

lint fix

test case to mock application going background

post rebase:

post rebase:

fixed nit from comments

fixed nit from comments

fixed nit from comments

lint fix

lint fix
4 years ago
Sachin 6a618aa318
for #11698 added on demand workmanager initialization (#12739) 4 years ago
Kainalu Hagiwara bef98698cb For #12904 - Conditionally inflate SwipeGestureLayout in BaseBrowserFragment.
Changing the root view of BaseBrowserFragment from a CoordinatorLayout
to a SwipeGestureLayout has caused some regressions, particularly in
snackbar behavior. Lets prevent those regressions from occuring in
builds where the feature flag for gestures is off by only adding the
SwipeGestureLayout when the feature flag is on.
4 years ago
Michael Hoye f692e8f82d Reorganized to highlight the CPG and Bugzilla guidelines 4 years ago
Leonardo Murça 0c8c87e56d For #12755 - Replace @+id by @id when referencing already declared ids
When referencing an Android resource ID, you do not need the
plus-symbol if you declared before.
Caution: make sure that the resource you are referring to
is defined EARLIER and not LATER.
4 years ago
Kainalu Hagiwara 6aa70977e7 For #12861 - Swap order of tabs for tab switching gesture. 4 years ago
amkcpu af020d0af1 For #12706 - Add vertical scrollbar to bookmarks screen 4 years ago
amkcpu 791eac50f3 For #12704 - Add vertical scrollbar to history screen 4 years ago
amkcpu 210f1ab898 For #12707 - Add vertical scrollbar to search suggestions 4 years ago
Tiger Oakes 8d1bd10e6b Test paged history provider 4 years ago
Jonathan Almeida 239e3de5e9 For #12856: Add save to collections button to Tabs Tray
Using the ConcatAdapter, we're now able to insert multiple data sources
of information into one RecyclerView and preserve layout/scrolling in
addition to adding the 'Save to Collection' button.
4 years ago
ekager 33bb86b1aa For #12992 - Hide tab close button while in multiselect mode 4 years ago
Hakkı Kaan Çalışkan 12e68ac18d For #12622: Visually indicate different types of suggestions in the search screen 4 years ago
Aaron Train 5b997ff1d8 Closes #13021: Fix verifyAboutFirefoxPreview UI test 4 years ago
Kainalu Hagiwara 272c380755 For #13028 - Add feature flag for tab history. 4 years ago
Roger Yang b7fabdd2f1 Closes #12670: Add lastUri as a parameter in RequestInterceptor 4 years ago
MickeyMoz 1e0af30802 Update Android Components version to 52.0.20200728130711. 4 years ago
Oana Horvath b0dfdd57dc
For #12968: Re-enables Search settings tests (#13020) 4 years ago
Jonathan Almeida 53a4f63393 For #12983: Fix deep link scheme for nightly builds
When we simplified our variants, our deep link scheme for nightly was
lost.
4 years ago
Mozilla L10n Automation Bot 33db252797 Import l10n. 4 years ago