<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<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: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-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,.01) 0 0 1px; font-family: "GitLab Sans",-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;">
ma1 pushed to branch tor-browser-128.2.0esr-14.0-1 at <a href="https://gitlab.torproject.org/tpo/applications/tor-browser">The Tor Project / Applications / Tor Browser</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3162dd72362ed996d9193dc910ff25929ce3cc16">3162dd72</a></strong>
<div>
<span> by pollymce </span> <i> at 2024-09-12T21:13:09+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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 1902996 - Improve messaging for fullscreen notifications. r=android-reviewers,gl

Instead of explaining to users that they are in fullscreen mode, which may be obvious, we explain how to get out of it :)
Also use a Toast rather than a custom Dialog.
Update Focus too.
Fix lint errors.

Differential Revision: https://phabricator.services.mozilla.com/D215782
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e7164acee67bea3d98728c22c289d8abae51cf2c">e7164ace</a></strong>
<div>
<span> by hackademix </span> <i> at 2024-09-12T21:13:15+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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;'>fixup! Bug 1902996 - Improve messaging for fullscreen notifications. r=android-reviewers,gl

Backported localizations.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#6d40ef5d616ee6fca9378381f22249904bcadf62">
<span class="new-file">
+
mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/dialog/FullScreenNotification.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#6e5f9e2d495cf3012839bbeeb758fd828cbec1a3">
<span class="deleted-file">

mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/dialog/FullScreenNotificationDialog.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#6d26f724e3fdac3eab0d50e015aef8afe89b82f4">
<span class="new-file">
+
mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/dialog/GestureNavUtils.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#e4e3b7547dfed008c0bfe359d372eab6e0176db7">
<span class="new-file">
+
mobile/android/android-components/components/feature/prompts/src/test/java/mozilla/components/feature/prompts/dialog/FullScreenNotificationTest.kt
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c456921f3ffbd844956abb9d1f9cb4262c99a22">
mobile/android/android-components/docs/changelog.md
</a>
</li>
<li class="file-stats">
<a href="#d380c0009edbd122db4a9042674e3140be9bc68c">
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
</a>
</li>
<li class="file-stats">
<a href="#35c752e43adcfc7ca2bed2f192c50e4ca61b01c5">
<span class="deleted-file">

mobile/android/fenix/app/src/main/res/layout/full_screen_notification_dialog.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#8b5c75ec65576b57478bf71eadc03bda812d8263">
mobile/android/fenix/app/src/main/res/values-be/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#527b1dfd05055c91eeedcc9af7be41acac1ba163">
mobile/android/fenix/app/src/main/res/values-bg/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#d7f4f524121c94a2e91008b1e1d9b6a55995b1d3">
mobile/android/fenix/app/src/main/res/values-bs/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#c0cf0cb7811cc1d27c979362d443d99364d63eb3">
mobile/android/fenix/app/src/main/res/values-ca/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#31beaf3dcb721db72702104f1cc37709f573e174">
mobile/android/fenix/app/src/main/res/values-co/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#532f48194b01221f01cad2d5894dd68391dcda03">
mobile/android/fenix/app/src/main/res/values-cs/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#fbe535f5753ea31079d1ee72de8a89fe9f77a2b3">
mobile/android/fenix/app/src/main/res/values-cy/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#c4cba3b177edb68c7a1965323a19bf1a492ec0b4">
mobile/android/fenix/app/src/main/res/values-da/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#7a3c268f142ea1e6c6f6d8a836a766def64b4bed">
mobile/android/fenix/app/src/main/res/values-de/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#9cceda156dd4dd51abac92b01c1907afdc353b8f">
mobile/android/fenix/app/src/main/res/values-dsb/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#27f71fd9d002a8f2d1b3def396103e50f7be7d2a">
mobile/android/fenix/app/src/main/res/values-el/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#094ff0315c261c0ce8464a618b218cae35a14fbd">
mobile/android/fenix/app/src/main/res/values-en-rCA/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#189591677bdb7c932e0de218ebf126e0ff591f7d">
mobile/android/fenix/app/src/main/res/values-en-rGB/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#e10b58ccabb9d6d2e39592d71cfa5abc869914f0">
mobile/android/fenix/app/src/main/res/values-es-rAR/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#c1b91c4cc55cdbee2e2e5614074d913ac49ee383">
mobile/android/fenix/app/src/main/res/values-es-rCL/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#4a44af9ca8c09da9af0ae69b965d184f28e25d4d">
mobile/android/fenix/app/src/main/res/values-es-rMX/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#5da93cec091ba81e07d586e98959231a9e84189f">
mobile/android/fenix/app/src/main/res/values-eu/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#cbde73bb735d112b80559b846584f3071a210b8a">
mobile/android/fenix/app/src/main/res/values-fi/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#b80c42387b7025c340156c16cd0fd9c90a604626">
mobile/android/fenix/app/src/main/res/values-fr/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#a4c5edb1b0d6fe6a1acca70d96f3d6f9296dddc2">
mobile/android/fenix/app/src/main/res/values-fur/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#38d2ced93d0bab0c1e9820485a3434951c1cd9ce">
mobile/android/fenix/app/src/main/res/values-fy-rNL/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#634302bf24931c8c93e281ab7165c47e8597f2e4">
mobile/android/fenix/app/src/main/res/values-gl/strings.xml
</a>
</li>
<li class="file-stats">
<a href="#59d3c372c60e1c4653c0c7a6ee58a23b85ddcba1">
mobile/android/fenix/app/src/main/res/values-hsb/strings.xml
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .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/tor-browser/-/compare/cf07aee1e3754bac699ef332b3bc977be4b80cec...e7164acee67bea3d98728c22c289d8abae51cf2c">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>