Commit Graph

5156 Commits (c1b52f5a58941c625e52af5e83dc3eeda395eef1)

Author SHA1 Message Date
Jeff Boek 549cfb2974 [fenix] Bug 1807594 - Respect users setting when switching back to search suggestions 2 years ago
DreVla 95703b9555 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28111: Filter out topic specific search engines from default list
Since topic specific search engines, like amazon, ebay, etc...
will only show results from those specific websites, they will be filtered
out of the default search engines list.
2 years ago
mike a 26563fa3fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25486: fix sign in button 2 years ago
mike a f14943abe2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28342: change the ui direction after a locale change 2 years ago
Cathy Lu d531054151 [fenix] Bug28280 - Add telemetry for form data failures 2 years ago
Roger Yang 0301d42c3e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/28597: Enable notification pre permission prompt feature in Beta 2 years ago
Mugurell 46dc2f24f3 [fenix] Update breaking APIs in MediaSessionService
This fixes a breaking change from Android-Components and will allow the media
service there to easily report crashes.
2 years ago
James Hugman dcd66ffd31 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28589 - Restrict coroutine calls between messagemiddleware and messagingcontroller 2 years ago
Jan-Erik Rediger 0a0234bc6f [fenix] Switch to the typed API for Glean events
Required for Glean v52.0.0

Ref https://github.com/mozilla-mobile/fenix/issues/19967
2 years ago
James Hugman 18141bffa3 [fenix] Address reviewer comments 2 years ago
James Hugman cf84e3c869 [fenix] Refactor messaging middleware Part III 2 years ago
James Hugman a666f4313b [fenix] Move tests from DefaultMessageControllerTest to NimbusMessageControllerTest 2 years ago
James Hugman ee763d6fac [fenix] Move logic into NimbusMessagingController to correspond with NimbusMessagingStorage 2 years ago
James Hugman b779cafb75 [fenix] Refactor messaging middleware Part II 2 years ago
James Hugman d47aa5753e [fenix] EXP-2994 Refactor messaging middleware Part I 2 years ago
Alexandru2909 cf80699fe4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27338 - Update summary text for preferences from settings screen 2 years ago
DreVla f6e8697df3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27975: Ignore current tab when forcing inactive
Since the crash was caused by having the current tab set as inactive
while the user was still able to see it, now we ignore the current
tab if it is selected to be set as inactive.
2 years ago
Mugurell 7502195edd [fenix] Bug 1810792 - Enable Pocket sponsored stories 2 years 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>
2 years ago
t-p-white f22bdeef5d [fenix] Bug 1809660: Fix for unwanted Homepage preferences animation when Pocket feature is enabled/disabled (https://github.com/mozilla-mobile/fenix/pull/28501)
* Bug 1809660: Fix for unwanted Homepage preferences animation

* Bug 1809660: Removed unused isFirefoxDefaultBrowser() function

* Bug 1809660: Updated Android tests for HomeSettingsFragment to accommodate changes made.

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Arturo Mejia 3d332cf24f [fenix] Bug 1809156 - Improve accessibility in CookieBannerReEngagementDialog 2 years ago
mcarare 375ba00181 [fenix] Bug 1804377 - Avoid unwanted dismissal of tab history. 2 years ago
jhugman 0e795b267b [fenix] Closes EXP-2986 - Add adjust params to custom attributes for messaging display triggers (https://github.com/mozilla-mobile/fenix/pull/28518)
* Add adjust params to custom attributes for messaging display triggers

* Add isNotificationEnabled to display trigger attributes
2 years ago
rahulsainani 115422015e [fenix] Bug 1810114 - Part 2: Move marketingNotificationAllowed metric to FenixApplication 2 years ago
rahulsainani 2c8869f666 [fenix] Bug 1810114 - Part 1: Add isNotificationChannelEnabled helper function and tests for NotificationManagerCompat.kt 2 years ago
rahulsainani 119be2d972 [fenix] Bug 1810115 - Add telemetry for notification per permission prompt 2 years ago
Arturo Mejia d4408f8446 [fenix] Address comments 2 years ago
Arturo Mejia e3522ee163 [fenix] Bug 1809136 - Address CookieBannerReEngagementDialog not showing after expired timer 2 years ago
Roger Yang 160af0e485 [fenix] Closes https://github.com/mozilla-mobile/fenix/pull/28484: Add nimbus exposure for pre permission prompt 2 years ago
Noah Bond ae6a9fb6b8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28516 - Update `InactiveTabsController` function names 2 years ago
Arturo Mejia c992f258ec [fenix] Bug 1809507 - Update cookie banner to reject_all setting 2 years ago
rahulsainani af78546293 [fenix] Bug 1808874 - Add notification pre permission prompt 2 years ago
Arturo Mejia d7eba470d3 [fenix] Bug 1809507 - Use base domain on the cookie banner handling panel. 2 years ago
Noah Bond 721316f905 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28264 - Refactor synced tabs handling out of `NavigationInteractor` 2 years ago
Noah Bond 97af2f640e [fenix] For https://github.com/mozilla-mobile/fenix/issues/28263 - Rename inactive tabs interactor functions 2 years 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>
2 years ago
Alexandru2909 deb08fe581 [fenix] Bug 1808665 - Record toolbar_menu_visible event 2 years ago
MatthewTighe e84f0ee969 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28428: update growth data with new events 2 years ago
Arturo Mejia 31e1a8f34d [fenix] Bug 1797593 - Add re-engagement dialog for cookie banners. 2 years ago
Harrison Oglesby 622908254e [fenix] For https://github.com/mozilla-mobile/fenix/issues/28201 - replace existing night mode preview annotations with LightDarkPreview annotation 2 years ago
Harrison Oglesby e1240855a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28201 - Make a LightDarkPreview annotation
Add LightDarkPreview annotation
2 years ago
Noah Bond da02a54f84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28262 - Refactor InactiveTabsAutoCloseDialogInteractor into InactiveTabsInteractor 2 years ago
Noah Bond 5a507fbb92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28261 - Rename solo `xInteractor` parameters in the Tabs Tray to `interactor` 2 years ago
rahulsainani d760e57572 [fenix] Closes 28414: NotificationManagerCompat extension to safely check if notifications are enabled 2 years ago
Alexandru2909 03493f4eaf [fenix] Bug 1807727 - Dismiss SearchDialogFragment on editing cancelled 2 years ago
mcarare e7f5d43524 [fenix] Switch to AC implementation for checking device manufacturer. 2 years ago
sunil9211 9aefc0d2a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23841: Hide keyboard when selecting month or year 2 years ago
sarah541 2c87c3148d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27035 - Add padding around onboarding buttons and content 2 years ago
Alexandru2909 bc8c302026 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25812 - Set the cursor at the end for search terms when switching to toolbar editMode. 2 years ago
Arturo Mejia 7099698afa [fenix] Bug 1796146 - Add learn more link to cookie banner handling settings page 2 years ago