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.
2020-07-31 20:02:23 +03:00
ekager
c84bf4ea74
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6846 - Don't show ToolbarPopupWindow if nothing to show
2020-07-31 12:55:09 -04:00
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.
2020-07-31 12:48:32 -04:00
MickeyMoz
15e8fe05fd
[fenix] Update Android Components version to 53.0.20200731130051.
2020-07-31 12:23:58 -04:00
Mozilla L10n Automation Bot
2d3b926e00
[fenix] Import l10n.
2020-07-31 12:37:11 +03:00
Tiger Oakes
1b2723089c
[fenix] Fix suggestions, extract layout for tab history
2020-07-30 17:54:09 -07:00
Tiger Oakes
4245f4fb0f
[fenix] Add tests for tab history
2020-07-30 17:54:09 -07:00
Tiger Oakes
135a3a607a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12887 : Use ListAdapter to diff history
2020-07-30 17:54:09 -07:00
ekager
2da8330f19
[fenix] No issue: Adds sameAs function for TopSiteList AdapterItem
2020-07-30 17:46:03 -04:00
ekager
86081e11d1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11690 - Add contentsSameAs to avoid rebind of items in SessionControlAdapter
2020-07-30 15:18:04 -04:00
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 )
2020-07-30 11:21:17 -07:00
Tiger Oakes
c56392c5ec
[fenix] Use uplifted addon date code
2020-07-30 10:29:40 -07:00
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.
2020-07-30 18:28:26 +01:00
ekager
a863afc6c1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13117 - Hide save to collection button for private tabs in tab tray
2020-07-30 11:53:29 -04:00
mcarare
812e635a69
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12565 : Remove activity from DefaultTabTrayController constructor.
2020-07-30 13:33:02 +03:00
Mozilla L10n Automation Bot
63bde96bcd
[fenix] Import l10n.
2020-07-29 21:52:03 -04:00
Tiger Oakes
9673c13a72
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13084 - Use runBlockingTest
2020-07-29 21:51:28 -04:00
Jeff Boek
f726bbaf72
[fenix] No Issue - Updates AC
2020-07-29 17:47:18 -07:00
Kate Glazko
f140e0bf32
[fenix] remove unused import
2020-07-29 17:47:18 -07:00
Kate Glazko
16797b3103
[fenix] For AC https://github.com/mozilla-mobile/fenix/issues/7673 Move DownloadStatus to DownloadState Fenix Side Changes
2020-07-29 17:47:18 -07:00
Tiger Oakes
6b5229d75b
[fenix] Move config to robolectric.properties
2020-07-29 17:46:26 -07:00
Jeff Boek
b58a48ca5d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12570 - Correctly removes search suggestions when search query and url is empty
2020-07-29 16:03:10 -07:00
Jeff Boek
d2d7fceb94
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11579 - Adds telemetry for autoplay settings in Site Permissions
2020-07-29 15:10:25 -07:00
Tiger Oakes
451a859db0
[fenix] Add metric tests
2020-07-29 14:58:48 -07:00
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.
2020-07-29 14:55:03 -07:00
Kainalu Hagiwara
5fe4feda53
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13066 - Translate locale codes to Android specific variants before filtering
2020-07-29 14:51:08 -07:00
mozilla-l10n-automation-bot
8ef2048506
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/13088 )
2020-07-29 13:51:01 -07:00
Sawyer Blatz
2a5fdd6054
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9730 : Add Login Dialog Prompt telemetry
2020-07-29 12:59:35 -07:00
ekager
61b5a37ce9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13084 - Update SavedLoginsStorageControllerTest
2020-07-29 15:15:18 -04:00
Tiger Oakes
77a88426b9
[fenix] Switch to groovy in buildSrc ( https://github.com/mozilla-mobile/fenix/pull/12329 )
2020-07-29 10:55:03 -07:00
ekager
5f923111ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11654 - Adds leanplum ETP changed event
2020-07-29 13:35:16 -04:00
Sawyer Blatz
10a4dd6381
[fenix] Add documentation
2020-07-29 13:35:16 -04:00
Sawyer Blatz
51a33c9efe
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12103 : Add ChangedDefaultBrowser event for leanplum
2020-07-29 13:35:16 -04:00
Sawyer Blatz
83e18873b2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11531 : Add search widget installed leanplum event
2020-07-29 13:35:16 -04:00
ekager
2cc3f2b4e5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13071 - Only return to home when session doesn't have parent session to select
2020-07-29 09:50:58 -07:00
Antti Vainikka
b7b555d823
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/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
2020-07-29 12:16:32 -04:00
mcarare
9fad50cce9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12565 : Pass passwordsStorage instead of context in constructor.
2020-07-29 12:15:16 -04:00
ekager
39ddffabef
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12992 - Correctly notifies concat adapters about mode changes
2020-07-29 11:58:04 -04:00
Mozilla L10n Automation Bot
414488b0cf
[fenix] Import l10n.
2020-07-29 11:42:30 -04:00
ekager
cf11d7e3cc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13042 - Remove bottomSheetCallback in multiselect mode
2020-07-29 11:19:47 -04:00
Mihai Adrian Carare
206106ddc0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12533 : Align main settings categories according to specs. ( https://github.com/mozilla-mobile/fenix/pull/12534 )
2020-07-29 10:08:00 -05:00
mcarare
ebf3399087
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12565 : Remove context from DeleteBrowsingDataController constructor
2020-07-29 17:46:43 +03:00
mozilla-l10n-automation-bot
e6ba80ba02
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/13048 )
2020-07-28 18:37:50 -07:00
sraturi
adfcf08a49
[fenix] for https://github.com/mozilla-mobile/fenix/issues/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
2020-07-28 17:09:42 -07:00
Sachin
12202411d3
[fenix] for https://github.com/mozilla-mobile/fenix/issues/11698 added on demand workmanager initialization ( https://github.com/mozilla-mobile/fenix/pull/12739 )
2020-07-28 16:26:18 -07:00
Kainalu Hagiwara
b27e4b4eae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
2020-07-28 14:54:18 -07:00
Michael Hoye
ba3653db41
[fenix] Reorganized to highlight the CPG and Bugzilla guidelines
2020-07-28 14:48:54 -07:00
Leonardo Murça
f7f50cc994
[fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
2020-07-28 14:46:09 -07:00
Kainalu Hagiwara
347b5d527c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12861 - Swap order of tabs for tab switching gesture.
2020-07-28 14:37:45 -07:00
amkcpu
48db5eb528
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12706 - Add vertical scrollbar to bookmarks screen
2020-07-28 16:47:18 -04:00