+InputStick plugin

+ "PluginA" (sample plugin)
+ icons and updated text for PluginQR
This commit is contained in:
Philipp Crocoll
2014-06-01 07:06:58 +02:00
parent ba954c0aa0
commit 52c5c5aa89
111 changed files with 5103 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/qrcode"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -7,7 +7,7 @@
<string name="include_label">Include field label</string>
<string name="all_fields">All fields</string>
<string name="kp2aplugin_title">QR Plugin</string>
<string name="kp2aplugin_shortdesc">Displays password entries as QR code</string>
<string name="kp2aplugin_shortdesc">Displays password entries as QR code; can be used to scan QR codes which can then be added to Keepass2Android.</string>
<string name="kp2aplugin_author">Philipp Crocoll</string>
<string name="scan_qr">Scan QR code from other device</string>
<string name="show_qr">Select entry to show as QR code</string>