<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Richard Pospesel pushed to branch android-components-102.0.14-12.5-1 at <a href="https://gitlab.torproject.org/tpo/applications/android-components">The Tor Project / Applications / android-components</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/e4d552ecbcebfa2b8034bec997431bc3e323094a">e4d552ec</a></strong>
<div>
<span> by Matthew Finkel </span> <i> at 2022-12-16T10:58:18+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40005: Modify Default toolbar menu
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/f980f6cf508762cc254df3bbc9f34d0aa3b30393">f980f6cf</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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`.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/3ddffe61736b34a8d8e54c33fe8ef75e60ca2000">3ddffe61</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/42193329b49f4adcd27d0f81be218e645de9fbd9">42193329</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/eedbcb984c9568663beb9b8460aa78d6b5c922d9">eedbcb98</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/2d822a9cdf831539ba92adca644b23f6036535f3">2d822a9c</a></strong>
<div>
<span> by Georg Koppen </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40013: Add option do overwrite timestamp in extension version
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/e32ea911f26ed29f2b682bc8bc5fbcbdd6fc3582">e32ea911</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40015: Port padlock states for .onion services
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/a170a488ec41598e820244003264de9daccfe826">a170a488</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40021: Force telemetry=false in Fennec settings migration
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/a4c2e14654425f35f5daa8df59c494f8d9fefdc2">a4c2e146</a></strong>
<div>
<span> by Alex Catarineu </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40022: Migrate Tor security level from Fennec
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/b9b4c0c6df69b19aec7c084fc51ef2605b954f90">b9b4c0c6</a></strong>
<div>
<span> by Matthew Finkel </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Modify Tracking Protection configuration

Bug 40020: Disable third-party cookies

Bug 40024: Disable tracking protection by default
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/ccf10e496b0f8835ca38c130d3ee5c1f5921cd11">ccf10e49</a></strong>
<div>
<span> by Matthew Finkel </span> <i> at 2022-12-16T10:59:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bug 40023: Stop PrivateNotificationService
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/8f82a9bda369356043e03b798d5cc80eba5fd56c">8f82a9bd</a></strong>
<div>
<span> by Matthew Finkel </span> <i> at 2022-12-16T10:59:06+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/6415ced700c5396e4275b3cce3ce4013e2b92f68">6415ced7</a></strong>
<div>
<span> by sarah541 </span> <i> at 2022-12-16T10:59:09+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Improve search term performance on the toolbar
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/169b6812d4ad42f189fb8c21051cd2e056a942f5">169b6812</a></strong>
<div>
<span> by Arturo Mejia </span> <i> at 2022-12-16T10:59:10+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Improve the media delegate
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.torproject.org/tpo/applications/android-components/-/commit/5ac318964f029425439132b92dcc413261847ed4">5ac31896</a></strong>
<div>
<span> by Roger Yang </span> <i> at 2022-12-16T10:59:10+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #333238; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Close #12926: Use external flag when opening fallback URL
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#f07866736216be0ee2aba49e392191aeae700a35">
build.gradle
</a>
</li>
<li class="file-stats">
<a href="#efd919f7f5293f8dd9e091f9d2ec02fe3c5db499">
components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
</a>
</li>
<li class="file-stats">
<a href="#64b6a6feb1921f0aba220b52a14339c05ced6999">
components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngineSession.kt
</a>
</li>
<li class="file-stats">
<a href="#99f8b0b629c441384abba5a94a3ef31a468e0052">
components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt
</a>
</li>
<li class="file-stats">
<a href="#d5588ec2dc9f993e9edab980c5d1458bfa28b6e4">
<span class="new-file">
+
components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/media/GeckoMediaDelegate.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#8caf204ccd5127f5842477b985bd457993d2a9a2">
components/browser/engine-gecko/src/test/java/mozilla/components/browser/engine/gecko/GeckoEngineSessionTest.kt
</a>
</li>
<li class="file-stats">
<a href="#6199a111c55a178a78e7de5ef4ab88f75f728768">
<span class="new-file">
+
components/browser/engine-gecko/src/test/java/mozilla/components/browser/engine/gecko/media/GeckoMediaDelegateTest.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#f89c2f2f9690c2c8ad6260362824a33a66ce22fb">
components/browser/icons/src/main/java/mozilla/components/browser/icons/loader/HttpIconLoader.kt
</a>
</li>
<li class="file-stats">
<a href="#03bbea7b4c5f3cdcf3d4dc76386264aebaef5a2d">
components/browser/menu/src/main/java/mozilla/components/browser/menu/WebExtensionBrowserMenuBuilder.kt
</a>
</li>
<li class="file-stats">
<a href="#2a4ee2c4e72df4833b3118bd1cd905157f0c233a">
components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/BrowserToolbar.kt
</a>
</li>
<li class="file-stats">
<a href="#feac33c74930c6af3757e11329540922a5069e5b">
components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/DisplayToolbar.kt
</a>
</li>
<li class="file-stats">
<a href="#46a550ec4c895892157dff0bb8971f746aa40960">
components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/SiteSecurityIconView.kt
</a>
</li>
<li class="file-stats">
<a href="#f5f35a41be5376d0fd9781eb92c6774df87af995">
components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml
</a>
</li>
<li class="file-stats">
<a href="#7747f01f26a5dbb5280e60fb49c5d5bf03a8f94f">
components/browser/toolbar/src/main/res/values/attrs_browser_toolbar.xml
</a>
</li>
<li class="file-stats">
<a href="#2090c74136eb75b044cd81f8fc67adf0a2d992d5">
components/browser/toolbar/src/test/java/mozilla/components/browser/toolbar/BrowserToolbarTest.kt
</a>
</li>
<li class="file-stats">
<a href="#2d8d30e3e59b89c967c4cb26b33aad100724eaa5">
components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
</a>
</li>
<li class="file-stats">
<a href="#69d3cfd67bf75daaaa37ed8ef2c5ed3b43e0a209">
components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt
</a>
</li>
<li class="file-stats">
<a href="#2b5633d4edb26e6ce7ff83bf57b631d4203ac175">
components/concept/fetch/src/main/java/mozilla/components/concept/fetch/Request.kt
</a>
</li>
<li class="file-stats">
<a href="#314375621475b90b714f5e26af4c3a4e6a822b73">
components/concept/toolbar/src/main/java/mozilla/components/concept/toolbar/Toolbar.kt
</a>
</li>
<li class="file-stats">
<a href="#4f8f72ce7ddd97cb3b718563ae1917081fbdc66b">
components/feature/addons/src/main/java/mozilla/components/feature/addons/AddonManager.kt
</a>
</li>
<li class="file-stats">
<a href="#b07e826dc269183360d5c110d3999ad40f30b73c">
components/feature/addons/src/main/java/mozilla/components/feature/addons/amo/AddonCollectionProvider.kt
</a>
</li>
<li class="file-stats">
<a href="#228ffd04f1415fec493b60cadce237c6a88aae16">
components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
</a>
</li>
<li class="file-stats">
<a href="#7f012c1db2cf301476c024c2d29607e606c42c80">
components/feature/app-links/build.gradle
</a>
</li>
<li class="file-stats">
<a href="#22b1dc8b8e70444cfbf93fc93f3d6d73356936e0">
components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksFeature.kt
</a>
</li>
<li class="file-stats">
<a href="#d741726cca2a842ae2a089b925ce2277a8e5a292">
components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksUseCases.kt
</a>
</li>
<li class="file-stats">
<a href="#da626d2f802cdf42713979f8226cf15d5039e8ff">
components/feature/contextmenu/src/main/java/mozilla/components/feature/contextmenu/ContextMenuCandidate.kt
</a>
</li>
<li class="file-stats">
<a href="#c149f1aaf18f4f4abc8c384d5993c24ba9f0acbc">
components/feature/downloads/src/main/java/mozilla/components/feature/downloads/AbstractFetchDownloadService.kt
</a>
</li>
<li class="file-stats">
<a href="#84029a43a45b1dcd11677dc37248f17563ae01f6">
components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsFeature.kt
</a>
</li>
<li class="file-stats">
<a href="#2ba596f699088e70ec61fa497aead41a6f8b6ed5">
components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
</a>
</li>
<li class="file-stats">
<a href="#4637c6ddae4a7d16dc671c1394a78ab8dfc9cde9">
components/feature/search/src/main/assets/search/list.json
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://gitlab.torproject.org/tpo/applications/android-components/-/compare/cd19f9a6c5e26c4e57dda6e549a5c63ac7c042ea...5ac318964f029425439132b92dcc413261847ed4">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.torproject.org">gitlab.torproject.org</a>. <a href="https://gitlab.torproject.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.torproject.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>