ListenerApp/ListenerGS
Jeremy Rand e5ef4f5422 Final commit before v1.0. 2022-04-08 14:08:29 -04:00
..
Assets.xcassets 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. 2022-01-18 22:51:28 -05:00
BinUtils Rename to ListenerGS 2021-09-15 22:42:53 -04:00
Preview Content/Preview Assets.xcassets Rename to ListenerGS 2021-09-15 22:42:53 -04:00
RichText Change the write side into a series of short running operations rather than a single operation looping while listening. 2022-03-23 22:41:25 -04:00
SwiftSocket 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. 2022-03-24 00:03:35 -04:00
DestinationsView.swift 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. 2022-03-25 22:18:30 -04:00
GSConnection.swift 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. 2022-03-24 22:58:11 -04:00
GSDestinations.swift 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. 2021-12-21 23:19:42 -05:00
GSView.swift Actively disconnect when the GSView goes away. 2022-03-27 23:43:16 -04:00
Info.plist Final commit before v1.0. 2022-04-08 14:08:29 -04:00
ListenerGS Icon.pxm Add icon images to the project. 2021-12-21 15:18:12 -05:00
ListenerGS.entitlements 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. 2021-10-26 23:19:22 -04:00
ListenerGSApp.swift 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. 2021-10-26 23:19:22 -04:00
ListenerInfoView.swift Update the help text to describe how to see the side bar on an iPad. 2022-03-22 22:50:31 -04:00
MainView.swift Add an initial help screen that is visible on iPad and macOS. 2022-03-16 20:37:18 -04:00
SpeechForwarder.swift 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. 2022-03-24 22:58:11 -04:00