wxr
2022-11-25 39e816c5b7a4c73ec88a9ee4256a81e3dae52855
大华DLL同步
7个文件已添加
1个文件已删除
4个文件已修改
11697 ■■■■ 已修改文件
DLL/LC/Android/LCDeviceAddModule.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LcDHMobileToolset.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LcDHScanner.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LcPullToRefreshRecyclerView.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LcVideoSdk.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LeChengSDK.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/Shared.Droid.LCVideoSDK--1.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/ZxingSDK.dll 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/HDL-ON_Android.csproj 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Resources/Resource.designer.cs 11653 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Info.plist 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/DeviceListPage.cs 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DLL/LC/Android/LCDeviceAddModule.dll
Binary files differ
DLL/LC/Android/LcDHMobileToolset.dll
Binary files differ
DLL/LC/Android/LcDHScanner.dll
Binary files differ
DLL/LC/Android/LcPullToRefreshRecyclerView.dll
Binary files differ
DLL/LC/Android/LcVideoSdk.dll
Binary files differ
DLL/LC/Android/LeChengSDK.dll
Binary files differ
DLL/LC/Android/Shared.Droid.LCVideoSDK--1.dll
Binary files differ
DLL/LC/Android/ZxingSDK.dll
Binary files differ
HDL-ON_Android/HDL-ON_Android.csproj
@@ -179,15 +179,6 @@
      <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Android.Export" />
    <Reference Include="LcDHMobileToolset">
      <HintPath>..\..\LC\Android\LcDHMobileToolset.dll</HintPath>
    </Reference>
    <Reference Include="LcDHScanner">
      <HintPath>..\..\LC\Android\LcDHScanner.dll</HintPath>
    </Reference>
    <Reference Include="LcPullToRefreshRecyclerView">
      <HintPath>..\..\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath>
    </Reference>
    <Reference Include="ScanSdk">
      <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath>
    </Reference>
@@ -197,11 +188,20 @@
    <Reference Include="Shared.Droid.LCVideoSDK">
      <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath>
    </Reference>
    <Reference Include="LcVideoSdk">
      <HintPath>..\..\LC\Android\LcVideoSdk.dll</HintPath>
    </Reference>
    <Reference Include="LCDeviceAddModule">
      <HintPath>..\..\LC\Android\LCDeviceAddModule.dll</HintPath>
      <HintPath>..\DLL\LC\Android\LCDeviceAddModule.dll</HintPath>
    </Reference>
    <Reference Include="LcDHMobileToolset">
      <HintPath>..\DLL\LC\Android\LcDHMobileToolset.dll</HintPath>
    </Reference>
    <Reference Include="LcDHScanner">
      <HintPath>..\DLL\LC\Android\LcDHScanner.dll</HintPath>
    </Reference>
    <Reference Include="LcPullToRefreshRecyclerView">
      <HintPath>..\DLL\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath>
    </Reference>
    <Reference Include="LcVideoSdk">
      <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
HDL-ON_Android/Resources/Resource.designer.cs
Diff too large
HDL-ON_iOS/Info.plist
@@ -100,9 +100,9 @@
    <key>UIStatusBarStyle</key>
    <string>UIStatusBarStyleLightContent</string>
    <key>CFBundleShortVersionString</key>
    <string>1.6.202211162</string>
    <string>1.6.202211251</string>
    <key>CFBundleVersion</key>
    <string>1.6.211162</string>
    <string>1.6.211251</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>Use geographic location to provide services such as weather</string>
    <key>NSAppleMusicUsageDescription</key>
HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/DeviceListPage.cs
@@ -3,7 +3,9 @@
using HDL_ON.DAL.Server;
using HDL_ON.Entity;
using HDL_ON.UI.CSS;
#if __Android__
using Java.Interop;
#endif
using Shared;
namespace HDL_ON.UI
{
@@ -351,7 +353,7 @@
#if __Android__
    public class AddLcCam : Java.Lang.Object, Com.CallBack.IAddCamera
    {
@@ -412,5 +414,15 @@
        {
        }
    }
#else
    public class AddLcCam()
    {
        public Action backAction;
        public void Back()
        {
            backAction?.Invoke();
        }
    }
#endif
}