Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move ActionBarSherlock lib, add gradle build files | Dominik Schürmann | 2013-05-25 | 443 | -34/+179 |
| | |||||
* | Merge pull request #51 from ashh87/master | Dominik Schürmann | 2013-05-13 | 8 | -28/+14 |
|\ | | | | | | | | | | | Updates spongycastle to the fork: https://github.com/ashh87/spongycastle This allows us to import secret keys much more quickly and to enable passphrase changing for subkey only secret keys. | ||||
| * | enable passphrase changing for subkey only keychains | Ash Hughes | 2013-05-13 | 3 | -10/+3 |
| | | |||||
| * | 2/2 use forked spongycastle to speed up secret key imports | Ash Hughes | 2013-05-13 | 6 | -18/+11 |
| | | |||||
| * | 1/2 use forked spongycastle to speed up secret key imports | Ash Hughes | 2013-05-13 | 4 | -0/+0 |
|/ | |||||
* | Merge with ashh87s pull request | Dominik Schürmann | 2013-03-22 | 28 | -61/+392 |
|\ | |||||
| * | use certification keys to sign keyrings | Ash Hughes | 2013-03-21 | 2 | -1/+45 |
| | | |||||
| * | change edit key for empty private master keys | Ash Hughes | 2013-03-21 | 10 | -9/+143 |
| | | |||||
| * | only sign keys if private key has capability | Ash Hughes | 2013-03-19 | 3 | -1/+17 |
| | | |||||
| * | use db to mark keys which can certify | Ash Hughes | 2013-03-18 | 12 | -7/+57 |
| | | |||||
| * | change how empty private cheks happen, speeds things up | Ash Hughes | 2013-03-18 | 3 | -11/+12 |
| | | |||||
| * | select correct master key for signing public key with | Ash Hughes | 2013-03-16 | 1 | -1/+2 |
| | | |||||
| * | Fix decrypt file selection and symmetric decryption failure | Ash Hughes | 2013-03-15 | 2 | -3/+12 |
| | | |||||
| * | correctly encrypt using symmetric key if sign box checked | Ash Hughes | 2013-03-15 | 1 | -2/+3 |
| | | |||||
| * | tidy up code | Ash Hughes | 2013-03-14 | 2 | -20/+6 |
| | | |||||
| * | remove signing icon for master keys which can't sign | Ash Hughes | 2013-03-14 | 2 | -3/+33 |
| | | |||||
| * | fix issue 42 | Ash Hughes | 2013-03-14 | 1 | -2/+2 |
| | | |||||
| * | don't cache passphrase twice | Ash Hughes | 2013-03-14 | 1 | -1/+1 |
| | | |||||
| * | skip key 0 (master) on retry for passphrase | Ashley Hughes | 2013-03-14 | 1 | -1/+1 |
| | | |||||
| * | private keys without master keys and some fixes for things which broke along ↵ | Ash Hughes | 2013-03-14 | 3 | -35/+95 |
| | | | | | | | | the way | ||||
* | | Merge branch 'mdietz' | Dominik Schürmann | 2013-03-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove debugging code | Michael Dietz | 2013-02-26 | 1 | -3/+0 |
| | | | |||||
| * | | Fixed bug in secret key selection fragment where it was displaying public keys | Michael Dietz | 2013-02-26 | 1 | -1/+4 |
| |/ | |||||
* / | describe allowBackup=false | Dominik Schürmann | 2013-03-20 | 1 | -1/+4 |
|/ | |||||
* | extras for database broadcast | Dominik Schürmann | 2013-01-19 | 1 | -12/+20 |
| | |||||
* | New broadcast on database change to inform other apps | Dominik Schürmann | 2013-01-18 | 3 | -60/+109 |
| | |||||
* | Error handling when keyring is not found | Dominik Schürmann | 2013-01-18 | 1 | -7/+13 |
| | |||||
* | Fix edit key intent, api improvements | Dominik Schürmann | 2013-01-18 | 3 | -27/+44 |
| | |||||
* | new import icon | Dominik Schürmann | 2013-01-17 | 5 | -0/+14777 |
| | |||||
* | new import icon | Dominik Schürmann | 2013-01-17 | 4 | -29/+1 |
| | |||||
* | rename intent actions to use KEYRING instead of KEY | Dominik Schürmann | 2013-01-17 | 6 | -16/+18 |
| | |||||
* | Intent action fixes | Dominik Schürmann | 2013-01-17 | 5 | -10/+18 |
| | |||||
* | description and screenshots | Dominik Schürmann | 2013-01-16 | 6 | -15/+6 |
| | |||||
* | Fix intent filters for services | Dominik Schürmann | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Rename fixes | Dominik Schürmann | 2013-01-16 | 4 | -18/+17 |
| | |||||
* | Renaming APG to OpenPGP Keychain | Dominik Schürmann | 2013-01-16 | 752 | -1253/+1198 |
| | |||||
* | Make ApiService thread safe | Dominik Schürmann | 2013-01-10 | 2 | -27/+13 |
| | |||||
* | Synchronizing methods in ApgKeyService | Dominik Schürmann | 2013-01-10 | 1 | -22/+40 |
| | |||||
* | Explicit export of provider | Dominik Schürmann | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Fixes to use import intents without file data | Dominik Schürmann | 2013-01-09 | 1 | -2/+8 |
| | |||||
* | nfc help header | Dominik Schürmann | 2013-01-08 | 1 | -0/+1 |
| | |||||
* | changelog | Dominik Schürmann | 2013-01-08 | 2 | -5/+7 |
| | |||||
* | Fix import from key server | Dominik Schürmann | 2013-01-08 | 1 | -2/+1 |
| | |||||
* | Generic share of keyring via Android Intent SEND, renaming of own share intents | Dominik Schürmann | 2013-01-08 | 8 | -32/+62 |
| | |||||
* | Fixes, update Integration lib | Dominik Schürmann | 2013-01-08 | 2 | -5/+58 |
| | |||||
* | Fix many problems with import from files | Dominik Schürmann | 2013-01-08 | 6 | -73/+101 |
| | |||||
* | When exporting secret keyrings, also export public part | Dominik Schürmann | 2013-01-08 | 7 | -83/+72 |
| | |||||
* | Improved import with preview of keyrings | Dominik Schürmann | 2013-01-08 | 17 | -183/+451 |
| | |||||
* | Share with NFC, Qr Code sharing refactored, Receiving NFC is not ready yet | Dominik Schürmann | 2013-01-08 | 18 | -59/+459 |
| | |||||
* | Externalize all import actions into ImportKeysActivity | Dominik Schürmann | 2013-01-07 | 15 | -546/+663 |
| |