Merge branch 'development' into keybase-proofs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
Association of file types to Keychain
|
||||
=====================================
|
||||
General remarks about file ending conventions:
|
||||
- *.gpg for binary files
|
||||
- *.gpg for binary files
|
||||
- *.asc for ascii armored files The actual content can be anything.
|
||||
|
||||
The file ending only shows if it is binary or ascii encoded.
|
||||
|
||||
@@ -456,7 +456,7 @@ public class PassphraseCacheService extends Service {
|
||||
Intent intent = new Intent(getApplicationContext(), PassphraseCacheService.class);
|
||||
intent.setAction(ACTION_PASSPHRASE_CACHE_CLEAR);
|
||||
builder.addAction(
|
||||
R.drawable.abc_ic_clear_normal,
|
||||
R.drawable.abc_ic_clear_mtrl_alpha,
|
||||
getString(R.string.passp_cache_notif_clear),
|
||||
PendingIntent.getService(
|
||||
getApplicationContext(),
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:dividerPadding="12dp"
|
||||
android:orientation="horizontal"
|
||||
android:divider="@drawable/abc_list_divider_holo_light"
|
||||
android:showDividers="end" >
|
||||
|
||||
<include layout="@layout/actionbar_include_done_button" />
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:dividerPadding="12dp"
|
||||
android:divider="@drawable/abc_list_divider_holo_light"
|
||||
android:orientation="horizontal"
|
||||
android:showDividers="middle">
|
||||
|
||||
|
||||
@@ -12,10 +12,10 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
<h2>A wrong primary user id is shown when searching on a Keyserver</h2>
|
||||
<p>Unfortunately, this is a bug in the SKS Keyserver software. Its machine-readable output returns the user ids in an arbitrary order. Read the <a href="https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index">related bug report</a> for more information.</p>
|
||||
|
||||
<h2>How do I activate OpenKeychain in K9-Mail?</h2>
|
||||
<p>To use OpenKeychain with K9-Mail, you want to follow these steps:</p>
|
||||
<h2>How do I activate OpenKeychain in K-9 Mail?</h2>
|
||||
<p>To use OpenKeychain with K-9 Mail, you want to follow these steps:</p>
|
||||
<ol>
|
||||
<li>Open K9-Mail and long-tap on the account you want to use OpenKeychain with.</li>
|
||||
<li>Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.</li>
|
||||
<li>Select "Account settings" and scroll to the very bottom and click "Cryptography".</li>
|
||||
<li>Click on "OpenPGP Provider" and select OpenKeychain from the list.</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user