Noah Bond
200dab4054
Bug 1847575 - Create UI component for shopping analysis status
2023-09-08 00:23:04 +00:00
JohanLorenzo
b4c9ceb4db
Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
2023-09-07 19:53:18 +00:00
Alexandru2909
454fc73fd1
Bug 1844319 - Add review quality check CFR
2023-09-07 19:19:31 +00:00
Ryan VanderMeulen
47681e21d9
Bug 1852002 - Update AndroidX Lifecycle to version 2.6.2
2023-09-07 18:50:50 +00:00
mcarare
1f43b5e865
Bug 1847141 - Remove hardcoding of RECEIVE_DOWNLOAD_BROADCAST_PERMISSION
2023-09-07 16:18:39 +00:00
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>
2023-09-07 09:28:34 -04:00
iorgamgabriel
89489c6e8e
Bug 1850493 - The tracking protection divider should be gone if all the views are gone.
2023-09-07 06:49:59 +00:00
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>
2023-09-07 03:40:27 +00:00
github-actions
50fa732613
Import translations from android-l10n
2023-09-07 00:31:32 +00:00
Benjamin Forehand
758472a7d2
Bug 1850761 - Allow for local usage of experiment integration test suite
2023-09-06 23:57:48 +00:00
Matthew Tighe
55aa05e843
Bug 1721904 - update thumbnail caching on app open
2023-09-06 22:38:21 +00:00
JohanLorenzo
f346f16ea1
Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
2023-09-06 16:18:20 +00:00
t-p-white
6054bcf76b
Bug 1848605 - Implement similar functionality as loadIntoView for Compose Favicons
2023-09-06 15:54:42 +00:00
Zac McKenney
19375a5d57
Bug 1846979 - Add extensions process spawning disabled dialog
2023-09-06 12:32:28 +00:00
oana.horvath
5ddefa0b3f
Bug 1851543 - Cleanup old Onboarding UI test code
2023-09-06 11:16:05 +00:00
t-p-white
57e8f3f4f7
Bug 1839967 - Updated the Firefox Browser imagery assets.
2023-09-06 10:41:37 +00:00
github-actions
498e8dc151
Import translations from android-l10n
2023-09-06 00:25:35 +00:00
Logan Rosen
ca16f20e7e
Bug 1839513 - Pass crash reporter to SessionStorage
2023-09-05 22:23:57 +00:00
mcarare
3a55ab9a19
Bug 1847141 - Restrict receiving download broadcasts.
2023-09-05 20:49:18 +00:00
Noah Bond
e600cd673a
Bug 1851186 - Add new design system color tokens
2023-09-05 20:07:01 +00:00
gitstart
91af52469d
Bug 1807126 - Increased gap between slider and scale value
2023-09-05 13:45:51 +00:00
gitstart
f75dd254f6
Bug 1807126 - The dot from the scale overlaps the percentage number
2023-09-05 13:45:51 +00:00
AndiAJ
3dd1b13f9b
Bug 1849576 - Navigation toolbar TestRail matching
2023-09-05 11:37:54 +00:00
AndiAJ
675cd56875
Bug 1848349 - Sponsored shortcuts TestRail matching
2023-09-05 10:55:29 +00:00
github-actions
b44181d3db
Import translations from android-l10n
2023-09-05 00:31:08 +00:00
alexandra.virvara
d2ddcb01ae
Bug 1833693: refactor menu items list creation out of TabsTray Banner
2023-09-04 15:40:21 +00:00
mcarare
6000a5786a
Bug 1847996 - Switch to all-compatibility JVM default mode.
...
See https://issuetracker.google.com/issues/280831518 about why this is needed.
This will be fixed in the next Room version: https://android-review.googlesource.com/c/platform/frameworks/support/+/2673596
2023-09-04 13:48:08 +00:00
mcarare
e1f96c012a
Bug 1847996 - Migrate from kapt to KSP.
2023-09-04 13:48:08 +00:00
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.
2023-09-04 09:38:44 +00:00
github-actions
a2e2aedf91
Import translations from android-l10n
2023-09-04 00:30:31 +00:00
github-actions
0517828051
Import translations from android-l10n
2023-09-03 00:31:32 +00:00
github-actions
583e06c7f2
Import translations from android-l10n
2023-09-02 00:29:00 +00:00
mcarare
7dd19216fa
Bug 1850796 - Handle getContext signature updates.
...
Preference getContext method now returns a NonNull Context.
2023-09-01 19:05:59 +00:00
mcarare
b49fdb5004
Bug 1850796 - Handle onPreferenceChangeListener signature updates.
...
PreferenceFragmentCompat.onPreferenceChangeListener now returns a Nullable OnPreferenceChangeListener.
2023-09-01 19:05:59 +00:00
mcarare
ac0b637903
Bug 1850796 - Handle onCreateView signature updates.
...
PreferenceFragmentCompat.onCreateView now returns a NonNull View.
2023-09-01 19:05:59 +00:00
mcarare
a74c09a4b6
Bug 1850796 - Handle onSaveInstanceState signature updates.
...
OnPreferenceTreeClickListener.onSaveInstanceState method can now return null if there is nothing to save.
2023-09-01 19:05:59 +00:00
mcarare
c839193789
Bug 1850796 - Handle preference icon nullability.
...
Preference getIcon method can now return a null Drawable.
2023-09-01 19:05:59 +00:00
mcarare
a184fd480a
Bug 1850796 - Handle preferenceToScrollTo arg nullability.
2023-09-01 19:05:59 +00:00
mcarare
8dd98bd7d5
Bug 1850796 - Handle OnPreferenceTreeClickListener signature updates.
...
OnPreferenceTreeClickListener.onPreferenceTreeClick method now expects a NonNull Preference.
2023-09-01 19:05:59 +00:00
mcarare
577d169c4f
Bug 1850796 - Handle Preference onGetDefaultValue signature change.
2023-09-01 19:05:59 +00:00
mcarare
62732f1929
Bug 1850796 - Fix sharedPreferences nullability.
...
sharedPreferences can now be null if the app uses a PreferenceDataStore.
2023-09-01 19:05:59 +00:00
AndiAJ
bd62505cec
Bug 1807268 - Disable failing deleteCachedFilesTest UI test
2023-09-01 11:07:51 +00:00
AndiAJ
aae56c8f8e
Bug 1849848 - New search history in private browsing UI smoke test
2023-09-01 10:24:18 +00:00
github-actions
f772339ddf
Import translations from android-l10n
2023-09-01 00:28:20 +00:00
JohanLorenzo
e342617d17
Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
2023-08-31 18:26:51 +00:00
Arturo Mejia
9bea9ddcd1
Bug 1850280 - Control extensions process rollout with Nimbus
2023-08-31 15:44:11 +00:00
Roger Yang
7acc85875a
Revert "Bug 1844960 - Bookmark suggestions should appear unconcerned with the search suggestions setting."
...
This reverts commit 3a1884674d00c1362b5abbd7fbc9756e0033fba4.
2023-08-31 14:59:16 +00:00
Alexandru2909
790be45d7b
Bug 1847740 - Add navigation middleware for review quality check
2023-08-31 13:16:00 +00:00
DreVla
e4da26fb34
Bug 1807127 - Update Sync Device name after refreshing fxa devices
2023-08-31 12:42:21 +00:00
Alexandru2909
ed303f6814
Bug 1810780 - Add reorder gesture to composed tabs tray
2023-08-31 09:40:56 +00:00