2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

9127 Commits

Author SHA1 Message Date
AndiAJ
2f0189a2eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23600 fix flaky saveLoginsInPWATest UI test 2022-05-25 06:14:13 +00:00
sarah541
633377e903 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23966 - Migrate MessageCardViewHolder to Compose 2022-05-25 04:14:10 +00:00
Mozilla L10n Automation Bot
f707f47355 [fenix] Import l10n. 2022-05-25 00:46:21 +00:00
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
2022-05-24 20:11:16 +00:00
mcarare
5a8a6a6e76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25360: Selectively update addresses preference only when needed. 2022-05-24 15:44:52 +00:00
MickeyMoz
e0e4f80e73 [fenix] Update Android Components version to 102.0.20220524015637. 2022-05-24 04:02:30 +00:00
Mozilla L10n Automation Bot
9e971eb249 [fenix] Import l10n. 2022-05-24 00:43:23 +00:00
MickeyMoz
a0d6c86384 [fenix] Update Android Components version to 102.0.20220523143729. 2022-05-23 17:09:45 +00:00
AndiAJ
10ce734500 [fenix] Disable failing audioPlaybackSystemNotificationTest UI test 2022-05-23 10:19:21 +00:00
Alexandru2909
a59f065051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23173 - CheckChanged use a single variable instead of two for checked status 2022-05-23 09:36:24 +00:00
Alexandru2909
7804a4ec12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23670 - Update collection on tab removal 2022-05-23 08:30:56 +00:00
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.
2022-05-23 07:30:07 +00:00
Mozilla L10n Automation Bot
e88c4a6675 [fenix] Import l10n. 2022-05-23 00:45:08 +00:00
MickeyMoz
21a0c4be94 [fenix] Update Android Components version to 102.0.20220522143114. 2022-05-22 16:36:35 +00:00
Mozilla L10n Automation Bot
3a7a6a345b [fenix] Import l10n. 2022-05-22 00:44:54 +00:00
MickeyMoz
4027a582db [fenix] Update Android Components version to 102.0.20220521143130. 2022-05-21 16:46:36 +00:00
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" 2022-05-20 21:20:17 +00:00
Roger Yang
348f43b2bd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25170: Fix flaky search fragment store tests 2022-05-20 19:14:39 +00:00
MickeyMoz
eba5e879ec [fenix] Update Android Components version to 102.0.20220520143143. 2022-05-20 13:05:57 -04:00
Roger Yang
5106048974 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25288: Disable autocomplete for unified history search 2022-05-20 16:51:27 +00:00
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.
2022-05-20 15:51:07 +00:00
Arturo Mejia
8fa58aff32 [fenix] No issue:Update Sentry dependency version to 5.7.3. 2022-05-20 12:57:41 +00:00
Gabriel Luong
b04e075f51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2022-05-20 07:26:56 +00:00
Mozilla L10n Automation Bot
4eb6d2ea18 [fenix] Import l10n. 2022-05-20 02:19:22 +00:00
MickeyMoz
b8de57a04b [fenix] Update Android Components version to 102.0.20220519222019. 2022-05-19 20:30:38 -04:00
MatthewTighe
2e29b9ef7c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24917: add country dropdown to address editor 2022-05-19 23:52:05 +00:00
Gabriel Luong
e62e502664 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25119 - Add Secondary, Tertiary and Destructive Button composable components 2022-05-19 22:19:37 +00:00
MickeyMoz
748ab406cd [fenix] Update Android Components version to 102.0.20220519143042. 2022-05-19 12:46:17 -04:00
James Hugman
7db1b80fb3 [fenix] Fixup tests 2022-05-19 15:37:11 +00:00
James Hugman
bab0149d64 [fenix] Filter messaging experiments from the Studies screen 2022-05-19 15:37:11 +00:00
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.
2022-05-19 14:47:37 +00:00
AndiAJ
1c07fa2ccf [fenix] Fix externalLinkPWATest UI test 2022-05-19 08:09:54 +00:00
Gabriel Luong
df143ec5b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24936 - Replace ListItemIcon with IconButton and Icon 2022-05-19 02:09:48 +00:00
Mozilla L10n Automation Bot
2a79e80bac [fenix] Import l10n. 2022-05-19 00:46:25 +00:00
MickeyMoz
3b34729622 [fenix] Update Android Components version to 102.0.20220518143120. 2022-05-18 15:59:39 -04:00
Roger Yang
2609047630 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Add history to the search engine menu 2022-05-18 19:48:26 +00:00
Gabriel Luong
4c967a37ee [fenix] For https://github.com/mozilla-mobile/fenix/issues/25264 - Refactor toShortUrl extension function from TabSessionState to String 2022-05-18 17:29:13 +00:00
Mugurell
7d02d4cbf2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24316 - Migrate TabInCollectionViewHolder to Compose 2022-05-18 15:24:52 +00:00
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
2022-05-18 13:23:26 +00:00
AndiAJ
5c658c4189 [fenix] Disable failing verifyContextMixedVariations UI test 2022-05-18 12:29:21 +00:00
AndiAJ
c5d5b3e372 [fenix] Disable failing selectTabOnLongTapTest UI test 2022-05-18 08:30:29 +00:00
MatthewTighe
fa8deb452c [fenix] for https://github.com/mozilla-mobile/fenix/issues/25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines 2022-05-18 01:47:08 +00:00
Mozilla L10n Automation Bot
6e17a4aec1 [fenix] Import l10n. 2022-05-18 00:54:10 +00:00
Arturo Mejia
73811608f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25209: Avoid trying to download wallpapers without a server URL. 2022-05-17 20:52:14 +00:00
MickeyMoz
6ce141dec2 [fenix] Update Android Components version to 102.0.20220517171212. 2022-05-17 15:30:54 -04:00
Michael Comella
3a77569d98 [fenix] No issue: remove performance codeowners. 2022-05-17 17:07:16 +00:00
Arturo Mejia
902dea1e28 [fenix] No issue: Add extension function to TabSessionState for shortening urls safely. 2022-05-17 15:54:39 +00:00
sarah541
e2aecb47b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25176 - Refactor TabTitle and TabSubtitle 2022-05-17 14:58:36 +00:00
Oana Horvath
840cf3a041 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20754: Fix scrolling issues and re-enable verifyAboutFirefoxPreview 2022-05-17 10:57:37 +00:00
dlp
d31e8ae93d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24660 - Overrided contentsSameAs inside TabInCollectionItem class. 2022-05-17 07:02:01 +00:00