Skip to content

Commit

Permalink
Authorizer v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado committed Sep 21, 2018
1 parent f038de0 commit d5ff8f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions authorizer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ android {
minSdkVersion 21
resConfigs "de"
targetSdkVersion 27
versionCode 206
versionName '0.2.6'
versionCode 300
versionName '0.3.0'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionNameSuffix 'beta'

//Reference them in .xml files.
resValue "string", "application_id", "${applicationId}"
Expand Down
6 changes: 6 additions & 0 deletions authorizer/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@

<string name="release_notes">
\n
&lt;b&gt;0.3.0&lt;/b&gt;\n
- Neue Funktion: OTP Support\n
- Neue Funktion: Platzhalter im Benutzername und Passwort\n
- Beta Status entfernt\n
- Verbesserung der Sicherheit
\n\n
&lt;b&gt;0.2.6&lt;/b&gt;\n
- Neue Funktion: GPG verschlüsseltes Backup auf USB Speicher\n
- Fehlerbehebungen
Expand Down
6 changes: 6 additions & 0 deletions authorizer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@

<string name="release_notes">
\n
&lt;b&gt;0.3.0&lt;/b&gt;\n
- New feature: OTP support\n
- New feature: Placeholders in username and password\n
- Beta status removed\n
- Increase of security
\n\n
&lt;b&gt;0.2.6&lt;/b&gt;\n
- New feature: GPG encrypted backup on USB mass storage\n
- Bug fixes and clean up
Expand Down

0 comments on commit d5ff8f1

Please sign in to comment.