mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-06 17:25:05 -05:00
changelog for 2.2
This commit is contained in:
parent
8624a0167c
commit
badb403aca
@ -19,7 +19,7 @@
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:hint="@string/hint_secret_keys"
|
||||
android:hint="@string/hint_public_keys"
|
||||
android:imeOptions="actionSearch"
|
||||
android:inputType="textNoSuggestions"
|
||||
android:singleLine="true" />
|
||||
|
@ -5,6 +5,19 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h2>2.2</h2>
|
||||
<ul>
|
||||
<li>New design with navigation drawer</li>
|
||||
<li>New public key list design</li>
|
||||
<li>New public key view</li>
|
||||
<li>Bug fixes for importing of keys</li>
|
||||
<li>Key cross-certification (thanks to Ash Hughes)</li>
|
||||
<li>Handle UTF-8 passwords properly (thanks to Ash Hughes)</li>
|
||||
<li>First version with new languages (thanks to the contributors on Transifex)</li>
|
||||
<li>Sharing of keys via QR Codes fixed and improved</li>
|
||||
<li>Package signature verification for API</li>
|
||||
</ul>
|
||||
|
||||
<h2>2.1.1</h2>
|
||||
<ul>
|
||||
<li>API Updates, preparation for k9mail integration</li>
|
||||
|
Loading…
Reference in New Issue
Block a user