changelog for 2.2

This commit is contained in:
Dominik Schürmann 2014-01-19 18:27:56 +01:00
parent 8624a0167c
commit badb403aca
2 changed files with 14 additions and 1 deletions

View File

@ -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" />

View File

@ -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>