mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
version 2.1
This commit is contained in:
parent
59c0948fa8
commit
996d26d116
@ -3,8 +3,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.sufficientlysecure.keychain"
|
package="org.sufficientlysecure.keychain"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="20000"
|
android:versionCode="21000"
|
||||||
android:versionName="2.0" >
|
android:versionName="2.1" >
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
General remarks
|
General remarks
|
||||||
|
@ -5,6 +5,13 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
<head>
|
<head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h2>2.1</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Lots of bug fixes</li>
|
||||||
|
<li>New API for developers</li>
|
||||||
|
<li>PRNG bug fix by Google</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>2.0</h2>
|
<h2>2.0</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Complete redesign</li>
|
<li>Complete redesign</li>
|
||||||
@ -15,7 +22,7 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
<li>New AIDL API</li>
|
<li>New AIDL API</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>1.08</h2>
|
<h2>1.0.8</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>basic key server support</li>
|
<li>basic key server support</li>
|
||||||
<li>app2sd (untested, let me know if there are problems)</li>
|
<li>app2sd (untested, let me know if there are problems)</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user