Skip to content

Commit d5ff8f1

Browse files
committed
Authorizer v0.3.0
1 parent f038de0 commit d5ff8f1

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

authorizer/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ android {
1616
minSdkVersion 21
1717
resConfigs "de"
1818
targetSdkVersion 27
19-
versionCode 206
20-
versionName '0.2.6'
19+
versionCode 300
20+
versionName '0.3.0'
2121
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
22-
versionNameSuffix 'beta'
2322

2423
//Reference them in .xml files.
2524
resValue "string", "application_id", "${applicationId}"

authorizer/src/main/res/values-de/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,12 @@
336336

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.3.0&lt;/b&gt;\n
340+
- Neue Funktion: OTP Support\n
341+
- Neue Funktion: Platzhalter im Benutzername und Passwort\n
342+
- Beta Status entfernt\n
343+
- Verbesserung der Sicherheit
344+
\n\n
339345
&lt;b&gt;0.2.6&lt;/b&gt;\n
340346
- Neue Funktion: GPG verschlüsseltes Backup auf USB Speicher\n
341347
- Fehlerbehebungen

authorizer/src/main/res/values/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,12 @@
336336

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.3.0&lt;/b&gt;\n
340+
- New feature: OTP support\n
341+
- New feature: Placeholders in username and password\n
342+
- Beta status removed\n
343+
- Increase of security
344+
\n\n
339345
&lt;b&gt;0.2.6&lt;/b&gt;\n
340346
- New feature: GPG encrypted backup on USB mass storage\n
341347
- Bug fixes and clean up

0 commit comments

Comments
 (0)