ListenerApp/ListenerGS
2023-09-25 19:54:23 -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
Preview Content/Preview Assets.xcassets
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 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. 2023-09-25 19:54:23 -04:00
GSDestinations.swift
GSView.swift Actively disconnect when the GSView goes away. 2022-03-27 23:43:16 -04:00
Info.plist 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. 2023-09-25 19:54:23 -04:00
ListenerGS Icon.pxm
ListenerGS.entitlements
ListenerGSApp.swift
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 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. 2023-09-25 19:54:23 -04:00