Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from dansiegel/sr1
Browse files Browse the repository at this point in the history
updating to Prism 7.2 SR1
  • Loading branch information
dansiegel authored Nov 21, 2019
2 parents 0ef313b + 827d5ef commit bb547ca
Show file tree
Hide file tree
Showing 13 changed files with 4,737 additions and 40 deletions.
5 changes: 1 addition & 4 deletions Prism.Plugin.Popups.sln
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,7 @@ Global
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhone.Build.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.DryIoc|Any CPU.ActiveCfg = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.DryIoc|Any CPU.Build.0 = Debug|Any CPU
{2D0D5472-1B70-4C70-8F6D-041515CF5426}.DryIoc|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down Expand Up @@ -165,6 +161,7 @@ Global
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|iPhone.Build.0 = Debug|iPhone
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|iPhone.Deploy.0 = Debug|iPhone
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{01B18237-622E-4475-9D81-2C87A029B15E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{01B18237-622E-4475-9D81-2C87A029B15E}.DryIoc|Any CPU.ActiveCfg = Mock|iPhone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="3.1.3" PrivateAssets="all" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.947036" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991211" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
Expand Down
4,668 changes: 4,668 additions & 0 deletions samples/src/PopupPluginSample.Droid/Resources/Resource.designer.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="3.1.3" PrivateAssets="all" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.947036" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991211" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Prism.Plugin.Popups\Prism.Plugin.Popups.csproj">
Expand Down
1 change: 0 additions & 1 deletion samples/src/PopupPluginSample/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<Setter Property="BackgroundColor" Value="Gray" />
<Setter Property="TextColor" Value="White" />
<Setter Property="CornerRadius" Value="15" />
<Setter Property="Padding" Value="15,2" />
</Style>
</ResourceDictionary>
</prism:PrismApplication.Resources>
Expand Down
6 changes: 3 additions & 3 deletions samples/src/PopupPluginSample/PopupPluginSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="3.1.3" PrivateAssets="all" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.2.0.1367" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.947036" />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638" PrivateAssets="all" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.2.0.1422" />
<PackageReference Include="Xamarin.Essentials" Version="1.3.1" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991211" />
</ItemGroup>

<ItemGroup>
Expand Down
29 changes: 23 additions & 6 deletions samples/src/PopupPluginSample/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,33 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:prism="http://prismlibrary.com"
xmlns:essentials="clr-namespace:Xamarin.Essentials;assembly=Xamarin.Essentials"
prism:ViewModelLocator.AutowireViewModel="True"
Title="MainPage"
x:Class="PopupPluginSample.Views.MainPage">
<StackLayout HorizontalOptions="Center" VerticalOptions="Center">
<Label Text="{Binding Message}" />
<Button Text="Launch Popup"
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<StackLayout HorizontalOptions="Center" VerticalOptions="Center">
<Label Text="{Binding Message}" />
<Button Text="Launch Popup"
Command="{prism:NavigateTo PopupView}" />
<Button Text="Sample Dialog"
<Button Text="Sample Dialog"
Command="{prism:ShowDialog SampleDialog}" />
<Button Text="Back to Menu"
<Button Text="Back to Menu"
Command="{prism:NavigateTo '/MenuPage'}" />
</StackLayout>
</StackLayout>
<Label Grid.Row="1"
Margin="20"
HorizontalTextAlignment="Center">
<Label.FormattedText>
<FormattedString>
<Span Text="Version: " />
<Span Text="{x:Static essentials:AppInfo.VersionString}" />
</FormattedString>
</Label.FormattedText>
</Label>
</Grid>
</ContentPage>
34 changes: 26 additions & 8 deletions samples/src/PopupPluginSample/Views/MenuPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,33 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:prism="http://prismlibrary.com"
xmlns:essentials="clr-namespace:Xamarin.Essentials;assembly=Xamarin.Essentials"
x:Class="PopupPluginSample.Views.MenuPage">
<StackLayout HorizontalOptions="Center"

<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<StackLayout HorizontalOptions="Center"
VerticalOptions="Center">
<Label Text="Select the root page to test from" />
<Button Text="Master Detail Page" Command="{prism:NavigateTo '/MDPRoot/NavigationRoot/MainPage'}" />
<Button Text="Tabbed Page" Command="{prism:NavigateTo '/TabbedRoot'}" />
<Button Text="Navigation Page" Command="{prism:NavigateTo '/NavigationRoot/MainPage'}" />
<Button Text="Sample Dialog" Command="{prism:ShowDialog SampleDialog}" />
<!-- <Button Text="Content Page" Command="NavigateCommand" CommandParameter="MainPage" />-->
</StackLayout>
<Label Text="Select the root page to test from" />
<Button Text="Master Detail Page" Command="{prism:NavigateTo '/MDPRoot/NavigationRoot/MainPage'}" />
<Button Text="Tabbed Page" Command="{prism:NavigateTo '/TabbedRoot'}" />
<Button Text="Navigation Page" Command="{prism:NavigateTo '/NavigationRoot/MainPage'}" />
<Button Text="Sample Dialog" Command="{prism:ShowDialog SampleDialog}" />
<!-- <Button Text="Content Page" Command="NavigateCommand" CommandParameter="MainPage" />-->
</StackLayout>
<Label Grid.Row="1"
Margin="20"
HorizontalTextAlignment="Center">
<Label.FormattedText>
<FormattedString>
<Span Text="Version: " />
<Span Text="{x:Static essentials:AppInfo.VersionString}" />
</FormattedString>
</Label.FormattedText>
</Label>
</Grid>

</ContentPage>
6 changes: 3 additions & 3 deletions src/Prism.Plugin.Popups/PopupPageNavigationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected override async Task ProcessNavigationForMasterDetailPage(MasterDetailP
{
var newDetail = CreatePageFromSegment(nextSegment);
await ProcessNavigation(newDetail, segments, parameters, useModalNavigation, animated);
await DoNavigateAction(null, nextSegment, newDetail, parameters, onNavigationActionCompleted: () =>
await DoNavigateAction(null, nextSegment, newDetail, parameters, onNavigationActionCompleted: p =>
{
currentPage.IsPresented = isPresented;
currentPage.Detail = newDetail;
Expand Down Expand Up @@ -142,7 +142,7 @@ await DoNavigateAction(currentPage, nextSegment, nextPage, parameters, async ()
if ((detailIsNavPage && reuseNavPage) || (!detailIsNavPage && detail.GetType() == nextSegmentType))
{
await ProcessNavigation(detail, segments, parameters, useModalNavigation, animated);
await DoNavigateAction(null, nextSegment, detail, parameters, onNavigationActionCompleted: () =>
await DoNavigateAction(null, nextSegment, detail, parameters, onNavigationActionCompleted: p =>
{
if (detail is TabbedPage && nextSegment.Contains(KnownNavigationParameters.SelectedTab))
{
Expand Down Expand Up @@ -179,7 +179,7 @@ await DoNavigateAction(oldDetail, nextSegment, newDetail, parameters, navigation
}
else
{
await DoNavigateAction(oldDetail, nextSegment, newDetail, parameters, onNavigationActionCompleted: () =>
await DoNavigateAction(oldDetail, nextSegment, newDetail, parameters, onNavigationActionCompleted: p =>
{
if (detailIsNavPage)
OnNavigatedFrom(((NavigationPage)oldDetail).CurrentPage, parameters);
Expand Down
10 changes: 5 additions & 5 deletions src/Prism.Plugin.Popups/PopupRegistrationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ private static void RegisterPopupNavigation(this IContainerRegistry containerReg

private static bool IsDryIocContainer(IContainerRegistry containerRegistry)
{
var type = Type.GetType("DryIoc.IContainer, DryIoc", throwOnError: false);
if (type is null) return false;

var regType = containerRegistry.GetType();
var propInfo = regType.GetRuntimeProperty("Instance");
#if NETSTANDARD1_0
return propInfo?.PropertyType.FullName.Equals("DryIoc.IContainer", StringComparison.OrdinalIgnoreCase) ?? false;
#else
return propInfo?.PropertyType.FullName.Equals("DryIoc.IContainer", StringComparison.InvariantCultureIgnoreCase) ?? false;
#endif

return propInfo.PropertyType == type;
}
}
}
4 changes: 2 additions & 2 deletions src/Prism.Plugin.Popups/Prism.Plugin.Popups.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;Xamarin.iOS10;MonoAndroid81;MonoAndroid90</TargetFrameworks>
Expand All @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Rg.Plugins.Popup" Version="1.2.0.223" />
<PackageReference Include="Prism.Forms" Version="7.2.0.1367" />
<PackageReference Include="Prism.Forms" Version="7.2.0.1422" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
<DefineConstants>$(DefineConstants);DRYIOC</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.2.0.1367" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.2.0.1422" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.2.0.223" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
<DefineConstants>$(DefineConstants);UNITY</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Prism.Unity.Forms" Version="7.2.0.1367" />
<PackageReference Include="Prism.Unity.Forms" Version="7.2.0.1422" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.2.0.223" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down

0 comments on commit bb547ca

Please sign in to comment.