mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Changelog
This commit is contained in:
parent
04b0425d45
commit
c3091c2b5d
@ -1,3 +1,9 @@
|
|||||||
|
2.5
|
||||||
|
* fix decryption of symmetric pgp messages/files
|
||||||
|
* refactored edit key screen (thanks to Ash Hughes)
|
||||||
|
* new modern design for encrypt/decrypt screens
|
||||||
|
* OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
|
||||||
|
|
||||||
2.4
|
2.4
|
||||||
Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free!
|
Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free!
|
||||||
Besides several small patches, a notable number of patches are made by the following people (in alphabetical order):
|
Besides several small patches, a notable number of patches are made by the following people (in alphabetical order):
|
||||||
|
@ -373,7 +373,7 @@ public class OpenPgpService extends RemoteService {
|
|||||||
result.putExtra(OpenPgpApi.RESULT_CODE, OpenPgpApi.RESULT_CODE_SUCCESS);
|
result.putExtra(OpenPgpApi.RESULT_CODE, OpenPgpApi.RESULT_CODE_SUCCESS);
|
||||||
|
|
||||||
// TODO: also return PendingIntent that opens the key view activity
|
// TODO: also return PendingIntent that opens the key view activity
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
@ -9,8 +9,8 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
<ul>
|
<ul>
|
||||||
<li>fix decryption of symmetric pgp messages/files</li>
|
<li>fix decryption of symmetric pgp messages/files</li>
|
||||||
<li>refactored edit key screen (thanks to Ash Hughes)</li>
|
<li>refactored edit key screen (thanks to Ash Hughes)</li>
|
||||||
<li>OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)</li>
|
|
||||||
<li>new modern design for encrypt/decrypt screens</li>
|
<li>new modern design for encrypt/decrypt screens</li>
|
||||||
|
<li>OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>2.4</h2>
|
<h2>2.4</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user