diff --git a/IgnoredWords.dic b/IgnoredWords.dic index dd9ac93..5a62f07 100644 --- a/IgnoredWords.dic +++ b/IgnoredWords.dic @@ -3,9 +3,12 @@ Darmstadt enum Freiburg haveltec +html javaminister konrad Mein +serilog sharee tink +ui xdoc diff --git a/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml b/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml index 56cc448..26fd540 100644 --- a/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml +++ b/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/LastenradBayern/TINK.iOS/Info.plist b/LastenradBayern/TINK.iOS/Info.plist index 82e88d6..6f397c6 100644 --- a/LastenradBayern/TINK.iOS/Info.plist +++ b/LastenradBayern/TINK.iOS/Info.plist @@ -56,8 +56,8 @@ CFBundleDisplayName LastenradBayern CFBundleVersion - 363 + 364 CFBundleShortVersionString - 3.0.363 + 3.0.364 diff --git a/LastenradBayern/TINK/App.xaml.cs b/LastenradBayern/TINK/App.xaml.cs index dc6c00e..2070c5d 100644 --- a/LastenradBayern/TINK/App.xaml.cs +++ b/LastenradBayern/TINK/App.xaml.cs @@ -56,7 +56,7 @@ namespace TINK var specialFolders = DependencyService.Get(); var internalPersonalDir = specialFolders.GetInternalPersonalDir(); - // Delete attachtment from previous session. + // Delete attachment from previous session. DeleteAttachment(internalPersonalDir); // Setup logger using default settings. @@ -109,11 +109,11 @@ namespace TINK if (settings.MinimumLogEventLevel != Model.Settings.Settings.DEFAULTLOGGINLEVEL || settings.LogToExternalFolder) { - // Eigher + // Either // - logging is not set to default value or // - logging is performed to external folder. // Need to reconfigure. - Log.CloseAndFlush(); // Close before modifying logger configuration. Otherwise a sharing vialation occurs. + Log.CloseAndFlush(); // Close before modifying logger configuration. Otherwise a sharing violation occurs. TinkApp.SetupLogging( new LoggingLevelSwitch(settings.MinimumLogEventLevel), @@ -133,7 +133,7 @@ namespace TINK { // App versions newer than 3.0.173 stored geolocation service in configuration. // Version 3.0.290: Geolocation service "GeolocationService" is no more supported. - // For this reasons a swich of geolocation service is forced when loading configurations from ealier versions. + // For this reasons a switch of geolocation service is forced when loading configurations from ealier versions. LocationServicesContainer.SetActive(settings.ActiveGeolocationService); } @@ -149,7 +149,7 @@ namespace TINK const string MERCHANTID = "0000000000"; - // Create new app instnace. + // Create new app instance. Log.Debug("Constructing main model..."); m_oModelRoot = new TinkApp( settings, diff --git a/LastenradBayern/TINK/View/Contact/ContactPage.xaml b/LastenradBayern/TINK/View/Contact/ContactPage.xaml index 7cce371..7385d01 100644 --- a/LastenradBayern/TINK/View/Contact/ContactPage.xaml +++ b/LastenradBayern/TINK/View/Contact/ContactPage.xaml @@ -71,8 +71,9 @@ Text="{x:Static resources:AppResources.ActionContactMailAppReleated}" IsEnabled="{Binding IsSendMailAvailable}" Command="{Binding OnMailAppRelatedRequest}"/> - -