-
e4d552ec
by Matthew Finkel at 2022-12-16T10:58:18+01:00
Bug 40005: Modify Default toolbar menu
-
f980f6cf
by Alex Catarineu at 2022-12-16T10:59:04+01:00
Bug 40007: Port external helper app prompting
Together with the corresponding fenix patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
-
3ddffe61
by Alex Catarineu at 2022-12-16T10:59:04+01:00
Bug 40002: Ensure system download manager is not used
Bug 40075: Support scoped storage to enable downloads on API < 29
- in android-components!7, we blocked all usage of Scoped
Storage in an attempt to block usage of Android's
DownloadManager, which is known to cause proxy bypasses
- as of Android API 29, downloads will not work without Scoped Storage,
causing all downlaods to fail (see: fenix##40192)
- here, we enable usage of scoped storage for API >= 29, but block
calls to DownloadManager on API < 29
-
42193329
by Alex Catarineu at 2022-12-16T10:59:04+01:00
Bug 40009: Change the default search engines
This matches the search engines from desktop, that is:
DDG as the default, then YouTube, Google, DDGOnion,
Startpage, Twitter, Wikipedia and Yahoo.
Bug 40062: Update DuckDuckGo onion search plugin
-
eedbcb98
by Alex Catarineu at 2022-12-16T10:59:05+01:00
Modify Addon support
Bug 40011: Hide option for disallowing addons in private mode
Bug 40016: Allow inheriting from AddonCollectionProvider
This will allow implementing our own AddonsProvider in fenix.
-
2d822a9c
by Georg Koppen at 2022-12-16T10:59:05+01:00
Bug 40013: Add option do overwrite timestamp in extension version
-
e32ea911
by Alex Catarineu at 2022-12-16T10:59:05+01:00
Bug 40015: Port padlock states for .onion services
-
a170a488
by Alex Catarineu at 2022-12-16T10:59:05+01:00
Bug 40021: Force telemetry=false in Fennec settings migration
-
a4c2e146
by Alex Catarineu at 2022-12-16T10:59:05+01:00
Bug 40022: Migrate Tor security level from Fennec
-
b9b4c0c6
by Matthew Finkel at 2022-12-16T10:59:05+01:00
Modify Tracking Protection configuration
Bug 40020: Disable third-party cookies
Bug 40024: Disable tracking protection by default
-
ccf10e49
by Matthew Finkel at 2022-12-16T10:59:05+01:00
Bug 40023: Stop PrivateNotificationService
-
8f82a9bd
by Matthew Finkel at 2022-12-16T10:59:06+01:00
Add support for new GeckoView interfaces
Bug 40006: Expose Security Level interface
Bug 40019: Expose spoofEnglish pref
Bug 34439: Isolate Icon loader on Android
Bug 41394: Expose privacy.prioritizeonions.enabled to Android.
-
6415ced7
by sarah541 at 2022-12-16T10:59:09+01:00
Improve search term performance on the toolbar
-
169b6812
by Arturo Mejia at 2022-12-16T10:59:10+01:00
Improve the media delegate
-
5ac31896
by Roger Yang at 2022-12-16T10:59:10+01:00
Close #12926: Use external flag when opening fallback URL