91 Commits

Author SHA1 Message Date
jwetzell ceb18307f6 Update min and target android version 2023-11-25 23:31:47 -06:00
jwetzell 2f5ce281d3 cleanup logging v0.0.33 2023-11-25 23:26:07 -06:00
jwetzell 7b6ed09ced rework TCPClient yet again to try to nail down this SLIP framing problem v0.0.32 2023-11-25 22:46:06 -06:00
jwetzell 486af45d53 Make SlipFrame constants public 2023-11-25 22:45:10 -06:00
jwetzell e5d09538ab add in status/data and connection event 2022-11-08 15:41:27 -06:00
jwetzell 1a0ccc8763 Update publish.yml 2022-11-05 15:03:51 -05:00
jwetzell fce3eab8d7 bump version number 2022-11-05 14:58:58 -05:00
jwetzell 2176ca4488 TCP Work, Log cleanup, Message parsing 2022-11-05 13:50:27 -05:00
jwetzell 57ca80df77 Fix QLab Message parsing for reply formats 2022-11-05 13:23:14 -05:00
jwetzell 974d14156f Update dependencies 2022-10-11 18:00:32 -05:00
jwetzell 92a44d95d4 Create LICENSE 2022-07-25 10:06:15 -05:00
jwetzell 498d2a41f9 Update README.md 2022-07-23 13:56:56 -05:00
jwetzell 730e7bc554 Update dependencies 2022-07-23 13:10:25 -05:00
jwetzell 1eb8e0c42b Cue properties clean up 2022-07-23 09:57:47 -05:00
jwetzell 69b8210362 switch to simpletcp library 2022-07-23 09:57:33 -05:00
jwetzell 1deca3e7f3 Change Log Levels 2022-07-23 09:57:06 -05:00
jwetzell ff498f83d0 * SlipFrame.cs:
* TCPClient.cs: Split SLIP frame stuff to separate class

* QControlKit.csproj: Bump version number
v0.0.24
2022-02-17 17:45:59 -06:00
jwetzell 19794f40a7 * App.xaml:
* App.xaml.cs:
* MainPage.xaml:
* Info.plist:
* MainPage.xaml.cs:
* AppDelegate.cs:
* CueListPage.xaml.cs:
* QControlKitXamDemo.csproj:
* QCueViewModel.cs:
* QServerViewModel.cs:
* QBrowserViewModel.cs:
* QWorkspaceViewModel.cs:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj:
* materialdesignicons-webfont.ttf:
* materialdesignicons-webfont.ttf: Update demo to look a bit closer to
  real

* QClient.cs:
* QBrowser.cs: Change log levels

* QControlKit.csproj: Update Package Version

* QCue.cs: decent fix for bool property fetching

* QMessage.cs: add ToString()

* QServer.cs: Add Logging

* TCPClient.cs: Big Restructure using SuperSimpleTcp and SlipDecode
  GAH!

* QWorkspace.cs: Add ability to address active cues
v0.0.23
2022-02-17 17:27:05 -06:00
jwetzell 6057105f44 * QCue.cs:
* QWorkspace.cs:
* QControlKitXamDemo.csproj:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update Dependencies

* QTextCue.cs: Add QTextCue Class
2022-02-03 13:45:19 -06:00
jwetzell 66ae48cf33 * QMessage.cs:
* QWorkspace.cs:
* QEventHandlers.cs: Cleanup

* QControlKit.csproj:
* QControlKitXamDemo.csproj:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update packages
v0.0.21
2021-12-28 10:18:58 -06:00
jwetzell 9601d59d81 * QBrowser.cs: Change log levels
* QClient.cs: Change to Queue for TCP sending messages

* QControlKit.csproj:
* Info.plist:
* MainPage.xaml.cs:
* QControlKitXamDemo.csproj:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Updates

* TCPClient.cs: Start work on send queue for TCP
2021-11-18 00:42:31 -06:00
jwetzell 406bcc9e7f Update publish.yml v0.0.20 2021-09-05 11:32:25 -05:00
jwetzell 015913b2a1 Update version number 2021-09-05 11:28:43 -05:00
jwetzell 6f20d7ba19 * QControlKit.csproj: Update Packages
* QBrowser.cs: Fix zeroconf server loss detection
2021-09-04 10:41:49 -05:00
jwetzell 6dd0f766e8 Add Workspace Event Handlers 2021-07-28 09:07:55 -05:00
jwetzell bd099a2162 Bump version number 0.0.19 v0.0.19 2021-07-28 08:32:03 -05:00
jwetzell effd9d3f92 Add Connection Error call for client not connected 2021-07-28 08:30:50 -05:00
jwetzell e7f60ba782 Add Group Cue class. Closes #19 2021-07-18 11:40:29 -05:00
jwetzell cd6115bfbc Add Network Cue class. Closes #12 2021-07-17 20:33:27 -05:00
jwetzell e455b42b72 Add Network Cue class. Closes #6. 2021-07-17 20:10:28 -05:00
jwetzell 6f683ba6e8 Update dependencies 2021-07-17 08:23:58 -05:00
jwetzell 3656a9f9b7 Add QMicCue class. Closes #10 2021-07-16 14:10:09 +00:00
jwetzell c750297cf5 Start work on adding missing OSC Methods 2021-07-15 22:36:30 -05:00
jwetzell b639dc401f Only publish on release 2021-07-14 09:54:03 -05:00
jwetzell 96adbadbd7 * QCue.cs: Add child cue sorting
* QControlKit.csproj: Update Versions

* QMessage.cs:
* QWorkspace.cs:
* CueListPage.xaml.cs: Cleanup TODO's and Logging
v0.0.18
2021-06-20 18:50:39 -05:00
jwetzell 6daf53b910 Remove all Console.WriteLine logging v0.0.17 2021-02-13 14:00:09 -05:00
jwetzell eb571e0187 Update README.md 2021-02-13 13:39:22 -05:00
jwetzell 741d9e1113 Change to use PackageVersion 2021-02-13 13:35:27 -05:00
jwetzell 7336e38bf5 Update publish.yml 2021-02-13 13:32:08 -05:00
jwetzell 34741fb92b Update publish.yml 2021-02-13 13:30:52 -05:00
jwetzell a3fe29d8a4 Add publish to nuget action 2021-02-13 13:25:18 -05:00
jwetzell 1ac8c4493f * QColor.cs: Update indigo color
* QControlKit.csproj: Update nuget package info
2021-02-13 13:22:49 -05:00
jwetzell a74a77ae9e * QColor.cs: Add "none" color
* QDefines.cs: Add Color and Connection Statice strings
2021-02-13 12:57:09 -05:00
jwetzell 5c1859a2cc Update dependencies 2021-02-13 09:47:57 -05:00
jwetzell c4383c26e7 * QDefines.cs: Make QDefines public
* QControlKit.csproj: Bump Version

* QWorkspace.cs: Allow for selection "none" and root cue updates

* AppDelegate.cs: Change to Debug Log Level
2021-02-13 09:44:47 -05:00
jwetzell 81e606bcaf * QControlKitXamDemo.csproj:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update Dependencies

* QWorkspace.cs: Add move and delete cue actions
2021-02-12 08:58:30 -05:00
jwetzell 87a9925668 * QControlKit.csproj:
* MainPage.xaml.cs:
* AppDelegate.cs:
* QControlKitXamDemo.csproj:
* QCueViewModel.cs:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update Packages

* QServer.cs:
* QBrowser.cs:
* QWorkspace.cs:
* QEventArgs.cs:
* QEventHandlers.cs: Refine Server Found/Lost and Workspace
  Added/Removed
2021-01-08 23:24:35 -06:00
jwetzell b622462c0d * QServerInfo.cs: Add barebones ServerInfo class
* QClient.cs: remove logging

* QWorkspace.cs: Add methods to build WorkspaceInfo and ServerInfo

* CueListPage.xaml.cs: List Multiple Cue Lists in Demo app
2020-11-29 14:38:16 -06:00
jwetzell 4ef3f689df Trigger cue updated when children are updated 2020-10-19 16:34:13 -05:00
jwetzell b1b6cf076b Remove debug workspace print call 2020-10-19 16:06:42 -05:00