Commit Graph

11178 Commits (9d0b46ae45d3292303d72b8eadd4fff1838f13cc)
 

Author SHA1 Message Date
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
AndiAJ b24f4598d3 Bug 1830045 - New search bookmarks related UI tests 1 year ago
Alexandru2909 15e5d8a82c Bug 1816558 - Add functionality for the three-dot button in the multi selection banner 1 year ago
Alexandru2909 c93819b91c Bug 1816517 - Add functionality for the three-dot button in the tabs tray page indicator 1 year ago
AndiAJ 4ffee2c338 Bug 1807276 - Fix firstRunScreenTest and youControlYourDataCardTest UI tests 1 year ago
github-actions 3fb703f526 Import translations from android-l10n 1 year ago
Ryan VanderMeulen 70b75e9af1 Bug 1832416 - Update Material Components to version 1.9.0 1 year ago
Alexandru2909 d6d02d094d Bug 1816556 - Add functionality for the share button in the multi selection banner 1 year ago
DreVla 83eba3cd89 Bug 1827650 - Disable checkboxes when deletion in progress.
Previously when deleting browsing data, while the deletion was in
in progress, the user could still check the boxes and press the
"Delete browsing data" button triggering the dialog that lead
to the app crashing. This patch aims to disable interaction with
the checkboxes while while a deletion is in progress.
1 year ago
DreVla e84b28b4ff Bug 1822950 - Add Karakalpak(kaa) locale 1 year ago
Alexandru2909 a9ee5277f2 Bug 1816555 - Add functionality for collections button in composed multi selection banner 1 year ago
github-actions 7aa627bbcc Import translations from android-l10n 1 year ago
iorgamgabriel 4469ea3aff Bug 1830881 - Change strings for submitted cookie banner site reports. 1 year ago
Jonathan Almeida 6a22dcc447 Bug 1829560 - Update profiler threads and features for Graphics & Media 1 year ago
Jonathan Almeida 2547b55559 Bug 1827905 - Update manifestPlaceholders in variants instead of reinit
Also updated the dead links that referenced the fennec code for the
manifestPlaceholders.sharedUserId.
1 year ago
github-actions 4d0a15cf55 Import translations from android-l10n 1 year ago
mike a 86d54880ba Bug 1807138 – increase snackbar width for tablets 1 year ago
mike a 2e8080b4ff Bug 1815637 - Add rtl support 1 year ago
Gabriel Luong e82a38f03b Bug 1818278 - Update firefox-android documentations around Beta cuts 1 year ago
AndiAJ cc24439196 Bug 1832087 - Add bug causing flakiness in cookie banner reduction UI tests 1 year ago