Parcourir la source

Fixed PINLoginPage Layout
Dropped required iOS version to 11.0
Fixed missing InABox.Configuration project

Frank van den Bos il y a 2 ans
Parent
commit
3231ca0c4a

+ 1 - 0
prs.classes/PRSClasses.csproj

@@ -33,6 +33,7 @@
     </ItemGroup>
 
     <ItemGroup>
+      <ProjectReference Include="..\..\inabox\InABox.Configuration\InABox.Configuration.csproj" />
       <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
     </ItemGroup>
 

+ 1 - 2
prs.mobile.new/PRS.Mobile.Droid/Resources/Resource.designer.cs

@@ -2,7 +2,6 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
-//     Runtime Version:4.0.30319.42000
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.
@@ -15,7 +14,7 @@ namespace PRS.Mobile.Droid
 {
 	
 	
-	[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.1.111")]
+	[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.0.99")]
 	public partial class Resource
 	{
 		

+ 1 - 1
prs.mobile.new/PRS.Mobile.iOS/Info.plist

@@ -21,7 +21,7 @@
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
 	<key>MinimumOSVersion</key>
-	<string>16.1</string>
+	<string>11.0</string>
 	<key>CFBundleDisplayName</key>
 	<string>PRS.Mobile</string>
 	<key>CFBundleIdentifier</key>

+ 19 - 0
prs.mobile.new/PRS.Mobile.sln

@@ -31,6 +31,8 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "InABox.Mobile.Android", "..
 EndProject
 Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "InABox.Mobile.iOS", "..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.shproj", "{DAA14944-1DA1-4E7A-B9D2-A6545EBBF2FF}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InABox.Configuration", "..\..\inabox\InABox.Configuration\InABox.Configuration.csproj", "{77E94A48-2206-45B5-86B1-45357E08639D}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Ad-Hoc|iPhone = Ad-Hoc|iPhone
@@ -219,6 +221,22 @@ Global
 		{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}.Release|iPhone.Build.0 = Release|Any CPU
 		{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
 		{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.AppStore|iPhone.Build.0 = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|iPhone.Build.0 = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|Any CPU.Build.0 = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|iPhone.ActiveCfg = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|iPhone.Build.0 = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
+		{77E94A48-2206-45B5-86B1-45357E08639D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(NestedProjects) = preSolution
 		{2E807D8C-659F-464D-89FE-3889019BE8EA} = {45D05CAD-26CA-4F1F-86F1-560B0C7C5177}
@@ -233,5 +251,6 @@ Global
 		{C4F5BF06-CAB8-47CF-8B0A-FF3406081781} = {0FAD249B-2C90-4ABC-B14D-8D1C44D071C2}
 		{DF11E3A5-F670-4B09-AD37-01D9ED5ED3BA} = {0FAD249B-2C90-4ABC-B14D-8D1C44D071C2}
 		{DAA14944-1DA1-4E7A-B9D2-A6545EBBF2FF} = {0FAD249B-2C90-4ABC-B14D-8D1C44D071C2}
+		{77E94A48-2206-45B5-86B1-45357E08639D} = {0FAD249B-2C90-4ABC-B14D-8D1C44D071C2}
 	EndGlobalSection
 EndGlobal

+ 1 - 1
prs.mobile.new/PRS.Mobile/Main/PINLoginPage.xaml

@@ -65,7 +65,7 @@
                     </Image.Margin>
                 </Image>
         
-                <Label Grid.Row="1" FontAttributes="Bold" FontSize="Medium" LineBreakMode="WordWrap" Text="Enter your PIN Number below: "
+                <Label Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" FontAttributes="Bold" FontSize="Medium" LineBreakMode="WordWrap" Text="Enter your PIN Number below: "
                        VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Center"/>
         
                 <Grid Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3">