diff --git a/CHANGELOG.md b/CHANGELOG.md index 044b8faa0..416624e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.5.2 (932)] - 2025-04-23 + ### Added - The new Crash Reporting Opt In/Out screen has been added diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 14c730030..c41e284d8 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -12,8 +12,10 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -### Added -- The new Crash Reporting Opt In/Out screen has been added +## [1.5.2 (932)] - 2025-04-23 + +### Added: +- We added an option for Playstore users to opt out of sharing crash reports via Firebase Crashlytics. You can find this new setting in the Advanced Settings -> Crash Reporting. ## [1.5.2 (929)] - 2025-04-09 diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index b37e0321c..8d5f48175 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -12,8 +12,10 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -### Añadido -- The new Crash Reporting Opt In/Out screen has been added +## [1.5.2 (932)] - 2025-04-23 + +### Añadido: +- Hemos añadido una opción para que los usuarios de Playstore no compartan informes de fallos a través de Firebase Crashlytics. Puedes encontrar esta nueva configuración en Configuración Avanzada -> Informes de fallos. ## [1.5.2 (929)] - 2025-04-09 diff --git a/fastlane/metadata/android/en-US/changelogs/932.txt b/fastlane/metadata/android/en-US/changelogs/932.txt new file mode 100644 index 000000000..e33c7afdb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/932.txt @@ -0,0 +1,2 @@ +Added: +- We added an option for Playstore users to opt out of sharing crash reports via Firebase Crashlytics. You can find this new setting in the Advanced Settings -> Crash Reporting. \ No newline at end of file diff --git a/fastlane/metadata/android/es/changelogs/932.txt b/fastlane/metadata/android/es/changelogs/932.txt new file mode 100644 index 000000000..f2678209a --- /dev/null +++ b/fastlane/metadata/android/es/changelogs/932.txt @@ -0,0 +1,2 @@ +Añadido: +- Hemos añadido una opción para que los usuarios de Playstore no compartan informes de fallos a través de Firebase Crashlytics. Puedes encontrar esta nueva configuración en Configuración Avanzada -> Informes de fallos. diff --git a/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml b/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml index 19937eb68..8f3f8328f 100644 --- a/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml +++ b/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml @@ -5,7 +5,7 @@ Exportar Datos Privados Elegir un Servidor Conversión de Moneda - Crash Reporting + Informe de fallos Se te pedirá confirmación en la siguiente pantalla Restablecer Zashi Exportar Archivo de Impuestos diff --git a/ui-lib/src/main/res/ui/crash_reporting_opt_in/values-es/strings.xml b/ui-lib/src/main/res/ui/crash_reporting_opt_in/values-es/strings.xml index a97b758be..cb95da46d 100644 --- a/ui-lib/src/main/res/ui/crash_reporting_opt_in/values-es/strings.xml +++ b/ui-lib/src/main/res/ui/crash_reporting_opt_in/values-es/strings.xml @@ -1,17 +1,13 @@ - Help Improve %1$s + Ayuda a mejorar %1$s - Crash reports are an essential tool for developers to improve the - quality and reliability of apps. They are very useful in practice to help with fixing bugs that cause - crashes. - Note: The crash reports include information about app version, time - when the crash happened, and stack trace so it\’s clear where in the app the crash happened. The data - collected is completely anonymized. - Opt in - Share crash reports with Zashi developers. - Opt out - Don’t share crash reports with Zashi developers. - Save changes + Los informes de fallos son una herramienta esencial para que los desarrolladores mejoren la calidad y confiabilidad de las aplicaciones. Son muy útiles en la práctica para ayudar a corregir errores que causan fallos. + Nota: Los informes de fallos incluyen información sobre la versión de la aplicación, la hora en que ocurrió el fallo y la traza del error, para que sea claro en qué parte de la app ocurrió el problema. Los datos recopilados son completamente anónimos. + Aceptar + Compartir informes de fallos con los desarrolladores de Zashi. + Rechazar + No compartir informes de fallos con los desarrolladores de Zashi. + Guardar cambios