Commit Graph

7451 Commits (c0d578b0649d6b05df9a6b33bb7d888b4896527b)

Author SHA1 Message Date
Roger Yang 5bb9e50e96 Close #25288: Disable autocomplete for unified history search 2 years ago
JLRoberts 479e44b0a1 For #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 f25129c8ac For #24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2 years ago
Mozilla L10n Automation Bot ba2af02407 Import l10n. 2 years ago
MatthewTighe 676d7090f0 Fixes #24917: add country dropdown to address editor 2 years ago
Gabriel Luong 9a965e420d For #25119 - Add Secondary, Tertiary and Destructive Button composable components 2 years ago
James Hugman 6cec4e2a9d Fixup tests 2 years ago
James Hugman 165ce0151e Filter messaging experiments from the Studies screen 2 years ago
bendk 7d027b2280
Added features to support application-services branch builds (#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 d26514feda Fix externalLinkPWATest UI test 2 years ago
Gabriel Luong 0001f00f40 For #24936 - Replace ListItemIcon with IconButton and Icon 2 years ago
Mozilla L10n Automation Bot f2e24d66a1 Import l10n. 2 years ago
Roger Yang 7f29461c75 Issue #24299: Add history to the search engine menu 2 years ago
Gabriel Luong 9e8ee28e40 For #25264 - Refactor toShortUrl extension function from TabSessionState to String 2 years ago
Mugurell a93e434f0d For #24316 - Migrate TabInCollectionViewHolder to Compose 2 years ago
jhugman 30fa80151d
Change FxNimbus/Nimbus startup sequence (#25266)
* Change FxNimbus initialization sequence

Add cache invalidation

* Change ordering of message restoration and Nimbus initialization

* Address reviewer comments
2 years ago
AndiAJ dd5310bdea Disable failing verifyContextMixedVariations UI test 2 years ago
AndiAJ 7def333efa Disable failing selectTabOnLongTapTest UI test 2 years ago
MatthewTighe 922af02d9e for #25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines 2 years ago
Mozilla L10n Automation Bot b002de7700 Import l10n. 2 years ago
Arturo Mejia 9a27030f87 For #25209: Avoid trying to download wallpapers without a server URL. 2 years ago
Arturo Mejia d16d61c055 No issue: Add extension function to TabSessionState for shortening urls safely. 2 years ago
sarah541 c09f899da4 For #25176 - Refactor TabTitle and TabSubtitle 2 years ago
Oana Horvath f6f1446129 For #20754: Fix scrolling issues and re-enable verifyAboutFirefoxPreview 2 years ago
dlp 4c223aa540 For #24660 - Overrided contentsSameAs inside TabInCollectionItem class. 2 years ago
Mozilla L10n Automation Bot 5c2207519a Import l10n. 2 years ago
Arturo Mejia 073f3ecc30 For #25145: Unify behavior for opening systems setting for updating the default browser preference 2 years ago
Mozilla L10n Automation Bot fc76300325 Import l10n. 2 years ago
Mozilla L10n Automation Bot a304600836 Import l10n. 2 years ago
Arturo Mejia 1384414327 Revert "Change FxNimbus initialization sequence (#25089)"
This reverts commit 51ba7ab463.
2 years ago
jhugman 51ba7ab463
Change FxNimbus initialization sequence (#25089)
* Change FxNimbus initialization sequence

* Add cache invalidation
2 years ago
dlp aec6e25a1c For #24666 Changed trackingProtectionLayout's bottomToTop constraint from clearSiteDataLayout clearSiteDataDivider 2 years ago
Mozilla L10n Automation Bot 727bbaf342 Import l10n. 2 years ago
Mozilla L10n Automation Bot 16f955fc98 Import l10n. 2 years ago
Gabriel Luong 63ca6791c1 For #25179 - Display a save or update credit card prompt 2 years ago
Mugurell 6a798ebfbc For #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 1e3319f0e8 For #24333 - Replace the xml based CollectionViewHolder with a composable 2 years ago
Mugurell 2126c7eeb4 For #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 aeb45c07a5 For #24333 - Complete removing the broken code for focusing the newly created collection
The removal was initially scheduled to happen in the PR for #24333
but landed separately in https://github.com/mozilla-mobile/fenix/pull/25045.
These are two small leftovers.
2 years ago
AndiAJ b7ebddb11b Disable failing useAddonsInPrivateModeTest UI test 2 years ago
Mozilla L10n Automation Bot 142cbb2688 Import l10n. 2 years ago
sarah541 7b895abab1 For #24455 - Migrate NoCollectionsMessageViewHolder to Compose 2 years ago
Mugurell 7f3aa6a314 For #25167 - Disable "handleDeleteAbnormal" as intermittently failing. 2 years ago
MatthewTighe 483f5a9f12 for #24931: create address label and description based on available data 2 years ago
Aaron Train c15303b67f For #25132 - Catch intermittent RuntimeException in early getInstrumentation() call
fix: ktlint
2 years ago
Mugurell fc2c1700c9 For #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 76bf730782 For #24998 fix flaky deleteDeleteBrowsingHistoryDataTest UI test 2 years ago
mcarare 59c5033529 For #24966: Navigate back to previous screen when the last address is deleted. 2 years ago
mcarare a4a78717af For #24919: Add option menu in the address editor. 2 years ago
mcarare 2192d55da3 For #24854: Add ability to delete an existing address. 2 years ago
mcarare 4369c0b920 For #24855: Allow updating info for an existing address. 2 years ago
bendk e5b0069791
Application services 93.0.1 (#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 fdeb22dd0b Import l10n. 2 years ago
Roger Yang 72b9e7e174 Issue #24738: hide the QR code button when switching to none default search engine 2 years ago
Gabriel Luong d6996b56a0 For #25113 - Remove showClearSiteData feature flag 2 years ago
AndiAJ 98455c01ee For #23816 fix disabled verifyMultipleLoginsSelectionsTest UI test 2 years ago
Mozilla L10n Automation Bot 1e03e27e29 Import l10n. 2 years ago
AndiAJ ba4d5446e2 For #24993 and #25085 fix flaky UI tests 2 years ago
Mozilla L10n Automation Bot c43c79cea6 Import l10n. 2 years ago
Arturo Mejia 40f3c8fce5 For #25142 increase the EXPECTED_NUMBER_OF_INFLATION to count for the messaging framework message. 2 years ago
Arturo Mejia 29e0e34902 For #25142 increase the EXPECTED_RECYCLER_VIEW_CONSTRAINT_LAYOUT_CHILDREN to count for the messaging framework message. 2 years ago
Arturo Mejia 94b934290d Disable intermittent tests #20754. 2 years ago
Arturo Mejia b22a34db2e For #25110: Enable the messaging framework feature 2 years ago
Noah Bond 3e9dbaca35 For #25135 - Replace Button in SyncedTabs with PrimaryButton 2 years ago
Arturo Mejia 7b3574d95a Disable intermittent tests #24843 and #23816 2 years ago
Jan-Erik Rediger 7bbee763a6 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 89a1e6367f For #24262 - Filter Amazon/eBay sponsored tiles when the respective search engine is set 2 years ago
Mozilla L10n Automation Bot 35be05d599 Import l10n. 2 years ago
sarah541 2c50a229cc For #25015 - Add a compose version of PrimaryButton
bleh
2 years ago
Gabriel Luong 251acf8db4 For #25117 - Move HomeSectionHeader into its proper package 2 years ago
Gabriel Luong da1c5b9bf7 For #25115 - Remove showWallpapers feature flag 2 years ago
Gabriel Luong 957d9c487c For #25111 - Remove contileFeature feature flag 2 years ago
Alexandru2909 e0a6a9498d For #24971 - Split full name from Address editor into first, middle and last name 2 years ago
Oana Horvath 687d79715f For #22188: fix and re-enable launchPageShortcutInPrivateModeTest 2 years ago
AndiAJ 79e6de6511 Disable failing download UI tests 2 years ago
Jonathan Almeida 6752a6ba22 Close #25091: Remove deprecated TrustedWebActivityIntentProcessor 2 years ago
Mozilla L10n Automation Bot 95aba129da Import l10n. 2 years ago
MatthewTighe 2b1606cf34 for #24665: show recent synced tab faster 2 years ago
sunil9211 e56f08c8ca For #23856: Remove deprecated layout_constraintWidth_default 2 years ago
Arturo Mejia 3a7299d301 For #25091: Deprecate TrustedWebActivityIntentProcessor 2 years ago
Gabriel Luong 5597ed6e98 For #25070 - Remove all unused strings marked moz:removedIn <= 99 2 years ago
AndiAJ 8c880440e3 For #20973 fix and re-enable shortcutButtonTest UI test 2 years ago
AndiAJ f3aee6983d Disable failing openExternalLinksInPrivateTest UI test 2 years ago
mcarare ffa1ecd300 For #21292: Remove unused MetricController parameters. 2 years ago
Mozilla L10n Automation Bot 0d08ff31af Import l10n. 2 years ago
sunil9211 f13b091bd8 For #23747: Remove deprecated layout_constraintHeight_default 2 years ago
sunil9211 878f5bef8a For #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 8b56a2ebc7 For #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 ff1968f5d5 Import l10n. 2 years ago
Alexandru2909 56c31cd675 For #24514 - Remove Fact.toEvent from MetricController 2 years ago
Mozilla L10n Automation Bot 37f9653f2d Import l10n. 2 years ago
Mozilla L10n Automation Bot 372b8a0cda Import l10n. 2 years ago
Arturo Mejia d74b4b02df For #25017: Remove promotional wallpapers 2 years ago
AndiAJ 291c8bc85c Disable redirectToAppPermissionsSystemSettingsTest UI test 2 years ago
AndiAJ b5f893ebe9 For #24994 fix and re-enable deleteNonEmptyBookmarkFolderTest UI test 2 years ago
AndiAJ 66b4f5b505 For #22304 re-enable visitedUrlHistoryTest UI test 2 years ago
mcarare f028dbc03b For #25003: Pop back stack on main thread. 2 years ago
Mozilla L10n Automation Bot b76cae83d6 Import l10n. 2 years ago
sarah541 538e06d73c No issue: Renew/Remove metrics set to expire in v102
No issue: Renew/Remove metrics set to expire in v102
2 years ago
mcarare d0548ebab5 For #24849: Fix saving phone and email values to an address. 2 years ago