diff --git a/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt b/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt index 4e7b7cf..43d18c2 100644 --- a/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt +++ b/app/src/main/java/apps/amine/bou/readerforselfoss/HomeActivity.kt @@ -167,8 +167,8 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener { } private fun handleGDPRDialog(GDPRShown: Boolean) { + val sharedEditor = sharedPref.edit() if (!GDPRShown) { - val sharedEditor = sharedPref.edit() val alertDialog = AlertDialog.Builder(this).create() alertDialog.setTitle(getString(R.string.gdpr_dialog_title)) alertDialog.setMessage(getString(R.string.gdpr_dialog_message)) @@ -183,6 +183,11 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener { ) alertDialog.show() } + + if (sharedPref.getString("acra.user.email", "").isNotEmpty()) { + sharedEditor.remove("acra.user.email"); + sharedEditor.commit(); + } } private fun handleSwipeRefreshLayout() { diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-af-rZA/strings.xml +++ b/app/src/main/res/values-af-rZA/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 9e6c5b3..1976034 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-da-rDK/strings.xml +++ b/app/src/main/res/values-da-rDK/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index d63aa29..75aa748 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index fe42334..8c471aa 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index ea4eb91..67169a6 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -157,7 +157,7 @@ L\'application ne collecte aucune donnée personnelle. Tous les outils d\'anlytics ont été supprimés. Les rapports d\'erreurs sont maintenant optionnels, ainsi que les logs. N\'oubliez pas que les rapports d\'erreurs sont essentiels pour la résolution des bugs (Vous pouvez configurer toute cela dans Paramètres > Debug). L\'application ne partage aucune de vos données. Quelque chose s\'est mal passé, S\'il vous plaît, envoyez le rapport au développeur. - Vous pouvez ajouter tous les détails utiles dans le champ de commentaire plus bas. + Vous pouvez ajouter tous les détails utiles dans le champ de commentaire plus bas. N\'ajoutez aucune information personelle. Vous pouvez m'envoyer un email avec votre identifiant de debug, et je vous informerai à la correction du problème. Email de contact Ajoutez un mail pour que le développeur puisse vous contacter pour résoudre le problème. Envoyer automatiquement les rapports d\'erreur diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 80da0ba..73aea1b 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-iw-rIL/strings.xml +++ b/app/src/main/res/values-iw-rIL/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index 470b146..8c8dca0 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 37f7c2d..631b448 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 72d8ae0..e1e1a5f 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index 40c0e07..49d75c2 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml index b1429a5..eb764c8 100644 --- a/app/src/main/res/values-vi-rVN/strings.xml +++ b/app/src/main/res/values-vi-rVN/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 2c12ffe..9ff9d99 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 4f411b3..6c6fdad 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -157,7 +157,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 28c5d7b..ff1e867 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -160,7 +160,7 @@ The app does not collect any personal data. Every analytics tools were removed. Crash reports sending is now optional, as is the debug logging. Keep in mind that debugging and crash reports are essential for the app development (You can configure everything in Settings > Debug). The app does not share any personal data about you. Something went wrong. Please send the report to the developer. - You can add any helpful details in the comment bellow. + You can add any helpful details in the comment bellow. Don\'t include any personal data in your comment. You could send me and email with your debug id, and I\'ll keep you posted when the issue is resolved. Contact email Add an email so I can contact you about the crash reports you send. Automatically send crash reports diff --git a/app/src/main/res/xml/pref_debug.xml b/app/src/main/res/xml/pref_debug.xml index 7581abd..d301a7a 100644 --- a/app/src/main/res/xml/pref_debug.xml +++ b/app/src/main/res/xml/pref_debug.xml @@ -2,11 +2,6 @@ - -