2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

11217 Commits

Author SHA1 Message Date
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.
2023-05-15 23:24:51 +00:00
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
2023-05-15 23:24:51 +00:00
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.
2023-05-15 23:24:51 +00:00
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.
2023-05-15 18:16:05 -04:00
Lucius C. (czlucius)
c8577335ee Bug 1807131 - Fix ripples for snackbar and alert dialogs 2023-05-15 21:03:57 +00:00
GitStart
162a81137b Bug 1810629 - Add an Android shortcut to go straight to the login and passwords 2023-05-15 19:51:55 +00:00
t-p-white
481894e950 Bug 1831068 - Incorporate Nimbus experiment 'lifestyle image' resources 2023-05-15 17:00:16 +00:00
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>
2023-05-15 16:15:35 +00:00
Roger Yang
eaa841be4c Bug 1830765 - Remove duplicate toolbar position metrics 2023-05-15 15:39:11 +00:00
Ryan VanderMeulen
8c591b923b Bug 1832851 - Update AndroidX ProfileInstaller to version 1.3.1 2023-05-15 14:59:03 +00:00
rxu
f3fb0c082e Bug 1832003 - Hide marketing telemetry in Data choices in MozillaOnlinebuids 2023-05-15 13:57:57 +00:00
rxu
bf9e782741 Bug 1832003 - Start with default false of telemetry when user disagrees with privacy notice 2023-05-15 13:57:57 +00:00
AndiAJ
c5402c1cf4 Bug 1807268 - disable failing dismissOnboardingUsingHelpTest UI test 2023-05-15 12:16:36 +00:00
rahulsainani
f02fe91a42 Bug 1829083 - Migrate to compose foundation pager 2023-05-15 11:13:26 +00:00
rahulsainani
8bf1aeeca8 Bug 1830304 - Set browsing mode when redesigned onboarding is enabled 2023-05-15 10:11:37 +00:00
github-actions
2b1fae8ada Import translations from android-l10n 2023-05-15 00:32:34 +00:00
github-actions
20baaf0d0c Import translations from android-l10n 2023-05-14 00:38:09 +00:00
github-actions
26b6f10d73 Import translations from android-l10n 2023-05-13 00:33:44 +00:00
James Hugman
428a3069ba Bug 1832066 Initialize nimbus-cli tooling for Fenix 2023-05-12 15:52:54 +00:00
AndiAJ
c19b676cbb Bug 1815402 - Fix flaky verifyReaderViewAppearanceUI UI test 2023-05-12 15:20:15 +00:00
AndiAJ
b24f4598d3 Bug 1830045 - New search bookmarks related UI tests 2023-05-12 14:45:37 +00:00
Alexandru2909
15e5d8a82c Bug 1816558 - Add functionality for the three-dot button in the multi selection banner 2023-05-12 12:33:35 +00:00
Alexandru2909
c93819b91c Bug 1816517 - Add functionality for the three-dot button in the tabs tray page indicator 2023-05-12 12:33:35 +00:00
AndiAJ
4ffee2c338 Bug 1807276 - Fix firstRunScreenTest and youControlYourDataCardTest UI tests 2023-05-12 11:17:10 +00:00
github-actions
3fb703f526 Import translations from android-l10n 2023-05-12 00:35:22 +00:00
Ryan VanderMeulen
70b75e9af1 Bug 1832416 - Update Material Components to version 1.9.0 2023-05-11 14:03:06 +00:00
Alexandru2909
d6d02d094d Bug 1816556 - Add functionality for the share button in the multi selection banner 2023-05-11 08:31:57 +00:00
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.
2023-05-11 08:01:21 +00:00
DreVla
e84b28b4ff Bug 1822950 - Add Karakalpak(kaa) locale 2023-05-11 07:30:16 +00:00
Alexandru2909
a9ee5277f2 Bug 1816555 - Add functionality for collections button in composed multi selection banner 2023-05-11 06:48:56 +00:00
github-actions
7aa627bbcc Import translations from android-l10n 2023-05-11 02:06:47 +00:00
iorgamgabriel
4469ea3aff Bug 1830881 - Change strings for submitted cookie banner site reports. 2023-05-11 01:35:43 +00:00
Jonathan Almeida
6a22dcc447 Bug 1829560 - Update profiler threads and features for Graphics & Media 2023-05-10 18:15:39 +00:00
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.
2023-05-10 16:38:36 +00:00
github-actions
4d0a15cf55 Import translations from android-l10n 2023-05-10 00:34:41 +00:00
mike a
86d54880ba Bug 1807138 – increase snackbar width for tablets 2023-05-09 22:18:37 +00:00
mike a
2e8080b4ff Bug 1815637 - Add rtl support 2023-05-09 18:41:08 +00:00
Gabriel Luong
e82a38f03b Bug 1818278 - Update firefox-android documentations around Beta cuts 2023-05-09 17:38:28 +00:00
AndiAJ
cc24439196 Bug 1832087 - Add bug causing flakiness in cookie banner reduction UI tests 2023-05-09 16:22:52 +00:00
Ryan VanderMeulen
5a70af6045 Bug 1831910 - Update AndroidX Activity to version 1.7.1 2023-05-09 15:39:45 +00:00
Ryan VanderMeulen
d7a9b0cabe Bug 1831916 - Update AndroidX Coordinatorlayout to version 1.2.0 2023-05-09 14:14:39 +00:00
Ryan VanderMeulen
20ff3d4a2f Bug 1831916 - Update AndroidX Constraintlayout to version 2.1.4 2023-05-09 14:14:39 +00:00
AndiAJ
2a639ed8f6 Bug 1831555 - Refactor false assertions in UI tests 2023-05-09 10:46:39 +00:00
oana.horvath
4d2fd67c4b Bug 1821024 - Re-enable DownloadTest#openDownloadedFileTest 2023-05-09 10:11:38 +00:00
AndiAJ
e6ae4cfbff Bug 1807281 - Fix flaky toggleSearchEnginesShortcutListTest UI test 2023-05-09 09:32:27 +00:00
JohanLorenzo
9c89cb3eb8 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-05-09 01:09:05 +00:00
github-actions
c864e0069b Import translations from android-l10n 2023-05-09 00:34:46 +00:00
Gabriel Luong
9713f22597 Bug 1831901 - Start the Nightly 115 development cycle 2023-05-08 18:27:25 +00:00
Aaron Train
85aa34f11b Bug 1831628 - Swap COR-L29 Android Device in Flank configs 2023-05-08 15:41:07 +00:00
oana.horvath
c3cf484b8a Bug 1821993 - Fix SearchTest#scanButtonDenyPermissionTest 2023-05-08 15:07:59 +00:00