Commit Graph

1287 Commits (382ca721c4788c348da1bc4c24f702a26fdbe707)

Author SHA1 Message Date
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.
5 months ago
mcarare 1407f92171 Bug 1870050 - Suppress false positive DiffUtilEquals lint 5 months ago
RebecaTudor 22e4f2b9e4 Bug 1838580 - [a11y] Increase tap area for search engine icon
The touching area for search engine icon (Google by default) from
the search bar was only 28dp.
To Increase tap area to reach the minimum accessibility touch target
size of 48dp, it was used TouchDelegate. This way there are no visual
changes.
5 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.
5 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
t-p-white ca7896ad4b Bug 1874861 - Removed redundant LongParameterList suppression's 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 6 months ago
Matthew Tighe c68ae3cfea Bug 1861459 - Remove Home Screen usages of BrowsingModeManager 6 months ago
Matthew Tighe 9f196caa04 Bug 1861459 - Remove BrowsingModeManager usages outside of the Home Screen 6 months ago
DreVla e374f2a670 Bug 1844750 - Improve fallback for homepage images thumbnails
Added fallback images for both Jump Back In thumbnail and
recently saved thumbnails.
6 months ago
mike a 6217bb0a3a Bug 1862096 – add toolbar related telemetry 7 months ago
VishnuSanal 23a485bbb3 Bug 1841095 - display customize homepage button even when shortcuts are enabled 7 months ago
t-p-white e92907183b Bug 1821703 - Fix Compose Top Site Sponsored Sites 'flashing' appearance 7 months ago
Noah Bond 07c754a0c8 Bug 1861475 - Refactor `Modifier.onShown` out of `PocketStoriesComposables` 8 months ago
Harrison Oglesby 0f1bd3f7f8 Bug 1858882 - Update "Learn More" link in private browsing description 8 months ago
Ben Dean-Kawamura 72dbea410c Bug 1861219 - Resolve breaking changes to the Rust fxa-client
This is mostly just renames.
8 months ago
Ryan VanderMeulen 71c3287f1c Bug 1862658 - Fix OutdatedDocumentation errors
Behavior change from https://github.com/detekt/detekt/pull/6372.
8 months ago
mike a ed2da1d244 Bug 1822552 – Fix recent search group text spacing 8 months ago
Matthew Tighe d4d68f4b23 Bug 1861455 - Unify PBM types by replacing Mode with BrowsingMode 8 months ago
Harrison Oglesby 182c3ce3e0 Bug 1858895 - Fix horizontal padding for FeltPrivacyInfoCard 8 months ago
Harrison Oglesby 781ed03615 Bug 1858879 - Changed link text in FeltPrivacyInfoCard to default text color 8 months ago
Harrison Oglesby 7348338489 Bug 1858872 - Switch "windows" with "tabs" in private mode description 8 months ago
Jeff Boek ac01a5f988 Bug 1858997 - Ensures we remove the Popup when destroying the fragment 8 months ago
Harrison Oglesby 446dc14dbe Bug 1858771 - New Help button telemetry in home menu 9 months ago
Gabriel Luong a3aa4539eb Bug 1849073 - Part 3: Remove trivial `showUnifiedSearchFeature` and `enableUnifiedSearchSettingsUI` checks 9 months ago
t-p-white 5351f59940 Bug 1821721 - Fixed the recently visited row width. Updated layout to match Figma designs and behaviour for parity with iOS. 9 months ago
Gabriel Luong 978871c859 Bug 1848527 - Part 1: Enable OutdatedDocumentation detekt rule in Fenix 9 months ago
Harrison Oglesby 3ce7aabdd9 Bug 1847819 - Fix color of `FeltPrivacyInfoCard` 9 months ago
Roger Yang 6f38969160 Revert "Bug 1843610 - Add telemetry for deferred deep link test"
This reverts commit 186a4b76e5be73466397c0c2fcaca4eaaa2a88da.
9 months ago
Alexandru2909 ab2d1ee15b Bug 1840103 - Part 1: Add support for multiple links in LinkText 9 months ago
DreVla a81168ad37 Bug 1837526 - Call StartupTimeline in the Compose Top Sites
Because we are migrating Top Sites to Compose, we want to ensure we
are still recording when top sites are loaded, therefore the call
for StartupTimeline is now called after creating the top sites
compose elements. Calling it here will ensure it will be called
even after we replace the home page recycler with a Compose view.
9 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.
10 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.
10 months ago
DreVla db09db8d2e Bug 1845039 - Create new UI Tests for Compose Top Sites
Since the old UI tests don't work for the new Compose Top Sites
elements, new tests have been created.
10 months ago
t-p-white 8344abf3e4 Bug 1851548 - Top sites are aligned to the left with Compose Top Sites enabled 10 months ago
Harrison Oglesby 491e524698 Bug 1847819 - Add new Homescreen description for Total Private Browsing Mode. 10 months ago
Logan Rosen d6dc375ead Bug 1829018 - Remove and clean up `Settings.enableTaskContinuityEnhancements` 10 months ago
Jeff Boek 5d75244515 Bug 1845232 - Adds action to clear private browsing 10 months ago
Matthew Tighe 55aa05e843 Bug 1721904 - update thumbnail caching on app open 10 months ago
t-p-white 6054bcf76b Bug 1848605 - Implement similar functionality as loadIntoView for Compose Favicons 10 months ago
mcarare df945af9b2 Bug 1850473 - Provide pageCount through pagerState. 10 months ago
Jeff Boek cfd309d8b7 Bug 1845231 - Adds a mask to the tab counter in private mode 10 months ago
t-p-white 2c16a785bd Bug 1849966 - Compose Top Sites has unwanted recompositions on scrolling 10 months ago
iorgamgabriel 2d89c39f04 Bug 1841582 - Opening link from shortcuts should display the page. 10 months ago
Alexandru2909 5395036521 Bug 1840110 - Move LinkText to compose package 10 months ago
Gabriel Luong 0d2dfcb85a Bug 1845357 - Remove the first run onboarding 10 months ago