Commit Graph

41 Commits

Author SHA1 Message Date
jwetzell 09a8ac081e Update QControlKit 2020-10-18 22:03:13 -05:00
jwetzell cc92703b33 Update styling for Android 2020-10-18 18:23:13 -05:00
jwetzell 3ec058ab08 Update Dependencies 2020-10-18 17:22:33 -05:00
jwetzell 1457c84ca0 Update Dependencies 2020-09-10 09:38:15 -05:00
jwetzell 00d47d6787 Update Dependencies 2020-09-07 09:15:09 -05:00
Joel Wetzell 2afec2bc7e Begin work on QBrowserPage 2020-06-21 09:02:00 -05:00
Joel Wetzell d4fef163df Android Build Changes 2020-06-19 17:17:46 -05:00
jwetzell a5ff4c05d6 Make TcpClient connection method timeout 2020-06-13 10:49:31 -05:00
Joel Wetzell f15668b4a7 Update Android version and name 2020-06-12 10:04:43 -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 d1b96201d8 Update NuGet Packages 2020-06-06 00:04:58 -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 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 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
jwetzell 0848336987 Cleanup 2019-07-17 13:57:15 -05:00
jwetzell 4938a0a0b3 Android v1.0.7 / iOS v2.0.7 2019-07-17 07:33:51 -05:00
jwetzell 7b414e55a7 * qfont.ttf:
* qfont.ttf: Add Dollar and Mail Icon

* QButton.cs: Increase Default Font Size

* QControlsBlock.cs:
* QSelectedCueCell.cs: Cleanup

* QInstanceCell.cs: Cleanup Properties

* QLevelsCell.cs: Rename QSelectedCueOptionsCell

* QIcon.cs: Add Dollar and Mail Icons

* ControlPage.xaml:
* qConnectionPage.xaml: Move some properties to XAML

* ControlPage.xaml.cs: Audio level adjustments in popup "window"

* MenuPage.xaml.cs:
* qConnectionPage.xaml.cs: Add Support and Feedback menu items
2019-07-16 17:17:05 -05:00
jwetzell 2f29172f2d Android v1.0.6 2019-07-12 17:58:17 -05:00
jwetzell d12cb97f31 Update Android Version Number 2019-07-11 13:10:47 -05:00
jwetzell c241fbd2d0 Fix Android MenuButton size 2019-07-11 07:42:48 -05:00
jwetzell d986d810bb Adding High Level Comments 2019-07-10 12:24:14 -05:00
jwetzell 183febe9c0 Dynamic Element Sizes 2019-07-09 17:08:56 -05:00
jwetzell 5ad19ffbdb Star work on Multiple Workspaces, Improve Networks
Android version 1.0.5
2019-04-25 08:44:20 -05:00
jwetzell 0cc5fea0b0 Correct right arrow icon in QIcon 2019-04-23 16:20:57 -05:00
jwetzell 2bbf837b9e General Housekeeping 2019-04-22 14:27:35 -05:00
jwetzell bceaf80be3 Start work on Group Cue children loading 2019-04-19 13:51:07 -05:00
jwetzell 3a0a2531bb Fix Android Font String 2019-04-18 17:21:33 -05:00
jwetzell a5cb56762d Remove Icon Images 2019-04-18 09:13:33 -05:00
jwetzell 8fd0611a12 * qfont.ttf:
* qfont.ttf: Icons

* App.xaml.cs: Set Font String System Wide

* RootPage.xaml.cs:
* QGrid.cs:
* QCueListView.cs:
* qConnectionPage.xaml.cs:
* IPHelper.cs:

* QInstanceCell.cs: Switch to using Icon Font

* QSelectedCueCell.cs: Switch to Type Icon instead of just name

* QClient.cs: Create and dispose of sender for every sent message

* QCue.cs: Add Icon Code method

* ControlPage.xaml: Add hamburger menu

* ControlPage.xaml.cs: Menu for Workspace listing/ cue selection

* MenuPage.xaml.cs: Function to change menu items back for home page
2019-04-18 09:09:19 -05:00
jwetzell 54965a961f Begin UI Redesign, switch to icon font 2019-04-12 11:02:11 -05:00
jwetzell ce3a2b6649 Revert UDPListener back to non async version 2019-04-10 14:26:03 -05:00
jwetzell c156a3b926 Switch to using valuesForKeys to update cue 2019-04-08 09:19:07 -05:00
jwetzell 6bc1c3b15c Update Packages 2019-04-05 13:24:28 -05:00
jwetzell 1eb07d9111 Remove Rug.Osc 2019-04-04 08:54:21 -05:00
jwetzell 30e23418a6 Initial check-in of module qController 2018-06-01 15:09:01 -05:00