Added Store key
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
- Text selection color is now red instead of system accent color
|
- Text selection color is now red instead of system accent color
|
||||||
- Added toast notifications for livestreams
|
- Added toast notifications for livestreams
|
||||||
|
|
||||||
### Following features awaits their implementation:
|
### Known issues:
|
||||||
- 'History' and 'Watch later' playlists sometimes are missing. Solution: restart the app
|
- 'History' and 'Watch later' playlists sometimes are missing. Solution: restart the app
|
||||||
- The same problem with 'Recommended' and 'Subscriptions' tabs on home page
|
- The same problem with 'Recommended' and 'Subscriptions' tabs on home page
|
||||||
- Somewhere there is no russian locale. Will be finished in 1.0 version
|
- Somewhere there is no russian locale. Will be finished in 1.0 version
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<PackageCertificateThumbprint>50B93E6A246058D555BA65CD203D7A02064A7409</PackageCertificateThumbprint>
|
<PackageCertificateThumbprint>50B93E6A246058D555BA65CD203D7A02064A7409</PackageCertificateThumbprint>
|
||||||
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
||||||
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
||||||
<AppxPackageDir>D:\XFox\Documents\FoxTube builds\0.3\</AppxPackageDir>
|
<AppxPackageDir>E:\XFox\Documents\FoxTube builds\0.4\</AppxPackageDir>
|
||||||
<AppxBundle>Always</AppxBundle>
|
<AppxBundle>Always</AppxBundle>
|
||||||
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
|
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
|
||||||
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
||||||
@@ -442,7 +442,6 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="FoxTube_TemporaryKey.pfx" />
|
|
||||||
<PRIResource Include="Strings\ru-RU\VideoPage.resw" />
|
<PRIResource Include="Strings\ru-RU\VideoPage.resw" />
|
||||||
<PRIResource Include="Strings\en-US\VideoPage.resw" />
|
<PRIResource Include="Strings\en-US\VideoPage.resw" />
|
||||||
<PRIResource Include="Strings\ru-RU\Channel.resw" />
|
<PRIResource Include="Strings\ru-RU\Channel.resw" />
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
|
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
|
||||||
<Identity Name="53949MichaelXFoxGordeev.FoxTube" Publisher="CN=FD7A34DD-FE4D-4D7D-9D33-2DA9EBBE7725" Version="0.3.6.0" />
|
<Identity Name="53949MichaelXFoxGordeev.FoxTube" Publisher="CN=FD7A34DD-FE4D-4D7D-9D33-2DA9EBBE7725" Version="0.4.7.0" />
|
||||||
<mp:PhoneIdentity PhoneProductId="04fd81c1-6473-4174-afd7-4ac71dd85721" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
<mp:PhoneIdentity PhoneProductId="04fd81c1-6473-4174-afd7-4ac71dd85721" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>FoxTube</DisplayName>
|
<DisplayName>FoxTube</DisplayName>
|
||||||
|
|||||||
Reference in New Issue
Block a user