Commit Graph

5120 Commits (516eb62a765949b16d6d58d94d585e8adfee8b9b)

Author SHA1 Message Date
Mugurell 796a5da5ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent bookmarks section. 2 years ago
Mugurell 97664b9484 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent visits section. 2 years ago
Mugurell 2d29750161 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent tabs section. 2 years ago
Mugurell 5b2a8c1a97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the Pocket section 2 years ago
Jonathan Almeida 90e5b9abfe [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/27759: Add link to storageMaintenance flag 2 years ago
Jonathan Almeida 0c5e0f8233 [fenix] Bug 1798805 - Initialize the FxaPushSupportFeature
We added the new `initialize` to explicitly make the call to start the
feature but we never actually used it here after it landed.
2 years ago
Roger Yang 9ec675687a [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL using local properties 2 years ago
Ben Dean-Kawamura 510e4ad58a [fenix] Updating the code to work with application-services v95.0.0
This required updating the code to handle the new app-services error
hierarchy.
2 years ago
MatthewTighe 088055743c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27698: add set as default growth data 2 years ago
Noah Bond 587b7920db [fenix] For https://github.com/mozilla-mobile/fenix/issues/27746 - Move top sites text outside of backplating 2 years ago
Alexander Gramiak c67c455439 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27511: Remove duplicate padding update code
This padding update is already performed in FenixSnackbar.make when
isDisplayedWithBrowserToolbar is true, and that variable has no other
side-effects, so simply use that code.
2 years ago
Alexandru2909 d23837323d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27252 - Update a11y services label for private browsing myths button 2 years ago
Gabriel Luong 1ec4cf8dad [fenix] For https://github.com/mozilla-mobile/fenix/issues/27667 - Remove import-ordering from the list of disabled ktlint rules 2 years ago
Noah Bond dbd7b302d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27469 - Update no collections button colors when a wallpaper is selected 2 years ago
Noah Bond 251a1e1e97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27468 - Backplate homepage MessageCard 2 years ago
Alexandru2909 6c3d248341 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27691 - Replace 'Pocket' word in all strings with placeholder 2 years ago
kycn 4d56ba889d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/7227: Re-enable storage maintenance call.
Re-enable storage maintenance call by introducing WorkManager worker on A-C side and consuming it from Fenix.
The work request is periodic and the repeat interval is 24h. It requires the device to be idle and not to have
low battery. This feature is available only for Nightly for now.
2 years ago
t-p-white a8e3726dce [fenix] For https://github.com/mozilla-mobile/fenix/issues/27472 - Added telemetry data points for the Google Play Store review prompts 2 years ago
Jonathan Almeida 2cd60894c7 [fenix] Bug 1795105: Remove usages of ContentState.thumbnail 2 years ago
Alexandru2909 e8ea437ec0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25814 - Hide "Show search engines" toggle from search settings when unified search is enabled 2 years ago
Noah Bond 1791dc2ba3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27578 - Add optional color parameters to MessageCard 2 years ago
DreVla 4647e47995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27635 - New telemetry for Save to PDF failures 2 years ago
Alexandru2909 4daa618db6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25813 - Use specific hint for history, bookmarks and tab unified search 2 years ago
Arturo Mejia 900c635754 [fenix] Bug 1796482 - Report save to PDF errors. 2 years ago
Roger Yang fdaae59999 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL 2 years ago
Noah Bond 9f534dcc6c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27331 - Add migration for Turning Red wallpaper card colors 2 years ago
Noah Bond e77c0275ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Replace `Button` in `CustomizeHomeButtonViewHolder` with `TertiaryButton` 2 years ago
Noah Bond 4c94b0dc63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Add optional overrides for the colors in `Button` Composables 2 years ago
Noah Bond 71279545a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27579 - Fix broken previews for MessageCard 2 years ago
Alexandru2909 82701fd0f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26911 - Allow users to enable re-supported Fennec extensions 2 years ago
Mugurell ab2514789b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27627 - Check the TCP CFR status lazily
Use lazyFeatureFlagPreference as a quick small way to avoid a race between
initializing the value and the Nimbus initialization based on which the value
should be calculated.
This is the same flow that the other MR experiments use.
2 years ago
DreVla c9eedb7965 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10344 - Enable tab reordering in beta/release 2 years ago
Alexandru2909 ae6bdc265d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25811 - Add header to unified search engine menu 2 years ago
iorgamgabriel 2dca91e984 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27450 Fix Crash from Navigation action/destination org.mozilla.firefox:id/action_savedLoginsAuthFragment_to_loginsListFragment 2 years ago
Harrison Oglesby eb400a5243 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27459 - Add divider composable (https://github.com/mozilla-mobile/fenix/pull/27544) 2 years ago
Arturo Mejia de9e258a4c [fenix] Bug 1780639 - let Save as PDF ride the trains. 2 years ago
iorgamgabriel 5e2d61e5fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/27524 Set as default browser toggle get set to true after user select Fenix as default browser 2 years ago
Gabriel Luong afa524bba3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27584 - Replace Button in RecentSyncedTab with SecondaryButton 2 years ago
Alexander Gramiak b009e53bba [fenix] For https://github.com/mozilla-mobile/fenix/issues/27269: Use parentFile method over substring extraction
This fixes gradle tests on Windows, where the file separator is "\"
and not "/".
2 years ago
Roger Yang d8776a4c8e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24613: Remove history improvement feature flag 2 years ago
Alexander Gramiak 19d06041ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/16162: Simplify site addresses in saved logins view
This is what Firefox Desktop does.
2 years ago
t-p-white b31d24c2fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/27455 - Rename all reference names to `AppStore` as appStore 2 years ago
Noah Bond 9640057475 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26520 - Color homepage cards via wallpaper card colors 2 years ago
Roger Yang c61875b081 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2 years ago
mcarare 393d5161df [fenix] For https://github.com/mozilla-mobile/fenix/issues/27541: Update AndroidX Annotation to latest version.
Add AndroidX Annotation as a direct dependency to app build.gradle.
Update imports for annotations moved to Companion Object.
2 years ago
Timshel b32ff6be44 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26577 - resetFocus only when camera permission is denied 2 years ago
Alexandru2909 e473136c8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27135 - Correctly report top sites for a11y services 2 years ago
sarah541 3a5ee72817 [fenix] Truncate urls to prevent slowing down of UI 2 years ago
Meiirbek Baimuratov 8d822f9ab1 [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/27282: delete WallpaperManager 2 years ago
Gregory Mierzwinski f9995a16af [fenix] Bug 1791998 - Disable TCP popup when running performance tests. (https://github.com/mozilla-mobile/fenix/pull/27451)
* Disable TCP popup when running performance tests.

* Run some perf tests.

* Undo testing changes.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Noah Bond d46133d182 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27456 - Migrate Context.isDark() into a top-level extension 2 years ago
Alexandru2909 6dc49a06fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/27405 - Clean up references to "Sing in to Sync" phrase 2 years ago
Sammy Khamis c95b49df11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27117 - Update copy for the menu from "Sign in to sync" to "Sync and save data" 2 years ago
Noah Bond 8f3ffa2395 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27396 - Add optional text colors to SelectableChip 2 years ago
MatthewTighe d4329b5a00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27101: set dialog to be dismissed when touched outside 2 years ago
Noah Bond b5900e6415 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27388 - Add optional background colors to SelectableChip 2 years ago
Mugurell 15cfa48a52 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27381 - Unregister FXA observer to prevent memory leaks 2 years ago
Mugurell 5dff71c810 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27366 - Revert "For https://github.com/mozilla-mobile/fenix/issues/26644 - Apply the new theme earlier to the private browsing button"
This reverts commit dbcd3fa063e12784486bc9be0581e1f965e9801c given that the
severity of the new issue is much higher.
2 years ago
Noah Bond 3733fcb703 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27330 - Cache selected wallpaper card colors 2 years ago
mcarare 6efed5007d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Use new backQueue instead of removed backStack. 2 years ago
mcarare 3e2738bad6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Suppress LongParameterList warning.
Remove issues from baseline.
2 years ago
mcarare 00a4e3ebf4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for View.OnAttachStateChangeListener. 2 years ago
mcarare 60226baaa1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace deprecated setHasOptionsMenu with MenuProvider. 2 years ago
mcarare a935dda783 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Replace deprecated popUpTo var. 2 years ago
mcarare 41b0110313 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for onInitializeAccessibilityNodeInfo. 2 years ago
mcarare 4d0fac5241 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Update method signatures for SimpleOnGestureListener.
GestureDetector onTouchEvent now expects only a NonNull MotionEvent.
2 years ago
mcarare 7b3a6febf7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Use new extension function to get fragment's NavController. 2 years ago
suman 7163c05034 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27289: standardize coroutine usage in WallpaperFileManager
scope variable inlined as in only one place it is used, class injected dispatcher is used in all withcontext to use differnt dispatchers in different scenarios, clean function suspend keyword removed, as there no requirement to know its result, unnecessary return removed
2 years ago
Noah Bond f53d77e071 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27095 - Download light/dark wallpaper card colors 2 years ago
Mugurell ade77707eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/27016 - Ensure smooth search UX after the MR onboarding is closed
If the app is opened from the search widget and the MR onboarding is shown then
the backstack will have the following structure:
- root, homeFragment, searchDialogFragment, onboardingFragment
as opposed to otherwise
- root, homeFragment, searchDialogFragment.

This patch allows to avoid the MR onboarding fragment causing the
SearchDialogFragment to not know that below it is the HomeFragment and
consequently not applying transparency or propagate user touches to the parent
Activity.
2 years ago
kycn 8bb0b07e4d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26948: Enable custom extension collections in Beta.
Similar to how Nightly functions, custom extension collections are enabled to be used in Firefox Beta as well.
2 years ago
Roger Yang 31bd795d2f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27147: Add telemetry for bookmark search 2 years ago
Roger Yang c5efabc51e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24498: Add test for history search telemetry 2 years ago
Alexandru2909 9f8c7c53f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27128 - Fix accessibility for wallpaper settings "Learn more" heading 2 years ago
Arturo Mejia 4fdfb13d88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3709: Add save to PDF UI. 2 years ago
mcarare b057c4453c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27253: Add content description to close button. 2 years ago
Alexandru2909 63841d70c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27129 - Fix accessibility for default wallpaper thumbnail 2 years ago
Mugurell 41efc4d36c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24544 - Have Talkback use "expand" and "collapse" actions for collections 2 years ago
mike a f40e324ee2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27209: fix WallpapersSettings crash 2 years ago
MatthewTighe 74df63148a [fenix] For https://github.com/mozilla-mobile/fenix/issues/27127: do not display wallpaper onboarding in private browsing mode 2 years ago
Alexandru2909 3960af62d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26424 - Handle special legacy wallpaper cases 2 years ago
Mugurell a681917a18 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27172 - Enable the home onboarding dialog in all releases 2 years ago
Mugurell 5671766e9b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27172 - Enable the sync onboarding cfr in all releases 2 years ago
Mugurell 0166d95f45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27111 - Allow TCP in all releases. Control it from Nimbus.
After this change the TCP feature (and CFR) are enabled by default.
Rollout can be controlled through Nimbus.
2 years ago
Mugurell bb8f80b86a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26644 - Apply the new theme earlier to the private browsing button
This will help avoid a race between the two layers of the svg, with previously
only changing the color for just one.
By applying the new theme to the button when needing to apply the textColor
from wallpaper it will automatically use the right
2 years ago
MatthewTighe 57a763cb8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27111: disable TCP in beta and release 2 years ago
MatthewTighe 8bacd26116 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27055: handle legacy wallpaper naming case 2 years ago
Gabriel Luong 1c6da00247 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27026 - Use the wallpaper adapted text color for the Collections placeholder 2 years ago
Jonathan Almeida 1c6e25af01 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27077: Load first run experiments synchronously.
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
Co-authored-by: Charlie Humphreys <chumphreys@mozilla.com>
Co-authored-by: jhugman <jhugman@users.noreply.github.com>
2 years ago
Roger Yang d2f30aebe8 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Create open all function"
This reverts commit ea926e80173a310687f81df757c8b011aca84c5e.
2 years ago
Roger Yang b78bfb94cb [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all in private tabs' option as requested."
This reverts commit 83ed1abdc0846e726e2fcb46d0fcb7539f1ff9c3.
2 years ago
Roger Yang 680be9cf6d [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11404 - Create alert message when a lot of tabs are to be opened."
This reverts commit 8517fea003842f6216e8b02a92abc61837384ca0.
2 years ago
mcarare 38b3cf72a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26023: Supress LongParameterList warnings. 2 years ago
mcarare 430add5ff4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26023: Remove inaccurate VisibleForTesting annotations. 2 years ago
mcarare 1cc7f76dbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/26023: Replace VisibleForTesting with @get:VisibleForTesting. 2 years ago
mcarare d65bde5fe2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26023: Suppress NewApi warning for autofillConfiguration. 2 years ago
Mugurell 4070064fa2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26644 - Apply the wallpaper provided text color to the Fenix logo
And to the private mode switcher.
2 years ago
MatthewTighe 2ca5e9fa3b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27081: enable wallpaper onboarding flag 2 years ago
MatthewTighe 8980e02496 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27055: check whether applied wallpaper name is blank 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 58511263aa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26997: convert v1 wallpapers into collection group 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 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
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
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
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
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
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
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
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
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
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