commit
5556cc97aa
@ -58,7 +58,7 @@ namespace gehGassiApp.Core.Common
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Delay für den loading-Screen, damit man das Logo des Sponsors sieht
|
/// Delay für den loading-Screen, damit man das Logo des Sponsors sieht
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static TimeSpan LoadingDelay = TimeSpan.FromSeconds(0);
|
public static TimeSpan LoadingDelay = TimeSpan.FromSeconds(3);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Delay für die Abfrage des Online-Status
|
/// Delay für die Abfrage des Online-Status
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
|
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||||
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassiApp.DbConfig", "geh
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassi.LocalNotifications", "gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj", "{C266C7CD-02B3-4A09-B5D2-4A5CC988BECD}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassi.LocalNotifications", "gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj", "{C266C7CD-02B3-4A09-B5D2-4A5CC988BECD}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@ -67,5 +67,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>remote-notification</string>
|
<string>remote-notification</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
BIN
gehGassiApp/gehGassiApp/Resources/Images/tiergarten.png
Normal file
BIN
gehGassiApp/gehGassiApp/Resources/Images/tiergarten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 624 KiB |
@ -9,7 +9,7 @@
|
|||||||
Shell.FlyoutBehavior="Disabled"
|
Shell.FlyoutBehavior="Disabled"
|
||||||
Shell.NavBarIsVisible="False">
|
Shell.NavBarIsVisible="False">
|
||||||
|
|
||||||
<Grid Padding="20" RowDefinitions="40,*,250">
|
<Grid Padding="20" RowDefinitions="40,*,*" RowSpacing="30">
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
@ -28,11 +28,11 @@
|
|||||||
Source="dog_white"
|
Source="dog_white"
|
||||||
VerticalOptions="Center" />
|
VerticalOptions="Center" />
|
||||||
|
|
||||||
<!--<Border Grid.Row="2" Style="{StaticResource WhiteBorder}" Margin="20" HorizontalOptions="Fill" VerticalOptions="Fill">
|
|
||||||
<Grid HorizontalOptions="Fill" VerticalOptions="Fill" RowDefinitions="Auto,*" RowSpacing="10">
|
<VerticalStackLayout Grid.Row="2" HorizontalOptions="Center" VerticalOptions="Start" Spacing="10">
|
||||||
<Label Grid.Row="0" Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
|
<Label Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
|
||||||
<Image Grid.Row="1" Source="loading_sponsor" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" MaximumHeightRequest="150"></Image>
|
<Image Source="tiergarten.png"></Image>
|
||||||
</Grid>
|
</VerticalStackLayout>
|
||||||
</Border>-->
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</controls:BaseContentPage>
|
</controls:BaseContentPage>
|
||||||
@ -22,8 +22,8 @@
|
|||||||
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
|
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
<ApplicationDisplayVersion>1.273</ApplicationDisplayVersion>
|
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion>
|
||||||
<ApplicationVersion>273</ApplicationVersion>
|
<ApplicationVersion>274</ApplicationVersion>
|
||||||
|
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
|
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||||
<ProjectReference Include="..\gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj" />
|
<ProjectReference Include="..\gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj" />
|
||||||
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
||||||
<ProjectReference Include="..\gehGassiApp.Data\gehGassiApp.Data.csproj" />
|
<ProjectReference Include="..\gehGassiApp.Data\gehGassiApp.Data.csproj" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user