Commit Graph

6652 Commits

Author SHA1 Message Date
Gabriel Luong
c43271fc0d For #26739 - Display MR onboarding dialog to existing users as soon as the app is opened 2022-09-01 21:31:44 +00:00
Noah Bond
bc6ec7a64e For #26609 - Update favicon dark mode background color for recent bookmarks and recent tabs 2022-09-01 18:50:07 +00:00
Gabriel Luong
ca0cfd79e8 For #26756 - Don't show Jump Back In CFR if the synced tab CFR is shown 2022-09-01 15:57:12 +00:00
Gabriel Luong
df2780cd01 For #26754 - Avoid showing CFR if the MR onboarding is being displayed 2022-09-01 15:07:14 +00:00
mergify
afa661507b update initial_experiments.json based on the current first-run experiments in experimenter 2022-09-01 10:10:26 -04:00
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.
2022-09-01 06:49:31 +00:00
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.
2022-09-01 06:49:31 +00:00
mozilla-l10n-automation-bot
a7b4134e26
Import l10n. (#26749) 2022-09-01 00:37:46 +00:00
Gabriel Luong
3507f12484 For #26717 - Only show the MR onboarding dialog for existing users 2022-08-31 22:38:48 +00:00
MatthewTighe
8a9c68c872 Closes #26211: Download wallpapers when thumbnails clicked 2022-08-31 22:09:39 +00:00
MatthewTighe
2cd8a41ea5 Closes #26213: Add wallpaper use case to load thumbnails. 2022-08-31 22:09:39 +00:00
MatthewTighe
0d51d2b0f9 Closes #26214: Download wallpaper thumbnails at app startup 2022-08-31 22:09:39 +00:00
Noah Bond
7eb3278776 For #26607 - Update back plating for recent Bookmarks 2022-08-31 21:18:01 +00:00
mergify
58a1ae34ab update initial_experiments.json based on the current first-run experiments in experimenter 2022-08-31 16:41:11 -04:00
mcarare
7cbe730b8a For #26444: Adapt Pocket 'powered by' text to wallpaper. 2022-08-31 17:57:20 +00:00
mcarare
186dee7e77 For #26444: Adapt HomeSectionHeader text colors to wallpaper. 2022-08-31 17:57:20 +00:00
mcarare
02be7600e8 For #26444: Replace SectionHeader with HomeSectionHeader for home sections. 2022-08-31 17:57:20 +00:00
mcarare
8a599bbf4e For #26444: Refactor HomeSectionHeader to have optional show all text. 2022-08-31 17:57:20 +00:00
Mugurell
de7cf91d8a For #26450: Remove the star icon from Pocket sponsored stories 2022-08-31 15:27:01 +00:00
Alexandru2909
cedb777655 For #26706 - Add sponsored urls filter in BlocklistHandler 2022-08-31 13:03:38 +00:00
Alexandru2909
070bf5ac24 For #26706 - Change TopSite.containsQueryParameters as Uri extension function 2022-08-31 13:03:38 +00:00
mergify
2f1f6f3213 update initial_experiments.json based on the current first-run experiments in experimenter 2022-08-30 21:54:33 -04:00
mozilla-l10n-automation-bot
58b228575d
Import l10n. (#26720) 2022-08-31 00:40:51 +00:00
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.
2022-08-30 10:20:19 -04:00
Alexandru2909
22b8b873e1 For #26551 - Add telemetry for MR Onboarding welcome and sync dialogs. 2022-08-30 06:18:31 +00:00
mozilla-l10n-automation-bot
6ad87373ff
Import l10n. (#26703) 2022-08-30 00:41:37 +00:00
Gabriel Luong
036b0f8a8c For #26696 - Enable showSynCFR for Nightly 2022-08-29 22:55:42 +00:00
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>
2022-08-29 19:32:22 +00:00
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.
2022-08-29 18:38:46 +00:00
Gabriel Luong
d314c1102b For #26693 - Use a new ID for onboarding_home_sync_title 2022-08-29 18:08:05 +00:00
MatthewTighe
853778e29a For #26511: load homescreen wallpaper in blocking coroutine 2022-08-29 17:33:13 +00:00
sarah541
890a950f66 For #26489 - Add synced tab pickup onboarding message 2022-08-29 15:20:07 +00:00
mozilla-l10n-automation-bot
82e86a8c54
Import l10n. (#26681) 2022-08-29 09:52:17 +00:00
Gabriel Luong
f6550f0fed For #26668 - Use the correct string for onboarding_home_sync_title 2022-08-26 19:40:33 +00:00
Roger Yang
6933719877 For #26227: Clean up double exclamation operator in BrowserState 2022-08-26 18:48:53 +00:00
Roger Yang
da06df4d99 Close #26666: Use correct content scale when displaying recent tab thumbnail and icon 2022-08-26 17:51:29 +00:00
Roger Yang
f8f8b4f813 Close #21702: Update host name check in add login
Co-Authored-By: joaopmatos <89925580+joaopmatos@users.noreply.github.com>
2022-08-26 17:08:15 +00:00
Alexandru2909
21d3d0f8f0 For #26190 - Update jump back in cfr logic and message 2022-08-26 08:45:31 +00:00
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>
2022-08-26 03:15:47 +00:00
mozilla-l10n-automation-bot
3048a05a56
Import l10n. (#26654) 2022-08-26 00:59:47 +00:00
Noah Bond
bd36b31e5c For #26608 - Update recent bookmarks homepage title 2022-08-25 20:55:50 +00:00
Mugurell
5b083f5edd For #26646 - Use unescaped typographic apostrophes instead of escaped quotes 2022-08-25 19:36:27 +00:00
Gabriel Luong
9a64acd4b6 For #26169 - MR Home Onboarding Dialog for upgrading users 2022-08-25 18:22:35 +00:00
Mugurell
67a55fe089 For #26224 - TCP CFR telemetry 2022-08-25 12:30:10 +00:00
Mugurell
f4b823b43b For #26224 - Use the mr2022.sectionsEnabled.tcp-cfr Nimbus feature to display the cfr 2022-08-25 12:30:10 +00:00
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.
2022-08-25 12:30:10 +00:00
Mugurell
fc6ee3e3d9 For #18175 - Add telemetry for cookies option in custom ETP. 2022-08-25 10:05:11 +00:00
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.
2022-08-25 10:05:11 +00:00
mozilla-l10n-automation-bot
faa30e9c0e
Import l10n. (#26636) 2022-08-25 00:50:25 +00:00
mergify
e1b055a0ec update initial_experiments.json based on the current first-run experiments in experimenter 2022-08-24 16:36:04 -04:00