Commit Graph

652 Commits (1d0cc1ad529eee95a5098f31670f7e5e141adeff)

Author SHA1 Message Date
mike a 1d0cc1ad52 Bug 1884487 – simplify NavbarIntegration by removing viewLifecycleOwner 3 months ago
mike a 1d795b4372 Bug 1879377 - Hide nav bar when the toolbar becomes focused 3 months ago
mike a aa289bc448 Bug 1879373 - Add nav bar to tab preview during swipe-switching 3 months ago
AndiAJ d42aca60dc Bug 1868261 - Add hiding on scroll behaviour to navbar 3 months ago
rahulsainani 8a2d4cf665 Bug 1882106 - Show undo snackbar when tab is closed via tab strip 3 months ago
mike a 0724939144 Bug 1882196 - Adding a nav bar view 3 months ago
mike a fcb100da84 Bug 1868262 - Add a menu button to navigation bar 3 months ago
mike a 5bba669077 Bug 1868260 – Sync navbar position with toolbar 3 months ago
mike a 5534804101 Bug 1867698 – add a basic nav bar composable 3 months ago
rahulsainani 5ea4da3abe Bug 1875465 - Part 4: Add secret setting and remove toolbar customization 3 months ago
rahulsainani 54d7785896 Bug 1875465 - Part 3: Add tab strip ui for tablets 3 months ago
James Hugman b5c5527556 Bug 1880476 — Messaging: promote NimbusMessagingController to components.nimbus.messaging 3 months ago
James Hugman 64b636d2a9 Bug 1880476 — Move nimbus from components.analytics to components.nimbus 3 months ago
RebecaTudor a1c7fca0d3 Bug 1809798 - Loads the right wallpaper when changing orientation
Because of the android:configChanges from Manifest that disable the
automate Activity recreation, the responsibility of handling the
configuration changes is transferred to Activity. When configurations
changes, onConfigurationChanged() is called.

So now when this function called, the correct orientation is sent
forward as parameter of applyWallpaper.
4 months ago
RebecaTudor 528136c473 Bug 1809798 - Loads the right wallpaper for the right orientation
Before, the orientation was taken from the application context which
didn't update during orientation change. Which caused to load the wrong
wallpaper when the phone was rotated. With these changes we can send
the correct orientation taken from the HomeActivity context.
4 months ago
Matthew Tighe bd7a90d34b Revert "Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen"
This reverts commit d5856268ec720ad0e41585a3f75201ae8d5e6755.
5 months ago
Matthew Tighe 452f7147d0 Revert "Bug 1861459 - Remove Home Screen usages of BrowsingModeManager"
This reverts commit 86e0f3c0ef1dd3a16194eeaff330c8517d18b49f.
5 months ago
Matthew Tighe d080cf6e70 Revert "Bug 1861459 - Remove BrowsingModeManager"
This reverts commit 38af1c1363aa34b564305a1b2c809249e1be5b1b.
5 months ago
rahulsainani 0f632af5ae Bug 1828927 - Remove accidental debug logs 5 months ago
rahulsainani 3ad78f0e6c Bug 1828927 - Fix apply wallpaper anr 5 months ago
Matthew Tighe 8395c80252 Bug 1861459 - Remove BrowsingModeManager 5 months ago
Matthew Tighe c68ae3cfea Bug 1861459 - Remove Home Screen usages of BrowsingModeManager 5 months ago
Matthew Tighe 9f196caa04 Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen 5 months ago
Matthew Tighe d4d68f4b23 Bug 1861455 - Unify PBM types by replacing Mode with BrowsingMode 7 months ago
Jeff Boek ac01a5f988 Bug 1858997 - Ensures we remove the Popup when destroying the fragment 8 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.
9 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.
9 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 10 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 11 months ago
Harrison Oglesby 662186e83e Bug 1841153 - new event telemetry for private tab open 11 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 12 months ago
Gabriel Luong 403322e439 Bug 1809998 - Part 5: Refactor Onboarding from HomeFragment into its own fragment 1 year ago
Gabriel Luong eec79dff59 Bug 1809998 - Part 4: Refactor OnboardingInteractor from SessionControlInteractor with a standalone default implementation 1 year ago
Gabriel Luong 2a8b39a127 Bug 1809998 - Part 1: Refactor CurrentMode to OnboardingAccountObserver 1 year 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