Commit Graph

11447 Commits (40d5446c4be5c5901e28de199cdd739d7739ac4a)
 

Author SHA1 Message Date
Noah Bond d53c4f1820 Bug 1826670 - Hide the close button on grid items when in multiselection 1 year ago
JohanLorenzo cf23507c26 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
oana.horvath db837ec2ee Bug 1833874 - Disables failing connectionFailureErrorMessageTest 1 year ago
Ryan VanderMeulen afe77b497b Bug 1833765 - Update LeakCanary to version 2.11 1 year ago
github-actions b525d414f9 Import translations from android-l10n 1 year ago
Roger Yang 1993cb1f46 Bug 1833690 - Update telemetry renewal script for easier navigation 1 year ago
MatthewTighe 63136b56a4 Bug 1809803 - Remove wallpaperV2 flag and related assets and code. 1 year ago
Aaron Train fe289223a7 Bug 1833627 - Add replacement API 27 device to UI test configurations 1 year ago
Ben Dean-Kawamura 24895cb11c Bug 1833452 - Fix app services autopublish when building Fenix/Focus
Moved the code into `settings.gradle` and put it inside an `allprojects`
block.  I'm not 100% sure what's going on but I think this applies the
changes to android-components projects as well.  In any case, `./gradlew
assembleDebug` now seems to pick up the local app-services code.
1 year ago
oana.horvath ef2619142a Bug 1807280 - fix SettingsAddonsTest#verifyAddonsCanBeUninstalled 1 year ago
AndiAJ 2c6c6ef8ad Bug 1833120 - Fix verifySearchBookmarksViewTest UI test 1 year ago
James Hugman b02c292c8f Bug 1832069 - Add Google Play install referrer library 1 year ago
GitStart a71ebd543e Bug 1824177 - Set the correct label for email title for accessibility tools 1 year ago
rxu dd1531b08a Bug 1832006 - Add description of site permissions fragment 1 year ago
github-actions 00e3f01fd4 Import translations from android-l10n 1 year ago
mike a e03c5b06dd Bug 1826404 – fixed tabs list card spacing 1 year ago
Ryan VanderMeulen dfb04eb896 Bug 1833404 - Update Sentry to version 6.19.0 1 year ago
mike a 75ba7dfc9a Bug 1832892 – update delete histry dialog body text 1 year ago
JohanLorenzo fae2e6951b Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
Zac McKenney 9d0b46ae45 Bug 1832711 - Update readme and docs for how to use local GV in Fenix 1 year ago
GitStart b5e24ffc3f Bug 1810629 - Add an Android shortcut to go straight to the login and passwords 1 year ago
DreVla f286cf7002 Bug 1830112 - Display full text in compose button when large font
When using the compose button and the the size of the font is
set to largest for accessibility purposes, the font should not
cut if it doesn't fit. Instead, the button accommodates the
entirety of the text.
1 year ago
AndiAJ 3fded42940 Bug 1832828 - Improve mainMenuShareButtonTest UI test coverage 1 year ago
Aaron Train 94a46ba609 Bug 1833382 - Temporarily remove walleye for long queuing on Test Lab 1 year ago
Ryan VanderMeulen 82b624120d Bug 1833292 - Update Google Accompanist to version 0.30.1 1 year ago
t-p-white e399f1b314 Bug 1833118 - Rename OnboardingPageState `image` to `imageRes` and update class desc @param to @property 1 year ago
rahulsainani 2cbd3b5020 Bug 1830083 - Make action_home local to JunoOnboardingFragment 1 year ago
github-actions 296e5ec0c3 Import translations from android-l10n 1 year ago
Ryan VanderMeulen 5613cd7f2f Bug 1832597 - Update some Fenix & Focus testing dependencies 1 year ago
Mugurell 8d442cd874 Bug 1824379 - When updating a login update it in the shared LoginsFragmentStore
This change comes to use the shared LoginsFragmentStore and help elide a more
expensive read from disk for updated logins by using the in memory data for
instant updates in all Fragments interested in LoginsFragmentStore updates.
1 year ago
Mugurell 116fd648b6 Bug 1824379 - When deleting a login delete it from the shared LoginsFragmentStore
This reverts the recent patch for bug 1799622 and reworks the implementation to
avoid using the Fragment Result API for a simpler functionality using the
already shared LoginsFragmentStore.
1 year ago
Mugurell 52d035c13c Bug 1824379 - When adding a new login add it to the shared LoginsFragmentStore
This brings multiple advantages over the current implementation:
- we're not creating a new instance of SavedLoginsFragment
- we avoid a deeper and more expensive layer of caching the just added login
through SyncableLoginsStorage and use the in memory data.
- we avoid having to intercept the back press to control navigation
1 year ago
Mugurell 066cdb7146 Bug 1824379 - Ensure logins fragments share the same Store
We'll cache the same LoginsFragmentStore instance to a new nested navigation
graphs and in that allow multiple related screen to use the same data.
1 year ago
Ryan VanderMeulen 0df448b78d Revert "Bug 1810629 - Add an Android shortcut to go straight to the login and passwords" due to UI test failures.
This reverts commit 341fef9f30b4f215c2d6e62350455b0c75c660e0.
1 year ago
Lucius C. (czlucius) c8577335ee Bug 1807131 - Fix ripples for snackbar and alert dialogs 1 year ago
GitStart 162a81137b Bug 1810629 - Add an Android shortcut to go straight to the login and passwords 1 year ago
t-p-white 481894e950 Bug 1831068 - Incorporate Nimbus experiment 'lifestyle image' resources 1 year ago
Harrison Oglesby 5af6180068 Bug 1831009 - update RecyclerView with Compose implementations to new guidelines for 1.3.0 (#1878)
* Bug 1822447 - upgrade androidx_recyclerview to 1.3.0

* Bug 1822447 - remove default placeholder imageview from tab tray items

* Bug 1822447 - upgrade androidx_recyclerview in AC to 1.3.0

* Bug 1831009 - update RecyclerView with Compose implementations to new guidelines for 1.3.0

---------

Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
Roger Yang eaa841be4c Bug 1830765 - Remove duplicate toolbar position metrics 1 year ago
Ryan VanderMeulen 8c591b923b Bug 1832851 - Update AndroidX ProfileInstaller to version 1.3.1 1 year ago
rxu f3fb0c082e Bug 1832003 - Hide marketing telemetry in Data choices in MozillaOnlinebuids 1 year ago
rxu bf9e782741 Bug 1832003 - Start with default false of telemetry when user disagrees with privacy notice 1 year ago
AndiAJ c5402c1cf4 Bug 1807268 - disable failing dismissOnboardingUsingHelpTest UI test 1 year ago
rahulsainani f02fe91a42 Bug 1829083 - Migrate to compose foundation pager 1 year ago
rahulsainani 8bf1aeeca8 Bug 1830304 - Set browsing mode when redesigned onboarding is enabled 1 year ago
github-actions 2b1fae8ada Import translations from android-l10n 1 year ago
github-actions 20baaf0d0c Import translations from android-l10n 1 year ago
github-actions 26b6f10d73 Import translations from android-l10n 1 year ago
James Hugman 428a3069ba Bug 1832066 Initialize nimbus-cli tooling for Fenix 1 year ago
AndiAJ c19b676cbb Bug 1815402 - Fix flaky verifyReaderViewAppearanceUI UI test 1 year ago