Commit Graph

1169 Commits (2798961b61b29bd90a7fa2cfb7d8a706e699a4c0)

Author SHA1 Message Date
mergify[bot] 2798961b61 Bug 1826466 – fix unified search icons visibility (#1582)
Co-authored-by: mike a <mavduevskiy@gmail.com>
1 year ago
mergify[bot] f4774f55dc Bug 1825028 - Delay init of MozillaOnline build until privacy notice accepted (#1498)
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
1 year ago
Roger Yang 53b2db944e Bug 1817070 - Experimentation with different Re-engagement notifications 1 year ago
Alexandru2909 66845c9c99 Bug 1821032 - Add telemetry for the homescreen no collections placeholder close button 1 year ago
GitStart 0b06460964 Bug 1812144 - Homescreen appbar drag issue fixed 1 year ago
mike a 49125a2df0 Bug 1819909 – add telemetry for private browsing CFR 1 year ago
mike a d1f115116f Bug 1817523 – fix application search engines background 1 year ago
Roger Yang 0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 1 year ago
Ryan VanderMeulen 28dae882e6 Bug 1820176 - Update Fenix to ktlint 0.48.2 1 year ago
jhugman 110d24a4a8 Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031)
* Bug 1819431 - Added default-browser-notification

* Bug 1819431 - Remove DefaultBrowserNotificationWorker and friends

* Bug 1819431 - Add tests for all messages

* Bug 1819431 - Remove settings for default browser notification

* Bug 1819431 - Remove metrics for default browser notification

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
Alexandru2909 21f59548a5 Bug 1818774 - Navigate to search dialog when interacting with homescreen private browsing button 1 year ago
Alexandru2909 49f2ca6ac3 Bug 1818015 - Use custom tab to show privacy notice during onboarding 1 year ago
Noah Bond 082a03a8b5 Bug 1815185 - Remove fixed height from `RecentSyncedTab` 1 year ago
Mugurell e8e419d8ba Bug 1816867 - Ensure Pocket topics selections are properly shown
A past refactoring resulted in the functionality still working as intended - no
more than 8 topics being selectable at a time but when a topic would be
automatically deselected this would not show - that topic would still be
displayed as selected.

Moving the implementation to a new `FilterChip` Compose api fixes the UI issue
and also allows for more idiomatic code and fixes a previously disabled UI test
1 year ago
Mugurell 9d5aaba99d Bug 1816724 - Show previous ETP message in onboarding if TCP is not enabled
Restore showing a different description of the Tracking Protection feature in
application's onboarding if the Total Cookie Protection feature is not yet
public.
The new description mentioning Total Cookie Protection will only be shown if
the Total Cookie Protection CFR is to also be shown.
1 year ago
Alexandru2909 e0bc9347f3 Bug 1807369 - Improve accessibility for 'Learn more' hyperlink from the Pocket homepage header 1 year ago
Alexandru2909 2075e85054 [fenix] Bug 1815698 - Allow sponsored stories details to be spaced evenly vertically 1 year ago
mike a dcbce063d7 [fenix] Bug 1815548 – Add offset parameter to menu2 1 year ago
Alexandru2909 92edc83ddf [fenix] Bug 1815160 - Add sponsored story id to home_recs_spoc_shown and home_recs_spoc_clicked 1 year ago
DreVla 77b9f27bbe [fenix] Bug 1813694: Update strings for history group section 1 year ago
Roger Yang 6261e25a89 [fenix] Bug 1812178 - Use debounce in tabs, history and bookmarks syncs 1 year ago
Harrison Oglesby 1a2000c090 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - replace PocketStoriesCategories with SelectableChipColors 1 year ago
Tarik Eshaq 360aa313e2 [fenix] Bug 1810818: Configures order of panels in new user onboarding 1 year ago
t-p-white 47c277606b [fenix] Bug 1809444: Add Worker to generate Notifications using Nimbus messaging (https://github.com/mozilla-mobile/fenix/pull/28605)
* For 1809444: Added a MessageNotificationWorker to poll Nimbus for new messages and create a notification configured using the highest priority new message (if available).

* For 1809444: Changes from PR review

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
mike a 26563fa3fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25486: fix sign in button 1 year ago
jhugman 5ac1cd9b48 [fenix] EXP 2991: Add surface to messaging fml (https://github.com/mozilla-mobile/fenix/pull/28423)
* Move messaging fml to a separate file

* Add surface property to message data

* Get messages for just a single surface

* Add surface to messaging middleware

* ktlint

* Add tests for filtering by surface

* Add homescreen to default-browser message

* Move surface param to MessageActions instead of MessagingMiddleware

* Added computed property for surface to message

* ktlint

* Address reviewer comment

* Fixup tests

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
t-p-white b2bfae66da [fenix] For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling (https://github.com/mozilla-mobile/fenix/pull/27895)
* For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling

* For https://github.com/mozilla-mobile/fenix/issues/25810: Updated AC version

Co-authored-by: t-p-white <t-p-white>
1 year ago
Harrison Oglesby 622908254e [fenix] For https://github.com/mozilla-mobile/fenix/issues/28201 - replace existing night mode preview annotations with LightDarkPreview annotation 1 year ago
Jeff Boek 895858acf3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3722: Invoke search on long press home button
Co-authored-by: s-ankur <s.ankursonawane@gmail.com>
2 years ago
Alexandru2909 acf1bf3ace [fenix] For https://github.com/mozilla-mobile/fenix/issues/26957 - Allow SearchDialogFragment to be dismissed on homescreen swipe 2 years ago
Alexandru Putanu d05393714a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26957 - Exit search dialog when interacting with home fragment (https://github.com/mozilla-mobile/fenix/pull/27262)
* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent bookmark dropdown menu"

This reverts commit 5caee27b5530517d88e8a3212a3318f1ed75fba7.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent visit dropdown menu"

This reverts commit b2af04c9

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent tab dropdown menu"

This reverts commit bfdf6d202133e31930c1eeb24ff60b7035479653.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26690 - Dismiss search dialog when opening recent synced tab dropdown menu"

This reverts commit 86d44a46122eafb8bfb7df9cb2f182337cc47aa4.

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen top sites

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen collection

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent visits

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent tabs

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent bookmarks

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with pocket stories

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Dismiss search dialog when interacting with home fragment

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Noah Bond d0ba8373c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28133 - Fix Pocket story category color mismatch 2 years ago
priyanka0906 37307db791 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7924 - added an undo snackbar when a pinned site is removed 2 years ago
Jeff Boek 73918171ba [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/17904 - Increases tap area on the add shortcut button 2 years ago
Roger Yang e47e85b2b6 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949: Add engagement notification for inactive users 2 years ago
BFadairo 0f596b22d5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27854: Remove unnecessary Theme.getTheme() calls from FirefoxTheme usages 2 years ago
Noah Bond f86837723b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2 years ago
Noah Bond d422da9def [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2 years ago
Mugurell d85fe35478 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags allowing to differentiate Pocket stories 2 years ago
mike a 3072db7d92 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25809: tapping on search engine triggers engine selection 2 years ago
Mugurell cdc95724b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27549 - Collect shim data about the Pocket sponsored stories.
With the new telemetry will immediately report when a certain Pocket sponsored
story is shown (visible more than 50%) or clicked by the user.
The reasons for the new ping help easily identify the probe being sent and the
type of shim data.
2 years ago
Mugurell 796a5da5ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent bookmarks section. 2 years ago
Mugurell 97664b9484 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent visits section. 2 years ago
Mugurell 2d29750161 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent tabs section. 2 years ago
Mugurell 5b2a8c1a97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the Pocket section 2 years ago
Noah Bond 587b7920db [fenix] For https://github.com/mozilla-mobile/fenix/issues/27746 - Move top sites text outside of backplating 2 years ago
Alexandru2909 d23837323d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27252 - Update a11y services label for private browsing myths button 2 years ago
Gabriel Luong 1ec4cf8dad [fenix] For https://github.com/mozilla-mobile/fenix/issues/27667 - Remove import-ordering from the list of disabled ktlint rules 2 years ago
Noah Bond dbd7b302d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27469 - Update no collections button colors when a wallpaper is selected 2 years ago
Noah Bond 251a1e1e97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27468 - Backplate homepage MessageCard 2 years ago