Skip to content

Releases: Stypox/dicio-android

0.3 - fix Vosk model download strategy

21 Dec 22:50
95a068e
Compare
Choose a tag to compare

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

  • [Vosk] Heavily improve model downloading strategy, fixing many unexpected behaviors #12 #16
  • [Vosk] Now the download or loading icons are preserved when resuming the app, instead of wrongfully replacing them with the microphone off icon

0.2 - fix crash at startup

10 Nov 09:09
0742bed
Compare
Choose a tag to compare

Fixed

  • Fix Dicio only starting on devices with English or Italian languages available #7
  • [Calculator] Fix "what's" not being interpreted the same way as "what is" #9

0.1 - initial release

07 Nov 21:14
b57b6cd
Compare
Choose a tag to compare

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