Commit Graph

7962 Commits (f5b84eca4663cdc258230d253b8299fcfb459d6e)

Author SHA1 Message Date
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
Arturo Mejia 49bef5d309 Closes #26858: Remove unused nimbus engine-settings total-cookie-protection-enabled feature. 2 years ago
mcarare 9490fdff71 For #26844: Rename CFRPopupFullscreenLayout class to conform to filename rule. 2 years ago
Mozilla L10n Automation Bot 316e495f22 Import l10n. 2 years ago
mergify dedc7704e3 update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Gabriel Luong 812f073e39 For #26777 - Part 2: Refactor the Jump Back In onboarding CFR to use the CFRPopup 2 years ago
Gabriel Luong 86b62af556 For #26777 - Part 1: Rename SyncCFRPresenter to HomeCFRPresenter 2 years ago
MatthewTighe 1eba8059f2 Closes #26870: remove layer behind wallpaper thumbnails 2 years ago
sarah541 adb7f7d48a For #26731 - First run onboarding updates 2 years ago
sarah541 bd06b626bf For #26867 - Remove feature flag for first run onboarding updates 2 years ago
Noah Bond 0ed40f239a For #26796 - Fix PocketStoriesComposablesPreview 2 years ago
mozilla-l10n-automation-bot 7c1aa011a9
Import l10n. (#26849) 2 years ago
Noah Bond f9380ebaa1 For #26797 - Add optional parameter to customize the background color of ListItemTabLarge 2 years ago
Noah Bond b1369a5de8 For #26606 - Add backplating to Top Sites 2 years ago
mcarare d4b6babdb0 For #12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.
Padding value is not used for placing content.
2 years ago
mcarare bd354385d7 For #12725: Replace removed static "set", "get" methods of ViewTreeSavedStateRegistryOwner.
ViewTreeSavedStateRegistryOwner is retrieved/set with new extension methods.
2 years ago
mcarare bcfd0eb125 For #12725: Upgrade compose to 1.2.1 version.
Split versioning of compose compiler.
Enable Xjvm-default to allow inheriting from interfaces with '@JvmDefault' members
like AbstractComposeView, NestedScrollConnection.
2 years ago
Mugurell e51ec147c5 For #26830 - Allow the Pocket stories to scroll to the edges of the screen
Restore using LazyRow's "contentPadding" property to add padding to just the
items while the entire section is allowed to extend to the edges of the screen
and so have enough room to draw items shadows without them being clipped.
2 years ago
mozilla-l10n-automation-bot 92f68301bb
Import l10n. (#26828) 2 years ago
AndiAJ 26a8f02233 For #26286 new home screen UI tests 2 years ago
mozilla-l10n-automation-bot 3d1924eb93
Import l10n. (#26814) 2 years ago
mozilla-l10n-automation-bot 1aa59661b3
Import l10n. (#26806) 2 years ago
mozilla-l10n-automation-bot 25fb180af4
Import l10n. (#26799) 2 years ago
Ben Dean-Kawamura fb0ebe4eec Added secret debug menu to override the push server URL (#24170)
- Created a new "sync debug" pref screen to hold the Fxa, Sync, and Push
  server override prefs.  They were taking a lot of screen space on the
  top-level settings menu as individual items
- Added button on that screen to quit FF which is needed to apply the
  changes.
    - This is definitely not the nicest UI, but hopefully QA can just
      override the prefs once save them in an emulator and never have to
      go back to this screen.
    - I do think this is a nicer UI than before, where FF would quit
      after a change to any of the prefs.  That forces you to restart FF
      3 times if you wanted to override all 3 server URLs.
2 years ago
sv-ohorvath df9c60b392 Issue #26711: Disable verifyPageMainMenuItemsTest UI test 2 years ago
sv-ohorvath 0a2d1c63f1 Issue #26286: adds UI test for the Language menu 2 years ago
Gabriel Luong 67d8a2c749 For #26776 - Don't dim the window when the Jump back in CFR is shown 2 years ago
Alexandru2909 03bc209dfd For #26191 - Add telemetry for jump back in onboarding message 2 years ago
sarah541 b432436859 For #26759 - Crash fix for UnsupportedOperationException 2 years ago
Gabriel Luong 4dfec35b73 For #26774 - Attempt to show the Synced Tab CFR before the Jump Back In CFR 2 years ago
mozilla-l10n-automation-bot d8c881a9f7
Import l10n. (#26779) 2 years ago
Gabriel Luong 9c2d4722ef For #26738 - Update MR onboarding with the latest illustrations 2 years ago
Gabriel Luong c43271fc0d For #26739 - Display MR onboarding dialog to existing users as soon as the app is opened 2 years ago
Noah Bond bc6ec7a64e For #26609 - Update favicon dark mode background color for recent bookmarks and recent tabs 2 years ago
Gabriel Luong ca0cfd79e8 For #26756 - Don't show Jump Back In CFR if the synced tab CFR is shown 2 years ago
Gabriel Luong df2780cd01 For #26754 - Avoid showing CFR if the MR onboarding is being displayed 2 years ago
mergify afa661507b update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Mugurell 93859d8560 For #26723 - Fix WallpapersObserver leaking a view from HomeFragment
The observer initialized with a fragment View would outlive the fragment and in
that allow for leaking the entire fragment layout.
2 years ago
Mugurell b7f9457cc4 For #26723 - Ensure wallpapers are set on the main thread
Using Dispatchers.IO allowed the observer to react faster to wallpaper state
updates but caused issues with updating the wallpaper in fragment layout.

Using Dispatchers.Main.immediate gives us a bit slower reaction time but still
faster than Dispatchers.Main and allows us to still execute before the fragment
is visible.
2 years ago
mozilla-l10n-automation-bot a7b4134e26
Import l10n. (#26749) 2 years ago
Gabriel Luong 3507f12484 For #26717 - Only show the MR onboarding dialog for existing users 2 years ago
MatthewTighe 8a9c68c872 Closes #26211: Download wallpapers when thumbnails clicked 2 years ago
MatthewTighe 2cd8a41ea5 Closes #26213: Add wallpaper use case to load thumbnails. 2 years ago
MatthewTighe 0d51d2b0f9 Closes #26214: Download wallpaper thumbnails at app startup 2 years ago
Noah Bond 7eb3278776 For #26607 - Update back plating for recent Bookmarks 2 years ago
mergify 58a1ae34ab update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
mcarare 7cbe730b8a For #26444: Adapt Pocket 'powered by' text to wallpaper. 2 years ago
mcarare 186dee7e77 For #26444: Adapt HomeSectionHeader text colors to wallpaper. 2 years ago
mcarare 02be7600e8 For #26444: Replace SectionHeader with HomeSectionHeader for home sections. 2 years ago
mcarare 8a599bbf4e For #26444: Refactor HomeSectionHeader to have optional show all text. 2 years ago
Mugurell de7cf91d8a For #26450: Remove the star icon from Pocket sponsored stories 2 years ago
Alexandru2909 cedb777655 For #26706 - Add sponsored urls filter in BlocklistHandler 2 years ago
Alexandru2909 070bf5ac24 For #26706 - Change TopSite.containsQueryParameters as Uri extension function 2 years ago
mergify 2f1f6f3213 update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
mozilla-l10n-automation-bot 58b228575d
Import l10n. (#26720) 2 years ago
Aaron Train a719d3f764 No issue: Add is Test Lab helper 2 years ago
Perry McManis 2d8ea17f47 For #26700 - URI counts will now additionally be sent in baseline 2 years ago
Lucius d26642b680 For #26093: Use `ic_menu` instead of `ic_close`
An override for History already exists in `HistoryListItemViewHolder`, so no global override for this icon is needed.
2 years ago
Alexandru2909 22b8b873e1 For #26551 - Add telemetry for MR Onboarding welcome and sync dialogs. 2 years ago
mozilla-l10n-automation-bot 6ad87373ff
Import l10n. (#26703) 2 years ago
Gabriel Luong 036b0f8a8c For #26696 - Enable showSynCFR for Nightly 2 years ago
Jonathan Almeida 40cd58132e Close #25919: Move UpdateFirstFrameDrawn to RecyclerView.onLayoutCompleted
As part of a preventitive measure for home page regression loading, we
fixed the UpdateFirstFrameDrawn call to happen after the first layout in
the main RecyclerView is completed. In addition, we also make pocket
aware of this flag so that it renders itself after the first layout.

This helps prioritize current & future features that are visible first
to render before those that are off screen.

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2 years ago
Mugurell ab3f6b5e4b For #26555 - Observe and update the wallpaper before HomeScreen is visible.
By using Store.observeManually in a standalone coroutine we can observe the
store and update the wallpapers even before onStart (in manual tests is right
around onStart, certainly before the other widgets shown on homescreen).

Created a new WallpapersObserver to have the functionality easier to reason
about and be easier to test.
2 years ago
Gabriel Luong d314c1102b For #26693 - Use a new ID for onboarding_home_sync_title 2 years ago
MatthewTighe 853778e29a For #26511: load homescreen wallpaper in blocking coroutine 2 years ago
sv-ohorvath cad6c64236 No issue: disable TCP CFR in screenshots tests 2 years ago
sarah541 890a950f66 For #26489 - Add synced tab pickup onboarding message 2 years ago
sv-ohorvath d49c87f66d Issue #26286: adds delete browsing data UI tests 2 years ago
mozilla-l10n-automation-bot 82e86a8c54
Import l10n. (#26681) 2 years ago
Gabriel Luong f6550f0fed For #26668 - Use the correct string for onboarding_home_sync_title 2 years ago
Roger Yang 6933719877 For #26227: Clean up double exclamation operator in BrowserState 2 years ago
Roger Yang da06df4d99 Close #26666: Use correct content scale when displaying recent tab thumbnail and icon 2 years ago
Roger Yang f8f8b4f813 Close #21702: Update host name check in add login
Co-Authored-By: joaopmatos <89925580+joaopmatos@users.noreply.github.com>
2 years ago
Alexandru2909 21d3d0f8f0 For #26190 - Update jump back in cfr logic and message 2 years ago
Gabriel Luong 1c77d8a978
For #26656 - Use the correct string for onboarding_home_welcome_description (#26657)
* For #26656 - Use the correct string for onboarding_home_welcome_description

* Update app/src/main/res/values/strings.xml

Co-authored-by: Sarah541 <sarahkhan1107@hotmail.com>

Co-authored-by: Sarah541 <sarahkhan1107@hotmail.com>
2 years ago
mozilla-l10n-automation-bot 3048a05a56
Import l10n. (#26654) 2 years ago
Noah Bond bd36b31e5c For #26608 - Update recent bookmarks homepage title 2 years ago
Mugurell 5b083f5edd For #26646 - Use unescaped typographic apostrophes instead of escaped quotes 2 years ago
Gabriel Luong 9a64acd4b6 For #26169 - MR Home Onboarding Dialog for upgrading users 2 years ago
Mugurell b16e69105c For #26224 - Disable the TCP CFR in failing UI tests 2 years ago
Mugurell 00d2a9d402 For #26224 - metrics.yaml cleanup of unneeded newlines 2 years ago
Mugurell 67a55fe089 For #26224 - TCP CFR telemetry 2 years ago
Mugurell f4b823b43b For #26224 - Use the mr2022.sectionsEnabled.tcp-cfr Nimbus feature to display the cfr 2 years ago
Mugurell 4286606d8f For #26224 - New TCP CFR popup
If Total Cookie Protection is enabled when first accessing a normal tab
(not a custom tab) a new Contextual Feature Recommendation popup will be shown
informing about the added protection and allowing the user to open a support
page with more data about the new option for privacy protection.
2 years ago
Mugurell fc6ee3e3d9 For #18175 - Add telemetry for cookies option in custom ETP. 2 years ago
Mugurell bf23a2a6b9 For #18175 - Add a new total protection ETP cookies policy
This should only add the new option in settings based on a Nimbus experiment.
2 years ago
mozilla-l10n-automation-bot faa30e9c0e
Import l10n. (#26636) 2 years ago
mergify e1b055a0ec update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Gabriel Luong da677dd650 For #26620 - Replace the onboarding nimbus feature with MR2022 nimbus feature 2 years ago
Noah Bond 9779a544a9 For #26604 - Add missing preview to RecentTabs 2 years ago
Bryan Olsson 7e6a1c7f9f For #26556 - Add skr and tok native/English display names 2 years ago
Mugurell 19831e5c79 For #26584 - Add vertical offset support to the CFR composable. 2 years ago
Mugurell 5854735891 For #26584 - Add support to align the CFR composable inside a wider anchor
Supported anchorings will now be:
- INDICATOR_CENTERED_IN_ANCHOR - previous functionality - allows to have the
indicator point to exactly the middle of a smaller anchor.
- BODY_TO_ANCHOR_CENTER - new default - allows to align the popup inside a
wider anchor
- BODY_TO_ANCHOR_START - new anchoring - allows to align the popup flushed to
it's anchor's start.
2 years ago
Noah Bond c37cfc5b01 For #26605 - Clean up RecentTabViewHolder 2 years ago
AndiAJ c63150332e For #26144 new credit card autofill UI smoke tests 2 years ago
AndiAJ a4fbf4c1f1 For #26144 new address autofill UI smoke tests 2 years ago
Alexandru2909 b29b5049aa For #26400 - Add long-press option to remove tab pickup on homescreen 2 years ago
mcarare a0ebbe0c7b For #26401: Remove unused wallpaper metrics.
Remove wallpaper_switched and change_wallpaper_logo_toggled.
Add lint ignore for common prefix in wallpaper metrics.
2 years ago
mozilla-l10n-automation-bot 203d7b28bf
Import l10n. (#26619)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Alexandru2909 43e629b7fb For #26398 - Filter recent synced tabs using the homescreen blocklist 2 years ago
mozilla-l10n-automation-bot 7944e442a5
Import l10n. (#26592) 2 years ago
MatthewTighe 299f887953 Add updated wallpaper use cases and activate them with feature flag. 2 years ago
MatthewTighe 02dda42cb6 Add updated downloader and file manager 2 years ago
Roger Yang ad1fd57b8f Close #26072: Don't show sync menu item until account manager is available 2 years ago
Noah Bond a9b2f1c6a7 For #26587 - Replace the color in DefaultImagePlaceholder with FirefoxTheme layer2 2 years ago
Noah Bond 45f998ee95 For #26587 - Fix broken previews using Fenix Image composable 2 years ago
Gabriel Luong 620ced08c9 For #26579 - Remove all unused strings marked moz:removedIn <= 103 2 years ago
Alexandru2909 e2f1c5fc9c For #26399 - Use a list of tabs for recent synced tabs success state 2 years ago
Mozilla L10n Automation Bot c58634fa7c Import l10n. 2 years ago
Mozilla L10n Automation Bot 4777f03d9a Import l10n. 2 years ago
mike a cb3f620507 Closes #26530: add top spacing to header in history list 2 years ago
Gabriel Luong 6a7f9075ad For #26549 - Add Nimbus feature flag for first run onboarding page updates and Jump back in CFR 2 years ago
Mugurell c3c2a4f6af For #26545 - Update the indicator and the close button of the CFR composable. 2 years ago
Mugurell 1332d408da For #26380 - Wait in tests until telemetry is recorded. 2 years ago
sv-ohorvath fb8d22e37b Issue #26127, #26092: Ads RetryTestRule to TopSitesTest class, other small refactors 2 years ago
mike a 8e4effe70a Revert "Closes #25967: add classes to support multiple viewHolders"
This reverts commit f910fcfe76.
2 years ago
Mozilla L10n Automation Bot 9d127817d0 Import l10n. 2 years ago
mike a c90debfe15 Revert "Closes #24307: add synced history empty fragment, feature flag and history screen showing only local files 2 years ago
Gabriel Luong 5f2ebf8125 For #26528 - Add a nimbus feature flag for MR Home Onboarding Dialog 2 years ago
mike a 3434c702de Closes #26502: add isLocal parameter for history openItem telemetry event 2 years ago
Noah Bond 9d4c975c68 For #26517 - Create wallpaper v2 feature flag 2 years ago
AndiAJ d7c21755f3 For #26074 fix failing settingsTest screen shot UI test 2 years ago
MatthewTighe 532156bed6 For #26423: add wallpaper metadata fetcher 2 years ago
AndiAJ 96c8bde3fd For #26144 new verifySponsoredShortcutsListTest UI test 2 years ago
Noah Bond 81dae89969 No issue: Remove code to generate tab group size metrics 2 years ago
Mugurell edff593ee6 For #26335: Disable tests for the number of inflations.
These fail in Firebase with different values making the test intermittent.
2 years ago
Mugurell 1f562fe927 For #26335: Allow for more inflations in performance tests
The first patch for this enabled the contile feature by default which based on
the automated tests increased the number of inflations done in HomeActivity.
This patch comes to address that by allowing for up to 6 inflations as seen
reported as the actual count in tests.
2 years ago
mergify 765c3e0b99 update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Mozilla L10n Automation Bot 6e18cb1043 Import l10n. 2 years ago
Alexandru2909 0c6cf5f6a8 For #26335: Enable sponsored shortcuts by default 2 years ago
Jonathan Almeida 94ff169a30 Close #26495: Move Huawei checks to ManufacturerCodes 2 years ago
Mozilla L10n Automation Bot 32b635d5c8 Import l10n. 2 years ago