Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
267 stars 83 forks source link

Support all keyboard apps #20

Closed Kaljurand closed 9 years ago

Kaljurand commented 9 years ago

Original issue 16 created by Kaljurand on 2011-12-02T19:08:49.000Z:

Many keyboard apps do not use the !RecognizerIntent interface. This includes the default Android keyboard. Also the latest version of SlideIT. Support such keyboards as well.

Kaljurand commented 9 years ago

Comment #1 originally posted by Kaljurand on 2011-12-05T15:07:00.000Z:

Study the source code of http://code.google.com/p/hackerskeyboard/ to get some ideas, e.g.

http://code.google.com/p/hackerskeyboard/source/browse/java/src/com/android/inputmethod/voice/VoiceInput.java

Kaljurand commented 9 years ago

Comment #2 originally posted by Kaljurand on 2011-12-05T15:31:26.000Z:

See also the Android source: http://hi-android.info/src/android/speech/

Maybe implement: Intent(RecognitionService.SERVICE_INTERFACE)

Kaljurand commented 9 years ago

Comment #3 originally posted by Kaljurand on 2011-12-13T13:23:37.000Z:

<empty>

Kaljurand commented 9 years ago

Comment #4 originally posted by Kaljurand on 2011-12-31T13:34:55.000Z:

Fixed in v0.8+