Commit Graph

9020 Commits (e977e0292a3ca09ca4e2ba337ca1b035f80e3aa7)
 

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
Arturo Mejia 4899241f3b No issue:Update Sentry dependency version to 5.7.3. 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
MickeyMoz cf227db966 Update Android Components version to 102.0.20220519222019. 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
MickeyMoz 882494ccfb Update Android Components version to 102.0.20220519143042. 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
MickeyMoz c2923d54bd Update Android Components version to 102.0.20220518143120. 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
MickeyMoz c1d7d0b29c Update Android Components version to 102.0.20220517171212. 2 years ago
Michael Comella 6107143f16 No issue: remove performance codeowners. 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
MickeyMoz 09a9a22521 Update Android Components version to 102.0.20220516172914. 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
MickeyMoz 2af9e832ca Update Android Components version to 102.0.20220513143132. 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
MickeyMoz c55109f7d5 Update Android Components version to 102.0.20220512143419. 2 years ago
Aaron Train 7ef036bd9c For #25200 - Add on-failure notify for unit test to Slack
Add test summary section
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
MickeyMoz 7aa3538e5a Update Android Components version to 102.0.20220511151046. 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