Skip to content

Commit

Permalink
Release version 78.1.3 (152)
Browse files Browse the repository at this point in the history
* Thanks for the Weblate contributions from: Giovanni Donisi, 109247019824, Alexthegib, Retrial,
  gallegonovato, nautilusx and Trond Kjetil Bremnes
* Ignore error when abandon install session (#474)
* Fix crash on Android 6.0 when downloading Firefox Nightly (the method MatchGroup.get(String) is only
  available on API 26 or higher) (#477)
  • Loading branch information
Tobi823 committed Aug 23, 2023
1 parent cbdf465 commit 25c852a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2023-08-23 Release 78.1.3 (152)

* Thanks for the Weblate contributions from: Giovanni Donisi, 109247019824, Alexthegib, Retrial,
gallegonovato, nautilusx and Trond Kjetil Bremnes
* Ignore error when abandon install session (Tobi823/ffupdater#474)
* Fix crash on Android 6.0 when downloading Firefox Nightly (the method MatchGroup.get(String) is only
available on API 26 or higher) (Tobi823/ffupdater#477)

# 2023-08-03 Release 78.1.2 (151)

* Thanks for the Weblate contributions from: nautilusx, Giovanni Donisi, Alexthegib, Retrial, gallegonovato,
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/152.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Thanks for the Weblate contributions from: Giovanni Donisi, 109247019824, Alexthegib, Retrial,
gallegonovato, nautilusx and Trond Kjetil Bremnes
* Ignore error when abandon install session (Tobi823/ffupdater#474)
* Fix crash on Android 6.0 when downloading Firefox Nightly (the method MatchGroup.get(String) is only
available on API 26 or higher) (Tobi823/ffupdater#477)
4 changes: 2 additions & 2 deletions ffupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ android {
compileSdk 34

defaultConfig {
versionCode 151
versionCode 152
// (incompatible changes) . (backwards compatible functionality) . (backwards compatible bug fixes)
versionName '78.1.2'
versionName '78.1.3'
minSdk 21
targetSdk 34
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion ffupdater/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<string name="notification__bachground_work__title">Ejecutando el trabajo en segundo plano</string>
<string name="notification__bachground_work__action_title">Cancelar este trabajo en segundo plano</string>
<string name="mulch_wv__title">Sistema Mulch WebView</string>
<string name="mulch_wv__description">Se trata deun sistema WebView reforzado y orientado a la seguridad basado en Chromium. Se han deshabilitado/eliminado muchas antifunciones y se han habilitado/agregado un puñado de funciones de seguridad gracias a los parches del [https://github.com/GrapheneOS/Vanadium Vanadium Project].</string>
<string name="mulch_wv__description">Se trata deun sistema WebView reforzado y orientado a la seguridad basado en Chromium. Se han deshabilitado/eliminado muchas antifunciones y se han habilitado/agregado un puñado de funciones de seguridad gracias a los parches del Vanadium proyecto.</string>
<string name="app_installer__failed_to_verify_signature_of_installed_app">Error al comprobar la aplicación instalada.</string>
<string name="app_installer__failed_to_validate_signature_of_download">No se ha podido validar la firma de la descarga.</string>
</resources>
2 changes: 1 addition & 1 deletion ffupdater/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,5 @@
<string name="notification__bg_update_check__unreliable_execution__channel_description">信頼できないバックグラウンドでの更新確認の実行に関する警告</string>
<string name="notification__bg_update_check__unreliable_execution__text">バッテリーやパフォーマンスに関する設定が原因の可能性があります。通知をタップして、このアプリのバッテリー最適化を無効にしてください。</string>
<string name="notification__bachground_work__text">この通知は、安定した処理の実行に必要です。設定に従い、バックグラウンドでのダウンロードまたはインストールが行われています。確認が完了すると通知も閉じられます。この通知はバックグラウンド動作を妨げることなく非表示にすることができます。</string>
<string name="mulch_wv__description">これは Chromium の技術をベースとした、セキュリティ重視の強化されたシステム WebView です。[https://github.com/GrapheneOS/Vanadium Vanadium project] のパッチにより、多くの不要な機能が無効化/削除され、いくつかのセキュリティ機能が有効化/追加されています。</string>
<string name="mulch_wv__description">これは Chromium の技術をベースとした、セキュリティ重視の強化されたシステム WebView です。Vanadium プロジェクト のパッチにより、多くの不要な機能が無効化/削除され、いくつかのセキュリティ機能が有効化/追加されています。</string>
</resources>
2 changes: 1 addition & 1 deletion ffupdater/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,5 @@
<string name="mulch_wv__title">Mulch System WebView</string>
<string name="app_installer__failed_to_validate_signature_of_download">Falha ao validar a assinatura da transferência.</string>
<string name="app_installer__failed_to_verify_signature_of_installed_app">Falha ao verificar a aplicação instalada.</string>
<string name="mulch_wv__description">Trata-se de um WebView de sistema reforçado e orientado para a segurança, baseado na tecnologia Chromium. Muitas características anti-sistema foram desativadas/removidas e algumas características de segurança foram ativadas/adicionadas graças aos patches do [https://github.com/GrapheneOS/Vanadium Vanadium project].</string>
<string name="mulch_wv__description">Trata-se de um WebView de sistema reforçado e orientado para a segurança, baseado na tecnologia Chromium. Muitas características anti-sistema foram desativadas/removidas e algumas características de segurança foram ativadas/adicionadas graças aos patches do Vanadium project.</string>
</resources>
2 changes: 1 addition & 1 deletion ffupdater/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<string name="notification__bachground_work__text">This notification is required for a reliable execution. Depending on your settings, updates are fetched, downloaded and installed in the background. This notification can be hidden or muted without stopping the background work. After the check is completed, the notification will is also be closed.</string>
<string name="notification__bachground_work__action_title">Cancel this background work</string>
<string name="mulch_wv__title">Mulch System WebView</string>
<string name="mulch_wv__description">This is a security oriented and hardened system WebView based on Chromium technology. Many anti-features are disabled/removed and a handful security features are enabled/added thanks to patches from the [https://github.com/GrapheneOS/Vanadium Vanadium project].</string>
<string name="mulch_wv__description">This is a security oriented and hardened system WebView based on Chromium technology. Many anti-features are disabled/removed and a handful security features are enabled/added thanks to patches from the Vanadium project.</string>
<string name="app_installer__failed_to_validate_signature_of_download">Failed to validate the signature of the download.</string>
<string name="app_installer__failed_to_verify_signature_of_installed_app">Failed to check installed app.</string>
</resources>

0 comments on commit 25c852a

Please sign in to comment.