Pg
3b412f7dc8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create alert message when a lot of tabs are to be opened.
...
Current threshold is 15.
2022-09-19 14:25:16 -04:00
Pg
ef15f5154c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all in private tabs' option as requested.
...
https://github.com/mozilla-mobile/fenix/pull/21212#discussion_r739172674
- Add option is tree dot menu
- Edit folder opening to be aware of browsing mode
- Add metrics
- Add unit tests for 'Open all in private tabs'
- Add Android tests for open all in private.
2022-09-19 14:25:16 -04:00
Pg
e19a281ab8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create the open_all_in_new_tabs metric in Glean
...
Expiration date is set to the same of others bookmark metrics.
2022-09-19 14:25:16 -04:00
Pg
871604943d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Create open all function
...
- Create element to be displayed
- Update the interface and bind in the view holder
Set the filter to limit this action to FOLDER.
- Create core function
Main logic is done on the controller (has it should be done). The whole
process is done in one coroutine to be non-blocking as many
(sub)folders & links can be present. If folder is empty, a toast is
displayed. Else iterate on items. When item is:
- a FOLDER -> restart process (without toast) on the folder
- a ITEM -> open it
- a SEPARATOR -> do nothing
Once finished, show the tabs tray.
Toast message is defined in fragment to have access to context.
- Create androidTest for openAllInTabs
- Create tests for handleBookmarkFolderOpening
- Display 'open all' options only if folder has at least on child:
A coroutine and suspended functions have to be used, since `getTree`
is async.
2022-09-19 14:25:16 -04:00
AndiAJ
3ee2d3a7c6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new homepage settings UI tests
2022-09-19 15:09:42 +00:00
Ryan VanderMeulen
916200a3dd
[fenix] Update protobuf to latest release.
2022-09-19 14:02:30 +00:00
mozilla-l10n-automation-bot
1d5ff6ea2e
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27056 )
2022-09-19 00:38:04 +00:00
mozilla-l10n-automation-bot
db94717490
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27050 )
2022-09-18 00:32:12 +00:00
mozilla-l10n-automation-bot
65bdbc83d8
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27047 )
2022-09-17 00:37:53 +00:00
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
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
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
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
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
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