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
MickeyMoz
1a5697440c
[fenix] Update Android Components version to 101.0.20220419143104.
2022-04-19 16:39:42 +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
MickeyMoz
e24a77c68f
[fenix] Update Android Components version to 101.0.20220418190127.
2022-04-18 17:59:42 -04: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
MickeyMoz
d585593ff1
[fenix] Update Android Components version to 101.0.20220418143243.
2022-04-18 17:32:29 +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
MickeyMoz
5b1864cc5e
[fenix] Update Android Components version to 101.0.20220417143202.
2022-04-17 16:58:01 +00:00
Mozilla L10n Automation Bot
31906c8c38
[fenix] Import l10n.
2022-04-17 00:47:36 +00:00
MickeyMoz
3587e8076f
[fenix] Update Android Components version to 101.0.20220416143119.
2022-04-16 16:41:51 +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
MickeyMoz
868aa7f976
[fenix] Update Android Components version to 101.0.20220415143113.
2022-04-15 18:08:38 +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
MickeyMoz
da48c2fc5a
[fenix] Update Android Components version to 101.0.20220414143137.
2022-04-14 16:54:17 +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
Jan-Erik Rediger
d4b8d245f3
[fenix] Fix for https://github.com/mozilla-mobile/fenix/issues/24765 : Update to JNA 5.8.0
2022-04-13 18:56:04 +00:00
MickeyMoz
477f6dc632
[fenix] Update Android Components version to 101.0.20220413143058.
2022-04-13 16:41:33 +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