Commit Graph

72 Commits

Author SHA1 Message Date
jwetzell 7c14629227 Styling Changes 2020-10-18 19:20:22 -05:00
jwetzell cc92703b33 Update styling for Android 2020-10-18 18:23:13 -05:00
jwetzell 6921d3d62f File and Style Organization 2020-10-18 17:25:46 -05:00
jwetzell b0a6124d43 Move Colors to App resources 2020-10-18 17:24:04 -05:00
jwetzell 3d61619081 Move CueGrid and SelectedCueGrid to own class 2020-09-10 19:25:18 -05:00
jwetzell cac7a613a7 Double tap to edit number/name now working 2020-09-10 16:14:54 -05:00
jwetzell d93ec5c672 Name/Number edit does not work, notes to editor 2020-09-10 14:05:03 -05:00
jwetzell 0fa5085410 Add Double Tap editing to new screen 2020-09-10 13:24:48 -05:00
jwetzell 27fb706d36 Add Cue type/notes to selectedCueGrid 2020-09-10 12:24:54 -05:00
jwetzell ff869f76cd Change QSharp to QControlKit 2020-09-07 09:16:26 -05:00
Joel Wetzell 2afec2bc7e Begin work on QBrowserPage 2020-06-21 09:02:00 -05:00
Joel Wetzell 3b60764a02 SharpOSC is in QSharp so no longer needed here 2020-06-19 17:18:10 -05: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 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 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 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 407a759ee3 More cleanup 2019-07-17 14:08:13 -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 762472d945 * QControlsBlock.cs: Make Rows take up only the height now
* QSelectedCueCell.cs: Continue UI work

* QSelectedCueOptionsCell.cs: Start work on Converting to Popup Style

* ShadowButton.cs: Button in Frame with Shadow

* ControlPage.xaml:
* ControlPage.xaml.cs: Continue work on UI
2019-07-16 07:48:41 -05:00
jwetzell 071ce36821 * QControlsBlock.cs: Make Background Transparent
* QSelectedCueCell.cs: Add edit abilities for name and number

* ControlPage.xaml:
* ControlPage.xaml.cs: Begin switch to AbsoluteLayout
2019-07-15 16:37:23 -05:00
jwetzell a39c1d43ff Update Notes by double tapping 2019-07-15 12:42:39 -05:00
jwetzell e4aadf835a Begin Custom Controls and Editable Cue Info 2019-07-15 07:01:35 -05:00
jwetzell 14f42852aa Work on initial connection crashes 2019-07-11 10:42:42 -05:00
jwetzell cebf5425f8 * QStorage.cs: Fix AddInstance to actually check Contains
* MenuPage.xaml.cs:
* ControlPage.xaml.cs:
* qConnectionPage.xaml.cs: Add ability to change cue name in menu
2019-07-10 22:17:29 -05:00
jwetzell eb772ea614 Add Refreshing Group Cue Children 2019-07-10 20:02:43 -05:00
jwetzell 979ddd7756 Start cleaning up QParser 2019-07-10 17:26:25 -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 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 5ad19ffbdb Star work on Multiple Workspaces, Improve Networks
Android version 1.0.5
2019-04-25 08:44:20 -05:00