Commit Graph

7292 Commits

Author SHA1 Message Date
mcarare
d9b14cfe07 For #24935: Dismiss keyboard on add address fragment stop. 2022-04-26 19:51:42 +00:00
mike a
a066dddce9 Closes #24513: add undo snackbar to history group screen 2022-04-26 19:15:23 +00:00
Arturo Mejia
916c931346 For #24949: Remove malformed message when evaluating it. 2022-04-26 16:13:30 +00:00
Mozilla L10n Automation Bot
9d7825cca2 Import l10n. 2022-04-26 00:49:35 +00:00
Roger Yang
4a69f4ecf9 Issue #24739: Set QR code button to autohide 2022-04-25 18:43:32 +00:00
Mozilla L10n Automation Bot
313bc8cd55 Import l10n. 2022-04-24 00:45:37 +00:00
Mozilla L10n Automation Bot
1aa13efcde Import l10n. 2022-04-23 00:35:21 +00:00
Gabriel Luong
a5f5d5fb2d For #24850 - Display an address list for managing existing addresses 2022-04-22 23:44:36 +00:00
MatthewTighe
0f952284e6 for #24929: remove locale restriction for remote firefox wallpapers 2022-04-22 22:56:46 +00:00
Noah Bond
cc771df50f For #24524 - Refactor FaviconListItem into SyncedTabs 2022-04-22 21:38:09 +00:00
Gabriel Luong
25ffce77c0 For #24849 - Add an address editor screen 2022-04-22 02:01:21 +00:00
Mozilla L10n Automation Bot
808ce5a564 Import l10n. 2022-04-22 00:50:47 +00:00
Elise Richards
8c1d1bdf3f For #19955: Update the telemetry description for opening in progress media tabs from home. 2022-04-21 23:10:14 +00:00
Mugurell
5e7e83b20f For #24908 - Reverse the chevrons direction in ExpandableListHeader 2022-04-21 22:36:00 +00:00
MatthewTighe
ccb3d33e8b for #24665: cache previous auth status and display placeholders accordingly 2022-04-21 21:59:24 +00:00
MatthewTighe
b746295da1 for #24665: remove unused fxaHasSyncedItems setting 2022-04-21 21:59:24 +00:00
mavduevskiy
602f55b5d2
For #23665 - Make the undo snackbar for the library screens work globally (#24398)
* Closes #23665: make snackbar work after leaving the fragment it was initiated from

* Closes #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
927ab1ccae For #24758: Remove wrapper from browser search metrics. 2022-04-21 16:06:20 +00:00
Arturo Mejia
5982990e17 For #20872: Prevent crash when updating pending Bookmarks to be deleted without a selected folder. 2022-04-21 14:29:43 +00:00
Alexandru2909
86285dfa00 For #24603 - Remove forEach from MediaNotification telemetry test 2022-04-21 11:17:14 +00:00
Mozilla L10n Automation Bot
8cd7eda398 Import l10n. 2022-04-21 01:30:21 +00:00
Mugurell
307e6b961b For #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
945dd0d029 For #24873 - Update ListItem with the Favicon Modifier and fix previews 2022-04-20 19:41:07 +00:00
Noah Bond
07a444c5a0 For #24873 - Add a modifier parameter to the Favicon Composable 2022-04-20 19:41:07 +00:00
AndiAJ
7cd95dc4a6 For #23136 re-enable selectSearchEnginesShortcutTest UI test 2022-04-20 16:55:16 +00:00
AndiAJ
b3acaa3757 For #23817 disable failing toggleSearchSuggestionsTest 2022-04-20 05:37:51 +00:00
Mozilla L10n Automation Bot
20d1928d1b Import l10n. 2022-04-20 00:42:34 +00:00
tristan-jea
f1070e05c2 For #23813 - Clear error message for nameOnCardLayout when valid name is submitted 2022-04-19 22:55:10 +00:00
Noah Bond
6df5bd7d74 For #24338 - Make a reusable list item Composable 2022-04-19 21:20:01 +00:00
Gabriel Luong
aff4c03d53 For #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
6efbee7526 For #24759 - Remove forEach from ContextualMenu telemetry test 2022-04-19 14:52:28 +00:00
Alexandru2909
0539efd137 For #24208 - Remove forEach from LoginDialogFacts test 2022-04-19 13:58:57 +00:00
Alexandru2909
c475369d21 For #24836 - Remove GleanMetricsServiceTest 2022-04-19 13:18:24 +00:00
Alexandru2909
6a7f335107 For #24836 - Remove Event.wrapper for RecentlyVisitedHomepage telemetry 2022-04-19 13:18:24 +00:00
Alexandru2909
45d965c5e8 For #24811 - Remove Event.wrapper for Messaging telemetry 2022-04-19 12:09:52 +00:00
AndiAJ
9f60c38560 For #23136 disable failing selectSearchEnginesShortcutTest UI test 2022-04-19 07:08:15 +00:00
AndiAJ
2761aff3ae For #23716 fix and re-enable mediaSystemNotificationInPrivateModeTest 2022-04-19 07:08:15 +00:00
Roger Yang
2b8cf67a97 Issue #24733: Create nimbus feature for Unified Search experimentation 2022-04-19 00:07:37 +00:00
Mugurell
6e8237379c For #24316 - Disable flaky "shortcutButtonTest". 2022-04-18 20:44:51 +00:00
Mugurell
a6871f9b7e For #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
a8a3231a50 For #24847 - Part 2: Refactor AutofillFragmentStore into the autofill package 2022-04-18 19:37:02 +00:00
Gabriel Luong
22056752e4 For #24847 - Part 1: Refactor CreditCardsFragmentStore to AutofillFragmentStore 2022-04-18 19:37:02 +00:00
mcarare
644c4cec5c For #24841: Decrement suppression count. 2022-04-18 19:07:26 +00:00
mcarare
3057ae7fd7 For #24841: Remove unused events. 2022-04-18 19:07:26 +00:00
Gabriel Luong
11448ddd88 For #24845 - Add Address preference category to Autofill settings 2022-04-18 15:57:31 +00:00
Alexandru2909
5a21e75267 For #24760 - Remove Event.wrapper for suggestions telemetry 2022-04-18 14:29:09 +00:00
AndiAJ
84184e03d2 For #22640 re-enable verifyUndoSnackBarTest UI test, add and update RetryTestRule 2022-04-18 10:48:50 +00:00
Alexandru2909
09c93f0fce For #24838 - Remove Event.wrapper for Tabs telemetry 2022-04-18 09:49:09 +00:00
Mozilla L10n Automation Bot
d03497a09d Import l10n. 2022-04-18 00:48:08 +00:00
Mozilla L10n Automation Bot
5eadcec628 Import l10n. 2022-04-17 00:47:36 +00:00