Added query and open functionality to PluginSDK

First working version of QR Plugin
This commit is contained in:
Philipp Crocoll
2014-05-21 06:44:42 +02:00
parent f0a2f9a038
commit b2baa66b71
9 changed files with 286 additions and 56 deletions

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">QR Plugin for KP2A</string>
<string name="title_activity_qr">QRActivity</string>
<string name="action_settings">Settings</string>
<string name="title_activity_qr">QR Display</string>
<string name="action_show_qr">Show QR Code</string>
<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_author">Philipp Crocoll</string>
<string name="title_activity_main">MainActivity</string>
<string name="hello_world">Hello world!</string>
<string name="scan_qr">Scan QR code from other device</string>
<string name="show_qr">Select entry to show as QR code</string>
<string name="no_host_app">No host app detected! Please install Keepass2Android from Google Play!</string>
<string name="not_enabled_as_plugin">Not enabled as plugin in host app!</string>
<string name="enabled_as_plugin">Enabled as plugin!</string>
<string name="enable_as_plugin">Enable as plugin</string>
</resources>
<string name="qr_question">Text found on QR code. How do you want to handle this text?</string>
<string name="create_entry">Create new entry</string>
<string name="search_entry">Search and open existing entry</string>
</resources>