0.7 - multiple interpretations, error activity
Matrix/IRC channel announcement
The Dicio project now has a channel on Libera Chat, #dicio!
- The IRC address is
ircs://irc.libera.chat:6697/dicio
, click here for webchat - You can also use a Matrix account to join the Dicio channel at #dicio:libera.chat. Some convenient clients, available both for phone and desktop, are listed at that link.
Improved
- [Vosk] Now multiple possible interpretations are provided for what the user said, and the app uses the first one it can understand #28 (thank you @MidnightNerd!)
- [Telephone] Translate the skill into Spanish #76 (thank you @AlanSanchezP!)
- Add an error reporting activity, similar to NewPipe's, so that (skill) errors can be reported
Fixed
- Fix input editing view remaining focused after input is sent
- [Timer] Fix Timer not hidden for languages without a number parser/formatter
Development
- Skills now have a
SkillContext
they can access at any time, and it contains these objects: AndroidContext
, shared preferences,NumberParserFormatter
for the current locale, currentLocale
,GraphicalOutputDevice
onto which to display outputs,SpeechOutputDevice
with which to speak #60 - The Krita project for Dicio's logo has been uploaded in the
meta/
folder. Also check out the issue about creating a new logo: #74 - Add Checkstyle to enforce code style
- Add view binding to the project