Aaron Train
b0b2bc5dc9
[fenix] Bug 1811045 - Expand device and scheduling for legacy Android testing cron
2023-01-20 15:28:39 +00:00
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.
2023-01-20 14:28:11 +00:00
mike a
26563fa3fa
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25486 : fix sign in button
2023-01-20 02:41:58 +00:00
mike a
f14943abe2
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28342 : change the ui direction after a locale change
2023-01-20 02:05:36 +00:00
mozilla-l10n-automation-bot
029e55766e
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28600 )
2023-01-20 00:38:14 +00:00
Cathy Lu
d531054151
[fenix] Bug28280 - Add telemetry for form data failures
2023-01-19 22:58:57 +00:00
Roger Yang
0301d42c3e
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/28597 : Enable notification pre permission prompt feature in Beta
2023-01-19 22:11:59 +00:00
MickeyMoz
c9275d628b
[fenix] Update to Android-Components 111.0.20230119190301.
2023-01-19 20:44:23 +00:00
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.
2023-01-19 17:50:15 +00:00
MickeyMoz
db764e779f
[fenix] Update to Android-Components 111.0.20230119154817.
2023-01-19 17:50:15 +00:00
James Hugman
dcd66ffd31
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28589 - Restrict coroutine calls between messagemiddleware and messagingcontroller
2023-01-19 14:05:33 +00:00
AndiAJ
7667dcbf52
[fenix] Bug 1810735 - Part 2: New logins related UI tests
2023-01-19 13:21:48 +00:00
AndiAJ
f2c15acb75
[fenix] Bug 1807278 - Re-enable UI tests affected by settings screen changes
2023-01-19 11:52:44 +00:00
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
2023-01-19 11:23:30 +00:00
James Hugman
18141bffa3
[fenix] Address reviewer comments
2023-01-19 10:20:13 +00:00
James Hugman
cf84e3c869
[fenix] Refactor messaging middleware Part III
2023-01-19 10:20:13 +00:00
James Hugman
a666f4313b
[fenix] Move tests from DefaultMessageControllerTest to NimbusMessageControllerTest
2023-01-19 10:20:13 +00:00
James Hugman
ee763d6fac
[fenix] Move logic into NimbusMessagingController to correspond with NimbusMessagingStorage
2023-01-19 10:20:13 +00:00
James Hugman
b779cafb75
[fenix] Refactor messaging middleware Part II
2023-01-19 10:20:13 +00:00
James Hugman
d47aa5753e
[fenix] EXP-2994 Refactor messaging middleware Part I
2023-01-19 10:20:13 +00:00
MickeyMoz
e734b41a69
[fenix] Update to Android-Components 111.0.20230118143235.
2023-01-18 17:49:23 +00:00
mozilla-l10n-automation-bot
7892459638
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28577 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-18 16:07:48 +00:00
kycn
f97a45b14a
[fenix] Bug 1811007 - Remove all unused strings marked moz:removedIn <= 108.
2023-01-18 15:30:01 +00:00
Alexandru2909
cf80699fe4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27338 - Update summary text for preferences from settings screen
2023-01-18 10:30:28 +00:00
AndiAJ
1b0499bdcb
[fenix] Bug 1810565 - Part 1: New logins related UI tests
2023-01-18 09:50:15 +00:00
AndiAJ
3110297b88
[fenix] Bug 1810565 - Move logins related UI tests to new class
2023-01-18 09:50:15 +00:00
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.
2023-01-18 08:55:36 +00:00
Mugurell
7502195edd
[fenix] Bug 1810792 - Enable Pocket sponsored stories
2023-01-18 07:54:53 +00:00
mozilla-l10n-automation-bot
7e60fa89a0
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28570 )
2023-01-18 00:41:42 +00:00
mike a
7a47016949
[fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/7861 : position text based on layout direction, not text directionality"
...
This reverts commit 2f2d3dcd94d4d2f94a8f0c30abcbe3956d48ec74.
2023-01-17 23:20:03 +00:00
MickeyMoz
0b196b06a7
[fenix] Update to Android-Components 111.0.20230117171355.
2023-01-17 22:49:05 +00:00
sarah541
4018dd9726
[fenix] Update implementation of dependency
2023-01-17 22:01:10 +00:00
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>
2023-01-17 15:21:20 +00:00
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>
2023-01-17 14:32:26 +00:00
Arturo Mejia
3d332cf24f
[fenix] Bug 1809156 - Improve accessibility in CookieBannerReEngagementDialog
2023-01-17 13:47:54 +00:00
mcarare
375ba00181
[fenix] Bug 1804377 - Avoid unwanted dismissal of tab history.
2023-01-17 12:47:24 +00:00
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
2023-01-17 11:45:08 +00:00
mozilla-l10n-automation-bot
1322a6dbfa
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28555 )
2023-01-17 00:39:37 +00:00
MickeyMoz
bd431ed3f3
[fenix] Update to Android-Components 111.0.20230116194717.
2023-01-16 22:00:51 +00:00
Aaron Train
d57dc82a73
[fenix] Bug 1810204 - Schedule legacy Android API Cron for test coverage
2023-01-16 21:13:23 +00:00
oana.horvath
7e9bda6d8c
[fenix] Bug 1810528 - New PDFs open and save UI tests
2023-01-16 20:43:44 +00:00
MickeyMoz
bd61ac6f75
[fenix] Update to Android-Components 110.0.20230116143344.
2023-01-16 16:54:16 +00:00
AndiAJ
98612593a8
[fenix] Bug 1807279 - create new cookie banner reduction UI smoke tests
2023-01-16 16:19:39 +00:00
Donal Meehan
bc3294862c
[fenix] Update version.txt to 111.0b1
2023-01-16 08:29:48 -05:00
mozilla-l10n-automation-bot
664fc622e4
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28543 )
2023-01-16 01:08:37 +00:00
MickeyMoz
429cd40fd1
[fenix] Update to Android-Components 110.0.20230115143320.
2023-01-15 16:04:34 +00:00
mozilla-l10n-automation-bot
210b27d083
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28540 )
2023-01-15 00:37:51 +00:00
MickeyMoz
237fe54f18
[fenix] Update to Android-Components 110.0.20230114143039.
2023-01-14 16:44:41 +00:00
mozilla-l10n-automation-bot
a38501f4e4
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28534 )
2023-01-14 00:47:41 +00:00
MickeyMoz
22d61b3b21
[fenix] Update to Android-Components 110.0.20230113190255.
2023-01-13 20:43:46 +00:00