Update the distribution readme to reflect the latest work in progress.

This commit is contained in:
Jeremy Rand 2021-12-21 15:22:42 -05:00
parent 650b949e9c
commit 27d5111436
2 changed files with 3 additions and 6 deletions

View File

@ -7,12 +7,12 @@
<key>Archive.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>4</integer>
</dict>
<key>Binary.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<key>DiskImage.xcscheme_^#shared#^_</key>
<dict>
@ -27,7 +27,7 @@
<key>doNotBuild.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
<integer>2</integer>
</dict>
</dict>
</dict>

View File

@ -43,9 +43,6 @@ There are a number of improvements to make:
* The speech dictation on iOS is often indecisive which leads to lots of backspacing and re-writing of text. There are a couple of things that can be done about this. First, I think the speech APIs provides a confidence value with the transcription so the app could ignore low quality speech and not send anything until iOS is more confident. Second, I could have the GS tell the app when it is ready for more text and in the meantime, if iOS has changed its mind about the text four or more times, it will only send the latest best transcription.
* The Swift code in the iOS app is terrible. This is my first real project in Swift and it shows. I need to clean it up.
* The UI in the iOS app is also terrible and should be improved.
* The iOS app needs an icon.
* The iOS app needs to be "good enough" to pass Apple's review process.
* I can probably easily make a MacOS version of the app using Apple's Catalyst functionality for porting apps from iOS to MacOS.
* It would be good if you could save the IP address of your GS so don't need to enter it each time. In fact, maybe store a list of addresses for those of us with multiple machines.
* Perhaps a Siri shortcut so you can just tell your phone to dictate to your GS without even starting the ListenerApp.
* Maybe a mode where instead of dictating text, you can dictate commands like "close window", "copy" and "paste" and the right standard commands are sent as key strokes.