Commit Graph

4787 Commits (d72900eecda2f8afcbe34157853983216fa46568)
 

Author SHA1 Message Date
MickeyMoz 319c2b648d [fenix] Update Android Components version to 53.0.20200801130512. 4 years ago
mozilla-l10n-automation-bot 392b7dffb4 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/13189) 4 years ago
Michael Comella 56b2adf7e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12802 - review: update metrics for data review. 4 years ago
Michael Comella 19abae1155 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12802: add StorageStats glean metrics. 4 years ago
Tiger Oakes db14fef0d3 [fenix] Renamed Metrics to Event 4 years ago
Tiger Oakes 6d95c7aab0 [fenix] Moved MetricsService to its own file 4 years ago
Tiger Oakes f1575249d1 [fenix] Move MetricController to its own file 4 years ago
Kainalu Hagiwara f2c24c516f [fenix] For https://github.com/mozilla-mobile/fenix/issues/13127 - Make sure tabPreview is added after browserLayout. 4 years ago
ekager c040c5ffa6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13117 - Don't show add to collections button in private tabs tray 4 years ago
Tiger Oakes e1a2dc51c8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12522: Reuse exceptions code (https://github.com/mozilla-mobile/fenix/pull/13047) 4 years ago
ekager 6e5ade7b2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/13135 - Replace about top header with Firefox Daylight 4 years ago
prabhat3108 043b43553a [fenix] swapped deleted and save icon in bookmarks_edit menu. closeshttps://github.com/mozilla-mobile/fenix/issues/11490 4 years ago
Kainalu Hagiwara f84b9e5c55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12888 - Add highlight to current page in tab history. 4 years ago
Mihai Branescu dd5ed3fa87 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11498/https://github.com/mozilla-mobile/fenix/issues/11499 - added/fixed unit tests 4 years ago
Mihai Branescu 0c18983da3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11498 - removed SignIn ViewHolder and unified with the Error one 4 years ago
Mihai Branescu 331c042339 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11499 - replaced string for no tabs available 4 years ago
Mihai Branescu 5338c21474 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11498 - add Sync tabs error view (including sign-in CTA) 4 years ago
liuche 369ee3576b [fenix] Update README.md (https://github.com/mozilla-mobile/fenix/pull/13150)
We'll be redirecting people from bugzilla, and we've started Fennec rollout, so no time like the present to update references in the readme
4 years ago
Kadeem f2ad00d86e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12769: Refactored Background Service Test into multiple test cases. 4 years ago
Mugurell 854065ea5a [fenix] For https://github.com/mozilla-mobile/fenix/issues/13037 - Use email to sign in to fxa if device has no camera
App can be installed on devices with no camera modules. Like Android TV boxes.
Will skip presenting the option to sign in by scanning a qr code in this case
and default to login with email and password.
4 years ago
ekager c84bf4ea74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6846 - Don't show ToolbarPopupWindow if nothing to show 4 years ago
Mihai Eduard Badea 11baf289f3 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12400 - Refresh swiped collection tab view
Item is now refreshed by calling notifyDataSetChanged on the adapter when the last tab from the collection has been swiped away and the user cancels the deletion by pressing the cancel button from the dialog.
Also added a "wasSwiped" flag to onCollectionRemoveTab in order to check if the tab was deleted from a swipe action and not by pressing the "X" button.
4 years ago
MickeyMoz 15e8fe05fd [fenix] Update Android Components version to 53.0.20200731130051. 4 years ago
Mozilla L10n Automation Bot 2d3b926e00 [fenix] Import l10n. 4 years ago
Tiger Oakes 1b2723089c [fenix] Fix suggestions, extract layout for tab history 4 years ago
Tiger Oakes 4245f4fb0f [fenix] Add tests for tab history 4 years ago
Tiger Oakes 135a3a607a [fenix] For https://github.com/mozilla-mobile/fenix/issues/12887: Use ListAdapter to diff history 4 years ago
ekager 2da8330f19 [fenix] No issue: Adds sameAs function for TopSiteList AdapterItem 4 years ago
ekager 86081e11d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11690 - Add contentsSameAs to avoid rebind of items in SessionControlAdapter 4 years ago
Tiger Oakes a2d4efd120 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7992: Use favicon style from AC (https://github.com/mozilla-mobile/fenix/pull/12608) 4 years ago
Tiger Oakes c56392c5ec [fenix] Use uplifted addon date code 4 years ago
jhugman 0d4c4122a7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (https://github.com/mozilla-mobile/fenix/pull/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.
4 years ago
ekager a863afc6c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13117 - Hide save to collection button for private tabs in tab tray 4 years ago
mcarare 812e635a69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Remove activity from DefaultTabTrayController constructor. 4 years ago
Mozilla L10n Automation Bot 63bde96bcd [fenix] Import l10n. 4 years ago
Tiger Oakes 9673c13a72 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13084 - Use runBlockingTest 4 years ago
Jeff Boek f726bbaf72 [fenix] No Issue - Updates AC 4 years ago
Kate Glazko f140e0bf32 [fenix] remove unused import 4 years ago
Kate Glazko 16797b3103 [fenix] For AC https://github.com/mozilla-mobile/fenix/issues/7673 Move DownloadStatus to DownloadState Fenix Side Changes 4 years ago
Tiger Oakes 6b5229d75b [fenix] Move config to robolectric.properties 4 years ago
Jeff Boek b58a48ca5d [fenix] For https://github.com/mozilla-mobile/fenix/issues/12570 - Correctly removes search suggestions when search query and url is empty 4 years ago
Jeff Boek d2d7fceb94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11579 - Adds telemetry for autoplay settings in Site Permissions 4 years ago
Tiger Oakes 451a859db0 [fenix] Add metric tests 4 years ago
Kainalu Hagiwara 627cd8b8bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/12865, https://github.com/mozilla-mobile/fenix/issues/12990 - Disable swipe to switch tabs gesture when the keyboard is visible. 4 years ago
Kainalu Hagiwara 5fe4feda53 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13066 - Translate locale codes to Android specific variants before filtering 4 years ago
mozilla-l10n-automation-bot 8ef2048506 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/13088) 4 years ago
Sawyer Blatz 2a5fdd6054 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9730: Add Login Dialog Prompt telemetry 4 years ago
ekager 61b5a37ce9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13084 - Update SavedLoginsStorageControllerTest 4 years ago
Tiger Oakes 77a88426b9 [fenix] Switch to groovy in buildSrc (https://github.com/mozilla-mobile/fenix/pull/12329) 4 years ago
ekager 5f923111ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/11654 - Adds leanplum ETP changed event 4 years ago