Skip to content

Commit

Permalink
productive setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-weber committed Mar 29, 2022
1 parent f18d7c0 commit fb15cab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Project2FA/Project2FA.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap mp rescap">
<Identity Name="38343JanPhilippWeber.2fastBeta" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.0.9.0" />
<mp:PhoneIdentity PhoneProductId="c3dd2fdb-7dd3-4fed-8433-44eaebcb7e17" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="38343JanPhilippWeber.2fastTwoFactorAuthenticatorSu" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.0.9.0" />
<mp:PhoneIdentity PhoneProductId="ee709e1a-f9f4-4bc4-b9fa-b127443be94c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>2fast (Beta)</DisplayName>
<DisplayName>2fast – Two Factor Authenticator Supporting TOTP</DisplayName>
<PublisherDisplayName>Jan Philipp Weber</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -19,7 +19,7 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Project2FA.UWP.App">
<uap:VisualElements DisplayName="[Beta] 2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
<uap:VisualElements DisplayName="2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="2fast">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="wide310x150Logo"/>
Expand Down
2 changes: 1 addition & 1 deletion Project2FA/Project2FA.UWP/Project2FA.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<PackageCertificateThumbprint>583A559455C4B24A66C4F94AC2291D5A705427CC</PackageCertificateThumbprint>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
Expand Down
4 changes: 1 addition & 3 deletions Project2FA/Project2FA.UWP/Strings/de/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,7 @@ Bitte synchronisieren Sie die Uhrzeit in den Einstellungen.</value>
<value>Für die Überprüfung der korrekten Uhrzeit des Systems kann ein NTP Server verwendet werden. Bei einer größeren Abweichung der Uhrzeit würde die Erstellung der Codes für die Accounts nicht mehr korrekt sein. Falls eine Abweichung größer als dreißig Sekunden besteht, würde eine Benachrichtigung erscheinen und die Erstellung der Codes mit der Uhrzeit des NTP Servers erfolgen.</value>
</data>
<data name="NewAppFeaturesContent" xml:space="preserve">
<value>Favoriten können nun für Accounts gesetzt werden, wodurch diese als oberste Elemente in der Liste sichtbar sind.

QR-Codes können nun für einzelne Account angezeigt werden, um diese mit dem Smartphone zu importieren.</value>
<value>Generierte Schlüssel können nun in den Einstellungen versteckt werden (Nutzung im öffentlichen Bereich).</value>
</data>
<data name="NewAppFeaturesTitle" xml:space="preserve">
<value>Neue Funktionen</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ public static string ErrorHandleDescriptionLastSession

#region NewAppFeaturesContent
/// <summary>
/// Looks up a localized string similar to: Favourites can now be set for accounts, making them visible as top items in the list. QR codes can now be displayed for individual accounts in order to import them with a smartphone.
/// Looks up a localized string similar to: Generated keys can now be hidden in the settings (for use in public area).
/// </summary>
public static string NewAppFeaturesContent
{
Expand Down
4 changes: 1 addition & 3 deletions Project2FA/Project2FA.UWP/Strings/en/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,7 @@ Please synchronize the time in the settings.</value>
<value>An NTP server can be used to check the correct time of the system. If there is a greater deviation in the time, the creation of the codes for the accounts would no longer be correct. If there is a deviation greater than thirty seconds, a notification would appear and the creation of the codes would be done with the time of the NTP server.</value>
</data>
<data name="NewAppFeaturesContent" xml:space="preserve">
<value>Favourites can now be set for accounts, making them visible as top items in the list.

QR codes can now be displayed for individual accounts in order to import them with a smartphone.</value>
<value>Generated keys can now be hidden in the settings (for use in public area).</value>
</data>
<data name="NewAppFeaturesTitle" xml:space="preserve">
<value>New features</value>
Expand Down

0 comments on commit fb15cab

Please sign in to comment.