Refactored core
UI navigation framework Related Work Items: #408, #414, #416
This commit is contained in:
@@ -132,26 +132,28 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Models\Collections\InboxCollection.cs" />
|
||||
<Compile Include="Models\Collections\ViewCollection.cs" />
|
||||
<Compile Include="Models\SearchParameters.cs" />
|
||||
<Compile Include="Models\Subscription.cs" />
|
||||
<Compile Include="Services\DownloadsService.cs" />
|
||||
<Compile Include="Extensions.cs" />
|
||||
<Compile Include="Services\SettingsService.cs" />
|
||||
<Compile Include="Utils\FeedbackIterop.cs" />
|
||||
<Compile Include="Services\History.cs" />
|
||||
<Compile Include="Services\InboxService.cs" />
|
||||
<Compile Include="Utils\Metrics.cs" />
|
||||
<Compile Include="Services\Search.cs" />
|
||||
<Compile Include="Services\Storage.cs" />
|
||||
<Compile Include="Services\StorageService.cs" />
|
||||
<Compile Include="Utils\AddonsInterop.cs" />
|
||||
<Compile Include="Services\UserService.cs" />
|
||||
<Compile Include="Utils\SecretConstants.cs" />
|
||||
<Compile Include="Utils\BackgroundManager.cs" />
|
||||
<Compile Include="Utils\ToastTemplates.cs" />
|
||||
<Compile Include="Utils\Utils.cs" />
|
||||
<Compile Include="Models\DownloadItem.cs" />
|
||||
<Compile Include="Models\InboxItem.cs" />
|
||||
<Compile Include="Models\Attributes.cs" />
|
||||
<Compile Include="Models\SavedVideo.cs" />
|
||||
<Compile Include="Models\SearchSuggestion.cs" />
|
||||
<Compile Include="Models\User.cs" />
|
||||
<Compile Include="Models\VideoItem.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Properties\FoxTube.Core.rd.xml" />
|
||||
</ItemGroup>
|
||||
@@ -163,22 +165,25 @@
|
||||
<Version>1.0.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Google.Apis.Auth">
|
||||
<Version>1.45.0</Version>
|
||||
<Version>1.46.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Google.Apis.Blogger.v3">
|
||||
<Version>1.46.0.1986</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Google.Apis.Oauth2.v2">
|
||||
<Version>1.44.1.1869</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Google.Apis.YouTube.v3">
|
||||
<Version>1.45.0.1929</Version>
|
||||
<Version>1.46.0.1987</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Advertising.XAML">
|
||||
<Version>10.1811.22001</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AppCenter.Analytics">
|
||||
<Version>3.2.1</Version>
|
||||
<Version>3.2.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.AppCenter.Crashes">
|
||||
<Version>3.2.1</Version>
|
||||
<Version>3.2.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
<Version>6.2.10</Version>
|
||||
@@ -186,11 +191,14 @@
|
||||
<PackageReference Include="Microsoft.Services.Store.Engagement">
|
||||
<Version>10.1901.28001</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.UI.Xaml">
|
||||
<Version>2.4.0</Version>
|
||||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
|
||||
<Version>6.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="QueryString.NET">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="YoutubeExplode">
|
||||
<Version>5.0.4</Version>
|
||||
<Version>5.0.5</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user