mozilla-l10n-automation-bot
b2cc529124
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27037 )
2022-09-16 00:34:29 +00:00
mike a
2dc6ba974a
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26999 : fix disapprearing wallpapers after going back to home screen
2022-09-15 23:44:54 +00:00
MickeyMoz
7a1b539193
[fenix] Update to Android-Components 106.0.20220915212218.
2022-09-15 23:12:24 +00:00
sarah541
0cd97f8f35
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27020 - Correct padding for wallpaper thumbnails
2022-09-15 22:41:38 +00:00
sarah541
9835d3735d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27029 - Use placeholder inplace of app name
2022-09-15 22:14:06 +00:00
mike a
dd7c2f7eec
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26995 : add sorting of wallpapers on wallpapers onboarding tool
2022-09-15 21:46:02 +00:00
sarah541
5b035e7fb5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27024 - Use textAccent for the "Learn more" link in the wallpaper settings
2022-09-15 20:55:00 +00:00
mike a
248ef0c172
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27021 : add wallpaper onboarding downloading error snackbar
2022-09-15 18:58:43 +00:00
MatthewTighe
a096acc130
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26945 : adds telemetry for learn more link on wallpaper settings
2022-09-15 18:07:57 +00:00
AndiAJ
aa9995aa50
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26784 refactor use of idling resources in UI tests
2022-09-15 14:27:25 +00:00
AndiAJ
225f524f2d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27002 use featureSettingsHelper instead of app settings
2022-09-15 13:01:53 +00:00
AndiAJ
4d0392061a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new sponsored shortcut UI tests and other refactoring work
2022-09-15 08:35:11 +00:00
mike a
954ed79fa1
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26971 : fix wallpaper onboarding display condition
2022-09-15 05:56:57 +00:00
mavduevskiy
360d443b3f
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26973 : adjust wallpaper onboarding ui ( https://github.com/mozilla-mobile/fenix/pull/26974 )
...
Co-authored-by: mike a <mavduevskiy@gmail.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-15 04:06:15 +00:00
Mugurell
342c9551e4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26424 - Add contrasting text color for migrated Turning Red Wallpapers
2022-09-15 03:19:02 +00:00
Alexandru2909
bfddfa7177
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26424 - Create wallpaper file migration helper
2022-09-15 03:19:02 +00:00
Aaron Train
bb43506a47
[fenix] Update SmokeTest.kt
...
Disabled selectAllAndCopyTextTest()
2022-09-15 02:47:12 +00:00
Aaron Train
7d2e8a00ba
[fenix] Disable copyTextTest in SmokeTest.kt
...
See https://github.com/mozilla-mobile/fenix/issues/26884
2022-09-15 02:47:12 +00:00
mozilla-l10n-automation-bot
b829659d96
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/26991 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-15 01:41:43 +00:00
MickeyMoz
38f5fad1ef
[fenix] Update to Android-Components 106.0.20220914204738.
2022-09-15 01:10:31 +00:00
Gabriel Luong
d94392e534
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26987 - Update MR Onboarding strings for existing users
2022-09-14 23:20:36 +00:00
MatthewTighe
73ca913323
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26980 : enable task continuity in all channels
2022-09-14 22:37:18 +00:00
mike a
27d80e6de0
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26215 : add telemetry events for wallpaper onboarding dialog
2022-09-14 21:27:26 +00:00
sarah541
3b36328a09
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26908 - Update wallpapers settings page design
2022-09-14 19:45:38 +00:00
Jan-Erik Rediger
a042569654
[fenix] Fix naming of generated exception
2022-09-14 12:57:21 -04:00
MickeyMoz
d75e1d023d
[fenix] Update to Android-Components 106.0.20220914143042.
2022-09-14 12:57:21 -04:00
Mugurell
cc76d31557
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 : Properly disable the jumpBackIn and TCP CFRs in BookmarksTest
2022-09-14 15:22:47 +00:00
Mugurell
1800ca13b5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 : [UI tests] Reset modified settings just before the Activity finishes
...
This should prevent issues with the cleanup being done earlier (even in @After)
and affecting the behavior of the Activity which is still running.
With this issue fixed I've re-enabled verifyCustomizeHomepageTest.
Because when FeatureSettingsHelper is instantiated it caches the settings
values from that instant it's important to only use one instance of it so I've
updated all tests that are using HomeActivityTestRule.
HomeActivityIntentTestRule may be updated with a similar functionality later.
2022-09-14 15:22:47 +00:00
Aaron Train
95e632c11f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26792 - Change active Firebase Test Lab emulator from x86 to ARM ( https://github.com/mozilla-mobile/fenix/pull/26793 )
...
* For https://github.com/mozilla-mobile/fenix/issues/26792 - Change active Firebase Test Lab emulator from x86 to ARM
Update startup-test kind.yml Jobs for ARM
Update ui-test kind.yml Jobs for ARM
Cleans up and renames Flank configurations for ARM
Updates ui-test.sh for ARM
* Fix BookmarksTest.kt and HomeScreenTest.kt
* Fix intent matcher for SettingsAboutTest
Adds a helper function for Play Store intent
* Fix SettingsSearchTest.kt
* ktlint fix TestHelper.kt and SettingsRobot.kt
2022-09-14 16:42:25 +02:00
Mugurell
e48fd2951e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26737 - Use the body2 for title else caption style in the Pocket section
2022-09-14 13:42:51 +00:00
Alexandru2909
5202efa275
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26690 - Dismiss search dialog when opening recent synced tab dropdown menu
2022-09-14 12:49:08 +00:00
Alexandru2909
632a03ff12
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent bookmark dropdown menu
2022-09-14 10:36:30 +00:00
Alexandru2909
49d9032df2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent visit dropdown menu
2022-09-14 10:36:30 +00:00
Alexandru2909
3d949c808f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent tab dropdown menu
...
For https://github.com/mozilla-mobile/fenix/issues/26790 - recent tab
2022-09-14 10:36:30 +00:00
mozilla-l10n-automation-bot
bcc8d09c2c
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/26970 )
2022-09-14 00:36:07 +00:00
MatthewTighe
03f7ac5328
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26511 : apply wallpapers immediately and observe updates
2022-09-13 22:40:36 +00:00
mcarare
adb2816dbb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26743 : Update the URL text styling in ClickableSubstringLink used by PoweredByPocketHeader
...
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2022-09-13 20:25:01 +00:00
Gabriel Luong
2600c1d7d0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26888 - Change Home Section Headers to use Headline6
2022-09-13 15:44:59 -04:00
MickeyMoz
3d0f414c35
[fenix] Update to Android-Components 106.0.20220913143057.
2022-09-13 15:56:29 +00:00
mike a
af79653039
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26212 : Download wallpapers when a thumbnail is clicked
2022-09-13 05:55:24 +00:00
mozilla-l10n-automation-bot
f456f699e6
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/26952 )
2022-09-13 00:40:06 +00:00
mike a
8205e6f907
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750 : add Wallpapers Onboarding dialog
2022-09-12 23:21:25 +00:00
Mugurell
0168388546
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26910 : Enable TCP for all modes
...
Unify the TCP feature with the TCP setting allowing both to be controlled
through the same Nimbus experiment.
Allow changing the default cookie policy to TCP based on the Nimbus experiment.
2022-09-12 22:54:30 +00:00
Charlie Humphreys
235ea4031a
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/26905 : update nimbus experiments github action control flow and versions
2022-09-12 21:53:10 +00:00
Arturo Mejia
276d7db0c4
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26865 : Make the Nimbus MR Onboarding features true by default.
2022-09-12 16:44:08 -04:00
MickeyMoz
a3698cfa5e
[fenix] Update to Android-Components 106.0.20220912143111.
2022-09-12 16:57:31 +00:00
Roger Yang
39a122c42b
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/24913 : Update metrics.yaml owners
2022-09-12 16:19:55 +00:00
AndiAJ
c2782f1381
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26932 disabled failing verifyCustomizeHomepageTest UI test
2022-09-12 14:51:25 +00:00
AndiAJ
2219f9580b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new site security quick settings UI tests
2022-09-12 09:34:52 +00:00
Mozilla L10n Automation Bot
7005fff61b
[fenix] Import l10n.
2022-09-11 21:03:38 -04:00