Skip to content

Commit fb15cab

Browse files
committed
productive setting
1 parent f18d7c0 commit fb15cab

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

Project2FA/Project2FA.UWP/Package.appxmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
55
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66
IgnorableNamespaces="uap mp rescap">
7-
<Identity Name="38343JanPhilippWeber.2fastBeta" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.0.9.0" />
8-
<mp:PhoneIdentity PhoneProductId="c3dd2fdb-7dd3-4fed-8433-44eaebcb7e17" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
7+
<Identity Name="38343JanPhilippWeber.2fastTwoFactorAuthenticatorSu" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.0.9.0" />
8+
<mp:PhoneIdentity PhoneProductId="ee709e1a-f9f4-4bc4-b9fa-b127443be94c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
99
<Properties>
10-
<DisplayName>2fast (Beta)</DisplayName>
10+
<DisplayName>2fast – Two Factor Authenticator Supporting TOTP</DisplayName>
1111
<PublisherDisplayName>Jan Philipp Weber</PublisherDisplayName>
1212
<Logo>Assets\StoreLogo.png</Logo>
1313
</Properties>
@@ -19,7 +19,7 @@
1919
</Resources>
2020
<Applications>
2121
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Project2FA.UWP.App">
22-
<uap:VisualElements DisplayName="[Beta] 2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
22+
<uap:VisualElements DisplayName="2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
2323
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="2fast">
2424
<uap:ShowNameOnTiles>
2525
<uap:ShowOn Tile="wide310x150Logo"/>

Project2FA/Project2FA.UWP/Project2FA.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
2424
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2525
<AppxBundle>Always</AppxBundle>
26-
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
26+
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
2727
<PackageCertificateThumbprint>583A559455C4B24A66C4F94AC2291D5A705427CC</PackageCertificateThumbprint>
2828
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
2929
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>

Project2FA/Project2FA.UWP/Strings/de/Resources.resw

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,7 @@ Bitte synchronisieren Sie die Uhrzeit in den Einstellungen.</value>
734734
<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>
735735
</data>
736736
<data name="NewAppFeaturesContent" xml:space="preserve">
737-
<value>Favoriten können nun für Accounts gesetzt werden, wodurch diese als oberste Elemente in der Liste sichtbar sind.
738-
739-
QR-Codes können nun für einzelne Account angezeigt werden, um diese mit dem Smartphone zu importieren.</value>
737+
<value>Generierte Schlüssel können nun in den Einstellungen versteckt werden (Nutzung im öffentlichen Bereich).</value>
740738
</data>
741739
<data name="NewAppFeaturesTitle" xml:space="preserve">
742740
<value>Neue Funktionen</value>

Project2FA/Project2FA.UWP/Strings/en/Resources.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ public static string ErrorHandleDescriptionLastSession
824824

825825
#region NewAppFeaturesContent
826826
/// <summary>
827-
/// 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.
827+
/// Looks up a localized string similar to: Generated keys can now be hidden in the settings (for use in public area).
828828
/// </summary>
829829
public static string NewAppFeaturesContent
830830
{

Project2FA/Project2FA.UWP/Strings/en/Resources.resw

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,7 @@ Please synchronize the time in the settings.</value>
730730
<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>
731731
</data>
732732
<data name="NewAppFeaturesContent" xml:space="preserve">
733-
<value>Favourites can now be set for accounts, making them visible as top items in the list.
734-
735-
QR codes can now be displayed for individual accounts in order to import them with a smartphone.</value>
733+
<value>Generated keys can now be hidden in the settings (for use in public area).</value>
736734
</data>
737735
<data name="NewAppFeaturesTitle" xml:space="preserve">
738736
<value>New features</value>

0 commit comments

Comments
 (0)