SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

does speech recognition leak data in edit boxes? #22

Closed mwfarb closed 9 years ago

mwfarb commented 10 years ago

If the voice recognition when typing in an edit box uses a server we should disable speech recognition microphone in all edit boxes. It would be great if there is a local-dictionary-only speech recognition mode, but I'm not sure if that exists.

tenmalin commented 10 years ago

Definitely speech recognition on keyboard requires Internet support, resulting unnecessary information leaking. iOS8 allows developers to customize user keyboards to disable speech recognition. For iOS6/7, probably we need to show some toast messages to warm users. Auto-correct dictionary seems like only store information locally instead of uploading to the Internet. We may not need to disable auto correct feature on current input design.

brnunes commented 9 years ago

String added: "label_SpeechRecognitionAlert": The alert message when user tries to use speech recognition to write a new message