Commit Graph

7993 Commits (fbe8dfee6fac79e1c3aa038f6e3b802d6984d5c8)

Author SHA1 Message Date
Roger Yang 366423e85c Revert "For #11404 - Create the open_all_in_new_tabs metric in Glean"
This reverts commit f1bd7e192d.
2 years ago
Roger Yang dff4c31606 Revert "For #11404 - Add 'Open all in private tabs' option as requested."
This reverts commit fe16a81c1d.
2 years ago
Roger Yang cfa376e5d2 Revert "For #11404 - Create alert message when a lot of tabs are to be opened."
This reverts commit c75e331a30.
2 years ago
Roger Yang 7fc213ce0c Revert "For #11404 - Update open all tabs warning message"
This reverts commit b11fd9131d.
2 years ago
Roger Yang 79ba4b8039 Revert "For #11404 - Disable new open bookmarks tests pending compose refactoring"
This reverts commit 0d439f91e3.
2 years ago
mcarare 7efc9fcb7a For #26023: Supress LongParameterList warnings. 2 years ago
mcarare 258acf5fd9 For #26023: Remove inaccurate VisibleForTesting annotations. 2 years ago
mcarare a914e72b68 For #26023: Replace VisibleForTesting with @get:VisibleForTesting. 2 years ago
mcarare e5cc8f7592 For #26023: Suppress NewApi warning for autofillConfiguration. 2 years ago
AndiAJ f043362176 For #27008 fix flaky addAndRemoveMostViewedTopSiteTest UI test 2 years ago
Mugurell 7b5ba840ab For #26644 - Apply the wallpaper provided text color to the Fenix logo
And to the private mode switcher.
2 years ago
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.
2 years ago
mozilla-l10n-automation-bot 74cb0679e2
Import l10n. (#27083) 2 years ago
MatthewTighe ace7b1e35c Closes #27081: enable wallpaper onboarding flag 2 years ago
MatthewTighe 414c569e86 For #27055: check whether applied wallpaper name is blank 2 years ago
Noah Bond 892e9842d4 For #26854 - Fix bug causing the Top Sites sponsored text to show scrollbars 2 years ago
AndiAJ 1d15fad8ca For #27005 fix flaky updateSavedLoginTest UI test 2 years ago
mcarare bcc12b65ce For #27004: Make the top site frame layout focusable.
This makes the layout visible to a11y screen readers.
2 years ago
mozilla-l10n-automation-bot 8fa1924e83
Import l10n. (#27069) 2 years ago
MatthewTighe 6f24fadebb Closes #26966: enable wallpapers V2 2 years ago
Gabriel Luong 997a4af839 For #26582 - Renew telemetry expiring in 107 2 years ago
MatthewTighe c77ee6f371 For #27064 - Remove all unused strings marked moz:removedIn <= 104 2 years ago
MatthewTighe c6af07dc8c Closes #26997: convert v1 wallpapers into collection group 2 years ago
AndiAJ 8dd71a0523 For #24978 re-enable UI tests with frequent ANR 2 years ago
Mugurell 0d439f91e3 For #11404 - Disable new open bookmarks tests pending compose refactoring 2 years ago
Pg b11fd9131d For #11404 - Update open all tabs warning message
Specify Firefox will only slow down while pages are loading.
2 years ago
Pg c75e331a30 For #11404 - Create alert message when a lot of tabs are to be opened.
Current threshold is 15.
2 years ago
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.
2 years ago
Pg f1bd7e192d For #11404 - Create the open_all_in_new_tabs metric in Glean
Expiration date is set to the same of others bookmark metrics.
2 years ago
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.
2 years ago
AndiAJ 400a2a60d1 For #26286 new homepage settings UI tests 2 years ago
Ryan VanderMeulen de14a20fae Update protobuf to latest release. 2 years ago
mozilla-l10n-automation-bot 26cd937a61
Import l10n. (#27056) 2 years ago
mozilla-l10n-automation-bot 055afeade8
Import l10n. (#27050) 2 years ago
mozilla-l10n-automation-bot 85b9c6e057
Import l10n. (#27047) 2 years ago
mozilla-l10n-automation-bot 9822a2d65b
Import l10n. (#27037) 2 years ago
mike a c81e7a1453 Closes #26999: fix disapprearing wallpapers after going back to home screen 2 years ago
sarah541 924f00024e For #27020 - Correct padding for wallpaper thumbnails 2 years ago
sarah541 5e2fe2285c For #27029 - Use placeholder inplace of app name 2 years ago
mike a 4972b70018 Closes #26995: add sorting of wallpapers on wallpapers onboarding tool 2 years ago
sarah541 dafe5dbdd6 For #27024 - Use textAccent for the "Learn more" link in the wallpaper settings 2 years ago
mike a 2ee00374dd Closes #27021: add wallpaper onboarding downloading error snackbar 2 years ago
MatthewTighe 9ce3f65b51 Closes #26945: adds telemetry for learn more link on wallpaper settings 2 years ago
AndiAJ af1fbd5eeb For #26784 refactor use of idling resources in UI tests 2 years ago
AndiAJ 43b6445b46 For #27002 use featureSettingsHelper instead of app settings 2 years ago
AndiAJ 7193e4e637 For #26286 new sponsored shortcut UI tests and other refactoring work 2 years ago
mike a cc30e3dc5a Closes #26971: fix wallpaper onboarding display condition 2 years ago
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>
2 years ago
Mugurell d987afd23a For #26424 - Add contrasting text color for migrated Turning Red Wallpapers 2 years ago
Alexandru2909 817827997f For #26424 - Create wallpaper file migration helper 2 years ago
Aaron Train 0f4d711083 Update SmokeTest.kt
Disabled selectAllAndCopyTextTest()
2 years ago
Aaron Train 51c314e262 Disable copyTextTest in SmokeTest.kt
See https://github.com/mozilla-mobile/fenix/issues/26884
2 years ago
mozilla-l10n-automation-bot 9f0f052cab
Import l10n. (#26991)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Gabriel Luong d468bb5c58 For #26987 - Update MR Onboarding strings for existing users 2 years ago
MatthewTighe 7f59fa235f For #26980: enable task continuity in all channels 2 years ago
mike a 9cb441a6ca Closes #26215: add telemetry events for wallpaper onboarding dialog 2 years ago
sarah541 805fb0ff60 For #26908 - Update wallpapers settings page design 2 years ago
Jan-Erik Rediger 29e871086b Fix naming of generated exception 2 years ago
Mugurell 8af2ee8aa9 For #26884: Properly disable the jumpBackIn and TCP CFRs in BookmarksTest 2 years ago
Mugurell 5010aa7d0d For #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.
2 years ago
Aaron Train 4e99fe8521
For #26792 - Change active Firebase Test Lab emulator from x86 to ARM (#26793)
* For #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
2 years ago
Mugurell 2899a66b15 For #26737 - Use the body2 for title else caption style in the Pocket section 2 years ago
Alexandru2909 bda817a608 For #26690 - Dismiss search dialog when opening recent synced tab dropdown menu 2 years ago
Alexandru2909 262aa16991 For #26790 - Dismiss search dialog when opening recent bookmark dropdown menu 2 years ago
Alexandru2909 b93b085085 For #26790 - Dismiss search dialog when opening recent visit dropdown menu 2 years ago
Alexandru2909 44b71bb590 For #26790 - Dismiss search dialog when opening recent tab dropdown menu
For #26790 -  recent tab
2 years ago
mozilla-l10n-automation-bot 1164703571
Import l10n. (#26970) 2 years ago
MatthewTighe 3ef7f959db For #26511: apply wallpapers immediately and observe updates 2 years ago
mcarare aa4a072d73 For #26743: Update the URL text styling in ClickableSubstringLink used by PoweredByPocketHeader
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2 years ago
Gabriel Luong 62c36ab46d For #26888 - Change Home Section Headers to use Headline6 2 years ago
mike a 3aff74b40a Closes #26212: Download wallpapers when a thumbnail is clicked 2 years ago
mozilla-l10n-automation-bot 67ba299f77
Import l10n. (#26952) 2 years ago
mike a 65bee4bb27 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
Mugurell 93615438fc For #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.
2 years ago
Roger Yang c99ff75787 Close #24913: Update metrics.yaml owners 2 years ago
AndiAJ 27e2402429 For #26932 disabled failing verifyCustomizeHomepageTest UI test 2 years ago
AndiAJ aef6c0a5e4 For #26286 new site security quick settings UI tests 2 years ago
Mozilla L10n Automation Bot d5592687d2 Import l10n. 2 years ago
Christian Sadilek 9cae449e06 Revert "For #26511: Parallelize work for setting the wallpaper"
This reverts commit ce3a7152f9.
2 years ago
Christian Sadilek d39759e7ea Revert "For #26511: Avoid waiting to set no wallpaper"
This reverts commit 4a88dbf1f1.
2 years ago
Christian Sadilek a4692a67f0 Revert "Closes #26750: add Wallpapers Onboarding dialog"
This reverts commit 05b95b6a97.
2 years ago
Christian Sadilek 8dd326f9f2 Revert "Closes #26750: add ktlintFormat changes"
This reverts commit 0ff140193b.
2 years ago
Christian Sadilek 29a36d5e9a Revert "Closes #26750: pr review changes"
This reverts commit 87334d2a76.
2 years ago
Christian Sadilek 7ec570e8b1 Revert "Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest"
This reverts commit 72d7264201.
2 years ago
Christian Sadilek 6525439709 Revert "Closes #26750: remove unused files from WallpaperOnboarding"
This reverts commit 97987dbf8b.
2 years ago
Mozilla L10n Automation Bot 42b9bbce44 Import l10n. 2 years ago
mozilla-l10n-automation-bot 3d5c6b96b8
Import l10n. (#26912) 2 years ago
mike a 97987dbf8b Closes #26750: remove unused files from WallpaperOnboarding 2 years ago
mike a 72d7264201 Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest 2 years ago
mike a 87334d2a76 Closes #26750: pr review changes 2 years ago
mike a 0ff140193b Closes #26750: add ktlintFormat changes 2 years ago
mike a 05b95b6a97 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
mcarare ffcef5ff2e For #26844: Fix ktlint issues and remove them from baseline. 2 years ago
Mugurell 4a88dbf1f1 For #26511: Avoid waiting to set no wallpaper
This should squeeze the most performance for users who haven't set a wallpaper.
2 years ago
Mugurell ce3a7152f9 For #26511: Parallelize work for setting the wallpaper
Split loading the bitmap from storage and actually setting it in two operations
with one that can run in parallel with onCreateView for HomeFragment and one
that can be used serially on the main thread to actually set the wallpaper.

This seems like the best compromise to ensure that everytime the homescreen is
shown it will have the wallpaper set but does affect the performance - there is
a delay in showing HomeFragment to account for waiting for the wallpaper to be
set.
In testing the new delay seems close to the one from the initial wallpapers
implementation. See more in https://github.com/mozilla-mobile/fenix/pull/26794.
2 years ago
Mozilla L10n Automation Bot 72227cb6a3 Import l10n. 2 years ago
Charlie Humphreys 13808e4535 remove qa experiment 2 years ago
Roger Yang 30814884b5 For #26502: Add time group and private extras in history telemetry 2 years ago
Arturo Mejia fd96263345 Closes #26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago
Arturo Mejia 5358e9b878 Closes #26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago