WIP: [android] Rework TTS setup advice #7553

Draft
RedAuburn wants to merge 2 commits from RedAuburn/no-tts-info into master
Member

fixes organicmaps/organicmaps#2383 and organicmaps/organicmaps#6025

This way, information is explained simply, the user is directed to set up the system settings, and we don't need to maintain the webpage (and translate it to multiple languages).

before / after:
image1

fixes https://git.omaps.dev/organicmaps/organicmaps/issues/2383 and https://git.omaps.dev/organicmaps/organicmaps/issues/6025 This way, information is explained simply, the user is directed to set up the system settings, and we don't need to maintain the webpage (and translate it to multiple languages). before / after: ![image1](https://github.com/organicmaps/organicmaps/assets/26939824/76579421-14b9-4256-8525-68de71ce37a3)
rtsisyk reviewed 2024-03-09 20:22:35 +00:00
Jean-BaptisteC (Migrated from github.com) reviewed 2024-03-14 17:21:55 +00:00
Jean-BaptisteC (Migrated from github.com) commented 2024-03-14 17:21:55 +00:00

Not possible to use getString directly in Toast.makeText?

Not possible to use getString directly in Toast.makeText?
biodranik (Migrated from github.com) reviewed 2024-03-15 00:17:30 +00:00
biodranik (Migrated from github.com) left a comment

Thanks! I like these changes. The problem is that this long text and its title don't look like a clickable button. It could be better/clearer to leave only a title and move the detailed text with a link at the bottom, after the other buttons. And make that text clickable (open our FAQ)?

Maybe "Speech synthesis system settings" can also be made clearer in terms that users should understand the importance of opening system settings and doing appropriate setup there. "Set up speech synthesis"?

Thanks! I like these changes. The problem is that this long text and its title don't look like a clickable button. It could be better/clearer to leave only a title and move the detailed text with a link at the bottom, after the other buttons. And make that text clickable (open our FAQ)? Maybe "Speech synthesis system settings" can also be made clearer in terms that users should understand the importance of opening system settings and doing appropriate setup there. "Set up speech synthesis"?
@ -19691,2 +19692,3 @@
zh-Hant = 如果無法啟用語音指令或您的語言不受支持,請確保您的系統已設定為使用此捷徑進行語音合成。如果不是,請先從應用程式商店安裝支援您的語言的文字轉語音引擎。
[prefs_languages_information_off]
[prefs_tts_info_guide_link]
biodranik (Migrated from github.com) commented 2024-03-15 00:14:01 +00:00

This text solves different issues:

  1. Informs that user may need to install another software to make TTS work.
  2. Informs that the system should be properly set up in the TTS settings.
  3. Informs that the language of directions depends on the system settings and installed engine.

Are there any ideas on how to simplify this text?

This text solves different issues: 1. Informs that user may need to install another software to make TTS work. 2. Informs that the system should be properly set up in the TTS settings. 3. Informs that the language of directions depends on the system settings and installed engine. Are there any ideas on how to simplify this text?
biodranik (Migrated from github.com) commented 2024-03-14 23:56:29 +00:00

This is a great idea! Let's add the same arrow symbol to each LTR language.

This is a great idea! Let's add the same arrow symbol to each LTR language.
biodranik (Migrated from github.com) commented 2024-03-14 23:49:07 +00:00

Hint: to copy url without percent escaping, insert a space in the beginning before copying.

    ru = https://organicmaps.app/ru/faq/синтез-речи-tts-на-android/
Hint: to copy url without percent escaping, insert a space in the beginning before copying. ```suggestion ru = https://organicmaps.app/ru/faq/синтез-речи-tts-на-android/ ```
gpesquero reviewed 2024-03-27 20:40:13 +00:00

@RedAuburn: Please fix the URL for FAQ in Spanish and add the URL for Italian...

    es = https://organicmaps.app/es/faq/instrucciones-de-voz-tts-en-android/
    it = https://organicmaps.app/it/faq/sintesi-vocale-tts-su-android/
@RedAuburn: Please fix the URL for FAQ in Spanish and add the URL for Italian... ```suggestion es = https://organicmaps.app/es/faq/instrucciones-de-voz-tts-en-android/ it = https://organicmaps.app/it/faq/sintesi-vocale-tts-su-android/ ```
gpesquero requested changes 2024-03-27 20:57:01 +00:00
gpesquero left a comment
Member

Strings of android:key params shall not be translatable...

Strings of `android:key` params shall not be translatable...
@ -24,8 +24,6 @@
<string name="pref_tts_info" translatable="false">TtsInfo</string>
<string name="pref_tts_info_link" translatable="false">TtsInfoLink</string>
  <string name="pref_tts_info_link" translatable="false">TtsInfoLink</string>
  <string name="pref_tts_system_setup" translatable="false">TtsSystemSetup</string>
  <string name="pref_tts_info_guide_link" translatable="false">TtsInfoGuideLink</string>
```suggestion <string name="pref_tts_info_link" translatable="false">TtsInfoLink</string> <string name="pref_tts_system_setup" translatable="false">TtsSystemSetup</string> <string name="pref_tts_info_guide_link" translatable="false">TtsInfoGuideLink</string> ```
@ -19,2 +20,3 @@
android:key="@string/pref_tts_open_system_settings"
android:title="@string/pref_tts_open_system_settings" />
android:title="@string/pref_tts_open_system_settings"
android:summary="@string/prefs_tts_system_setup" />
      android:title="@string/pref_tts_open_system_settings_title"
```suggestion android:title="@string/pref_tts_open_system_settings_title" ```
      android:title="@string/prefs_tts_info_guide_link_title"/>
```suggestion android:title="@string/prefs_tts_info_guide_link_title"/> ```
@ -19647,3 +19647,3 @@
[prefs_languages_information]
[prefs_tts_system_setup]
tags = android
  [prefs_tts_system_setup_title]
```suggestion [prefs_tts_system_setup_title] ```
  [prefs_tts_info_guide_link_title]
```suggestion [prefs_tts_info_guide_link_title] ```
gpesquero reviewed 2024-03-28 14:59:59 +00:00
@ -19691,2 +19692,3 @@
zh-Hant = 如果無法啟用語音指令或您的語言不受支持,請確保您的系統已設定為使用此捷徑進行語音合成。如果不是,請先從應用程式商店安裝支援您的語言的文字轉語音引擎。
[prefs_languages_information_off]
[prefs_tts_info_guide_link]

@RedAuburn, @biodranik: If it's any help, in organicmaps/organicmaps#5981 we proposed the following wording:

Organic Maps uses system TTS (Text-To-Speech) for voice instructions. For support on TTS installation or troubleshooting, please check the [link: TTS FAQs (Frequently Asked Questions)]>

@RedAuburn, @biodranik: If it's any help, in https://git.omaps.dev/organicmaps/organicmaps/pulls/5981 we proposed the following wording: `Organic Maps uses system TTS (Text-To-Speech) for voice instructions. For support on TTS installation or troubleshooting, please check the [link: TTS FAQs (Frequently Asked Questions)]>`
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
4 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#7553
No description provided.