Commit Graph

7161 Commits (2343b7534cb32b4225fcde559728f26e91ce8187)

Author SHA1 Message Date
Mugurell 2343b7534c For #25311 - Set tokens used when communicating with Pocket 2 years ago
Arturo Mejia 98e3b8bf52 For #25374: Skip action validation for control messages 2 years ago
AndiAJ e0822a6e1e Disable failing useAppWhileTabIsCrashedTest UI test 2 years ago
AndiAJ bbdc7fd3ff For #25002 #25184 and #23417 fix testDownloadCompleteNotification testDownloadPrompt and testCloseDownloadPrompt 2 years ago
AndiAJ 0569816cbb For #23481 fix disabled openLinkInAppTest UI test 2 years ago
Mugurell 75a2ed8c30 For #25025 - Old imports cleanup.
Importing `R.string` does allow to avoid the `R` when using a String from
Resources but seems like a small gain to break app consistency.
2 years ago
Mugurell 2074131a58 For #25025 - Show sponsored stories on debug only
The design asks for a new row in between the primary and the secondary text so
I went with making "ListItemTabSurface" public allowing for customizing the
content it will show but keeping the same layout and general UX.
2 years ago
Mugurell 06d4384c11 For #25025 - Rename PocketStoriesChange to PocketStoriesClean
PocketStoriesChange was called only once - to clean the shown stories when the
user gets to the homescreen and the Pocket feature is disabled - useful for the
situations in which the user returns after disabling the feature in settings.

Populating the store with recommended stories to show was already happening
based on 'PocketStoriesCategoriesChange' and sponsored stories will be added by
using 'PocketSponsoredStoriesChange' so renaming 'PocketStoriesChange' will
help on reducing any confusion in the future.

Also added documentation for all Pocket related actions from AppStore and
removed the 'UndocumentedPublicClass' detekt suppressions.
2 years ago
Mugurell bd1feeaac9 For #25025 - Download sponsored stories on debug only 2 years ago
Mugurell 1c7e788bae For #25025 - Use the `PocketStory` supertype
This prepares extending support from just `PocketRecommendedStory` to
`PocketSponsoredStory` also.
2 years ago
Mugurell abff68a31b For #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 9aec04ede7 For #23600 fix flaky saveLoginsInPWATest UI test 2 years ago
sarah541 aea6124851 For #23966 - Migrate MessageCardViewHolder to Compose 2 years ago
Mozilla L10n Automation Bot a3d930b5e2 Import l10n. 2 years ago
mike a 3904cb9340 Closes #25368: duplicate items in history
Change pagination to be based on loadSize of DataSource
2 years ago
mcarare a0a02e5627 For #25360: Selectively update addresses preference only when needed. 2 years ago
Mozilla L10n Automation Bot c5b4faf335 Import l10n. 2 years ago
AndiAJ 672510f399 Disable failing audioPlaybackSystemNotificationTest UI test 2 years ago
Alexandru2909 73dcc0c6d6 For #23173 - CheckChanged use a single variable instead of two for checked status 2 years ago
Alexandru2909 bea17a4ab8 For #23670 - Update collection on tab removal 2 years ago
mcarare cb4f8ed0c0 For #24968: Add preference for enabling/disabling addresses autofill.
For #24968: Add preference for enabling/disabling addresses autofill.
2 years ago
Mozilla L10n Automation Bot 25075fe4b3 Import l10n. 2 years ago
Mozilla L10n Automation Bot 83af557f37 Import l10n. 2 years ago
Robert-Aron293 76ea2fa3e4 For #22310 - Change tab holder's checkbox state when pressing "Select All"/"Deselect All" 2 years ago
Roger Yang d07e37deda Close #25170: Fix flaky search fragment store tests 2 years ago
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
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