This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-Tools
/
ListenerApp
Watch
1
Star
0
Fork
0
You've already forked ListenerApp
mirror of
https://github.com/jeremysrand/ListenerApp.git
synced
2025-02-07 04:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ListenerApp
/
ListenerGS
History
Jeremy Rand
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.
2022-03-24 00:03:35 -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
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
GSConnection.swift
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
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
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.
2022-03-16 18:13:56 -04:00
Info.plist
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
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
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