Commit Graph

  • bdf7a85895 Fixes for iOS 17. Updated the log events. Also, it seems the final update from the speech recognizer is now empty so ignore an empty result in the final result. main Jeremy Rand 2023-09-25 19:54:23 -0400
  • 237310dd0f Update the readme for release. Jeremy Rand 2022-04-10 13:26:34 -0400
  • e5ef4f5422 Final commit before v1.0. v1.0 Jeremy Rand 2022-04-08 14:08:29 -0400
  • ada501ae13 Update build number. Jeremy Rand 2022-04-04 17:22:11 -0400
  • b9dc17aef4 Actively disconnect when the GSView goes away. Jeremy Rand 2022-03-27 23:43:16 -0400
  • cdd4a8ea82 Fix bug where the Edit and + buttons sometimes weren't visible on iOS 14. Along the way, I ran into more SwiftUI problems in iOS 14 so I had to put in a bit of hack for adding destinations by queuing them to the main queue 0.1 seconds later on add. Without that hack, the popup would not dismiss. Jeremy Rand 2022-03-25 22:18:30 -0400
  • 7279d7ecb1 Fix the bug which did not allow the connection to go down when switching to another destination when the previous destination was in listen mode. Fix the problem with supporting all input types on my iMac. I have added code which converts from the audio format of the input to the preferred audio format of the speech recognizer. Jeremy Rand 2022-03-24 22:58:11 -0400
  • 109213a577 Make sure nothing other than the UI holds a reference to the connection. This way, the connection should drop when the user switches to another destination. However, I am seeing a crash if the user switches to another destination while connected and listening. Jeremy Rand 2022-03-24 00:03:35 -0400
  • b732007d68 Change the write side into a series of short running operations rather than a single operation looping while listening. Jeremy Rand 2022-03-23 22:41:25 -0400
  • c61b9c0729 Update the help text to describe how to see the side bar on an iPad. Jeremy Rand 2022-03-22 22:50:31 -0400
  • a9b0af4fca Add an initial help screen that is visible on iPad and macOS. Jeremy Rand 2022-03-16 20:37:18 -0400
  • d7c430f588 Major rework of the network code, splitting out the speech recognition aspects and creating separate threads for read and write. This improves handling of network connection closure by the other end and other network connectivity errors. Add some unit tests for the connection code. Jeremy Rand 2022-03-16 18:13:56 -0400
  • 923d0bf967 A fairly big rework of the code to split the network handling code from the speech handling code. Also, introduce a thread for reading from the socket and a separate thread for writing to the socket. That way, disconnections made by the NDA are handled correctly. Jeremy Rand 2022-03-15 23:58:04 -0400
  • de1cab8207 Update the readme to reflect the latest status. Jeremy Rand 2022-03-10 23:12:58 -0500
  • 11589ad0bb Final changes before starting beta testing. Jeremy Rand 2022-03-08 23:05:23 -0500
  • b2c2cbd587 Add code to pace the text to the GS to reduce the amount of re-typing required. Jeremy Rand 2022-02-22 23:52:00 -0500
  • 241190600e Some minor tweaks to try to get speech recognition working from MacOS. It is still not working from my x86 iMac but I just tested this on our new M1 MacBook Air and it does work there. Not sure what the difference is and hope it is just a problem on my iMac. Jeremy Rand 2022-02-21 23:22:58 -0500
  • 72a49275a9 Fix button appearance in dark mode. Add the heard text the UI below the buttons. Convert to MacOS Roman character set so words like "resume" appear with the correct accents on the GS. Jeremy Rand 2022-01-18 22:51:28 -0500
  • dc3db26243 Connect up the speech forwarder to the new UI. Jeremy Rand 2022-01-11 23:30:41 -0500
  • c5e6cc70a5 More work on the GSView. Jeremy Rand 2021-12-28 23:21:47 -0500
  • abab6bb844 Put uuids in the iCloud data about each destination and start building the view for a specific destination to control the connection, listening and debug. Jeremy Rand 2021-12-21 23:19:42 -0500
  • ab4ea0ca5d Add icon images to the project. Jeremy Rand 2021-12-21 15:18:12 -0500
  • 644170dec4 Add a comment about the problems with syncing with iCloud. Jeremy Rand 2021-11-03 23:32:16 -0400
  • 0138a4de79 Watch iCloud for changes in the destination list. Jeremy Rand 2021-11-03 23:30:49 -0400
  • dffbd0ec1c Add code to load and save the destinations to iCloud. Not yet subscribed to watch for iCloud changes though. Jeremy Rand 2021-11-03 23:20:29 -0400
  • 0528a7db41 Move the destination data model stuff out of the UI. Jeremy Rand 2021-11-03 22:55:00 -0400
  • 2c58886439 More updates to improve behaviour of the destinations list. Jeremy Rand 2021-11-02 23:39:57 -0400
  • c9936e82f5 Add code for a popover for adding new destinations. Jeremy Rand 2021-11-02 23:04:02 -0400
  • 3b2d4beb55 Lots of UI changes towards allowing the user to add multiple destinations, sync them with iCloud and a better UI in general on all platforms. Not all hooked up yet though. Jeremy Rand 2021-10-26 23:19:22 -0400
  • 81e0925f6f Move application logic out of view code. Jeremy Rand 2021-10-19 00:55:58 -0400
  • fbdc3c4f99 Remove the application logic code from the view code. Jeremy Rand 2021-10-19 00:48:37 -0400
  • ada7984d32 Rename to ListenerGS Jeremy Rand 2021-09-15 22:42:53 -0400
  • 81385a4b8e Enable a MacOS target. Jeremy Rand 2021-09-15 22:36:32 -0400
  • e7445c21d3 Update the readme file. Jeremy Rand 2021-07-21 17:24:34 -0400
  • c4c1f1d58d Update the build number. Jeremy Rand 2021-07-20 20:02:19 -0400
  • 52855a1e01 Add a missing privacy message to the plist. Map new line to carriage return for the GS. Jeremy Rand 2021-07-20 19:59:33 -0400
  • 083c938e0d Some UI improvements but it is still really rough. Also, a bunch of debug visible in the UI which is nice. Jeremy Rand 2021-07-20 19:42:47 -0400
  • 07d3bb88c7 Update listening state when the recognizer times out. Jeremy Rand 2021-07-20 19:14:08 -0400
  • b389139826 Fix the backspace character. Jeremy Rand 2021-07-20 19:04:38 -0400
  • 2a7361afa8 Send the text heard on the TCP connection. Jeremy Rand 2021-07-18 16:13:07 -0400
  • 8178ba4aaf Open a TCP connection to the GS. Send a message indicating when listening starts and stops. Need to actually send the text next. Jeremy Rand 2021-07-18 15:39:56 -0400
  • 1c691cdc05 Also mention the use of the Speech Framework from iOS in the readme. Jeremy Rand 2021-07-17 16:13:34 -0400
  • bb911cc125 Add info about the use of BinUtils in the readme. Jeremy Rand 2021-07-17 16:11:39 -0400
  • 111312e2f6 Add BinUtils also to provide a way to do packing of the structures for the message. Again, running into problems with the packaging so resorting to directly copying the code. In this case, it is Swift Package Manager which isn't working for some reason. It looks like the package is just too old to be supported in the latest. Jeremy Rand 2021-07-17 16:10:33 -0400
  • f84cf7cd18 Add a link in the README to SwiftSocket. Jeremy Rand 2021-07-17 15:56:29 -0400
  • cb83bb85ae Include the license of the SwiftSocket code. Jeremy Rand 2021-07-17 15:49:32 -0400
  • be95708466 Add SwiftSocket to the project. I fought with cocoapods for a while but opted to just directly include the code because I was tired of fighting. Jeremy Rand 2021-07-17 15:48:24 -0400
  • b7c020be62 Some very minor UI changes. Jeremy Rand 2021-07-16 23:20:52 -0400
  • 65ffb20ac7 Add an IP address textfield and conditionally enable the listen button on validating the IP address (not implemented yet). Jeremy Rand 2021-07-16 23:12:01 -0400
  • 7f8328cc9b Some basic code to turn on the speech recognizer on iOS and update the UI based on the text heard. This code is based on the SpokenWord demo app from Apple. Jeremy Rand 2021-07-16 22:58:41 -0400
  • da478782d4 Add a build phase to increment the build number with every build. Jeremy Rand 2021-07-16 14:53:17 -0400
  • 9f3dc2c7c2 Add a readme file. Jeremy Rand 2021-07-16 12:57:01 -0400
  • f6f489e1ab Add a license file. Jeremy Rand 2021-07-16 12:53:59 -0400
  • c9e72aea6a Initial Commit Jeremy Rand 2021-07-16 12:46:54 -0400