Commit Graph

7979 Commits (29dc3bd4d1e7fb389b0b73bffb69ea1bb1703ee7)

Author SHA1 Message Date
MatthewTighe 8980e02496 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27055: check whether applied wallpaper name is blank 2 years ago
Noah Bond df1725ef45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26854 - Fix bug causing the Top Sites sponsored text to show scrollbars 2 years ago
AndiAJ 1a2c4d172f [fenix] For https://github.com/mozilla-mobile/fenix/issues/27005 fix flaky updateSavedLoginTest UI test 2 years ago
mcarare 79d7a99e14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27004: Make the top site frame layout focusable.
This makes the layout visible to a11y screen readers.
2 years ago
mozilla-l10n-automation-bot 737f092d54 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27069) 2 years ago
MatthewTighe 81b246376e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26966: enable wallpapers V2 2 years ago
Gabriel Luong 8a2e4043b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26582 - Renew telemetry expiring in 107 2 years ago
MatthewTighe 3dbdfdec28 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27064 - Remove all unused strings marked moz:removedIn <= 104 2 years ago
MatthewTighe 58511263aa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26997: convert v1 wallpapers into collection group 2 years ago
AndiAJ 0fc64fb467 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24978 re-enable UI tests with frequent ANR 2 years ago
Mugurell 57b89d868c [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Disable new open bookmarks tests pending compose refactoring 2 years ago
Pg 8a66409ff5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Update open all tabs warning message
Specify Firefox will only slow down while pages are loading.
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
AndiAJ 3ee2d3a7c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new homepage settings UI tests 2 years ago
Ryan VanderMeulen 916200a3dd [fenix] Update protobuf to latest release. 2 years ago
mozilla-l10n-automation-bot 1d5ff6ea2e [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27056) 2 years ago
mozilla-l10n-automation-bot db94717490 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27050) 2 years ago
mozilla-l10n-automation-bot 65bdbc83d8 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27047) 2 years ago
mozilla-l10n-automation-bot b2cc529124 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/27037) 2 years ago
mike a 2dc6ba974a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26999: fix disapprearing wallpapers after going back to home screen 2 years ago
sarah541 0cd97f8f35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27020 - Correct padding for wallpaper thumbnails 2 years ago
sarah541 9835d3735d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27029 - Use placeholder inplace of app name 2 years ago
mike a dd7c2f7eec [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26995: add sorting of wallpapers on wallpapers onboarding tool 2 years ago
sarah541 5b035e7fb5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27024 - Use textAccent for the "Learn more" link in the wallpaper settings 2 years ago
mike a 248ef0c172 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27021: add wallpaper onboarding downloading error snackbar 2 years ago
MatthewTighe a096acc130 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26945: adds telemetry for learn more link on wallpaper settings 2 years ago
AndiAJ aa9995aa50 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26784 refactor use of idling resources in UI tests 2 years ago
AndiAJ 225f524f2d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27002 use featureSettingsHelper instead of app settings 2 years ago
AndiAJ 4d0392061a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new sponsored shortcut UI tests and other refactoring work 2 years ago
mike a 954ed79fa1 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26971: fix wallpaper onboarding display condition 2 years ago
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>
2 years ago
Mugurell 342c9551e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26424 - Add contrasting text color for migrated Turning Red Wallpapers 2 years ago
Alexandru2909 bfddfa7177 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26424 - Create wallpaper file migration helper 2 years ago
Aaron Train bb43506a47 [fenix] Update SmokeTest.kt
Disabled selectAllAndCopyTextTest()
2 years ago
Aaron Train 7d2e8a00ba [fenix] Disable copyTextTest in SmokeTest.kt
See https://github.com/mozilla-mobile/fenix/issues/26884
2 years ago
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>
2 years ago
Gabriel Luong d94392e534 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26987 - Update MR Onboarding strings for existing users 2 years ago
MatthewTighe 73ca913323 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26980: enable task continuity in all channels 2 years ago
mike a 27d80e6de0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26215: add telemetry events for wallpaper onboarding dialog 2 years ago
sarah541 3b36328a09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26908 - Update wallpapers settings page design 2 years ago
Jan-Erik Rediger a042569654 [fenix] Fix naming of generated exception 2 years ago
Mugurell cc76d31557 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884: Properly disable the jumpBackIn and TCP CFRs in BookmarksTest 2 years ago
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.
2 years ago
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
2 years ago
Mugurell e48fd2951e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26737 - Use the body2 for title else caption style in the Pocket section 2 years ago
Alexandru2909 5202efa275 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26690 - Dismiss search dialog when opening recent synced tab dropdown menu 2 years ago
Alexandru2909 632a03ff12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent bookmark dropdown menu 2 years ago
Alexandru2909 49d9032df2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent visit dropdown menu 2 years ago
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
2 years ago
mozilla-l10n-automation-bot bcc8d09c2c [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26970) 2 years ago
MatthewTighe 03f7ac5328 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26511: apply wallpapers immediately and observe updates 2 years ago
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>
2 years ago
Gabriel Luong 2600c1d7d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26888 - Change Home Section Headers to use Headline6 2 years ago
mike a af79653039 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26212: Download wallpapers when a thumbnail is clicked 2 years ago
mozilla-l10n-automation-bot f456f699e6 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26952) 2 years ago
mike a 8205e6f907 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog 2 years ago
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.
2 years ago
Roger Yang 39a122c42b [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24913: Update metrics.yaml owners 2 years ago
AndiAJ c2782f1381 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26932 disabled failing verifyCustomizeHomepageTest UI test 2 years ago
AndiAJ 2219f9580b [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new site security quick settings UI tests 2 years ago
Mozilla L10n Automation Bot 7005fff61b [fenix] Import l10n. 2 years ago
Christian Sadilek 6c2ce5661e [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/26511: Parallelize work for setting the wallpaper"
This reverts commit e7edeaababfb2828a2c6b200911421f4967a53ac.
2 years ago
Christian Sadilek 028d7e9136 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/26511: Avoid waiting to set no wallpaper"
This reverts commit 5010de1aa7b97c54d53d04744090a1d3f339d508.
2 years ago
Christian Sadilek 83e28ebf0e [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog"
This reverts commit 2a96c8ee06377f3103b0d4d3efe82e7b2112d0ac.
2 years ago
Christian Sadilek 6171a8f85b [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: add ktlintFormat changes"
This reverts commit d696b7f8b1453816fda7724262a66306e5f32192.
2 years ago
Christian Sadilek 3e06f5b0ca [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: pr review changes"
This reverts commit 013c9beaa36741d005b363cfedc7f2412906449e.
2 years ago
Christian Sadilek cd2c0d4cb8 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest"
This reverts commit 882bf221df4cc96a054879065801289c92513430.
2 years ago
Christian Sadilek 977ce6fcc8 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: remove unused files from WallpaperOnboarding"
This reverts commit a81e069440df10a27dd7ea01ac26a5c1b3d7f64f.
2 years ago
Mozilla L10n Automation Bot 97b9eadd72 [fenix] Import l10n. 2 years ago
mozilla-l10n-automation-bot 69921a99e3 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26912) 2 years ago
mike a bfd6aac6b4 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: remove unused files from WallpaperOnboarding 2 years ago
mike a ea8bd6b05b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest 2 years ago
mike a d123ba20b5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: pr review changes 2 years ago
mike a 7204aa5081 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add ktlintFormat changes 2 years ago
mike a 090060f486 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog 2 years ago
mcarare 932823c871 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Fix ktlint issues and remove them from baseline. 2 years ago
Mugurell f930d3e3cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 d6330b6dac [fenix] For https://github.com/mozilla-mobile/fenix/issues/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 a9091f86fa [fenix] Import l10n. 2 years ago
Charlie Humphreys 4f61bfdd1e [fenix] remove qa experiment 2 years ago
Roger Yang 6d330a9d58 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26502: Add time group and private extras in history telemetry 2 years ago
Arturo Mejia 0bde4cc6ea [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago
Arturo Mejia a31c5edce0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago
Arturo Mejia 6db2c727ec [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings total-cookie-protection-enabled feature. 2 years ago
mcarare e96a2995ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Rename CFRPopupFullscreenLayout class to conform to filename rule. 2 years ago
Mozilla L10n Automation Bot 1ae8af45f1 [fenix] Import l10n. 2 years ago
mergify 51d79f289d [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Gabriel Luong 4a46d19da0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26777 - Part 2: Refactor the Jump Back In onboarding CFR to use the CFRPopup 2 years ago
Gabriel Luong 13e8bf7c45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26777 - Part 1: Rename SyncCFRPresenter to HomeCFRPresenter 2 years ago
MatthewTighe 731e0411d0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26870: remove layer behind wallpaper thumbnails 2 years ago
sarah541 46536b7264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26731 - First run onboarding updates 2 years ago
sarah541 ff73cb6a4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26867 - Remove feature flag for first run onboarding updates 2 years ago
Noah Bond f83f448128 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26796 - Fix PocketStoriesComposablesPreview 2 years ago
mozilla-l10n-automation-bot 88546d80f7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26849) 2 years ago
Noah Bond d25f8c6c43 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26797 - Add optional parameter to customize the background color of ListItemTabLarge 2 years ago
Noah Bond 2e7664a4f9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26606 - Add backplating to Top Sites 2 years ago
mcarare 13fc8469f3 [fenix] For https://github.com/mozilla-mobile/fenix/pull/12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.
Padding value is not used for placing content.
2 years ago