Commit Graph

49 Commits

Author SHA1 Message Date
jwetzell 811aefcb63 update to latest qcontrolkit 2022-11-06 06:16:16 -06:00
jwetzell a39682cfe9 update dependencies 2022-10-11 18:15:39 -05:00
jwetzell b80a74d1bc Update packages 2021-12-28 10:12:05 -06:00
jwetzell ddb39c62a6 Update Dependencies 2021-09-23 06:41:24 -05:00
jwetzell 67741eccee Address some formatting things and update Packages 2021-08-06 22:35:21 -05:00
jwetzell 2bca5c8a13 Update Packages 2021-03-27 16:22:04 -05:00
jwetzell 6e52a67726 * packages.config:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update QControlKit

* QBrowserPage.xaml.cs:
* QCueViewModel.cs:
* QWorkspacePage.xaml.cs:
* QBrowserViewModel.cs: Logging cleanup
2021-02-13 14:49:34 -05:00
jwetzell f8a1dd3224 Update dependencies 2021-02-12 22:59:11 -05:00
jwetzell c0c027d334 Update Dependencies 2021-02-12 22:50:08 -05:00
jwetzell 7bc9fc0c30 Retarget to Android 10 and remove MaterialFrame 2021-01-28 14:22:48 -06:00
jwetzell 795f9bafa6 * RootPageDetail.xaml:
* RootPageMaster.xaml:
* RootPageDetail.xaml.cs:
* RootPageMaster.xaml.cs:
* RootPageMenuItem.cs: Remove Unused Items

* RootPage.xaml:
* RootPage.xaml.cs: Convert to Flyout and MasterDetail deprecated

* packages.config:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* Resource.designer.cs:
* qController.csproj: Update Dependencies

* QNavBar.cs: Conver QNavBar to Frame Based

* App.xaml.cs: Reorganize intialization and convert to Flyout

* QBrowserPage.xaml: Convert to StackLayout
2021-01-28 13:39:44 -06:00
jwetzell 9cf241f9c8 * AppDelegate.cs:
* packages.config:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update Packages

* App.xaml: Add some static styles

* App.xaml.cs: Trying out Sharpnado Stuff

* QCueGrid.cs: Move QCueGrid Recursive stuff inside class

* QBrowserViewModel.cs: Hook into new ServerFound/Lost Methods

* QCueViewModel.cs: Start work on cue children updating

* QServerViewModel.cs: Hook into WorkspaceAdded/Removed methods

* MenuPage.xaml.cs: Remove Add from side menu

* QBrowserPage.xaml: Further work on front page design

* QBrowserPage.xaml.cs: Add Manually add button to main page

* QWorkspacePage.xaml.cs: Move recursive stuff out of Page code behind
2021-01-08 23:31:55 -06:00
jwetzell 31a10d9b16 * IconConstants.cs: Relocate
* QWorkspaceInfo.cs:
* QParser.cs:
* WorkspacePrompt.cs:
* QEventArgs.cs: Remove redundant QWorkspaceInfo class

* QRecentWorkspaceInfo.cs: Add bundle info class for recent workspace
  info

* ControlPage.xaml.cs:
* QBrowserPage.xaml.cs:
* QButton.cs:
* qConnectionPage.xaml.cs:
* QLevelsCell.cs:
* QCueListCell.cs:
* QInstanceCell.cs:
* QControlsBlock.cs:
* ShadowButton.cs:
* QLevelsButton.cs:
* QSelectedCueCell.cs: Move Cells classess under UI

* AppDelegate.cs:
* packages.config:
* MainActivity.cs:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update dependencies

* App.xaml.cs: Add AppAction code for recent workspace

* QStorage.cs: Add recent workspace to persistent storage

* QCueGrid.cs: Start on interactivity with cue list grid

* QCueViewModel.cs: debug for children updated start on reactive
  QCueGrid

* WorkspacePage.xaml.cs: Start handling a "no selected cue" state and
  recent workspace

* QInstance.cs:
* IPHelper.cs: move reachable check to IPHelper - TODO: implement
2020-11-29 14:22:01 -06:00
jwetzell 09a8ac081e Update QControlKit 2020-10-18 22:03:13 -05:00
jwetzell 3ec058ab08 Update Dependencies 2020-10-18 17:22:33 -05:00
jwetzell 3675272316 Force Light Mode 2020-09-10 09:38:28 -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
jwetzell a5ff4c05d6 Make TcpClient connection method timeout 2020-06-13 10:49:31 -05:00
Joel Wetzell 0c635fb42e Update iOS name and version 2020-06-12 10:08:58 -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 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 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 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 60ec28c952 Switch to Heights based on Display Dimensions 2019-06-25 01:59:47 -05:00
jwetzell 20dc095515 Add packages to iOS project 2019-06-24 07:46:14 -05:00
jwetzell 11a42070d4 Work on multiple workspaces/password protected workspaces 2019-06-22 15:03:30 -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 3a0a2531bb Fix Android Font String 2019-04-18 17:21:33 -05:00
jwetzell 7ce4ae4073 Send "/thump" at 5 sec intervals to keep alive 2019-04-18 09:50:06 -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 886fe0cf0b Implement notes, and work on updating cue info 2019-04-09 16:04:59 -05:00
jwetzell d2b295c328 Begin implementing "/update" responses from QLab 2019-04-08 16:06:15 -05:00
jwetzell 4cb4ae6e26 Commit for redesign 2019-04-06 14:39:10 -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