Commit Graph

8748 Commits (bceb3b506d9ccbb7bfb207af82a747eb39739814)
 

Author SHA1 Message Date
Mugurell bceb3b506d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24908 - Reverse the chevrons direction in ExpandableListHeader 2 years ago
MatthewTighe b495c724d9 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24665: cache previous auth status and display placeholders accordingly 2 years ago
MatthewTighe ac1a195417 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24665: remove unused fxaHasSyncedItems setting 2 years ago
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>
2 years ago
Arturo Mejia 20c6c90df8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24906: Add SURVEY style to nimbus messages FML. 2 years ago
MickeyMoz dede966d67 [fenix] Update Android Components version to 101.0.20220421143106. 2 years ago
mcarare 3afee842ee [fenix] For https://github.com/mozilla-mobile/fenix/issues/24758: Remove wrapper from browser search metrics. 2 years ago
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. 2 years ago
Alexandru2909 32b0f3014e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24603 - Remove forEach from MediaNotification telemetry test 2 years ago
Mozilla L10n Automation Bot b626fbf095 [fenix] Import l10n. 2 years ago
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.
2 years ago
Aki Sasaki 6ceba360c9 [fenix] bug 1764109 - retry ui-tests on exit code 20. 2 years ago
Noah Bond 30f06379ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/24873 - Update ListItem with the Favicon Modifier and fix previews 2 years ago
Noah Bond c39fdcdf02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24873 - Add a modifier parameter to the Favicon Composable 2 years ago
MickeyMoz 1399a2f434 [fenix] Update Android Components version to 101.0.20220420143047. 2 years ago
Roger Yang 004d94e482 [fenix] No issue: Update experimenter.yaml 2 years ago
AndiAJ ad32531e0e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23136 re-enable selectSearchEnginesShortcutTest UI test 2 years ago
AndiAJ dd52c4b8f1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23817 disable failing toggleSearchSuggestionsTest 2 years ago
Mozilla L10n Automation Bot e558716465 [fenix] Import l10n. 2 years ago
tristan-jea 34afc2a3f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23813 - Clear error message for nameOnCardLayout when valid name is submitted 2 years ago
Noah Bond e8a52a9b21 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24338 - Make a reusable list item Composable 2 years ago
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 2 years ago
MickeyMoz 1a5697440c [fenix] Update Android Components version to 101.0.20220419143104. 2 years ago
Alexandru2909 b4d52ce51b [fenix] For https://github.com/mozilla-mobile/fenix/issues/24759 - Remove forEach from ContextualMenu telemetry test 2 years ago
Alexandru2909 683844bde8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove forEach from LoginDialogFacts test 2 years ago
Alexandru2909 7e939ba135 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24836 - Remove GleanMetricsServiceTest 2 years ago
Alexandru2909 ae0542a0b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24836 - Remove Event.wrapper for RecentlyVisitedHomepage telemetry 2 years ago
Alexandru2909 1e918950c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24811 - Remove Event.wrapper for Messaging telemetry 2 years ago
AndiAJ b37dec5366 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23136 disable failing selectSearchEnginesShortcutTest UI test 2 years ago
AndiAJ cd16014a1d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23716 fix and re-enable mediaSystemNotificationInPrivateModeTest 2 years ago
Roger Yang 002be083d4 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24733: Create nimbus feature for Unified Search experimentation 2 years ago
MickeyMoz e24a77c68f [fenix] Update Android Components version to 101.0.20220418190127. 2 years ago
Mugurell d0440307ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/24316 - Disable flaky "shortcutButtonTest". 2 years ago
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!)."
2 years ago
Gabriel Luong 61210a14d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24847 - Part 2: Refactor AutofillFragmentStore into the autofill package 2 years ago
Gabriel Luong 8ab524c2eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/24847 - Part 1: Refactor CreditCardsFragmentStore to AutofillFragmentStore 2 years ago
mcarare 49fb546ec3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24841: Decrement suppression count. 2 years ago
mcarare e604e555c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24841: Remove unused events. 2 years ago
MickeyMoz d585593ff1 [fenix] Update Android Components version to 101.0.20220418143243. 2 years ago
Gabriel Luong 026da1879c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24845 - Add Address preference category to Autofill settings 2 years ago
Alexandru2909 6a23d2c9a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24760 - Remove Event.wrapper for suggestions telemetry 2 years ago
AndiAJ 0aa681435d [fenix] For https://github.com/mozilla-mobile/fenix/issues/22640 re-enable verifyUndoSnackBarTest UI test, add and update RetryTestRule 2 years ago
Alexandru2909 f52234a98c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24838 - Remove Event.wrapper for Tabs telemetry 2 years ago
Mozilla L10n Automation Bot bc65fb9e91 [fenix] Import l10n. 2 years ago
MickeyMoz 5b1864cc5e [fenix] Update Android Components version to 101.0.20220417143202. 2 years ago
Mozilla L10n Automation Bot 31906c8c38 [fenix] Import l10n. 2 years ago
MickeyMoz 3587e8076f [fenix] Update Android Components version to 101.0.20220416143119. 2 years ago
Mozilla L10n Automation Bot 0d649f0220 [fenix] Import l10n. 2 years ago
Noah Bond 28f771af78 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20811 - Fix synced tabs error button width 2 years ago
Gabriel Luong d5feb23bd1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 4: Refactor AutofillSettingFragment to its own package 2 years ago