adding a FAQ item describing the icon hiding

This commit is contained in:
tibbi
2020-03-30 23:10:36 +02:00
parent 1b917e914a
commit 2ec7e6be14
3 changed files with 11 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class MainActivity : SimpleActivity() {
val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW
val faqItems = arrayListOf( val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons), FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons) FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons)
) )

View File

@ -8,6 +8,11 @@
<string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string> <string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string>
<string name="save_recordings_in">Ukladať nahrávky do</string> <string name="save_recordings_in">Ukladať nahrávky do</string>
<!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording?</string>
<string name="faq_1_text">Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this.
If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have --> <!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it --> <!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Voice Recorder - Record any audio easily</string> <string name="app_title">Simple Voice Recorder - Record any audio easily</string>

View File

@ -8,6 +8,11 @@
<string name="try_hiding_notification">Try hiding the recording notification</string> <string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string> <string name="save_recordings_in">Save recordings in</string>
<!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording?</string>
<string name="faq_1_text">Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this.
If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have --> <!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it --> <!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Voice Recorder - Record any audio easily</string> <string name="app_title">Simple Voice Recorder - Record any audio easily</string>