Skip to content

Commit

Permalink
v0.1.4 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jul 20, 2022
1 parent b8444a7 commit 8e904a3
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
32 changes: 16 additions & 16 deletions APKInstaller.sln
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@ Global
{0F1D0C89-68EF-47E7-B426-86095216BB6E}.Release|x86.Deploy.0 = Release|x86
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM.ActiveCfg = Debug|ARM
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM.Build.0 = Debug|ARM
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM64.ActiveCfg = Debug|ARM64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM64.Build.0 = Debug|ARM64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x64.ActiveCfg = Debug|x64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x64.Build.0 = Debug|x64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x86.ActiveCfg = Debug|x86
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x86.Build.0 = Debug|x86
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM.ActiveCfg = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM.Build.0 = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|ARM64.Build.0 = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x64.ActiveCfg = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x64.Build.0 = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x86.ActiveCfg = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Debug|x86.Build.0 = Debug|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|Any CPU.Build.0 = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM.ActiveCfg = Release|ARM
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM.Build.0 = Release|ARM
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM64.ActiveCfg = Release|ARM64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM64.Build.0 = Release|ARM64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x64.ActiveCfg = Release|x64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x64.Build.0 = Release|x64
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x86.ActiveCfg = Release|x86
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x86.Build.0 = Release|x86
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM.ActiveCfg = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM.Build.0 = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM64.ActiveCfg = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|ARM64.Build.0 = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x64.ActiveCfg = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x64.Build.0 = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x86.ActiveCfg = Release|Any CPU
{28AF21CF-378F-4B7F-AF5A-868AD1AFD829}.Release|x86.Build.0 = Release|Any CPU
{ACCED00F-7191-40A9-AA8C-5E48604FB167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCED00F-7191-40A9-AA8C-5E48604FB167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCED00F-7191-40A9-AA8C-5E48604FB167}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions APKInstaller/AAPTForNet/AAPTForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<LangVersion>preview</LangVersion>
<TargetFramework>net4.8.1</TargetFramework>
<TargetFramework>net4.8</TargetFramework>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net4.8.1'">
<ItemGroup Condition="'$(TargetFramework)' == 'net4.8'">
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net4.8.1'">
<ItemGroup Condition="'$(TargetFramework)' != 'net4.8'">
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>0f1d0c89-68ef-47e7-b426-86095216bb6e</ProjectGuid>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>zh-CN</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="18184wherewhere.AndroidAppInstaller.Classic"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.1.3.0" />
Version="0.1.4.0" />

<Properties>
<DisplayName>APK 安装程序 - 经典版</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions APKInstaller/APKInstaller/APKInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<OutputType>WinExe</OutputType>
<PackageProjectUrl>https://github.com/Paving-Base/APK-Installer-Classic</PackageProjectUrl>
<RepositoryUrl>https://github.com/Paving-Base/APK-Installer-Classic</RepositoryUrl>
<TargetFramework>net4.8.1</TargetFramework>
<TargetFramework>net4.8</TargetFramework>
<UseWPF>true</UseWPF>
<VersionPrefix>0.1.3</VersionPrefix>
<VersionPrefix>0.1.4</VersionPrefix>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>

Expand Down Expand Up @@ -55,7 +55,7 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net4.8.1'">
<ItemGroup Condition="'$(TargetFramework)' == 'net4.8'">
<PackageReference Include="IndexRange" Version="1.0.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="6.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/Helpers/SettingsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void SetDefaultSettings()
}
if (!LocalSettings.Values.ContainsKey(SelectedAppTheme))
{
LocalSettings.Values.Add(SelectedAppTheme, ElementTheme.Default);
LocalSettings.Values.Add(SelectedAppTheme, (int)ElementTheme.Default);
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/Helpers/ThemeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static ElementTheme RootTheme
ThemeManager.SetRequestedTheme(window, value);
}

SettingsHelper.Set(SettingsHelper.SelectedAppTheme, value);
SettingsHelper.Set(SettingsHelper.SelectedAppTheme, (int)value);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,19 @@
<ui:HyperlinkButton
Margin="0,0,2,0"
Content="{x:Static str:SettingsStrings.FeedbackLink_Content}"
NavigateUri="https://github.com/Paving-Base/APK-Installer/issues" />
NavigateUri="https://github.com/Paving-Base/APK-Installer-Classic/issues" />
<ui:HyperlinkButton
Margin="2,0"
Content="{x:Static str:SettingsStrings.TranslateLink_Content}"
NavigateUri="https://crowdin.com/project/APKInstaller" />
NavigateUri="https://crowdin.com/project/APK-Installer-Classic" />
<ui:HyperlinkButton
Margin="2,0"
Content="{x:Static str:SettingsStrings.ReleaseNotes_Content}"
NavigateUri="https://github.com/Paving-Base/APK-Installer/releases/latest" />
NavigateUri="https://github.com/Paving-Base/APK-Installer-Classic/releases/latest" />
<ui:HyperlinkButton
Margin="2,0"
Content="{x:Static str:SettingsStrings.EULA_Content}"
NavigateUri="https://github.com/Paving-Base/APK-Installer/blob/main/Privacy.md" />
NavigateUri="https://github.com/Paving-Base/APK-Installer-Classic/blob/main/Privacy.md" />
</StackPanel>
</StackPanel>
</controls:Setting.Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void Button_Click(object sender, RoutedEventArgs e)
switch ((sender as FrameworkElement).Tag as string)
{
case "Rate":
_ = Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId=9P2JFQ43FPPG"));
_ = Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId=9N3HJLJP8V15"));
break;
case "Group":
_ = Launcher.LaunchUriAsync(new Uri("https://t.me/PavingBase"));
Expand Down

0 comments on commit 8e904a3

Please sign in to comment.