Skip to content

Commit

Permalink
Authorizer v0.2.4beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado committed Dec 21, 2016
1 parent aa2b808 commit 533948e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions authorizer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 14
resConfigs "de"
targetSdkVersion 24
versionCode 203
versionName '0.2.3'
versionCode 204
versionName '0.2.4'
ndk {
moduleName "PasswdSafe"
}
Expand Down
9 changes: 8 additions & 1 deletion authorizer/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,17 @@

<string name="release_notes">
\n
&lt;b&gt;0.2.4&lt;/b&gt;\n
- Nutzung von superuser/root zum Zugriff auf /dev/hidg0 (USB HID device)\n
- Neue Einstellung zum deaktivieren der USB Keyboard Ausgabe\n
- Viele Design Anpassungen, z.B. große Anpassung von der Baumansicht\n
- Icons für Passwort Einträge hinzugefügt (werden in TreeView angezeigt)\n
- Verschiedene Bugfixes von PasswdSafe für Android hinzugefügt
\n\n
&lt;b&gt;0.2.3&lt;/b&gt; - Design Anpassungen.
\n\n
&lt;b&gt;0.2.0&lt;/b&gt; - Erstes Authorizer Release - eine neue App
basierend auf (eine Abspaltung von) Passwd Safe für Android.
basierend auf (eine Abspaltung von) PasswdSafe für Android.
\n\n
&lt;b&gt;0.1.0&lt;/b&gt; - Authorizer Proof-of-Concept Version.
\n\n
Expand Down
8 changes: 7 additions & 1 deletion authorizer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,13 @@

<string name="release_notes">
\n
&lt;b&gt;0.2.4&lt;/b&gt;\n
- Using now superuser/root to access /dev/hidg0 (USB HID device)\n
- Added setting to deactivate USB Keyboard output\n
- A lot of design adjustments, e.g. major rework of TreeView\n
- Added icons for password entries (shown in TreeView)\n
- Some merges with the original PasswdSafe for Android app
\n\n
&lt;b&gt;0.2.3&lt;/b&gt; - Design enhancements.
\n\n
&lt;b&gt;0.2.0&lt;/b&gt; - First release of Authorizer - a new app
Expand Down Expand Up @@ -585,7 +592,6 @@

<string name="entry">entry</string>
<string name="entries">entries</string>
<string name="overflow_descriptor">Overflow</string>

<string name="ic_keyboard">{gmi_keyboard}</string>
<string name="ic_arrow_right">{gmi_chevron_right}</string>
Expand Down

0 comments on commit 533948e

Please sign in to comment.