Commit Graph

628 Commits (2f5cafeae451379e5c98296f256d7a6e8d2f253c)

Author SHA1 Message Date
Jeff Boek 2f5cafeae4 Bug 1858997 - Ensures we remove the Popup when destroying the fragment
(cherry picked from commit 081a2219515fe5947f39d28fee1d4aa2e64c243e)
7 months ago
DreVla b7db4a7875 Bug 1812461 - Add compose test tags & ignore failing tests
Added needed test tags to compose elements. Ignored
`ContextualHintsTest` which seem to fail due to not finding
the compose elements.
8 months ago
DreVla 611df98d22 Bug 1812461 - Migrate private browsing recommend PopupWindow to CFRPopup
Because previously the `privateBrowsingRecommend` Popup was using
PopupWindow from android widget, it could not be modified to
respect to PopupWindow behaviors. Therefore, we decided to migrate
it to the CFRPopup.
8 months ago
Logan Rosen d6dc375ead Bug 1829018 - Remove and clean up `Settings.enableTaskContinuityEnhancements` 9 months ago
Jeff Boek 5d75244515 Bug 1845232 - Adds action to clear private browsing 9 months ago
Gabriel Luong 0d2dfcb85a Bug 1845357 - Remove the first run onboarding 9 months ago
alexandra.virvara 4eade0d04f Bug 1845900: deleting the last element of a collection, the entire collection is deleted 10 months ago
t-p-white 039ddc5f48 Bug 1840721 - We should prefer switching to open tabs vs opening a duplicate tab 10 months ago
Harrison Oglesby ccd775b5cd Bug 1842082 - Standard home screen view count telemetry 10 months ago
Harrison Oglesby 662186e83e Bug 1841153 - new event telemetry for private tab open 10 months ago
DreVla af3b8d4be8 Bug 1837504 - Display undo snackbar when compose top site is removed
This patch aims to reimplement the previous behavior upon removing
a pinned top site when a snackbar was shown giving the option to undo
the removal.
11 months ago
rahulsainani 3561733a01 Bug 1837961 - Part 2:Replace usages of ifChanged to distinctUntilChanged 11 months ago
Gabriel Luong 403322e439 Bug 1809998 - Part 5: Refactor Onboarding from HomeFragment into its own fragment 12 months ago
Gabriel Luong eec79dff59 Bug 1809998 - Part 4: Refactor OnboardingInteractor from SessionControlInteractor with a standalone default implementation 12 months ago
Gabriel Luong 2a8b39a127 Bug 1809998 - Part 1: Refactor CurrentMode to OnboardingAccountObserver 12 months ago
rahulsainani 18bae37f2a Bug 1829301 - Make fenix onboarding singleton 1 year ago
Gabriel Luong 25404364e5 Bug 1823430 - Refactor home menu button dismissal into HomeMenuView 1 year ago
Gabriel Luong 044e90c678 Bug 1825576 - Refactor search selector menu handling out of SessionControlController into its own controller 1 year ago
Titouan Thibaud e9246a0aa3 Bug 1805683 - upstream Nimbus Messaging from Fenix to Android Components 1 year ago
Christian Sadilek b950e808ef Bug 1825028 - Delay init of MozillaOnline build until privacy notice accepted
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
1 year ago
Gabriel Luong f49e45e802 Bug 1824869 - Add PrivateBrowsing[Interactor|Controller] for handling private browsing mode 1 year ago
Gabriel Luong 0938c42e41 Bug 1823848 - Part 2: Add SearchSelectorMenuBinding to handle updating the menu items of the search selector menu 1 year ago
Gabriel Luong 951e02b6fe Bug 1823848 - Part 1: Add SearchSelectorBinding to handle updating the search engine displayed in the search selector button 1 year ago
gitstart 14a5666a3f Bug 1812736 - Display snackbar when a new tab is added to a collection 1 year ago
Gabriel Luong 7d1f2476e7 Bug 1822601 - Refactor toolbar related logic into a ToolbarView 1 year ago
Gabriel Luong b1ad36df71 Bug 1822744 - Part 2: Add ToolbarController for handling home toolbar related functionalities 1 year ago
Gabriel Luong d336eff594 Bug 1822634 - Refactor tab counter code from HomeFragment into TabCounterView 1 year ago
Gabriel Luong d474c99acb Bug 1822606 - Refactor HomeFragment.navigateToSearch() to the ToolbarController 1 year ago
Gabriel Luong f884503a34 Bug 1822446 - Add OnboardingController for handling onboarding functionality 1 year ago
Gabriel Luong bbf9b82ce7 Bug 1822181 - Refactor TabCounterBuilder to TabCounterView 1 year ago
Gabriel Luong 828dd8abbe Bug 1822110 - Refactor HomeMenuBuilder to HomeMenuView 1 year ago
GitStart 0b06460964 Bug 1812144 - Homescreen appbar drag issue fixed 1 year ago
mike a 49125a2df0 Bug 1819909 – add telemetry for private browsing CFR 1 year ago
mike a d1f115116f Bug 1817523 – fix application search engines background 1 year ago
Roger Yang 0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 1 year ago
mike a dcbce063d7 [fenix] Bug 1815548 – Add offset parameter to menu2 1 year ago
t-p-white 47c277606b [fenix] Bug 1809444: Add Worker to generate Notifications using Nimbus messaging (https://github.com/mozilla-mobile/fenix/pull/28605)
* For 1809444: Added a MessageNotificationWorker to poll Nimbus for new messages and create a notification configured using the highest priority new message (if available).

* For 1809444: Changes from PR review

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
t-p-white b2bfae66da [fenix] For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling (https://github.com/mozilla-mobile/fenix/pull/27895)
* For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling

* For https://github.com/mozilla-mobile/fenix/issues/25810: Updated AC version

Co-authored-by: t-p-white <t-p-white>
1 year ago
Alexandru Putanu d05393714a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26957 - Exit search dialog when interacting with home fragment (https://github.com/mozilla-mobile/fenix/pull/27262)
* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent bookmark dropdown menu"

This reverts commit 5caee27b5530517d88e8a3212a3318f1ed75fba7.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent visit dropdown menu"

This reverts commit b2af04c9

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26790 - Dismiss search dialog when opening recent tab dropdown menu"

This reverts commit bfdf6d202133e31930c1eeb24ff60b7035479653.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/26690 - Dismiss search dialog when opening recent synced tab dropdown menu"

This reverts commit 86d44a46122eafb8bfb7df9cb2f182337cc47aa4.

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen top sites

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen collection

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent visits

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent tabs

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with homescreen recent bookmarks

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Remove code to dismiss search dialog when interacting with pocket stories

* For https://github.com/mozilla-mobile/fenix/issues/26957 - Dismiss search dialog when interacting with home fragment

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
Jeff Boek 73918171ba [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/17904 - Increases tap area on the add shortcut button 1 year ago
mike a 3072db7d92 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25809: tapping on search engine triggers engine selection 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
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
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
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 8980e02496 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27055: check whether applied wallpaper name is blank 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
MatthewTighe 03f7ac5328 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26511: apply wallpapers immediately and observe updates 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