Commit Graph

9667 Commits (9b052302ea8e5e6d986edb6a9841c7802af458ec)
 

Author SHA1 Message Date
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
MickeyMoz 1b54a732fa Update to Android-Components 106.0.20220831190128. 2 years ago
Julien Cristau 6bee719969 mergify: auto-merge relbot PRs that target the main branch 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
MickeyMoz 310a029c37 Update to Android-Components 106.0.20220831143219. 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
MickeyMoz 38eec4f5c4 Update to Android-Components 106.0.20220830143055. 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
Aki Sasaki 5a2f9fe149 update bot name 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
MickeyMoz 9c1f48c982 Update to Android-Components 106.0.20220829143136. 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
MickeyMoz 8bc9c9b64c Update to Android-Components 106.0.20220828143157. 2 years ago
MickeyMoz 81a95a58ac Update to Android-Components 106.0.20220827143345. 2 years ago
MickeyMoz 7fff3ee07f Update to Android-Components 106.0.20220826190145. 2 years ago
Charlie Humphreys 97a346f7c4 rename usage of action repo 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
MickeyMoz 75a148b882 Update to Android-Components 106.0.20220826143117. 2 years ago
Johan Lorenzo 886a6fa87a chore: Bump taskgraph to v3.0.0 2 years ago