Commit Graph

97 Commits

Author SHA1 Message Date
jwetzell 917008596c update dependencies 2024-07-01 07:41:54 -05:00
jwetzell 078f39f4be bump android to 1.6.6 (36) 2024-06-25 07:55:28 -05:00
jwetzell fc3386f638 clean import 2024-04-21 20:02:05 -05:00
jwetzell 177ce011a8 filter empty messages from slip decode 2024-04-21 20:00:19 -05:00
jwetzell b37b282814 cleanup unused import 2024-04-16 17:36:55 -05:00
jwetzell 139cfb9cab add escaping to slip decode 2024-04-16 17:17:36 -05:00
jwetzell 54de266a6c fix dependcy versions: iOS building 2024-04-16 17:17:22 -05:00
jwetzell bedabeca2d Another round of dependecy updates, building on WIN 2023-11-26 11:06:50 -06:00
jwetzell c0b660e3b5 Change fontsize calculation 2023-11-26 10:02:14 -06:00
jwetzell 895b0d91a7 disconnect on back button, formatting 2023-11-26 10:02:02 -06:00
jwetzell 683ee27db4 align dependencies in Droid project 2023-11-26 01:39:41 -06:00
jwetzell f685ee069c update to tcpsharp in sharposc 2023-11-25 23:58:35 -06:00
jwetzell b46c31a7d6 update packages 2023-08-30 21:21:04 -05:00
jwetzell 992edf259e bump netwonsoft.json 2022-12-07 20:16:38 -06:00
jwetzell 6473b1bb5e rever to old TCP method with new decode logic 2022-12-05 14:39:24 -06:00
jwetzell 6bd64235d2 Update packages 2022-11-08 09:48:01 -06:00
jwetzell dc864f2341 QLab 5 connection changes 2022-11-08 09:47:52 -06:00
jwetzell cd0a673f43 iOS safe area tweaks 2022-11-08 09:47:28 -06:00
jwetzell ac68106fac TCP Updates 2022-11-08 09:46:47 -06:00
jwetzell e9d19daf6a Ios Safe Area Tweaks 2022-11-08 09:45:24 -06:00
jwetzell c0c1d7a9bb * qConnectionPage.xaml.cs:
* QFinder.cs: Update zeroconf string

* README.md:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update Dependencies

* QStorage.cs: Update Log Level
2022-02-03 14:42:38 -06:00
jwetzell a6b48814f1 * TCPClient.cs: Add send queue
* packages.config:
* qController.Droid.csproj: Update dependencies
2022-01-07 18:46:28 -06:00
jwetzell 81547f1b47 Update Packages 2022-01-05 20:11:45 -06:00
jwetzell 0a897bc613 Update Dependencies 2021-06-20 18:53:17 -05:00
jwetzell d391e6a688 * Info.plist:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* AndroidManifest.xml:
* qController.csproj: Update Packages

* ControlPage.xaml.cs:
* QLevelsCell.cs: Revert multi level sliders...ugh
2021-04-29 01:00:59 -05:00
jwetzell 9a34da8028 * AppDelegate.cs: Change Log Level
* QInstanceCell.cs: Update navigation

* TCPClient.cs: Minor network stuff
2021-04-16 00:00:29 -05:00
jwetzell 1e266e92c3 Update Dependencies 2021-04-15 23:59:15 -05:00
jwetzell 746fd924d3 Address warnings and move to FlyoutPage for Xamarin Forms 5 2021-01-28 12:39:31 -06:00
jwetzell a5ff4c05d6 Make TcpClient connection method timeout 2020-06-13 10:49:31 -05:00
Joel Wetzell 7ef44762a0 Don't crash when no tcp connection can be created. 2020-06-12 11:13:51 -05:00
Joel Wetzell 5e942420f4 Move Event Args and Handlers to their own folder 2020-06-12 11:12:44 -05:00
Joel Wetzell f15668b4a7 Update Android version and name 2020-06-12 10:04:43 -05:00
Joel Wetzell 76a2f1c5ec Remove dead QUpdater code 2020-06-12 08:11:53 -05:00
jwetzell 1a5835075d Retarget Android and cleanup page xml 2020-06-06 19:56:59 -05:00
jwetzell b1cee1ac55 Update qfont.ttf with QLab3Icons 2020-06-06 14:44:49 -05:00
jwetzell 552114de58 Move More Dialog Configs to their own file 2020-06-06 13:03:58 -05:00
jwetzell 90fdec8d46 Remove qController calls from QControlsBlock 2020-06-06 12:44:34 -05:00
jwetzell 58728f2007 Cleanup 2020-06-06 12:44:08 -05:00
jwetzell 8ca0756836 Cleanup 2020-06-06 12:43:46 -05:00
jwetzell 9df3f691fa Cleanup 2020-06-06 12:43:30 -05:00
jwetzell fe8bd257d1 Switch to only TCP Communication
- No more UDP
- Lots of random refactoring as well
2020-06-06 12:12:23 -05:00
jwetzell d1b96201d8 Update NuGet Packages 2020-06-06 00:04:58 -05:00
jwetzell 70deae774b Cleanup 2020-06-05 23:56:18 -05:00
jwetzell 9899a6d33e BIG TCP Overhaul and passcode start
- Switch to Serilog for console logging
- TCPSender is now persistent (let's hope) so can be used with passcode protected workspaces
- UDP connection works with passcodes just can't timeout
- Passcode prompt is automatic for workspaces that are password protected
2020-06-05 23:53:16 -05:00
jwetzell 4eb84939ca Fix String Length for UTF8 Encoding 2019-12-17 09:11:06 -06:00
jwetzell 0c1c99fdfc Remove Debug Background 2019-12-16 14:30:34 -06:00
jwetzell 1c69f9cdba Adjust InstanceCell formatting 2019-12-16 10:17:25 -06:00
jwetzell 7575fe1135 Update Encoding for special characters 2019-12-15 19:19:37 -06:00
jwetzell 5deb4fd084 * MainActivity.cs:
* AndroidManifest.xml: Android: Bind to WIFI

* ControlPage.xaml.cs:
* QCueListCell.cs:
* OSCListItem.cs: Add sub-cues in cue listing

* qController.csproj: Update
2019-08-04 15:57:25 -05:00
jwetzell a2d96d2985 * Info.plist:
* AndroidManifest.xml: Android v1.0.9 / iOS v2.0.9

* ControlPage.xaml.cs: Warn if password or no workspaces
2019-07-22 07:05:16 -05:00