mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 20:16:30 +02:00
Version 3.0.299
This commit is contained in:
parent
c4357d3f7f
commit
310ea37085
35 changed files with 14350 additions and 14419 deletions
|
@ -18,6 +18,7 @@ namespace TINK.Model.User.Account
|
|||
ShowDiagnostics = 128, // Turns on display of diagnostics.
|
||||
SwitchNoSiteCaching = 1024, // Allows to turn off/ on caching of sites displayed in app hosted by COPRI
|
||||
ReportLevel = 2048, // Allows extent to show error messages.
|
||||
SwitchTheme = 4096, // Allows user to switch theme (sharee.bike, Meinkonrad, Lastenrad Bayern)
|
||||
All = PickCopriServer +
|
||||
ManageCopriCacheExpiration +
|
||||
ManagePolling +
|
||||
|
@ -26,7 +27,8 @@ namespace TINK.Model.User.Account
|
|||
PickLoggingLevel +
|
||||
ShowDiagnostics +
|
||||
SwitchNoSiteCaching +
|
||||
ReportLevel,
|
||||
ReportLevel +
|
||||
SwitchTheme,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -518,6 +518,14 @@ namespace TINK.Model
|
|||
{
|
||||
new Version(3, 0, 297),
|
||||
AppResources.ChangeLog3_0_293
|
||||
},
|
||||
{
|
||||
new Version(3, 0, 298),
|
||||
AppResources.ChangeLog3_0_298
|
||||
},
|
||||
{
|
||||
new Version(3, 0, 299),
|
||||
AppResources.ChangeLog3_0_299
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue