Commit Graph

7657 Commits

Author SHA1 Message Date
mcarare
258acf5fd9 For #26023: Remove inaccurate VisibleForTesting annotations. 2022-09-21 20:50:49 +00:00
mcarare
a914e72b68 For #26023: Replace VisibleForTesting with @get:VisibleForTesting. 2022-09-21 20:50:49 +00:00
mcarare
e5cc8f7592 For #26023: Suppress NewApi warning for autofillConfiguration. 2022-09-21 20:50:49 +00:00
AndiAJ
f043362176 For #27008 fix flaky addAndRemoveMostViewedTopSiteTest UI test 2022-09-21 15:35:32 +00:00
Mugurell
7b5ba840ab For #26644 - Apply the wallpaper provided text color to the Fenix logo
And to the private mode switcher.
2022-09-21 13:03:55 +00:00
Mugurell
103a0cb250 For #26644 - Split the Fenix logo in two images
This will allow us applying a certain tint just for the image containing a text
to have a better contrast with wallpapers.
2022-09-21 13:03:55 +00:00
mozilla-l10n-automation-bot
74cb0679e2
Import l10n. (#27083) 2022-09-21 00:34:02 +00:00
MatthewTighe
ace7b1e35c Closes #27081: enable wallpaper onboarding flag 2022-09-20 22:42:55 +00:00
MatthewTighe
414c569e86 For #27055: check whether applied wallpaper name is blank 2022-09-20 22:12:45 +00:00
Noah Bond
892e9842d4 For #26854 - Fix bug causing the Top Sites sponsored text to show scrollbars 2022-09-20 18:03:24 +00:00
AndiAJ
1d15fad8ca For #27005 fix flaky updateSavedLoginTest UI test 2022-09-20 14:52:28 +00:00
mcarare
bcc12b65ce For #27004: Make the top site frame layout focusable.
This makes the layout visible to a11y screen readers.
2022-09-20 07:05:11 +00:00
mozilla-l10n-automation-bot
8fa1924e83
Import l10n. (#27069) 2022-09-20 00:36:26 +00:00
MatthewTighe
6f24fadebb Closes #26966: enable wallpapers V2 2022-09-19 23:28:52 +00:00
Gabriel Luong
997a4af839 For #26582 - Renew telemetry expiring in 107 2022-09-19 21:51:31 +00:00
MatthewTighe
c77ee6f371 For #27064 - Remove all unused strings marked moz:removedIn <= 104 2022-09-19 19:54:08 +00:00
MatthewTighe
c6af07dc8c Closes #26997: convert v1 wallpapers into collection group 2022-09-19 19:24:27 +00:00
AndiAJ
8dd71a0523 For #24978 re-enable UI tests with frequent ANR 2022-09-19 18:55:25 +00:00
Mugurell
0d439f91e3 For #11404 - Disable new open bookmarks tests pending compose refactoring 2022-09-19 14:25:16 -04:00
Pg
b11fd9131d For #11404 - Update open all tabs warning message
Specify Firefox will only slow down while pages are loading.
2022-09-19 14:25:16 -04:00
Pg
c75e331a30 For #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
fe16a81c1d For #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
9cf42cb7d9 For #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
400a2a60d1 For #26286 new homepage settings UI tests 2022-09-19 15:09:42 +00:00
mozilla-l10n-automation-bot
26cd937a61
Import l10n. (#27056) 2022-09-19 00:38:04 +00:00
mozilla-l10n-automation-bot
055afeade8
Import l10n. (#27050) 2022-09-18 00:32:12 +00:00
mozilla-l10n-automation-bot
85b9c6e057
Import l10n. (#27047) 2022-09-17 00:37:53 +00:00
mozilla-l10n-automation-bot
9822a2d65b
Import l10n. (#27037) 2022-09-16 00:34:29 +00:00
mike a
c81e7a1453 Closes #26999: fix disapprearing wallpapers after going back to home screen 2022-09-15 23:44:54 +00:00
sarah541
924f00024e For #27020 - Correct padding for wallpaper thumbnails 2022-09-15 22:41:38 +00:00
sarah541
5e2fe2285c For #27029 - Use placeholder inplace of app name 2022-09-15 22:14:06 +00:00
mike a
4972b70018 Closes #26995: add sorting of wallpapers on wallpapers onboarding tool 2022-09-15 21:46:02 +00:00
sarah541
dafe5dbdd6 For #27024 - Use textAccent for the "Learn more" link in the wallpaper settings 2022-09-15 20:55:00 +00:00
mike a
2ee00374dd Closes #27021: add wallpaper onboarding downloading error snackbar 2022-09-15 18:58:43 +00:00
MatthewTighe
9ce3f65b51 Closes #26945: adds telemetry for learn more link on wallpaper settings 2022-09-15 18:07:57 +00:00
AndiAJ
af1fbd5eeb For #26784 refactor use of idling resources in UI tests 2022-09-15 14:27:25 +00:00
AndiAJ
43b6445b46 For #27002 use featureSettingsHelper instead of app settings 2022-09-15 13:01:53 +00:00
AndiAJ
7193e4e637 For #26286 new sponsored shortcut UI tests and other refactoring work 2022-09-15 08:35:11 +00:00
mike a
cc30e3dc5a Closes #26971: fix wallpaper onboarding display condition 2022-09-15 05:56:57 +00:00
mavduevskiy
7fc96b01b2
Closes #26973: adjust wallpaper onboarding ui (#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
d987afd23a For #26424 - Add contrasting text color for migrated Turning Red Wallpapers 2022-09-15 03:19:02 +00:00
Alexandru2909
817827997f For #26424 - Create wallpaper file migration helper 2022-09-15 03:19:02 +00:00
Aaron Train
0f4d711083 Update SmokeTest.kt
Disabled selectAllAndCopyTextTest()
2022-09-15 02:47:12 +00:00
Aaron Train
51c314e262 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
9f0f052cab
Import l10n. (#26991)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-15 01:41:43 +00:00
Gabriel Luong
d468bb5c58 For #26987 - Update MR Onboarding strings for existing users 2022-09-14 23:20:36 +00:00
MatthewTighe
7f59fa235f For #26980: enable task continuity in all channels 2022-09-14 22:37:18 +00:00
mike a
9cb441a6ca Closes #26215: add telemetry events for wallpaper onboarding dialog 2022-09-14 21:27:26 +00:00
sarah541
805fb0ff60 For #26908 - Update wallpapers settings page design 2022-09-14 19:45:38 +00:00
Jan-Erik Rediger
29e871086b Fix naming of generated exception 2022-09-14 12:57:21 -04:00