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

11813 Commits

Author SHA1 Message Date
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
github-actions
26f92d8590 Import translations from android-l10n 2023-08-31 00:28:03 +00:00
JohanLorenzo
ca7934715e Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-08-30 16:36:32 +00:00
William Durand
87430ace11 Bug 1850673 - Enable the mozAddonManager web API on Fenix Beta builds 2023-08-30 09:22:30 +00:00
mcarare
df945af9b2 Bug 1850473 - Provide pageCount through pagerState. 2023-08-30 06:54:01 +00:00
github-actions
733b535876 Import translations from android-l10n 2023-08-30 01:01:31 +00:00
Jeff Boek
cfd309d8b7 Bug 1845231 - Adds a mask to the tab counter in private mode 2023-08-30 00:38:40 +00:00
William Durand
9fd7b0f27b Bug 1796189 - List extensions installed outside the list of featured extensions
Co-authored-by: William Durand <will+git@drnd.me>
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2023-08-29 20:58:26 +00:00
t-p-white
d743c46919 Revert "Bug 1837325 - Remove navigation library duplication from FenixDependencies."
This reverts commit bcfdc61d
2023-08-29 18:43:38 +00:00
t-p-white
b1c9094d5f Revert "Bug 1837325 - Use alternative ways to get backQueue elements."
This reverts commit 9313f7c23ab029b816616bb37fac337279967827.
2023-08-29 18:43:38 +00:00
Matthew Tighe
816dbfdead Bug 1842250 - Refactor the remaining HistoryController functions to lib-state 2023-08-29 17:29:24 +00:00
William Durand
d2ff0bb65d Bug 1849329 - Update local GV docs
We do not need to patch the build system to read the GeckoView version anymore.
2023-08-29 10:08:51 +00:00
t-p-white
2c16a785bd Bug 1849966 - Compose Top Sites has unwanted recompositions on scrolling 2023-08-29 08:51:07 +00:00
iorgamgabriel
7019fb7654 Bug 1844960 - Bookmark suggestions should appear unconcerned with the search suggestions setting. 2023-08-29 07:28:16 +00:00
github-actions
876b9038b2 Import translations from android-l10n 2023-08-29 00:30:14 +00:00
gitstart
c7249d5e78 Bug 1812730 - Prevent collections with empty name from being created 2023-08-28 21:06:32 +00:00
Aaron Train
058a0ccdd9 Bug 1813521 - Disable DownloadTest.pauseResumeCancelDownloadTest 2023-08-28 08:01:11 +00:00
Zac McKenney
14f4650054 Bug 1846979 - Add extensions process crash dialog strings.
Co-authored-by: McKenney <zmckenney@mozilla.com>
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2023-08-28 07:27:12 +00:00
iorgamgabriel
2d89c39f04 Bug 1841582 - Opening link from shortcuts should display the page. 2023-08-28 06:36:33 +00:00
github-actions
be1c6b90a1 Import translations from android-l10n 2023-08-28 00:28:25 +00:00
github-actions
2a67e73c3e Import translations from android-l10n 2023-08-27 00:28:20 +00:00
github-actions
369e65d42c Import translations from android-l10n 2023-08-26 00:28:47 +00:00
iTrooz
e92ccdcbf9 Bug 1813788 - Part 2: Add UnusedResources specifiers to strings needing it + Remove unused testing functions
This is a follow-up to https://github.com/mozilla-mobile/firefox-android/pull/2688#discussion_r1302467116
2023-08-25 22:37:59 +00:00
Roger Yang
f63bb624b9 Bug 1849184 - Renew telemetry probes expiring in v120 2023-08-25 18:32:31 +00:00
t-p-white
25066dee83 Bug 1837365 - Remove lifestyle image assets 2023-08-25 09:09:05 +00:00
github-actions
af43fb7f16 Import translations from android-l10n 2023-08-25 00:31:24 +00:00