Skip to content

Commit

Permalink
Add current time and navigation to fastlane descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jan 29, 2023
1 parent 0866177 commit 617dad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Dicio answers questions about:
<li><b>calculator</b>: evaluates basic calculations - <i>What is four thousand and two times three minus a million divided by three hundred?</i></li>
<li><b>telephone</b>: view and call contacts - <i>Call Tom</i></li>
<li><b>timer</b>: set, query and cancel timers - <i>Set a timer for eleven minutes</i></li>
<li><b>current time</b>: query current time - <i>What time is it?</i></li>
<li><b>navigation</b>: opens the navigation app at the requested position - <i>Take me to New York, fifteenth avenue</i></li>
</ul>

Dicio can receive input through a text box or through <a href="https://github.com/alphacep/vosk-api/">Vosk</a> <i>speech to text</i>, and can talk using toasts or the Android <i>speech synthesis</i> engine. <b>Interactive graphical output</b> is provided by skills when they answer a question.
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it-IT/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Dicio risponde a richieste di questi tipi:
<li><b>calcolatrice</b>: calcola delle semplici espressioni matematiche - <i>Quanto fa quattromiladue per tre meno un milione diviso trecento?</i></li>
<li><b>telefono</b>: visualizza e chiama i contatti - <i>Chiama Lorenzo</i></li>
<li><b>timer</b>: imposta, descrive e interrompe conti alla rovescia - <i>Metti un timer di cinque minuti</i></li>
<li><b>ora corrente</b>: richiedi l'ora corrente - <i>Che ore sono?</i></li>
<li><b>navigazione</b>: apre l'app di navigazione alla posizione richiesta - <i>Portami a Milano</i></li>
</ul>

Dicio può ricevere input tramite una casella di testo o tramite il <i>riconoscimento vocale</i> <a href="https://github.com/alphacep/vosk-api/">Vosk</a>, e può parlare con messaggi pop-up o con il <i>motore di sintesi vocale</i> di Android. Le abilità generano anche dell'<b>output grafico interattivo</b> quando rispondono a una domanda.
Expand Down

0 comments on commit 617dad4

Please sign in to comment.