Commit Graph

8921 Commits

Author SHA1 Message Date
MickeyMoz
71562dd727 Update Android Components version to 102.0.20220520143143. 2022-05-20 13:05:57 -04:00
Roger Yang
5bb9e50e96 Close #25288: Disable autocomplete for unified history search 2022-05-20 16:51:27 +00:00
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.
2022-05-20 15:51:07 +00:00
Arturo Mejia
4899241f3b No issue:Update Sentry dependency version to 5.7.3. 2022-05-20 12:57:41 +00:00
Gabriel Luong
f25129c8ac For #24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2022-05-20 07:26:56 +00:00
Mozilla L10n Automation Bot
ba2af02407 Import l10n. 2022-05-20 02:19:22 +00:00
MickeyMoz
cf227db966 Update Android Components version to 102.0.20220519222019. 2022-05-19 20:30:38 -04:00
MatthewTighe
676d7090f0 Fixes #24917: add country dropdown to address editor 2022-05-19 23:52:05 +00:00
Gabriel Luong
9a965e420d For #25119 - Add Secondary, Tertiary and Destructive Button composable components 2022-05-19 22:19:37 +00:00
MickeyMoz
882494ccfb Update Android Components version to 102.0.20220519143042. 2022-05-19 12:46:17 -04:00
James Hugman
6cec4e2a9d Fixup tests 2022-05-19 15:37:11 +00:00
James Hugman
165ce0151e Filter messaging experiments from the Studies screen 2022-05-19 15:37:11 +00:00
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.
2022-05-19 14:47:37 +00:00
AndiAJ
d26514feda Fix externalLinkPWATest UI test 2022-05-19 08:09:54 +00:00
Gabriel Luong
0001f00f40 For #24936 - Replace ListItemIcon with IconButton and Icon 2022-05-19 02:09:48 +00:00
Mozilla L10n Automation Bot
f2e24d66a1 Import l10n. 2022-05-19 00:46:25 +00:00
MickeyMoz
c2923d54bd Update Android Components version to 102.0.20220518143120. 2022-05-18 15:59:39 -04:00
Roger Yang
7f29461c75 Issue #24299: Add history to the search engine menu 2022-05-18 19:48:26 +00:00
Gabriel Luong
9e8ee28e40 For #25264 - Refactor toShortUrl extension function from TabSessionState to String 2022-05-18 17:29:13 +00:00
Mugurell
a93e434f0d For #24316 - Migrate TabInCollectionViewHolder to Compose 2022-05-18 15:24:52 +00:00
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
2022-05-18 13:23:26 +00:00
AndiAJ
dd5310bdea Disable failing verifyContextMixedVariations UI test 2022-05-18 12:29:21 +00:00
AndiAJ
7def333efa Disable failing selectTabOnLongTapTest UI test 2022-05-18 08:30:29 +00:00
MatthewTighe
922af02d9e for #25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines 2022-05-18 01:47:08 +00:00
Mozilla L10n Automation Bot
b002de7700 Import l10n. 2022-05-18 00:54:10 +00:00
Arturo Mejia
9a27030f87 For #25209: Avoid trying to download wallpapers without a server URL. 2022-05-17 20:52:14 +00:00
MickeyMoz
c1d7d0b29c Update Android Components version to 102.0.20220517171212. 2022-05-17 15:30:54 -04:00
Michael Comella
6107143f16 No issue: remove performance codeowners. 2022-05-17 17:07:16 +00:00
Arturo Mejia
d16d61c055 No issue: Add extension function to TabSessionState for shortening urls safely. 2022-05-17 15:54:39 +00:00
sarah541
c09f899da4 For #25176 - Refactor TabTitle and TabSubtitle 2022-05-17 14:58:36 +00:00
Oana Horvath
f6f1446129 For #20754: Fix scrolling issues and re-enable verifyAboutFirefoxPreview 2022-05-17 10:57:37 +00:00
dlp
4c223aa540 For #24660 - Overrided contentsSameAs inside TabInCollectionItem class. 2022-05-17 07:02:01 +00:00
Mozilla L10n Automation Bot
5c2207519a Import l10n. 2022-05-17 00:54:05 +00:00
MickeyMoz
09a9a22521 Update Android Components version to 102.0.20220516172914. 2022-05-16 19:37:47 +00:00
Arturo Mejia
073f3ecc30 For #25145: Unify behavior for opening systems setting for updating the default browser preference 2022-05-16 14:46:59 +00:00
Mozilla L10n Automation Bot
fc76300325 Import l10n. 2022-05-16 00:58:14 +00:00
Mozilla L10n Automation Bot
a304600836 Import l10n. 2022-05-14 00:55:56 +00:00
Arturo Mejia
1384414327 Revert "Change FxNimbus initialization sequence (#25089)"
This reverts commit 51ba7ab463.
2022-05-13 19:42:08 +00:00
jhugman
51ba7ab463
Change FxNimbus initialization sequence (#25089)
* Change FxNimbus initialization sequence

* Add cache invalidation
2022-05-13 18:23:01 +00:00
MickeyMoz
2af9e832ca Update Android Components version to 102.0.20220513143132. 2022-05-13 16:50:42 +00:00
dlp
aec6e25a1c For #24666 Changed trackingProtectionLayout's bottomToTop constraint from clearSiteDataLayout clearSiteDataDivider 2022-05-13 12:48:23 +00:00
Mozilla L10n Automation Bot
727bbaf342 Import l10n. 2022-05-13 00:51:43 +00:00
MickeyMoz
c55109f7d5 Update Android Components version to 102.0.20220512143419. 2022-05-12 16:40:39 +00:00
Aaron Train
7ef036bd9c For #25200 - Add on-failure notify for unit test to Slack
Add test summary section
2022-05-12 14:49:56 +00:00
Mozilla L10n Automation Bot
16f955fc98 Import l10n. 2022-05-12 00:42:10 +00:00
Gabriel Luong
63ca6791c1 For #25179 - Display a save or update credit card prompt 2022-05-11 23:08:33 +00:00
MickeyMoz
7aa3538e5a Update Android Components version to 102.0.20220511151046. 2022-05-11 20:33:44 +00:00
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.
2022-05-11 16:03:51 +00:00
Mugurell
1e3319f0e8 For #24333 - Replace the xml based CollectionViewHolder with a composable 2022-05-11 16:03:51 +00:00
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.
2022-05-11 16:03:51 +00:00