Stypox

Results 524 comments of Stypox

You could add "of" to the words interpreted as multiplication in [this file](https://github.com/Stypox/dicio-android/blob/master/app/src/main/sentences/en/calculator.dslf). I.e. turn `times|(...` into `times|of|(...`.

If you want, that's the way to do it, thanks!

This was implemented during the refactoring to Jetpack Compose, as this screenshot shows. Will be available in the next release!

I have no idea if this has anything to do with #116 or if it's just yet another Android API I need to implement. I will need to look into...

Could you test if #228 works, and if Dicio appears under that menu? A testing APK is linked there

Hi! You basically just need to use the standard Android intent `RecognizerIntent.ACTION_RECOGNIZE_SPEECH`, see the documentation [here](https://developer.android.com/training/wearables/user-input/voice#GetSpeechInput). Let me know if it works.

That's the intent Dicio reacts to. Currently the user is unable to set dicio as the system default voice assist due to https://github.com/Stypox/dicio-android/issues/126, but you can try manually setting the...

This should be solvable by just handling intents properly in `MainActivity`. Thanks for opening an issue ;-)

Thanks for reporting! Should be fixed in the latest release (1.0).