Releases: Stypox/dicio-android
Releases · Stypox/dicio-android
0.3 - fix Vosk model download strategy
Improved
- Remove unused permissions READ_PHONE_STATE, READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE (fixed in dicio-skill)
- [Vosk] Do not start downloading the model right away, but show a download icon
Fixed
0.2 - fix crash at startup
0.1 - initial release
5 skills
- search: looks up information on DuckDuckGo (and in the future more engines) - Search for Dicio
- weather: collects weather information from OpenWeatherMap - What's the weather like?
- lyrics: shows Genius lyrics for songs - What's the song that goes we will we will rock you?
- open: opens an app on your device - Open NewPipe
- calculator: evaluates basic calculations - What is four thousand and two times three minus a million divided by three hundred?
Settings
- 2 input methods: speech to text with Vosk, text box
- 4 output methods: Android speech synthesis, toast, snackbar, nothing
- 2 languages: English and Italian
- 2 themes: light and dark
Development
- Sentence recognition is done with dicio-sentences-compiler and dicio-skill
- Skills can extract or say numbers using dicio-numbers
- Translatable on Fastlane