Commit Graph

99 Commits

Author SHA1 Message Date
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 0621275605 Merge pull request #3 from jwetzell/minor-network-stuff
Minor network stuff
2021-04-23 17:11:21 -05:00
jwetzell 0805123855 Update packages and version numbers 2021-04-23 17:08:21 -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 ec7a2fff1b Retarget to Android 10 2021-01-28 14:13:23 -06:00
jwetzell 9a3a668314 Update setup-nuget action 2021-01-28 13:50:32 -06:00
jwetzell 9e86f59aca Switch to MS setup-msbuild 2021-01-28 13:46:59 -06:00
jwetzell 746fd924d3 Address warnings and move to FlyoutPage for Xamarin Forms 5 2021-01-28 12:39:31 -06:00
jwetzell c3acd35850 Only check for master branch 2020-06-19 17:21:31 -05:00
jwetzell 15cd121e24 Fix Syntax 2020-06-17 11:18:26 -05:00
jwetzell 04bc161987 Add iOS project back into action 2020-06-17 11:17:04 -05:00
jwetzell 2b8ba693d8 Add Setup Actions 2020-06-17 11:06:06 -05:00
jwetzell a0aaad285f Move Android action to windows runner 2020-06-17 10:55:42 -05:00
jwetzell 69a32f349c Move Android Action off of macos runner 2020-06-17 10:54:40 -05:00
jwetzell a5ff4c05d6 Make TcpClient connection method timeout 2020-06-13 10:49:31 -05:00
Joel Wetzell ccc2df2fc4 Merge branch 'master' of https://github.com/jwetzell/qController 2020-06-12 11:14:12 -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
jwetzell 111941d6a3 Update README.md 2020-06-12 10:30:53 -05:00
Joel Wetzell 0c635fb42e Update iOS name and version 2020-06-12 10:08:58 -05:00
Joel Wetzell f15668b4a7 Update Android version and name 2020-06-12 10:04:43 -05:00
jwetzell 660ad79805 Add badges 2020-06-12 08:51:28 -05:00
jwetzell 85d854d217 remove cd line 2020-06-12 08:26:10 -05:00
jwetzell 90611ff9b2 Add iOS Action remove Practice Action 2020-06-12 08:25:13 -05:00
jwetzell 6a46d887e1 Add android action 2020-06-12 08:19:34 -05:00
jwetzell 8c2cf622ab Add build action 2020-06-12 08:15:35 -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 ac084bb343 Delete packages folder 2020-06-06 05:06:17 +00: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 67c0fe176d Add README and gitignore 2019-11-02 11:51:42 -05:00
jwetzell b3681a2d81 Android v1.1.0/iOS v2.1.0 2019-08-04 19:04:49 -05: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
jwetzell e97f9a7382 * qfont.ttf:
* qfont.ttf:
* QIcon.cs: Add LIST and LEFT_DIR icons

* Info.plist:
* AndroidManifest.xml: Update Version Numbers

* App.xaml.cs:
* QCue.cs:
* MenuPage.xaml.cs:
* QCueList.cs:
* ControlPage.xaml.cs:
* QWorkSpace.cs:
* QCueListCell.cs:
* qConnectionPage.xaml.cs:
* QParser.cs:
* QUpdater.cs:
* QController.cs: Android v1.0.8 / iOS v2.0.8
2019-07-20 20:10:21 -05:00