wxr
2024-07-15 c9d58a3d346b52339203ac63d551f03812bac401
兼容Android OS 33 edittext 文本对齐
1个文件已添加
1个文件已删除
6个文件已修改
9 ■■■■■ 已修改文件
DLL/Android/Shared.Droid.HDLWidget.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Android/Shared.Droid.Smartrefresh.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Android/Shared.Droid.TouchID.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Android/Shared.Droid.dll 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Shared.Droid.HDLWidget.dll 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/HDL-ON_Android.csproj 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Properties/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/Common/AliyunLog/AliyunLogClient.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DLL/Android/Shared.Droid.HDLWidget.dll
Binary files differ
DLL/Android/Shared.Droid.Smartrefresh.dll
Binary files differ
DLL/Android/Shared.Droid.TouchID.dll
Binary files differ
DLL/Android/Shared.Droid.dll
Binary files differ
DLL/Shared.Droid.HDLWidget.dll
Binary files differ
HDL-ON_Android/HDL-ON_Android.csproj
@@ -78,9 +78,6 @@
    <Reference Include="System.Numerics.Vectors" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.Net" />
    <Reference Include="Shared.Droid.HDLWidget">
      <HintPath>..\DLL\Shared.Droid.HDLWidget.dll</HintPath>
    </Reference>
    <Reference Include="Shared.Droid.Smartrefresh">
      <HintPath>..\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath>
    </Reference>
@@ -187,6 +184,9 @@
    <Reference Include="Shared.Droid">
      <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath>
    </Reference>
    <Reference Include="Shared.Droid.HDLWidget">
      <HintPath>..\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Other\JPush\JPushFirmBroadcast.cs" />
HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.5" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202405201">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.8" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202407121">
    <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33" />
    <uses-permission android:name="android.permission.USE_CREDENTIALS" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
HDL_ON/Common/AliyunLog/AliyunLogClient.cs
@@ -130,6 +130,7 @@
                                {"id", DateTime.Now.Ticks.ToString()},
                                {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id},
                                {"userid", UserInfo.Current.ID},
                                {"userAccount", UserInfo.Current.AccountString},
                                {"userName", UserInfo.Current.userName},
                                {"server", DAL.Server.HttpUtil.GlobalRequestHttpsHost},
                                {"message", msg},