From 22c5c030f2262b6a9d6840bf3b5196b7ab2d4dd5 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 10 三月 2020 14:31:53 +0800 Subject: [PATCH] 2020-03-10 1.替换最新控件库,增加无网络监听,Loading效果优化。 2.电能插座修复点亮统计个数问题。 3 .定时检测网关是否在线,发送CheckGateway间隔为10S,收到主题刷新该时间,重置发送次数,发送次数到达3次以上,则判定网关为离线状态。 4.远程重复增加为3次,重发后等待5s才回调结果。 5.修复去掉普通继电器读电能操作。 6.读状态间隔缩短为200ms。 --- Crabtree/ON/ON.Droid.csproj | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Crabtree/ON/ON.Droid.csproj b/Crabtree/ON/ON.Droid.csproj index cde5112..626cff3 100644 --- a/Crabtree/ON/ON.Droid.csproj +++ b/Crabtree/ON/ON.Droid.csproj @@ -121,32 +121,35 @@ <Reference Include="Xamarin.Android.Support.v4"> <HintPath>..\packages\Xamarin.Android.Support.v4.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.v4.dll</HintPath> </Reference> - <Reference Include="Shared.Droid.TouchID"> - <HintPath>..\SmartHome\dll\Shared.Droid.TouchID.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid"> - <HintPath>..\SmartHome\dll\Shared.Droid.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.PickerView"> - <HintPath>..\SmartHome\dll\Shared.Droid.PickerView.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.TBL"> - <HintPath>..\SmartHome\dll\Shared.Droid.TBL.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.TCL"> - <HintPath>..\SmartHome\dll\Shared.Droid.TCL.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> - <HintPath>..\SmartHome\dll\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.Design"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.Design.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.v7.AppCompat"> - <HintPath>..\SmartHome\dll\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> + </Reference> + <Reference Include="Xamarin.Android.Support.v7.RecyclerView"> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Vector.Drawable"> - <HintPath>..\SmartHome\dll\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> + <HintPath>..\SmartHome\dll\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.HDLWidget"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.HDLWidget.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.Smartrefresh"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.Smartrefresh.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.TouchID"> + <HintPath>..\SmartHome\dll\Android\Shared.Droid.TouchID.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0