-
Notifications
You must be signed in to change notification settings - Fork 85
Stt option and new button 244 #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stt option and new button 244 #281
Conversation
…e discovery by user. move compose stt feature from double-tap compose entry box to new button on compose activity
I'm not sure how I feel about this. why not a mic button to replace the send button? |
mic button in place of send button has been allocated for quick record voice message in #64. plus, it's easier for user to use the button when in a situation such as driving where a small button is more difficult and maybe dangerous to find and use. ie a lot of car cradles make access to buttons at the bottom of the screen very difficult to access. |
aah, this is for quickly "writing" a message with your voice, not sending your voice in a message. I understand. I still don't personally like the floating button, but will have to look into UX for this. For now this is good. Is the user able to long-press to move it around? |
long-press and drag around would be awesome. nice one! i'll look into it |
updated this pr to make the stt button drag and drop-able with a toast message on first show to let user know it can be re-positioned. button remembers it's relative window position until reset off/on in settings. |
Looking forward to this in the next release! I came to report the problem in #244 but I'm glad this PR fixes it already. |
I just updated to the latest, and I have issues with this. First, I can drag the speech to text button, but does not respond otherwise. I've disabled this button, but there is no other option to perform speech to text. Also, the microphone in place of the send button, intuitively seems like it should provide speech to text, but it records audio attachments. I see that this PR implemented this feature. Can there at least be an alternative method for speech to text, such as an enabling the message box double tap when the speech to text button is disabled? I found that confusing at first, but I discovered that I really liked the way it worked. |
this pr is to replace the non-standard and ugly ui element of double-tap on compose edit box to start stt.
added a setting item to show/hide new stt button in the appearance section of the settings. made setting default to 'show' so that the stt feature is discoverable by users. users can then turn it off if they wish.
added a new floating button to begin speech to text input. the button is intentionally larger than normal, but tinted such that it doesn't overweight the colours on the screen and so that it also can easily be found and pressed in situations when searching for a small button might be distracting and potentially dangerous, such as when driving.
closes #244