Version 3.0.297

This commit is contained in:
Oliver Hauff 2022-05-02 21:56:32 +02:00
parent 8f40f2c208
commit 741874d382
15 changed files with 68 additions and 43 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.TeilRad.LastenradBayern" android:versionName="3.0.294" android:versionCode="294"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.TeilRad.LastenradBayern" android:versionName="3.0.297" android:versionCode="297">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" /> <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
<!-- Google Maps related permissions --> <!-- Google Maps related permissions -->
<!-- Permission to receive remote notifications from Google Play Services --> <!-- Permission to receive remote notifications from Google Play Services -->

View file

@ -53,8 +53,8 @@
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>LastenradBayern</string> <string>LastenradBayern</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>294</string> <string>297</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.0.294</string> <string>3.0.297</string>
</dict> </dict>
</plist> </plist>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" xmlns:resources="clr-namespace:TINK.MultilingualResources;assembly=TINKLib"
x:Class="TINK.View.Account.AccountPage"> mc:Ignorable="d"
x:Class="TINK.View.Account.AccountPage">
<ContentPage.Content> <ContentPage.Content>
<Frame> <Frame>
<StackLayout> <StackLayout>
@ -13,10 +14,10 @@
<Label Text="{Binding LoggedInInfo}" /> <Label Text="{Binding LoggedInInfo}" />
<Label IsVisible="{Binding IsBookingStateInfoVisible}" <Label IsVisible="{Binding IsBookingStateInfoVisible}"
Text="{Binding BookingStateInfo}" /> Text="{Binding BookingStateInfo}" />
<Button Text="Persönliche Daten Verwalten" <Button Text="{x:Static resources:AppResources.MessageAccountPageManagePersonalData}"
Command="{Binding OnManageAccount}" Command="{Binding OnManageAccount}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
<Button Text="Abmelden" <Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogout}"
Command="{Binding OnLogoutRequest}" Command="{Binding OnLogoutRequest}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
</StackLayout> </StackLayout>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.TeilRad.Meinkonrad" android:versionName="3.0.294" android:versionCode="294"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.TeilRad.Meinkonrad" android:versionName="3.0.297" android:versionCode="297">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" /> <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
<!-- Google Maps related permissions --> <!-- Google Maps related permissions -->
<!-- Permission to receive remote notifications from Google Play Services --> <!-- Permission to receive remote notifications from Google Play Services -->

View file

@ -53,8 +53,8 @@
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Mein konrad</string> <string>Mein konrad</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>294</string> <string>297</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.0.294</string> <string>3.0.297</string>
</dict> </dict>
</plist> </plist>

View file

@ -17,7 +17,7 @@
<Button Text="{x:Static resources:AppResources.MessageAccountPageManagePersonalData}" <Button Text="{x:Static resources:AppResources.MessageAccountPageManagePersonalData}"
Command="{Binding OnManageAccount}" Command="{Binding OnManageAccount}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
<Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogin}" <Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogout}"
Command="{Binding OnLogoutRequest}" Command="{Binding OnLogoutRequest}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
</StackLayout> </StackLayout>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.294" android:versionCode="294"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="preferExternal" package="com.hauffware.sharee" android:versionName="3.0.297" android:versionCode="297">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" /> <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
<!-- Google Maps related permissions --> <!-- Google Maps related permissions -->
<!-- Permission to receive remote notifications from Google Play Services --> <!-- Permission to receive remote notifications from Google Play Services -->

View file

@ -53,8 +53,8 @@
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>sharee.bike</string> <string>sharee.bike</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>294</string> <string>297</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.0.294</string> <string>3.0.297</string>
</dict> </dict>
</plist> </plist>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" xmlns:resources="clr-namespace:TINK.MultilingualResources;assembly=TINKLib"
x:Class="TINK.View.Account.AccountPage"> mc:Ignorable="d"
x:Class="TINK.View.Account.AccountPage">
<ContentPage.Content> <ContentPage.Content>
<Frame> <Frame>
<StackLayout> <StackLayout>
@ -13,10 +14,10 @@
<Label Text="{Binding LoggedInInfo}" /> <Label Text="{Binding LoggedInInfo}" />
<Label IsVisible="{Binding IsBookingStateInfoVisible}" <Label IsVisible="{Binding IsBookingStateInfoVisible}"
Text="{Binding BookingStateInfo}" /> Text="{Binding BookingStateInfo}" />
<Button Text="Persönliche Daten Verwalten" <Button Text="{x:Static resources:AppResources.MessageAccountPageManagePersonalData}"
Command="{Binding OnManageAccount}" Command="{Binding OnManageAccount}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
<Button Text="Abmelden" <Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogout}"
Command="{Binding OnLogoutRequest}" Command="{Binding OnLogoutRequest}"
IsEnabled="{Binding IsLogoutPossible}"/> IsEnabled="{Binding IsLogoutPossible}"/>
</StackLayout> </StackLayout>

View file

@ -20,7 +20,7 @@
<Entry <Entry
Placeholder="{x:Static resources:AppResources.MarkingLoginPasswordPlaceholder}" Placeholder="{x:Static resources:AppResources.MarkingLoginPasswordPlaceholder}"
AutomationId="password_text" AutomationId="password_text"
IsPassword="true" IsPassword="true"
x:Name="PasswordEntry" x:Name="PasswordEntry"
Text="{Binding Password}" Text="{Binding Password}"
IsEnabled="{Binding IsLoggedOut}"/> IsEnabled="{Binding IsLoggedOut}"/>

View file

@ -516,7 +516,7 @@ namespace TINK.Model
AppResources.ChangeLog3_0_290 AppResources.ChangeLog3_0_290
}, },
{ {
new Version(3, 0, 294), new Version(3, 0, 297),
AppResources.ChangeLog3_0_293 AppResources.ChangeLog3_0_293
} }
}; };

View file

@ -1036,7 +1036,8 @@ namespace TINK.MultilingualResources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Target Android framework set from 11.0 to 12.0 (Level 31 S). /// Looks up a localized string similar to Target Android framework set from 11.0 to 12.0 (Level 31 S).
///NuGet packages updated. ///NuGet packages updated.
///Started adding support for new lock type.. ///Started adding support for new lock type.
///Minor bugfixes..
/// </summary> /// </summary>
public static string ChangeLog3_0_293 { public static string ChangeLog3_0_293 {
get { get {
@ -1385,6 +1386,24 @@ namespace TINK.MultilingualResources {
} }
} }
/// <summary>
/// Looks up a localized string similar to Error returning bike!.
/// </summary>
public static string ErrorReturnBikeTitle {
get {
return ResourceManager.GetString("ErrorReturnBikeTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connection error when returning the bike!.
/// </summary>
public static string ErrorReturnBikeNoWebTitle {
get {
return ResourceManager.GetString("ErrorReturnBikeNoWebTitle", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Error returning bike!. /// Looks up a localized string similar to Error returning bike!.
/// </summary> /// </summary>
@ -1794,11 +1813,11 @@ namespace TINK.MultilingualResources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Log in. /// Looks up a localized string similar to Log out.
/// </summary> /// </summary>
public static string MessageAccountPageManageLogin { public static string MessageAccountPageManageLogout {
get { get {
return ResourceManager.GetString("MessageAccountPageManageLogin", resourceCulture); return ResourceManager.GetString("MessageAccountPageManageLogout", resourceCulture);
} }
} }

View file

@ -847,8 +847,8 @@ Hinweise, um das Verbinden Schlosses zu erleichtern, falls dies nicht beim erste
<data name="ChangeLog3_0_284" xml:space="preserve"> <data name="ChangeLog3_0_284" xml:space="preserve">
<value>Anzeige einer benutzerfreundlichen Meldung, wenn die Authentifizierung abgelaufen ist.</value> <value>Anzeige einer benutzerfreundlichen Meldung, wenn die Authentifizierung abgelaufen ist.</value>
</data> </data>
<data name="MessageAccountPageManageLogin" xml:space="preserve"> <data name="MessageAccountPageManageLogout" xml:space="preserve">
<value>Anmelden</value> <value>Abmelden</value>
</data> </data>
<data name="MessageAccountPageManagePersonalData" xml:space="preserve"> <data name="MessageAccountPageManagePersonalData" xml:space="preserve">
<value>Persönliche Daten Verwalten</value> <value>Persönliche Daten Verwalten</value>
@ -870,9 +870,10 @@ Activity Indicator zu Konto-Verwaltungsseiten hinzugefügt und Logging erweitert
<value>Der aktuelle Standort wird mit höherer Genauigkeit abgefragt.</value> <value>Der aktuelle Standort wird mit höherer Genauigkeit abgefragt.</value>
</data> </data>
<data name="ChangeLog3_0_293" xml:space="preserve"> <data name="ChangeLog3_0_293" xml:space="preserve">
<value>Target Android framework von 11.0 auf 12.0 (Level 31 S) gesetzt. <value>Target Android Framework von 11.0 auf 12.0 (Level 31 S) gesetzt.
NuGet packages aktualisiert. NuGet packages aktualisiert.
Entwurf Untertützung eines neuen Schlosstyps hinzugefügt. Entwurf Unterstützung eines neuen Schlosstyps hinzugefügt.
Kleinere Fehlerbehebungen.
</value> </value>
</data> </data>
</root> </root>

View file

@ -940,8 +940,8 @@ Hints to ease connecting to lock in case connecting does not succeed on first tr
<data name="ChangeLog3_0_284" xml:space="preserve"> <data name="ChangeLog3_0_284" xml:space="preserve">
<value>User friendly message is shown if authentication expired.</value> <value>User friendly message is shown if authentication expired.</value>
</data> </data>
<data name="MessageAccountPageManageLogin" xml:space="preserve"> <data name="MessageAccountPageManageLogout" xml:space="preserve">
<value>Log in</value> <value>Log out</value>
</data> </data>
<data name="MessageAccountPageManagePersonalData" xml:space="preserve"> <data name="MessageAccountPageManagePersonalData" xml:space="preserve">
<value>Manage personal data</value> <value>Manage personal data</value>
@ -965,6 +965,7 @@ Activity indicator added account management pages and logging extended.</value>
<data name="ChangeLog3_0_293" xml:space="preserve"> <data name="ChangeLog3_0_293" xml:space="preserve">
<value>Target Android framework set from 11.0 to 12.0 (Level 31 S). <value>Target Android framework set from 11.0 to 12.0 (Level 31 S).
NuGet packages updated. NuGet packages updated.
Started adding support for new lock type.</value> Started adding support for new lock type.
Minor bugfixes.</value>
</data> </data>
</root> </root>

View file

@ -1152,9 +1152,9 @@ Hinweise, um das Verbinden Schlosses zu erleichtern, falls dies nicht beim erste
<source>User friendly message is shown if authentication expired.</source> <source>User friendly message is shown if authentication expired.</source>
<target state="translated">Anzeige einer benutzerfreundlichen Meldung, wenn die Authentifizierung abgelaufen ist.</target> <target state="translated">Anzeige einer benutzerfreundlichen Meldung, wenn die Authentifizierung abgelaufen ist.</target>
</trans-unit> </trans-unit>
<trans-unit id="MessageAccountPageManageLogin" translate="yes" xml:space="preserve"> <trans-unit id="MessageAccountPageManageLogout" translate="yes" xml:space="preserve">
<source>Log in</source> <source>Log out</source>
<target state="translated">Anmelden</target> <target state="translated">Abmelden</target>
</trans-unit> </trans-unit>
<trans-unit id="MessageAccountPageManagePersonalData" translate="yes" xml:space="preserve"> <trans-unit id="MessageAccountPageManagePersonalData" translate="yes" xml:space="preserve">
<source>Manage personal data</source> <source>Manage personal data</source>
@ -1185,10 +1185,12 @@ Activity Indicator zu Konto-Verwaltungsseiten hinzugefügt und Logging erweitert
<trans-unit id="ChangeLog3_0_293" translate="yes" xml:space="preserve"> <trans-unit id="ChangeLog3_0_293" translate="yes" xml:space="preserve">
<source>Target Android framework set from 11.0 to 12.0 (Level 31 S). <source>Target Android framework set from 11.0 to 12.0 (Level 31 S).
NuGet packages updated. NuGet packages updated.
Started adding support for new lock type.</source> Started adding support for new lock type.
<target state="translated">Target Android framework von 11.0 auf 12.0 (Level 31 S) gesetzt. Minor bugfixes.</source>
<target state="translated">Target Android Framework von 11.0 auf 12.0 (Level 31 S) gesetzt.
NuGet packages aktualisiert. NuGet packages aktualisiert.
Entwurf Untertützung eines neuen Schlosstyps hinzugefügt. Entwurf Unterstützung eines neuen Schlosstyps hinzugefügt.
Kleinere Fehlerbehebungen.
</target> </target>
</trans-unit> </trans-unit>
</group> </group>