dlp
771d109712
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24666 Changed trackingProtectionLayout's bottomToTop constraint from clearSiteDataLayout clearSiteDataDivider
2022-05-13 12:48:23 +00:00
Mozilla L10n Automation Bot
08e24f8278
[fenix] Import l10n.
2022-05-13 00:51:43 +00:00
Mozilla L10n Automation Bot
28b98bdc3a
[fenix] Import l10n.
2022-05-12 00:42:10 +00:00
Gabriel Luong
34e226adc0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25179 - Display a save or update credit card prompt
2022-05-11 23:08:33 +00:00
Mugurell
c1e91e6f0a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24333 - Disable ui tests code affected by the migration
...
After migrating to compose identifying widgets and interacting with them will
need to be updated.
Checked with Oana about the approach, commenting the code seems better.
2022-05-11 16:03:51 +00:00
Mugurell
7185eee3df
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24333 - Replace the xml based CollectionViewHolder with a composable
2022-05-11 16:03:51 +00:00
Mugurell
d92adcff12
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24333 - Move CollectionViewHolder to home/collections
...
Doing just a file move in a separate commit will ensure git history of the file
is kept when this will be later updated.
2022-05-11 16:03:51 +00:00
Mugurell
577090cccf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24333 - Complete removing the broken code for focusing the newly created collection
...
The removal was initially scheduled to happen in the PR for https://github.com/mozilla-mobile/fenix/issues/24333
but landed separately in https://github.com/mozilla-mobile/fenix/pull/25045 .
These are two small leftovers.
2022-05-11 16:03:51 +00:00
AndiAJ
38852866e1
[fenix] Disable failing useAddonsInPrivateModeTest UI test
2022-05-11 05:32:49 +00:00
Mozilla L10n Automation Bot
347c59702f
[fenix] Import l10n.
2022-05-11 02:00:20 +00:00
sarah541
d2fa53ff1d
[fenix] For https://github.com/mozilla-mobile/fenix/pull/24455 - Migrate NoCollectionsMessageViewHolder to Compose
2022-05-10 20:06:38 +00:00
Mugurell
d75322cbaf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25167 - Disable "handleDeleteAbnormal" as intermittently failing.
2022-05-10 19:30:04 +00:00
MatthewTighe
a5643471f2
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24931 : create address label and description based on available data
2022-05-10 18:14:17 +00:00
Aaron Train
05d51d4bcb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25132 - Catch intermittent RuntimeException in early getInstrumentation() call
...
fix: ktlint
2022-05-10 17:36:08 +00:00
Mugurell
c6bb6c247e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23876 - Update kotlinx-coroutines to 1.6.1. Refactor runBlocking in tests.
...
After the update `TestCoroutineDispatcher`, `TestCoroutineScope` and
`runBlockingTest` are deprecated.
Instead of these new `TestDispatcher`, `TestScope` and `runTest` APIs are used.
Took the oportunity to also replace most of the `runBlocking` calls with the
new `runTest` specially designed for running coroutines in tests API.
2022-05-10 12:03:42 -04:00
AndiAJ
f14b746b89
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24998 fix flaky deleteDeleteBrowsingHistoryDataTest UI test
2022-05-10 09:00:27 +00:00
mcarare
c7115455e4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24966 : Navigate back to previous screen when the last address is deleted.
2022-05-10 06:51:02 +00:00
mcarare
785b88334c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24919 : Add option menu in the address editor.
2022-05-10 06:51:02 +00:00
mcarare
adc764ca0a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24854 : Add ability to delete an existing address.
2022-05-10 06:51:02 +00:00
mcarare
02fb70abf9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24855 : Allow updating info for an existing address.
2022-05-10 06:51:02 +00:00
bendk
81e4534da1
[fenix] Application services 93.0.1 ( https://github.com/mozilla-mobile/fenix/pull/24904 )
...
* Fixup breaking changes from AppServices upgrade to 93.0.0
* android-components RemoteTabsStorage now requires a Context param
* Update Android Components version to 102.0.20220509214046
Co-authored-by: James Hugman <james@hugman.tv>
Co-authored-by: Mark Hammond <mhammond@skippinet.com.au>
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-10 05:11:00 +00:00
Mozilla L10n Automation Bot
c9b171f119
[fenix] Import l10n.
2022-05-10 00:48:02 +00:00
Roger Yang
116e8f7702
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24738 : hide the QR code button when switching to none default search engine
2022-05-09 22:23:58 +00:00
Gabriel Luong
4d5c8f5ce3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25113 - Remove showClearSiteData feature flag
2022-05-09 19:24:55 +00:00
AndiAJ
9490fea9e9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23816 fix disabled verifyMultipleLoginsSelectionsTest UI test
2022-05-09 11:32:27 +00:00
Mozilla L10n Automation Bot
cad6b21cd1
[fenix] Import l10n.
2022-05-09 07:53:02 +00:00
AndiAJ
13204c826a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24993 and https://github.com/mozilla-mobile/fenix/issues/25085 fix flaky UI tests
2022-05-09 05:07:19 +00:00
Mozilla L10n Automation Bot
7f700b0c2f
[fenix] Import l10n.
2022-05-08 00:43:46 +00:00
Arturo Mejia
3b29180062
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25142 increase the EXPECTED_NUMBER_OF_INFLATION to count for the messaging framework message.
2022-05-07 04:08:35 +00:00
Arturo Mejia
95c9a2412c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25142 increase the EXPECTED_RECYCLER_VIEW_CONSTRAINT_LAYOUT_CHILDREN to count for the messaging framework message.
2022-05-07 00:17:36 +00:00
Arturo Mejia
3e1fb47096
[fenix] Disable intermittent tests https://github.com/mozilla-mobile/fenix/issues/20754 .
2022-05-05 20:47:28 -04:00
Arturo Mejia
a567877e46
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25110 : Enable the messaging framework feature
2022-05-05 20:47:28 -04:00
Noah Bond
65ba6d1251
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25135 - Replace Button in SyncedTabs with PrimaryButton
2022-05-05 20:45:20 +00:00
Arturo Mejia
d1247e2c34
[fenix] Disable intermittent tests https://github.com/mozilla-mobile/fenix/issues/24843 and https://github.com/mozilla-mobile/fenix/issues/23816
2022-05-05 15:35:21 +00:00
Jan-Erik Rediger
f09f6bf618
[fenix] Auto-publish & substitute local Glean package
...
Careful with this: If anything inside Glean Core changes this will still
require a local substitute for the Gecko build.
2022-05-05 15:35:21 +00:00
Alexandru2909
e78350b2ca
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24262 - Filter Amazon/eBay sponsored tiles when the respective search engine is set
2022-05-05 14:25:53 +00:00
Mozilla L10n Automation Bot
326743a822
[fenix] Import l10n.
2022-05-05 01:18:27 +00:00
sarah541
187dd7e12e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25015 - Add a compose version of PrimaryButton
...
bleh
2022-05-05 00:46:59 +00:00
Gabriel Luong
33abdb4e02
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25117 - Move HomeSectionHeader into its proper package
2022-05-05 00:09:12 +00:00
Gabriel Luong
d9f110ee24
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25115 - Remove showWallpapers feature flag
2022-05-04 19:27:13 -04:00
Gabriel Luong
89bc8ae0de
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25111 - Remove contileFeature feature flag
2022-05-04 22:30:37 +00:00
Alexandru2909
db7e1d9dd3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24971 - Split full name from Address editor into first, middle and last name
2022-05-04 21:08:12 +00:00
Oana Horvath
953a9ab96f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22188 : fix and re-enable launchPageShortcutInPrivateModeTest
2022-05-04 20:31:40 +00:00
AndiAJ
adf158e337
[fenix] Disable failing download UI tests
2022-05-04 08:12:48 +00:00
Jonathan Almeida
38537d6369
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/25091 : Remove deprecated TrustedWebActivityIntentProcessor
2022-05-04 02:39:38 +00:00
Mozilla L10n Automation Bot
26b3533046
[fenix] Import l10n.
2022-05-04 00:46:04 +00:00
MatthewTighe
0138e26cfe
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24665 : show recent synced tab faster
2022-05-04 00:06:38 +00:00
sunil9211
c4e17d0a73
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23856 : Remove deprecated layout_constraintWidth_default
2022-05-03 23:18:52 +00:00
Arturo Mejia
bcf450b854
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25091 : Deprecate TrustedWebActivityIntentProcessor
2022-05-03 16:28:38 -04:00
Gabriel Luong
6f2fa437c5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25070 - Remove all unused strings marked moz:removedIn <= 99
2022-05-03 15:14:59 +00:00
AndiAJ
e671985be5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20973 fix and re-enable shortcutButtonTest UI test
2022-05-03 14:32:26 +00:00
AndiAJ
5dfc9558d2
[fenix] Disable failing openExternalLinksInPrivateTest UI test
2022-05-03 12:55:24 +00:00
mcarare
969a5f0b0b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21292 : Remove unused MetricController parameters.
2022-05-03 09:46:23 +00:00
Mozilla L10n Automation Bot
8768762b11
[fenix] Import l10n.
2022-05-03 01:17:43 +00:00
sunil9211
d18f6ea0d7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23747 : Remove deprecated layout_constraintHeight_default
2022-05-03 00:39:59 +00:00
sunil9211
64bdb3a573
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23747 : Remove deprecated layout_constraintHeight_default:
...
Removed usage of layout_constraintHeight_default="wrap" and replaced
with layout_height="WRAP_CONTENT" and layout_constrainedHeight="true"
2022-05-03 00:39:59 +00:00
Mugurell
4e59514ef8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25044 - Remove the broken code for focusing the newly created collection
...
This functionality seems broken for a long time now.
It's importance and whether to reimplement it is to be re-assessed in
https://github.com/mozilla-mobile/fenix/issues/24389
2022-05-02 22:50:06 +00:00
Mozilla L10n Automation Bot
3aedf9dfcb
[fenix] Import l10n.
2022-05-02 09:21:17 +00:00
Alexandru2909
5075a2345c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24514 - Remove Fact.toEvent from MetricController
2022-05-02 07:13:08 +00:00
Mozilla L10n Automation Bot
5a3dd8d1a3
[fenix] Import l10n.
2022-05-01 00:46:37 +00:00
Mozilla L10n Automation Bot
32e8a42a32
[fenix] Import l10n.
2022-04-30 00:48:51 +00:00
Arturo Mejia
760d01f7b9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25017 : Remove promotional wallpapers
2022-04-29 22:19:29 +00:00
AndiAJ
f768c0a54f
[fenix] Disable redirectToAppPermissionsSystemSettingsTest UI test
2022-04-29 18:41:27 +00:00
AndiAJ
39878ce4ea
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24994 fix and re-enable deleteNonEmptyBookmarkFolderTest UI test
2022-04-29 16:32:31 +00:00
AndiAJ
f6c7e3f79d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22304 re-enable visitedUrlHistoryTest UI test
2022-04-29 13:45:02 +00:00
mcarare
43840ec324
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25003 : Pop back stack on main thread.
2022-04-29 08:38:17 +00:00
Mozilla L10n Automation Bot
f41db6fb0b
[fenix] Import l10n.
2022-04-29 07:28:55 +00:00
sarah541
3507b9edd1
[fenix] No issue: Renew/Remove metrics set to expire in v102
...
No issue: Renew/Remove metrics set to expire in v102
2022-04-28 16:49:38 +00:00
mcarare
4f278be6f7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24849 : Fix saving phone and email values to an address.
2022-04-28 15:46:59 +00:00
mcarare
721a17416e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24707 : Remove unused metrics parameter.
2022-04-28 12:57:49 +00:00
AndiAJ
b33fabf22b
[fenix] Disable failing deleteNonEmptyBookmarkFolderTest UI test
2022-04-28 08:12:22 +00:00
Mozilla L10n Automation Bot
adf2480a3d
[fenix] Import l10n.
2022-04-28 00:46:42 +00:00
MatthewTighe
f0d39d0680
[fenix] Revert https://github.com/mozilla-mobile/fenix/pull/24894 : settings should not be used to cache previous auth state
2022-04-27 23:06:15 +00:00
Aaron Train
d976e6e011
[fenix] No issue: Additional UI test disabling on API30 (Firebase) ( https://github.com/mozilla-mobile/fenix/pull/24979 )
2022-04-27 16:20:20 -04:00
Aaron Train
0aa4769862
[fenix] Upgrade AndroidX Espresso Deps and support API 30 ( https://github.com/mozilla-mobile/fenix/pull/23904 )
2022-04-27 10:53:45 -04:00
mike a
14c5a7c053
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24741 : add top padding for download and bookmark fragment
2022-04-27 03:29:02 +00:00
Mozilla L10n Automation Bot
1b8cc51ff0
[fenix] Import l10n.
2022-04-27 00:52:28 +00:00
mike a
f70a6002f6
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24307 : add synced history empty fragment, feature flag and history screen showing only local files
2022-04-26 22:10:20 +00:00
mcarare
26c0baa914
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24935 : Dismiss keyboard on add address fragment stop.
2022-04-26 19:51:42 +00:00
mike a
caa53eb6e9
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24513 : add undo snackbar to history group screen
2022-04-26 19:15:23 +00:00
Arturo Mejia
427b57e2df
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24949 : Remove malformed message when evaluating it.
2022-04-26 16:13:30 +00:00
Mozilla L10n Automation Bot
39bdcccf72
[fenix] Import l10n.
2022-04-26 00:49:35 +00:00
Roger Yang
5d50fae8dc
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24739 : Set QR code button to autohide
2022-04-25 18:43:32 +00:00
Mozilla L10n Automation Bot
372fe48c08
[fenix] Import l10n.
2022-04-24 00:45:37 +00:00
Mozilla L10n Automation Bot
cf503adfe8
[fenix] Import l10n.
2022-04-23 00:35:21 +00:00
Gabriel Luong
0782aba4b0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24850 - Display an address list for managing existing addresses
2022-04-22 23:44:36 +00:00
MatthewTighe
3bc3ca9610
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24929 : remove locale restriction for remote firefox wallpapers
2022-04-22 22:56:46 +00:00
Noah Bond
b998c3c901
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24524 - Refactor FaviconListItem into SyncedTabs
2022-04-22 21:38:09 +00:00
Gabriel Luong
358e475609
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24849 - Add an address editor screen
2022-04-22 02:01:21 +00:00
Mozilla L10n Automation Bot
c177ad7a76
[fenix] Import l10n.
2022-04-22 00:50:47 +00:00
Elise Richards
ec371cf57a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19955 : Update the telemetry description for opening in progress media tabs from home.
2022-04-21 23:10:14 +00:00
Mugurell
bceb3b506d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24908 - Reverse the chevrons direction in ExpandableListHeader
2022-04-21 22:36:00 +00:00
MatthewTighe
b495c724d9
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24665 : cache previous auth status and display placeholders accordingly
2022-04-21 21:59:24 +00:00
MatthewTighe
ac1a195417
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24665 : remove unused fxaHasSyncedItems setting
2022-04-21 21:59:24 +00:00
mavduevskiy
7387644bac
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23665 - Make the undo snackbar for the library screens work globally ( https://github.com/mozilla-mobile/fenix/pull/24398 )
...
* Closes https://github.com/mozilla-mobile/fenix/issues/23665 : make snackbar work after leaving the fragment it was initiated from
* Closes https://github.com/mozilla-mobile/fenix/issues/23665 : bring back the removed bookmark navigation test, sort imports alphabetically
Co-authored-by: mike a <mavduevskiy@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-21 21:28:20 +00:00
mcarare
3afee842ee
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24758 : Remove wrapper from browser search metrics.
2022-04-21 16:06:20 +00:00
Arturo Mejia
2a181f2d19
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20872 : Prevent crash when updating pending Bookmarks to be deleted without a selected folder.
2022-04-21 14:29:43 +00:00
Alexandru2909
32b0f3014e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24603 - Remove forEach from MediaNotification telemetry test
2022-04-21 11:17:14 +00:00
Mozilla L10n Automation Bot
b626fbf095
[fenix] Import l10n.
2022-04-21 01:30:21 +00:00
Mugurell
3952fc9022
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24897 - Move clickable handling to the parent in ExpandableListHeader
...
ExpandableListHeader provides a consistent UX for similar usecases.
Needed to update it to allow clicks to be handled by a parent and it not
stealing the click or shown an improper Indication.
2022-04-21 00:26:01 +00:00
Noah Bond
30f06379ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24873 - Update ListItem with the Favicon Modifier and fix previews
2022-04-20 19:41:07 +00:00
Noah Bond
c39fdcdf02
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24873 - Add a modifier parameter to the Favicon Composable
2022-04-20 19:41:07 +00:00
AndiAJ
ad32531e0e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23136 re-enable selectSearchEnginesShortcutTest UI test
2022-04-20 16:55:16 +00:00
AndiAJ
dd52c4b8f1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23817 disable failing toggleSearchSuggestionsTest
2022-04-20 05:37:51 +00:00
Mozilla L10n Automation Bot
e558716465
[fenix] Import l10n.
2022-04-20 00:42:34 +00:00
tristan-jea
34afc2a3f8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23813 - Clear error message for nameOnCardLayout when valid name is submitted
2022-04-19 22:55:10 +00:00
Noah Bond
e8a52a9b21
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24338 - Make a reusable list item Composable
2022-04-19 21:20:01 +00:00
Gabriel Luong
4b66a440b7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24856 - Toggle the "Manage addresses" and "Add address" preference label depending on whether there are saved addresses
2022-04-19 18:27:59 +00:00
Alexandru2909
b4d52ce51b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24759 - Remove forEach from ContextualMenu telemetry test
2022-04-19 14:52:28 +00:00
Alexandru2909
683844bde8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove forEach from LoginDialogFacts test
2022-04-19 13:58:57 +00:00
Alexandru2909
7e939ba135
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24836 - Remove GleanMetricsServiceTest
2022-04-19 13:18:24 +00:00
Alexandru2909
ae0542a0b6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24836 - Remove Event.wrapper for RecentlyVisitedHomepage telemetry
2022-04-19 13:18:24 +00:00
Alexandru2909
1e918950c2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24811 - Remove Event.wrapper for Messaging telemetry
2022-04-19 12:09:52 +00:00
AndiAJ
b37dec5366
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23136 disable failing selectSearchEnginesShortcutTest UI test
2022-04-19 07:08:15 +00:00
AndiAJ
cd16014a1d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23716 fix and re-enable mediaSystemNotificationInPrivateModeTest
2022-04-19 07:08:15 +00:00
Roger Yang
002be083d4
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24733 : Create nimbus feature for Unified Search experimentation
2022-04-19 00:07:37 +00:00
Mugurell
d0440307ae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24316 - Disable flaky "shortcutButtonTest".
2022-04-18 20:44:51 +00:00
Mugurell
d65dc2f178
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11753 - Update compose to 1.1.1 and Kotlin to 1.6.10
...
The needed changes are around supporting exhaustive whens for sealed classes
as a new kotlin feature - https://kotlinlang.org/docs/whatsnew1530.html#exhaustive-when-statements-for-sealed-and-boolean-subjects
androidx_activity_compose was removed as a dependency since it isn't used.
Used 1.6.10 for Kotlin although 1.6.20 is available to prevent any issues with
Compose 1.1.1 reported as an error at compile time:
"e: This version (1.1.1) of the Compose Compiler requires Kotlin version 1.6.10
but you appear to be using Kotlin version 1.6.20 which is not known to be
compatible. Please fix your configuration (or
`suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!)."
2022-04-18 20:44:51 +00:00
Gabriel Luong
61210a14d9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24847 - Part 2: Refactor AutofillFragmentStore into the autofill package
2022-04-18 19:37:02 +00:00
Gabriel Luong
8ab524c2eb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24847 - Part 1: Refactor CreditCardsFragmentStore to AutofillFragmentStore
2022-04-18 19:37:02 +00:00
mcarare
49fb546ec3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24841 : Decrement suppression count.
2022-04-18 19:07:26 +00:00
mcarare
e604e555c5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24841 : Remove unused events.
2022-04-18 19:07:26 +00:00
Gabriel Luong
026da1879c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24845 - Add Address preference category to Autofill settings
2022-04-18 15:57:31 +00:00
Alexandru2909
6a23d2c9a5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24760 - Remove Event.wrapper for suggestions telemetry
2022-04-18 14:29:09 +00:00
AndiAJ
0aa681435d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22640 re-enable verifyUndoSnackBarTest UI test, add and update RetryTestRule
2022-04-18 10:48:50 +00:00
Alexandru2909
f52234a98c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24838 - Remove Event.wrapper for Tabs telemetry
2022-04-18 09:49:09 +00:00
Mozilla L10n Automation Bot
bc65fb9e91
[fenix] Import l10n.
2022-04-18 00:48:08 +00:00
Mozilla L10n Automation Bot
31906c8c38
[fenix] Import l10n.
2022-04-17 00:47:36 +00:00
Mozilla L10n Automation Bot
0d649f0220
[fenix] Import l10n.
2022-04-16 00:45:44 +00:00
Noah Bond
28f771af78
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20811 - Fix synced tabs error button width
2022-04-15 19:46:38 +00:00
Gabriel Luong
d5feb23bd1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 4: Refactor AutofillSettingFragment to its own package
2022-04-15 19:14:51 +00:00
Gabriel Luong
d10ed72be9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 3: Show the correct toolbar title if address autofill is enabled
2022-04-15 19:14:51 +00:00
Gabriel Luong
86c4a691c7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 2: RenameCreditCardsSettingFragment to AutofillSettingFragment in nav_graph.xml
2022-04-15 19:14:51 +00:00
Gabriel Luong
a8353c5b4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 1: Rename CreditCardsSettingFragment to AutofillSettingFragment
2022-04-15 19:14:51 +00:00
mcarare
b4494e6706
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24206 : Fix extra key values for context menu metrics.
2022-04-15 14:52:17 +00:00
Alexandru2909
40d83423c8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24790 - Remove Event.wrapper for home screen related telemetry
2022-04-15 13:50:49 +00:00
mcarare
63e93963c4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24789 : Remove wrapper from PWA metrics.
2022-04-15 12:42:35 +00:00
Alexandru2909
81572369e1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24809 - Remove Event.wrapper for RecentSearches telemetry
2022-04-15 10:57:59 +00:00
Alexandru2909
b5cb951ea4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24786 - Remove Event.wrapper for SearchTerms telemetry
2022-04-15 07:14:10 +00:00
mcarare
b6d1500f3e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24761 : Remove wrapper from autoplay settings metrics.
2022-04-15 06:02:07 +00:00
Mozilla L10n Automation Bot
d8c0193180
[fenix] Import l10n.
2022-04-15 00:42:51 +00:00
Alexandru2909
a6d2621840
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24759 - Remove Event.wrapper for text selection context menu telemetry
2022-04-14 11:59:50 +00:00
Alexandru2909
ce2c88512e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24710 - Remove Event.wrapper for RecentBookmarks telemetry
2022-04-14 11:13:28 +00:00
Alexandru2909
38db7db00c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24707 - Remove Event.wrapper for CreditCards telemetry
2022-04-14 08:04:00 +00:00
mcarare
fcd939e9a9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24711 : Remove wrapper from recent tabs metrics.
2022-04-14 07:07:30 +00:00
Mozilla L10n Automation Bot
6865a506b8
[fenix] Import l10n.
2022-04-14 00:44:53 +00:00
Gabriel Luong
ca3242ee58
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24747 - Remove unused store property in SessionControlAdapter and SessionControlView
2022-04-13 15:29:10 +00:00
Alexandru2909
06fb7601a1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24706 - Remove Event.wrapper for Autofill related telemetry
2022-04-13 09:29:20 +00:00
mcarare
158ebcfed6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24206 : Remove wrapper from context menu metrics.
2022-04-13 06:38:48 +00:00
Arturo Mejia
faabf505c6
[fenix] Enable messaging framework in nightly
2022-04-13 01:41:49 +00:00
Mozilla L10n Automation Bot
846ae86991
[fenix] Import l10n.
2022-04-13 01:08:37 +00:00
Roger Yang
c947d44c64
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24733 : Setup search for Unified Search experimentation
2022-04-12 22:35:57 +00:00
Gabriel Luong
976ce08079
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24297 - Add a search engine menu that shows the search engine and search settings
2022-04-12 22:04:15 +00:00
mcarare
37f60284d2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24211 : Remove wrapper from search related metrics.
...
Removes wrapper from search labeled counter and performed search event.
2022-04-12 21:21:21 +00:00
mcarare
46a58b4220
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24211 : Remove wrapper from "has open tabs" boolean metric.
2022-04-12 21:21:21 +00:00
Andrei Joltan
8a4f4cae52
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24495 fix and re-enable settingsPrivacyItemsTest UI test. ( https://github.com/mozilla-mobile/fenix/pull/24705 )
...
* Fix delete browsing data on quit ambiguous matcher
* Add missing HTTPS-Only Mode assertions to settingsPrivacyItemsTest UI test
* SettingsRobot refactoring work
Co-authored-by: AndiAJ <andiaj@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-12 20:53:41 +00:00
AndiAJ
4958d302a8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24381 re-enable firstRunScreenTest UI test
2022-04-12 20:21:58 +00:00
MatthewTighe
3fce7914bb
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24718 : add two remote firefox wallpapers
2022-04-12 18:44:04 +00:00
Alexandru2909
66ffdbdeed
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24701 - Remove Event.wrapper for Pocket related telemetry
2022-04-12 13:51:23 +00:00
Alexandru2909
759fd90263
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24709 - Remove Event.wrapper for Wallpapers telemetry
2022-04-12 13:14:38 +00:00
mcarare
07c88fb1c9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24205 : Remove wrapper from set default browser toolbar menu.
...
This metric is recorded in the context of the default browser experiment.
2022-04-12 11:52:38 +00:00
mcarare
190c538c00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24715 : Remove obsolete addon installed metric.
2022-04-12 10:05:32 +00:00
mcarare
ebb6647c37
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24715 : Remove wrapper from addons metrics.
2022-04-12 10:05:32 +00:00
Mugurell
52df5cd2f4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24596 - Only restore Pocket categories selections once
...
This fixes a regression from migrating from HomeStore to Appstore but
indirectly by ensuring that previous categories selections are only restored
once, not everytime user selects a new category and that change is persisted.
2022-04-12 09:37:21 +00:00
Alexandru2909
d826d3d264
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24605 - Remove Event.wrapper for MediaState telemetry
2022-04-12 08:13:07 +00:00
Alexandru2909
795f47ca2f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24642 - Remove Event.wrapper for TopSites metrics
2022-04-12 07:21:45 +00:00
Alexandru2909
20d7943058
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24708 - Remove Event.wrapper for DarkThemeSelected telemetry
2022-04-12 06:27:49 +00:00
Mozilla L10n Automation Bot
b47af97a0d
[fenix] Import l10n.
2022-04-12 01:20:50 +00:00
MatthewTighe
439f25ddeb
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24549 : add telemetry for recent synced tab
2022-04-12 00:17:30 +00:00
Alexandru2909
83363f9228
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24703 - Replace Mockito mocks with Mockk mocks
2022-04-11 15:42:41 +00:00
Mozilla L10n Automation Bot
c82989d558
[fenix] Import l10n.
2022-04-11 00:42:53 +00:00
Mozilla L10n Automation Bot
91db0fcbbc
[fenix] Import l10n.
2022-04-10 00:37:41 +00:00
Mozilla L10n Automation Bot
8906e83791
[fenix] Import l10n.
2022-04-09 01:17:42 +00:00
Mugurell
0ac1168120
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24618 - Replace a Mockito mock with a Mockk mock
...
And in such fix seemingly intermittently failing tests preventing the merge.
2022-04-08 14:08:23 +00:00
Mugurell
f2b6af4f6a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24618 - Add WebNotificationIntentProcessor to IntentReceiverActivity
...
The processor from Android-Components will know how to handle the intent
specific to web notifications clicks.
2022-04-08 14:08:23 +00:00
Mugurell
501829083d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24618 - Add Fenix own ServiceWorkerSupport
...
This replaces the default implementation from Android-Components to add the
functionality to first navigate to the browser fragment before responding to
service workers' requests of opening new tabs.
This will register itself when the main activity is created and unregister
itself when that activity is destroyed to support requests even when the
activity is in background but prevent any leaks.
2022-04-08 14:08:23 +00:00
Alexandru2909
322dabb092
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24638 - Remove Event.wrapper for Logins telemetry
2022-04-08 11:12:31 +00:00
Alexandru2909
1486f490bd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24599 - Remove Event.wrapper for Tab telemetry
2022-04-08 10:35:44 +00:00
Alexandru2909
4e55ea759f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24640 - Remove Event.wrapper for VoiceSearch telemetry
2022-04-08 09:14:59 +00:00
Alexandru2909
f41a3ffbc3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24215 - Remove Event.wrapper for CustomTab metrics
2022-04-08 08:32:12 +00:00
Alexandru2909
2c1605effa
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24591 - Remove Event.wrapper for ReaderMode telemetry
2022-04-08 07:40:49 +00:00
Alexandru2909
acaf9de949
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24603 - Remove Event.wrapper for MediaNotification telemetry
2022-04-08 06:25:26 +00:00
Mozilla L10n Automation Bot
6acacd661f
[fenix] Import l10n.
2022-04-08 00:44:59 +00:00
Mozilla L10n Automation Bot
0e0ef73e4d
[fenix] Import l10n.
2022-04-07 15:16:06 +00:00
Alexandru2909
44a432a9e8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24498 - Remove Event.wrapper for History metrics
2022-04-07 13:32:38 +00:00
MatthewTighe
690b04b572
[fenix] for https://github.com/mozilla-mobile/fenix/issues/24177 : sync tabs when home is shown
2022-04-07 00:20:28 +00:00
Gabriel Luong
ada37de7d7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24653 - Fix Text Action Secondary color in FirefoxTheme
2022-04-06 23:00:17 +00:00
Mugurell
71d32d1b56
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24648 - Add a Modifier extension method to draw a dashed border
...
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2022-04-06 21:24:56 +00:00
Gabriel Luong
17350d9339
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24649 - Fix spelling of shortcuts in @string/snackbar_added_to_shortcuts
2022-04-06 20:27:59 +00:00
Gabriel Luong
9ef51374bb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24645 - Update dark theme Action Secondary to LightGrey30
2022-04-06 18:39:57 +00:00
mcarare
839d6935f3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from preference toggled events.
2022-04-06 15:32:41 +00:00
mcarare
8128c95710
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from opened link event.
2022-04-06 15:32:41 +00:00
mcarare
40e36bb228
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from opened synced tab event.
2022-04-06 15:32:41 +00:00
mcarare
b33c9f2a70
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from recently closed tabs opened event.
2022-04-06 15:32:41 +00:00
mcarare
8e53b0b42d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from copy url event.
2022-04-06 15:32:41 +00:00
mcarare
a333a1765e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from home button clicked event.
2022-04-06 15:32:41 +00:00
mcarare
ba8f7e50fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from tab list view setting changed event.
2022-04-06 15:32:41 +00:00
mcarare
8f093767a8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from whats new tapped event.
2022-04-06 15:32:41 +00:00
mcarare
92cca361d4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from uri opened count.
2022-04-06 15:32:41 +00:00
mcarare
16ea15941a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from displaying toolbar menu event.
2022-04-06 15:32:41 +00:00
mcarare
cf9b6193ce
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from "default browser" events.
2022-04-06 15:32:41 +00:00
mcarare
692f15b64c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from "browser menu item tapped" event.
2022-04-06 15:32:41 +00:00
mcarare
d5016f5e9b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from "url entered" event.
2022-04-06 15:32:41 +00:00
mcarare
b2935a866a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from "search bar tapped" event.
2022-04-06 15:32:41 +00:00
mcarare
bc31bd179f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24210 : Remove wrapper from "app opened" event.
2022-04-06 15:32:41 +00:00
AndiAJ
71b31bd1fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24508 re-enable private browsing UI tests
2022-04-06 02:30:16 +00:00
Mozilla L10n Automation Bot
4d3aa719fa
[fenix] Import l10n.
2022-04-06 00:50:44 +00:00
Gabriel Luong
3c680ee9bb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24616 - Update all the strings that references "top site" to "shortcut"
2022-04-05 21:06:44 +00:00
Roger Yang
7d471733ae
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24298 : Refactor Scan button from the search toolbar into the display toolbar
2022-04-05 20:10:38 +00:00
Arturo Mejia
a799b95931
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24621 : Update HTTP only mode strings
2022-04-05 19:39:21 +00:00
Gabriel Luong
73bd0c052b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24581 - Fix row spacing between Top Sites
2022-04-05 18:58:26 +00:00
Alexandru2909
30e7c067ce
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24576 - Record delete collection metric
2022-04-05 18:21:03 +00:00
Roger Yang
c119ec4483
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24611 : Enable history improvement feature
2022-04-05 17:40:33 +00:00
Gabriel Luong
89d268016c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24607 - Remove all unused strings marked moz:removedIn <= 98
2022-04-05 17:09:27 +00:00
James Hugman
5f491b00bb
[fenix] Move experimenter.json to experimenter.yaml
2022-04-05 15:50:28 +00:00
jknair
abb02bd596
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24461 - Increase touch target for scan, search engine & voice search button
2022-04-05 14:09:35 +00:00
AndiAJ
a316b42f44
[fenix] Ignore and remove recently_saved_show_all unused resource
2022-04-05 13:24:20 +00:00
AndiAJ
26087bf448
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24375 and https://github.com/mozilla-mobile/fenix/issues/24384 fix and re-enable jumpBackInOptionTest and recentBookmarksOptionTest UI tests
2022-04-05 13:24:20 +00:00
Mugurell
d0d2396d0a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24593 - Initialize Glean on all builds. Avoid Fennec check.
...
This completes the work for removing the Fennec migration support.
Before that, for Fenix release and beta, apps to which users might update to
from old Fennec builds the Glean initialization was done separately in
MigratingFenixApplication to allow time to first migrate user's telemetry
setting.
With the removal of the migration support it is now safe to initialize Glean in
the same way for all builds and remove that Fennec check.
2022-04-05 11:31:35 +00:00
Mozilla L10n Automation Bot
cd0c4e6321
[fenix] Import l10n.
2022-04-05 00:35:55 +00:00
AndiAJ
0ddca5dfe5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24436 fix and re-enable home screen UI tests
2022-04-04 20:20:34 +00:00
Roger Yang
48e5ba97f7
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/24550 : Hide edit suggestion button for history and bookmarks search suggestions
2022-04-04 18:32:42 +00:00
AndiAJ
e32c49c997
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24462 https://github.com/mozilla-mobile/fenix/issues/24376 https://github.com/mozilla-mobile/fenix/issues/24377 https://github.com/mozilla-mobile/fenix/issues/20418 re-enable top sites UI tests
2022-04-04 12:41:14 +00:00
AndiAJ
a2231b791d
[fenix] Skip onboarding in TopSitesTest class
2022-04-04 12:41:14 +00:00
AndiAJ
ef43f62ad3
[fenix] Remove duplicate add top site from main menu UI test
2022-04-04 12:41:14 +00:00
Gabriel Luong
fed107d67b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24556 - Handle preference change for the Contile preference
2022-04-01 19:21:35 +00:00
Sammy Khamis
1da1898262
[fenix] Don't crash when receiving a bad uri via send tab ( https://github.com/mozilla-mobile/fenix/pull/24326 )
...
* don't crash when receiving a bad uri via send tab
* changed searchfox link to permalink
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-01 18:50:47 +00:00
jhugman
ed086b6f71
[fenix] Add defaults to FML, add control behaviour
2022-04-01 16:13:39 +00:00
Alexandru2909
075094b4b9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24454 - Remove Event.wrapper for SyncAccount metrics
2022-04-01 12:40:06 +00:00
Alexandru2909
ec74b43e2b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24512 - Remove Event.wrapper for RecentlyClosedTabs metrics
2022-04-01 11:13:56 +00:00
Alexandru2909
624dc9baa3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24452 - Remove MetricController checks from BackgroundServicesTest
2022-04-01 09:45:00 +00:00
Alexandru2909
f2a0ca62b9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24452 - Remove Event.wrapper for SyncAuth metrics
2022-04-01 09:45:00 +00:00
Alexandru2909
3f083beeb4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Move bookmark removal events to BookmarkController
2022-04-01 07:41:45 +00:00
Alexandru2909
6ae9599a2f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Remove Event.wrapper for BookmarksManagement metrics
2022-04-01 07:41:45 +00:00
Alexandru2909
1c34e0d4ef
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24099 - Remove Event.wrapper for Collections telemetry
2022-04-01 06:59:55 +00:00
Pedro Coelho
cd8979e995
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22308 - Changed constraint of tab tray overflow
2022-03-31 22:19:02 +00:00
sarah541
5602bfb92a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23971 - Migrate CollectionHeaderViewHolder to Compose
...
fix ktlint
2022-03-31 21:05:56 +00:00
Roger Yang
31d5ef750b
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24502 : Sanitize external intents
2022-03-31 18:39:18 +00:00
Mugurell
e35120f075
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24331 - Support for opening new tabs when requested by service workers
...
Use the new `ServiceWorkerSupport` AC components for this.
Had to be installed in `FenixApplication` since there is a circular dependency
between the initialization of the required engine the `tabsUseCases` arguments.
2022-03-31 16:20:32 +00:00
Alexandru2909
e64ab5f219
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24209 - Remove Event.wrapper for CustomizeHome telemetry
2022-03-31 14:24:23 +00:00
Alexandru2909
f57be9751a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24147 - Remove Event.wrapper for Search widget telemetry
2022-03-31 12:00:27 +00:00
AndiAJ
4738ae1245
[fenix] Disable failing deleteCollectionTest UI test
2022-03-31 07:41:42 +00:00
Gabriel Luong
08931906b3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24519 - Add Private theme to FirefoxTheme
2022-03-31 01:02:05 +00:00
Gabriel Luong
14462b4717
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24518 - Enable Contile feature flag
2022-03-31 00:23:03 +00:00
Grigory Kruglov
865dbed96a
[fenix] Do not report caught exceptions to Sentry on release channel
2022-03-30 12:14:47 -07:00
Alexandru2909
f205037644
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24450 - Remove Event.wrapper for ErrorPage metrics
2022-03-30 10:01:51 +00:00
Alexandru2909
b5a1813316
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove Event.wrapper for LoginDialogFacts telemetry
2022-03-30 08:15:34 +00:00
Alexandru2909
a54ac3be84
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24207 - Remove Event.wrapper for ToolbarSettings telemetry
2022-03-30 06:10:27 +00:00
Arturo Mejia
36eeae0c0f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24222 : Persist user interactions with nimbus messages
2022-03-30 00:18:51 +00:00
Gabriel Luong
7f73bfcd90
[fenix] For https://github.com/mozilla-mobile/fenix/issues/24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose
2022-03-29 22:54:22 +00:00