Merge pull request #3 from MaxMa04/develop

dfg
This commit is contained in:
Max Mannstein 2025-07-22 14:36:25 +02:00 committed by GitHub
commit 5556cc97aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 13 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

View File

@ -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>

View File

@ -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" />