Merge branch 'development' into keybase-proofs
This commit is contained in:
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
|
||||
dependencies {
|
||||
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
|
||||
|
||||
compile 'com.android.support:support-v4:19.1.0'
|
||||
compile 'com.android.support:appcompat-v7:19.1.0'
|
||||
compile 'com.android.support:support-v4:21.0.2'
|
||||
compile 'com.android.support:appcompat-v7:21.0.2'
|
||||
compile project(':extern:openpgp-api-lib')
|
||||
compile project(':extern:openkeychain-api-lib')
|
||||
compile project(':extern:html-textview')
|
||||
@@ -23,12 +23,12 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.1'
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion '21.1.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 19
|
||||
targetSdkVersion 21
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -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