Commit Graph

8994 Commits (aca974f1bb6b69cec8de68619b538f444c8d546c)
 

Author SHA1 Message Date
Noah Bond df77449cbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/25291 - Swap the new TextButton composable into WallpaperSettings 2 years ago
Noah Bond e07652bf38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25291 - Create a TextButton composable component 2 years ago
MickeyMoz bb2dc8a74b [fenix] Update Android Components version to 102.0.20220525143101. 2 years ago
Roger Yang a61c3a778a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Sort unified search selector menu items based on user settings 2 years ago
mcarare a3e50fb337 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25313: Handle exceptions when getting ClipData.Item. 2 years ago
Mugurell 3f15a9079e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25311 - Set tokens used when communicating with Pocket 2 years ago
Arturo Mejia fc40fd435b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25374: Skip action validation for control messages 2 years ago
AndiAJ 21d35adf8b [fenix] Disable failing useAppWhileTabIsCrashedTest UI test 2 years ago
AndiAJ 6703f0c16c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25002 https://github.com/mozilla-mobile/fenix/issues/25184 and https://github.com/mozilla-mobile/fenix/issues/23417 fix testDownloadCompleteNotification testDownloadPrompt and testCloseDownloadPrompt 2 years ago
AndiAJ eda0ae4b34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23481 fix disabled openLinkInAppTest UI test 2 years ago
Mugurell 07899ea8d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Update AC version to address the breaking changes. 2 years ago
Mugurell 4c02271ae0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 0bfec6d6c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 d5902b7a02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 67cc604dab [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Download sponsored stories on debug only 2 years ago
Mugurell f28fbf3240 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Use the `PocketStory` supertype
This prepares extending support from just `PocketRecommendedStory` to
`PocketSponsoredStory` also.
2 years ago
Mugurell 15677b59b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 2f0189a2eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23600 fix flaky saveLoginsInPWATest UI test 2 years ago
sarah541 633377e903 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23966 - Migrate MessageCardViewHolder to Compose 2 years ago
Mozilla L10n Automation Bot f707f47355 [fenix] Import l10n. 2 years ago
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
2 years ago
mcarare 5a8a6a6e76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25360: Selectively update addresses preference only when needed. 2 years ago
MickeyMoz e0e4f80e73 [fenix] Update Android Components version to 102.0.20220524015637. 2 years ago
Mozilla L10n Automation Bot 9e971eb249 [fenix] Import l10n. 2 years ago
MickeyMoz a0d6c86384 [fenix] Update Android Components version to 102.0.20220523143729. 2 years ago
AndiAJ 10ce734500 [fenix] Disable failing audioPlaybackSystemNotificationTest UI test 2 years ago
Alexandru2909 a59f065051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23173 - CheckChanged use a single variable instead of two for checked status 2 years ago
Alexandru2909 7804a4ec12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23670 - Update collection on tab removal 2 years ago
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.
2 years ago
Mozilla L10n Automation Bot e88c4a6675 [fenix] Import l10n. 2 years ago
MickeyMoz 21a0c4be94 [fenix] Update Android Components version to 102.0.20220522143114. 2 years ago
Mozilla L10n Automation Bot 3a7a6a345b [fenix] Import l10n. 2 years ago
MickeyMoz 4027a582db [fenix] Update Android Components version to 102.0.20220521143130. 2 years ago
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" 2 years ago
Roger Yang 348f43b2bd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25170: Fix flaky search fragment store tests 2 years ago
MickeyMoz eba5e879ec [fenix] Update Android Components version to 102.0.20220520143143. 2 years ago
Roger Yang 5106048974 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25288: Disable autocomplete for unified history search 2 years ago
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.
2 years ago
Arturo Mejia 8fa58aff32 [fenix] No issue:Update Sentry dependency version to 5.7.3. 2 years ago
Gabriel Luong b04e075f51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24991 - Refactor the HomeMenu creation from HomeFragment to HomeMenuBuilder 2 years ago
Mozilla L10n Automation Bot 4eb6d2ea18 [fenix] Import l10n. 2 years ago
MickeyMoz b8de57a04b [fenix] Update Android Components version to 102.0.20220519222019. 2 years ago
MatthewTighe 2e29b9ef7c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24917: add country dropdown to address editor 2 years ago
Gabriel Luong e62e502664 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25119 - Add Secondary, Tertiary and Destructive Button composable components 2 years ago
MickeyMoz 748ab406cd [fenix] Update Android Components version to 102.0.20220519143042. 2 years ago
James Hugman 7db1b80fb3 [fenix] Fixup tests 2 years ago
James Hugman bab0149d64 [fenix] Filter messaging experiments from the Studies screen 2 years ago
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.
2 years ago
AndiAJ 1c07fa2ccf [fenix] Fix externalLinkPWATest UI test 2 years ago
Gabriel Luong df143ec5b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24936 - Replace ListItemIcon with IconButton and Icon 2 years ago