mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 06:04:12 +00:00
* 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
This commit is contained in:
+10
-10
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Acr.Settings" version="9.0.1" targetFramework="xamarinios10" />
|
||||
<package id="Acr.UserDialogs" version="7.1.0.462" targetFramework="xamarinios10" />
|
||||
<package id="Acr.UserDialogs" version="7.1.0.468" targetFramework="xamarinios10" />
|
||||
<package id="BTProgressHUD" version="1.3.2" targetFramework="xamarinios10" />
|
||||
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="xamarinios10" />
|
||||
<package id="Microsoft.NETCore.Platforms" version="3.1.3" targetFramework="xamarinios10" />
|
||||
<package id="Microsoft.NETCore.Platforms" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="NETStandard.Library" version="2.0.3" targetFramework="xamarinios10" />
|
||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="xamarinios10" />
|
||||
<package id="QControlKit" version="0.0.5" targetFramework="xamarinios10" />
|
||||
<package id="QControlKit" version="0.0.10" targetFramework="xamarinios10" />
|
||||
<package id="Serilog" version="2.10.0" targetFramework="xamarinios10" />
|
||||
<package id="Serilog.Sinks.Xamarin" version="0.2.0.64" targetFramework="xamarinios10" />
|
||||
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
|
||||
@@ -43,11 +43,11 @@
|
||||
<package id="System.Net.Sockets" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="xamarinios10" />
|
||||
<package id="System.ObjectModel" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive" version="4.4.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Core" version="4.4.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Interfaces" version="4.4.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Linq" version="4.4.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.PlatformServices" version="4.4.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Core" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Interfaces" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.Linq" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reactive.PlatformServices" version="5.0.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reflection" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="xamarinios10" />
|
||||
@@ -76,8 +76,8 @@
|
||||
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="xamarinios10" />
|
||||
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Xml.XmlDocument" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.Essentials" version="1.5.3.2" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.Forms" version="4.8.0.1560" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.Essentials" version="1.6.0-pre4" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.Forms" version="4.8.0.1687" targetFramework="xamarinios10" />
|
||||
<package id="Xamarin.iOS.MaterialComponents" version="92.0.0" targetFramework="xamarinios10" />
|
||||
<package id="Zeroconf" version="3.4.2" targetFramework="xamarinios10" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user