Commit Graph

7618 Commits (de281a716db85eae200b6f1e91d044ac94125835)

Author SHA1 Message Date
Mugurell 67cc604dab [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Download sponsored stories on debug only 2 years ago
Mugurell f28fbf3240 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Use the `PocketStory` supertype
This prepares extending support from just `PocketRecommendedStory` to
`PocketSponsoredStory` also.
2 years ago
Mugurell 15677b59b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Hardcode showing at max 8 Pocket stories
The default was already 8. This is now being moved closer to the source from
where the stories to be shown are emitted.
With the addition of sponsored stories at fixed positions having to support a
variable number of stories being returned from AppState#getFilteredStories
means increased complexity with no benefit.
2 years ago
AndiAJ 2f0189a2eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23600 fix flaky saveLoginsInPWATest UI test 2 years ago
sarah541 633377e903 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23966 - Migrate MessageCardViewHolder to Compose 2 years ago
Mozilla L10n Automation Bot f707f47355 [fenix] Import l10n. 2 years ago
mike a cc9d82fd20 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25368: duplicate items in history
Change pagination to be based on loadSize of DataSource
2 years ago
mcarare 5a8a6a6e76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25360: Selectively update addresses preference only when needed. 2 years ago
Mozilla L10n Automation Bot 9e971eb249 [fenix] Import l10n. 2 years ago
AndiAJ 10ce734500 [fenix] Disable failing audioPlaybackSystemNotificationTest UI test 2 years ago
Alexandru2909 a59f065051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23173 - CheckChanged use a single variable instead of two for checked status 2 years ago
Alexandru2909 7804a4ec12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23670 - Update collection on tab removal 2 years ago
mcarare f12935a278 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24968: Add preference for enabling/disabling addresses autofill.
For https://github.com/mozilla-mobile/fenix/issues/24968: Add preference for enabling/disabling addresses autofill.
2 years ago
Mozilla L10n Automation Bot e88c4a6675 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 3a7a6a345b [fenix] Import l10n. 2 years ago
Robert-Aron293 a9aea04a85 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22310 - Change tab holder's checkbox state when pressing "Select All"/"Deselect All" 2 years ago
Roger Yang 348f43b2bd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25170: Fix flaky search fragment store tests 2 years ago
Roger Yang 5106048974 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25288: Disable autocomplete for unified history search 2 years ago
JLRoberts 22923597c0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23700 - HistoryFragment: Exit edit mode when multi-selection is opened in tabs or shared.
This mirrors behavior currently in Bookmarks library with the same actions.
2 years ago
Gabriel Luong b04e075f51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2 years ago
Mozilla L10n Automation Bot 4eb6d2ea18 [fenix] Import l10n. 2 years ago
MatthewTighe 2e29b9ef7c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24917: add country dropdown to address editor 2 years ago
Gabriel Luong e62e502664 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25119 - Add Secondary, Tertiary and Destructive Button composable components 2 years ago
James Hugman 7db1b80fb3 [fenix] Fixup tests 2 years ago
James Hugman bab0149d64 [fenix] Filter messaging experiments from the Studies screen 2 years ago
bendk 1894c0528d [fenix] Added features to support application-services branch builds (https://github.com/mozilla-mobile/fenix/pull/22945)
- Added support for `localProperties.branchBuild.application-services`
  and `localProperties.branchBuild.android-components`.  These work like
  the autoPublish properties. However, rather than
  auto-building/publishing application-services/android-components as
  part of the fenix build, we build it ahead of time with a specific
  version name, then specify that version in `local.properties` as
  `localProperties.branchBuild.application-services.version`.
- Added support for the `localProperties.branchBuild.fenix` gradle
  property to set the version for fenito set the version for fenix
- Added support for the absolute paths when running the substutition
  scripts.

The plan is to use this feature to build/test fenix using a particular
checkout of application-services and androd-components, with the
versions set to the git commit id.
2 years ago
AndiAJ 1c07fa2ccf [fenix] Fix externalLinkPWATest UI test 2 years ago
Gabriel Luong df143ec5b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24936 - Replace ListItemIcon with IconButton and Icon 2 years ago
Mozilla L10n Automation Bot 2a79e80bac [fenix] Import l10n. 2 years ago
Roger Yang 2609047630 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Add history to the search engine menu 2 years ago
Gabriel Luong 4c967a37ee [fenix] For https://github.com/mozilla-mobile/fenix/issues/25264 - Refactor toShortUrl extension function from TabSessionState to String 2 years ago
Mugurell 7d02d4cbf2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24316 - Migrate TabInCollectionViewHolder to Compose 2 years ago
jhugman df4ea50387 [fenix] Change FxNimbus/Nimbus startup sequence (https://github.com/mozilla-mobile/fenix/pull/25266)
* Change FxNimbus initialization sequence

Add cache invalidation

* Change ordering of message restoration and Nimbus initialization

* Address reviewer comments
2 years ago
AndiAJ 5c658c4189 [fenix] Disable failing verifyContextMixedVariations UI test 2 years ago
AndiAJ c5d5b3e372 [fenix] Disable failing selectTabOnLongTapTest UI test 2 years ago
MatthewTighe fa8deb452c [fenix] for https://github.com/mozilla-mobile/fenix/issues/25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines 2 years ago
Mozilla L10n Automation Bot 6e17a4aec1 [fenix] Import l10n. 2 years ago
Arturo Mejia 73811608f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25209: Avoid trying to download wallpapers without a server URL. 2 years ago
Arturo Mejia 902dea1e28 [fenix] No issue: Add extension function to TabSessionState for shortening urls safely. 2 years ago
sarah541 e2aecb47b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25176 - Refactor TabTitle and TabSubtitle 2 years ago
Oana Horvath 840cf3a041 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20754: Fix scrolling issues and re-enable verifyAboutFirefoxPreview 2 years ago
dlp d31e8ae93d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24660 - Overrided contentsSameAs inside TabInCollectionItem class. 2 years ago
Mozilla L10n Automation Bot 53f52a4bc5 [fenix] Import l10n. 2 years ago
Arturo Mejia 994fdaec0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25145: Unify behavior for opening systems setting for updating the default browser preference 2 years ago
Mozilla L10n Automation Bot 4befb1746f [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 8984a3ec33 [fenix] Import l10n. 2 years ago
Arturo Mejia 82a0a4f1f0 [fenix] Revert "Change FxNimbus initialization sequence (https://github.com/mozilla-mobile/fenix/pull/25089)"
This reverts commit b7427874e73ebaad5f8553b7a8614a7babdc8baa.
2 years ago
jhugman 5beb1da884 [fenix] Change FxNimbus initialization sequence (https://github.com/mozilla-mobile/fenix/pull/25089)
* Change FxNimbus initialization sequence

* Add cache invalidation
2 years ago
dlp 771d109712 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24666 Changed trackingProtectionLayout's bottomToTop constraint from clearSiteDataLayout clearSiteDataDivider 2 years ago
Mozilla L10n Automation Bot 08e24f8278 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 28b98bdc3a [fenix] Import l10n. 2 years ago
Gabriel Luong 34e226adc0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25179 - Display a save or update credit card prompt 2 years ago
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.
2 years ago
Mugurell 7185eee3df [fenix] For https://github.com/mozilla-mobile/fenix/issues/24333 - Replace the xml based CollectionViewHolder with a composable 2 years ago
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.
2 years ago
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.
2 years ago
AndiAJ 38852866e1 [fenix] Disable failing useAddonsInPrivateModeTest UI test 2 years ago
Mozilla L10n Automation Bot 347c59702f [fenix] Import l10n. 2 years ago
sarah541 d2fa53ff1d [fenix] For https://github.com/mozilla-mobile/fenix/pull/24455 - Migrate NoCollectionsMessageViewHolder to Compose 2 years ago
Mugurell d75322cbaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/25167 - Disable "handleDeleteAbnormal" as intermittently failing. 2 years ago
MatthewTighe a5643471f2 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24931: create address label and description based on available data 2 years ago
Aaron Train 05d51d4bcb [fenix] For https://github.com/mozilla-mobile/fenix/issues/25132 - Catch intermittent RuntimeException in early getInstrumentation() call
fix: ktlint
2 years ago
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.
2 years ago
AndiAJ f14b746b89 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24998 fix flaky deleteDeleteBrowsingHistoryDataTest UI test 2 years ago
mcarare c7115455e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24966: Navigate back to previous screen when the last address is deleted. 2 years ago
mcarare 785b88334c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24919: Add option menu in the address editor. 2 years ago
mcarare adc764ca0a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24854: Add ability to delete an existing address. 2 years ago
mcarare 02fb70abf9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24855: Allow updating info for an existing address. 2 years ago
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>
2 years ago
Mozilla L10n Automation Bot c9b171f119 [fenix] Import l10n. 2 years ago
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 2 years ago
Gabriel Luong 4d5c8f5ce3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25113 - Remove showClearSiteData feature flag 2 years ago
AndiAJ 9490fea9e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23816 fix disabled verifyMultipleLoginsSelectionsTest UI test 2 years ago
Mozilla L10n Automation Bot cad6b21cd1 [fenix] Import l10n. 2 years ago
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 2 years ago
Mozilla L10n Automation Bot 7f700b0c2f [fenix] Import l10n. 2 years ago
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. 2 years ago
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. 2 years ago
Arturo Mejia 3e1fb47096 [fenix] Disable intermittent tests https://github.com/mozilla-mobile/fenix/issues/20754. 2 years ago
Arturo Mejia a567877e46 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25110: Enable the messaging framework feature 2 years ago
Noah Bond 65ba6d1251 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25135 - Replace Button in SyncedTabs with PrimaryButton 2 years ago
Arturo Mejia d1247e2c34 [fenix] Disable intermittent tests https://github.com/mozilla-mobile/fenix/issues/24843 and https://github.com/mozilla-mobile/fenix/issues/23816 2 years ago
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.
2 years ago
Alexandru2909 e78350b2ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/24262 - Filter Amazon/eBay sponsored tiles when the respective search engine is set 2 years ago
Mozilla L10n Automation Bot 326743a822 [fenix] Import l10n. 2 years ago
sarah541 187dd7e12e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25015 - Add a compose version of PrimaryButton
bleh
2 years ago
Gabriel Luong 33abdb4e02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25117 - Move HomeSectionHeader into its proper package 2 years ago
Gabriel Luong d9f110ee24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25115 - Remove showWallpapers feature flag 2 years ago
Gabriel Luong 89bc8ae0de [fenix] For https://github.com/mozilla-mobile/fenix/issues/25111 - Remove contileFeature feature flag 2 years ago
Alexandru2909 db7e1d9dd3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24971 - Split full name from Address editor into first, middle and last name 2 years ago
Oana Horvath 953a9ab96f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22188: fix and re-enable launchPageShortcutInPrivateModeTest 2 years ago
AndiAJ adf158e337 [fenix] Disable failing download UI tests 2 years ago
Jonathan Almeida 38537d6369 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25091: Remove deprecated TrustedWebActivityIntentProcessor 2 years ago
Mozilla L10n Automation Bot 26b3533046 [fenix] Import l10n. 2 years ago
MatthewTighe 0138e26cfe [fenix] for https://github.com/mozilla-mobile/fenix/issues/24665: show recent synced tab faster 2 years ago
sunil9211 c4e17d0a73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23856: Remove deprecated layout_constraintWidth_default 2 years ago
Arturo Mejia bcf450b854 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25091: Deprecate TrustedWebActivityIntentProcessor 2 years ago
Gabriel Luong 6f2fa437c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25070 - Remove all unused strings marked moz:removedIn <= 99 2 years ago
AndiAJ e671985be5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20973 fix and re-enable shortcutButtonTest UI test 2 years ago
AndiAJ 5dfc9558d2 [fenix] Disable failing openExternalLinksInPrivateTest UI test 2 years ago
mcarare 969a5f0b0b [fenix] For https://github.com/mozilla-mobile/fenix/issues/21292: Remove unused MetricController parameters. 2 years ago
Mozilla L10n Automation Bot 8768762b11 [fenix] Import l10n. 2 years ago
sunil9211 d18f6ea0d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23747: Remove deprecated layout_constraintHeight_default 2 years ago
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"
2 years ago
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
2 years ago
Mozilla L10n Automation Bot 3aedf9dfcb [fenix] Import l10n. 2 years ago
Alexandru2909 5075a2345c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24514 - Remove Fact.toEvent from MetricController 2 years ago
Mozilla L10n Automation Bot 5a3dd8d1a3 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 32e8a42a32 [fenix] Import l10n. 2 years ago
Arturo Mejia 760d01f7b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25017: Remove promotional wallpapers 2 years ago
AndiAJ f768c0a54f [fenix] Disable redirectToAppPermissionsSystemSettingsTest UI test 2 years ago
AndiAJ 39878ce4ea [fenix] For https://github.com/mozilla-mobile/fenix/issues/24994 fix and re-enable deleteNonEmptyBookmarkFolderTest UI test 2 years ago
AndiAJ f6c7e3f79d [fenix] For https://github.com/mozilla-mobile/fenix/issues/22304 re-enable visitedUrlHistoryTest UI test 2 years ago
mcarare 43840ec324 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25003: Pop back stack on main thread. 2 years ago
Mozilla L10n Automation Bot f41db6fb0b [fenix] Import l10n. 2 years ago
sarah541 3507b9edd1 [fenix] No issue: Renew/Remove metrics set to expire in v102
No issue: Renew/Remove metrics set to expire in v102
2 years ago
mcarare 4f278be6f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24849: Fix saving phone and email values to an address. 2 years ago
mcarare 721a17416e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24707: Remove unused metrics parameter. 2 years ago
AndiAJ b33fabf22b [fenix] Disable failing deleteNonEmptyBookmarkFolderTest UI test 2 years ago
Mozilla L10n Automation Bot adf2480a3d [fenix] Import l10n. 2 years ago
MatthewTighe f0d39d0680 [fenix] Revert https://github.com/mozilla-mobile/fenix/pull/24894: settings should not be used to cache previous auth state 2 years ago
Aaron Train d976e6e011 [fenix] No issue: Additional UI test disabling on API30 (Firebase) (https://github.com/mozilla-mobile/fenix/pull/24979) 2 years ago
Aaron Train 0aa4769862 [fenix] Upgrade AndroidX Espresso Deps and support API 30 (https://github.com/mozilla-mobile/fenix/pull/23904) 2 years ago
mike a 14c5a7c053 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24741: add top padding for download and bookmark fragment 2 years ago
Mozilla L10n Automation Bot 1b8cc51ff0 [fenix] Import l10n. 2 years ago
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 2 years ago
mcarare 26c0baa914 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24935: Dismiss keyboard on add address fragment stop. 2 years ago
mike a caa53eb6e9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24513: add undo snackbar to history group screen 2 years ago
Arturo Mejia 427b57e2df [fenix] For https://github.com/mozilla-mobile/fenix/issues/24949: Remove malformed message when evaluating it. 2 years ago
Mozilla L10n Automation Bot 39bdcccf72 [fenix] Import l10n. 2 years ago
Roger Yang 5d50fae8dc [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24739: Set QR code button to autohide 2 years ago
Mozilla L10n Automation Bot 372fe48c08 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot cf503adfe8 [fenix] Import l10n. 2 years ago
Gabriel Luong 0782aba4b0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24850 - Display an address list for managing existing addresses 2 years ago
MatthewTighe 3bc3ca9610 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24929: remove locale restriction for remote firefox wallpapers 2 years ago
Noah Bond b998c3c901 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24524 - Refactor FaviconListItem into SyncedTabs 2 years ago
Gabriel Luong 358e475609 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24849 - Add an address editor screen 2 years ago
Mozilla L10n Automation Bot c177ad7a76 [fenix] Import l10n. 2 years ago
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. 2 years ago
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
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
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
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
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
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
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
Mozilla L10n Automation Bot 31906c8c38 [fenix] Import l10n. 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
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 2 years ago
Gabriel Luong 86c4a691c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 2: RenameCreditCardsSettingFragment to AutofillSettingFragment in nav_graph.xml 2 years ago
Gabriel Luong a8353c5b4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24780 - Part 1: Rename CreditCardsSettingFragment to AutofillSettingFragment 2 years ago
mcarare b4494e6706 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24206: Fix extra key values for context menu metrics. 2 years ago
Alexandru2909 40d83423c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24790 - Remove Event.wrapper for home screen related telemetry 2 years ago
mcarare 63e93963c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24789: Remove wrapper from PWA metrics. 2 years ago
Alexandru2909 81572369e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24809 - Remove Event.wrapper for RecentSearches telemetry 2 years ago
Alexandru2909 b5cb951ea4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24786 - Remove Event.wrapper for SearchTerms telemetry 2 years ago
mcarare b6d1500f3e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24761: Remove wrapper from autoplay settings metrics. 2 years ago
Mozilla L10n Automation Bot d8c0193180 [fenix] Import l10n. 2 years ago
Alexandru2909 a6d2621840 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24759 - Remove Event.wrapper for text selection context menu telemetry 2 years ago
Alexandru2909 ce2c88512e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24710 - Remove Event.wrapper for RecentBookmarks telemetry 2 years ago
Alexandru2909 38db7db00c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24707 - Remove Event.wrapper for CreditCards telemetry 2 years ago
mcarare fcd939e9a9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24711: Remove wrapper from recent tabs metrics. 2 years ago
Mozilla L10n Automation Bot 6865a506b8 [fenix] Import l10n. 2 years ago
Gabriel Luong ca3242ee58 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24747 - Remove unused store property in SessionControlAdapter and SessionControlView 2 years ago
Alexandru2909 06fb7601a1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24706 - Remove Event.wrapper for Autofill related telemetry 2 years ago
mcarare 158ebcfed6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24206: Remove wrapper from context menu metrics. 2 years ago
Arturo Mejia faabf505c6 [fenix] Enable messaging framework in nightly 2 years ago
Mozilla L10n Automation Bot 846ae86991 [fenix] Import l10n. 2 years ago
Roger Yang c947d44c64 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24733: Setup search for Unified Search experimentation 2 years ago
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 2 years ago
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.
2 years ago
mcarare 46a58b4220 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24211: Remove wrapper from "has open tabs" boolean metric. 2 years ago
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>
2 years ago
AndiAJ 4958d302a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24381 re-enable firstRunScreenTest UI test 2 years ago
MatthewTighe 3fce7914bb [fenix] for https://github.com/mozilla-mobile/fenix/issues/24718: add two remote firefox wallpapers 2 years ago
Alexandru2909 66ffdbdeed [fenix] For https://github.com/mozilla-mobile/fenix/issues/24701 - Remove Event.wrapper for Pocket related telemetry 2 years ago
Alexandru2909 759fd90263 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24709 - Remove Event.wrapper for Wallpapers telemetry 2 years ago
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.
2 years ago
mcarare 190c538c00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24715: Remove obsolete addon installed metric. 2 years ago
mcarare ebb6647c37 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24715: Remove wrapper from addons metrics. 2 years ago
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.
2 years ago
Alexandru2909 d826d3d264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24605 - Remove Event.wrapper for MediaState telemetry 2 years ago
Alexandru2909 795f47ca2f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24642 - Remove Event.wrapper for TopSites metrics 2 years ago
Alexandru2909 20d7943058 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24708 - Remove Event.wrapper for DarkThemeSelected telemetry 2 years ago
Mozilla L10n Automation Bot b47af97a0d [fenix] Import l10n. 2 years ago
MatthewTighe 439f25ddeb [fenix] for https://github.com/mozilla-mobile/fenix/issues/24549: add telemetry for recent synced tab 2 years ago
Alexandru2909 83363f9228 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24703 - Replace Mockito mocks with Mockk mocks 2 years ago
Mozilla L10n Automation Bot c82989d558 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 91db0fcbbc [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 8906e83791 [fenix] Import l10n. 2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
Alexandru2909 322dabb092 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24638 - Remove Event.wrapper for Logins telemetry 2 years ago
Alexandru2909 1486f490bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/24599 - Remove Event.wrapper for Tab telemetry 2 years ago
Alexandru2909 4e55ea759f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24640 - Remove Event.wrapper for VoiceSearch telemetry 2 years ago
Alexandru2909 f41a3ffbc3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24215 - Remove Event.wrapper for CustomTab metrics 2 years ago
Alexandru2909 2c1605effa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24591 - Remove Event.wrapper for ReaderMode telemetry 2 years ago
Alexandru2909 acaf9de949 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24603 - Remove Event.wrapper for MediaNotification telemetry 2 years ago
Mozilla L10n Automation Bot 6acacd661f [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 0e0ef73e4d [fenix] Import l10n. 2 years ago
Alexandru2909 44a432a9e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24498 - Remove Event.wrapper for History metrics 2 years ago
MatthewTighe 690b04b572 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24177: sync tabs when home is shown 2 years ago
Gabriel Luong ada37de7d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24653 - Fix Text Action Secondary color in FirefoxTheme 2 years ago
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>
2 years ago
Gabriel Luong 17350d9339 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24649 - Fix spelling of shortcuts in @string/snackbar_added_to_shortcuts 2 years ago
Gabriel Luong 9ef51374bb [fenix] For https://github.com/mozilla-mobile/fenix/issues/24645 - Update dark theme Action Secondary to LightGrey30 2 years ago
mcarare 839d6935f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from preference toggled events. 2 years ago
mcarare 8128c95710 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from opened link event. 2 years ago
mcarare 40e36bb228 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from opened synced tab event. 2 years ago
mcarare b33c9f2a70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from recently closed tabs opened event. 2 years ago
mcarare 8e53b0b42d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from copy url event. 2 years ago
mcarare a333a1765e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from home button clicked event. 2 years ago
mcarare ba8f7e50fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from tab list view setting changed event. 2 years ago
mcarare 8f093767a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from whats new tapped event. 2 years ago
mcarare 92cca361d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from uri opened count. 2 years ago
mcarare 16ea15941a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from displaying toolbar menu event. 2 years ago
mcarare cf9b6193ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from "default browser" events. 2 years ago
mcarare 692f15b64c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24210: Remove wrapper from "browser menu item tapped" event. 2 years ago