Commit Graph

9710 Commits (f1f380a770874ca4f6ea36123ab7776f4408c409)

Author SHA1 Message Date
mcarare f1f380a770 Bug 1849833 - Replace deprecated kotlinOptions method. 10 months ago
mcarare 3fddd3df77 Bug 1849833 - Replace qualified name with import. 10 months ago
github-actions f85c762e14 Import translations from android-l10n 10 months ago
t-p-white 8344abf3e4 Bug 1851548 - Top sites are aligned to the left with Compose Top Sites enabled 10 months ago
github-actions 2bc455243c Import translations from android-l10n 10 months ago
github-actions 47239a274e Import translations from android-l10n 10 months ago
Harrison Oglesby 491e524698 Bug 1847819 - Add new Homescreen description for Total Private Browsing Mode. 10 months ago
AndiAJ 14be2d4b58 Bug 1851419 - Disable searchHistoryNotRememberedInPrivateBrowsingTest UI test 10 months ago
AndiAJ d2a78f37df Bug 1850730 - General settings TestRail matching 10 months ago
iorgamgabriel cd8e2bfb27 Bug 1851006 - SearchEngineSuggestionProvider should always be added to the provider list. 10 months ago
Logan Rosen d6dc375ead Bug 1829018 - Remove and clean up `Settings.enableTaskContinuityEnhancements` 10 months ago
mike a 0f9c0402a9 Bug 1841572 – added styles to checkbox menu item views and overrode it on fenix side to give checkbox button more space for text 10 months ago
Jeff Boek d916e92967 Bug 1845232 - Adds CFR for clear private browsing aciton 10 months ago
Jeff Boek 5d75244515 Bug 1845232 - Adds action to clear private browsing 10 months ago
mike a 0bd49e299e Bug 1845613 – restore hidden engines for unified search settings 10 months ago
Gabriel Luong 3db5fbce22 Bug 1851678 - Catch AutofillApiException exception when fetching autofill data and setting startup metrics 10 months ago
Noah Bond 200dab4054 Bug 1847575 - Create UI component for shopping analysis status 10 months ago
JohanLorenzo b4c9ceb4db Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 10 months ago
Alexandru2909 454fc73fd1 Bug 1844319 - Add review quality check CFR 10 months ago
Ryan VanderMeulen 47681e21d9 Bug 1852002 - Update AndroidX Lifecycle to version 2.6.2 10 months ago
mcarare 1f43b5e865 Bug 1847141 - Remove hardcoding of RECEIVE_DOWNLOAD_BROADCAST_PERMISSION 10 months ago
Oana Horvath ff9ad24790 Bug 1815395 - Disable failing audio-video permissions UI tests (#3512)
Co-authored-by: oana.horvath <ohorvath@mozilla.com>
Co-authored-by: Donal Meehan <76789979+DonalMe@users.noreply.github.com>
10 months ago
iorgamgabriel 89489c6e8e Bug 1850493 - The tracking protection divider should be gone if all the views are gone. 10 months ago
dependabot[bot] 37d14cf870 Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
github-actions 50fa732613 Import translations from android-l10n 10 months ago
Benjamin Forehand 758472a7d2 Bug 1850761 - Allow for local usage of experiment integration test suite 10 months ago
Matthew Tighe 55aa05e843 Bug 1721904 - update thumbnail caching on app open 10 months ago
JohanLorenzo f346f16ea1 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 10 months ago
t-p-white 6054bcf76b Bug 1848605 - Implement similar functionality as loadIntoView for Compose Favicons 10 months ago
Zac McKenney 19375a5d57 Bug 1846979 - Add extensions process spawning disabled dialog 10 months ago
oana.horvath 5ddefa0b3f Bug 1851543 - Cleanup old Onboarding UI test code 10 months ago
t-p-white 57e8f3f4f7 Bug 1839967 - Updated the Firefox Browser imagery assets. 10 months ago
github-actions 498e8dc151 Import translations from android-l10n 10 months ago
Logan Rosen ca16f20e7e Bug 1839513 - Pass crash reporter to SessionStorage 10 months ago
mcarare 3a55ab9a19 Bug 1847141 - Restrict receiving download broadcasts. 10 months ago
Noah Bond e600cd673a Bug 1851186 - Add new design system color tokens 10 months ago
gitstart 91af52469d Bug 1807126 - Increased gap between slider and scale value 10 months ago
gitstart f75dd254f6 Bug 1807126 - The dot from the scale overlaps the percentage number 10 months ago
AndiAJ 3dd1b13f9b Bug 1849576 - Navigation toolbar TestRail matching 10 months ago
AndiAJ 675cd56875 Bug 1848349 - Sponsored shortcuts TestRail matching 10 months ago
github-actions b44181d3db Import translations from android-l10n 10 months ago
alexandra.virvara d2ddcb01ae Bug 1833693: refactor menu items list creation out of TabsTray Banner 10 months ago
DreVla 43aef9067a Bug 1833493 - Update Tab List Item title and url text style
In order to adhere to the new UI/UX type scale for Android, the
compose `TabListItem` Display title and url text style have been set
to body1 and body2 respectively. The xml layout letter spacing
for the title and url have been modified as well.
10 months ago
github-actions a2e2aedf91 Import translations from android-l10n 10 months ago
github-actions 0517828051 Import translations from android-l10n 10 months ago
github-actions 583e06c7f2 Import translations from android-l10n 10 months ago
mcarare 7dd19216fa Bug 1850796 - Handle getContext signature updates.
Preference getContext method now returns a NonNull Context.
10 months ago
mcarare b49fdb5004 Bug 1850796 - Handle onPreferenceChangeListener signature updates.
PreferenceFragmentCompat.onPreferenceChangeListener now returns a Nullable OnPreferenceChangeListener.
10 months ago
mcarare ac0b637903 Bug 1850796 - Handle onCreateView signature updates.
PreferenceFragmentCompat.onCreateView now returns a NonNull View.
10 months ago
mcarare a74c09a4b6 Bug 1850796 - Handle onSaveInstanceState signature updates.
OnPreferenceTreeClickListener.onSaveInstanceState method can now return null if there is nothing to save.
10 months ago