| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix signature timestamp in API | Dominik Schürmann | 2014-09-08 | 1 | -3/+17 |
* | Prepare Yubikey decryption | Dominik Schürmann | 2014-09-08 | 4 | -31/+83 |
* | Fix yubikey for signAndEncrypt via API | Dominik Schürmann | 2014-09-07 | 1 | -0/+6 |
* | Dont show key_unavailable on pub keys | Dominik Schürmann | 2014-09-07 | 1 | -1/+2 |
* | Fix for user ids in API | Dominik Schürmann | 2014-09-07 | 3 | -24/+29 |
* | Remove SelectSecretKey, not used anymore | Dominik Schürmann | 2014-09-07 | 4 | -520/+0 |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-07 | 3 | -5/+56 |
|\ |
|
| * | flag revoked, epired and unavailable keys in selection spinner | Vincent Breitmoser | 2014-09-07 | 3 | -5/+56 |
* | | API fixes | Dominik Schürmann | 2014-09-07 | 3 | -4/+4 |
|/ |
|
* | Update and fix Intent API | Dominik Schürmann | 2014-09-07 | 4 | -14/+16 |
* | Make Intent API as recommended in http://developer.android.com/guide/componen... | Dominik Schürmann | 2014-09-07 | 7 | -22/+25 |
* | Due to compatiblity switch from SHA512 to SHA256 | Dominik Schürmann | 2014-09-07 | 4 | -38/+57 |
* | add error text on bad passphrase | Vincent Breitmoser | 2014-09-07 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-09-07 | 2 | -103/+160 |
|\ |
|
| * | make EditKeyFragment work with new PassphraseDialog | Vincent Breitmoser | 2014-09-07 | 1 | -40/+40 |
| * | add proper async check for correct passphrase to passphrasedialog | Vincent Breitmoser | 2014-09-07 | 1 | -63/+120 |
* | | Two buttons to encrypt files and text, some fixes | Dominik Schürmann | 2014-09-07 | 4 | -20/+35 |
|/ |
|
* | Save account on back press and with notify | Dominik Schürmann | 2014-09-07 | 3 | -7/+25 |
* | More UI rework | Dominik Schürmann | 2014-09-07 | 4 | -10/+9 |
* | Remove file menu items from text activity | Dominik Schürmann | 2014-09-06 | 1 | -1/+1 |
* | No inception with APG | Dominik Schürmann | 2014-09-06 | 2 | -2/+12 |
* | Fix AndroidManifest for new encrypt activities | Dominik Schürmann | 2014-09-06 | 2 | -2/+2 |
* | Share helper | Dominik Schürmann | 2014-09-06 | 3 | -129/+113 |
* | Drawer nav method cleanup | Dominik Schürmann | 2014-09-06 | 6 | -13/+12 |
* | Remove unused gmail clearup method | Dominik Schürmann | 2014-09-06 | 1 | -20/+0 |
* | Add experimental support for yubikey PINs, remove caching of empty passphrases | Dominik Schürmann | 2014-09-05 | 2 | -15/+33 |
* | Add yubikey default PIN preference | Dominik Schürmann | 2014-09-05 | 3 | -15/+38 |
* | Safeslinger: more simplification | Dominik Schürmann | 2014-09-04 | 1 | -11/+7 |
* | Safeslinger: cleanup | Dominik Schürmann | 2014-09-04 | 1 | -16/+15 |
* | Safeslinger: get all bytes | Dominik Schürmann | 2014-09-04 | 1 | -2/+12 |
* | Use bytes to share via safeslinger, import on result | Dominik Schürmann | 2014-09-04 | 1 | -5/+56 |
* | Integrate safeslinger share | Dominik Schürmann | 2014-09-04 | 2 | -6/+24 |
* | Fix mAllowedKeyIds | Dominik Schürmann | 2014-09-03 | 1 | -3/+3 |
* | work on passphrase caching, make use of cached SecretKeyType data (WIP!) | Vincent Breitmoser | 2014-09-03 | 5 | -86/+70 |
* | add getSecretKeyType method to CachedPublicKeyRing | Vincent Breitmoser | 2014-09-03 | 2 | -2/+32 |
* | Fix possible nullpointer in AppsListFragment | Dominik Schürmann | 2014-09-02 | 1 | -2/+1 |
* | If no key flags subpacket is present allow all key flags, fixes mailvelope keys | Dominik Schürmann | 2014-09-02 | 1 | -24/+47 |
* | Remove version 3 checks, no longer supported in import | Dominik Schürmann | 2014-09-02 | 3 | -27/+24 |
* | Pull from transifex | Dominik Schürmann | 2014-09-02 | 1 | -1/+1 |
* | Catch security exception, known problem... | Dominik Schürmann | 2014-09-02 | 1 | -13/+23 |
* | cache key s2k type in database, for later use | Vincent Breitmoser | 2014-09-02 | 7 | -36/+105 |
* | Lock drawer in EncryptFileActivity if called from intent | Vincent Breitmoser | 2014-09-01 | 2 | -0/+6 |
* | rename EncryptMessageFragment -> EncryptTextFragment | Vincent Breitmoser | 2014-09-01 | 1 | -1/+1 |
* | remove redundant check from EncryptFileActivity | Vincent Breitmoser | 2014-09-01 | 1 | -5/+0 |
* | split EncryptActivity into Encrypt{Text,File}Activity | Vincent Breitmoser | 2014-09-01 | 7 | -151/+551 |
* | small ui changes in encrypt | Vincent Breitmoser | 2014-09-01 | 1 | -1/+1 |
* | remove broken(?) cancellation code | Vincent Breitmoser | 2014-09-01 | 2 | -59/+7 |
* | Experimental support for revoked, expired keys with signatures | Dominik Schürmann | 2014-09-01 | 2 | -37/+67 |
* | Prepare API for OpenPgpSignatureResult extensions | Dominik Schürmann | 2014-08-31 | 3 | -9/+17 |
* | Changelog 2.9 | Dominik Schürmann | 2014-08-31 | 1 | -1/+1 |