Merge pull request #2301 from open-keychain/api-choose-sign-key

New identity chooser dialog for API
This commit is contained in:
Dominik Schürmann
2018-05-03 14:58:20 +02:00
committed by GitHub
34 changed files with 2295 additions and 84 deletions

View File

@@ -881,6 +881,11 @@
android:name=".remote.ui.RemoteSelectPubKeyActivity"
android:exported="false"
android:label="@string/app_name" />
<activity
android:name=".remote.ui.dialog.RemoteSelectIdKeyActivity"
android:exported="false"
android:theme="@style/Theme.Keychain.Transparent"
android:label="@string/app_name" />
<activity
android:name=".remote.ui.SelectSignKeyIdActivity"
android:exported="false"