aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* style changesAshley Hughes2014-03-301-27/+26
* merge masterAshley Hughes2014-03-291-99/+127
|\
| * certify: preserve user id certificates when saving secret keysVincent Breitmoser2014-03-171-4/+60
| * certify: sign individual UIDsVincent Breitmoser2014-03-151-4/+16
| * certify: add some subscopes in PgpKeyOperation for readabilityVincent Breitmoser2014-03-151-112/+128
| * final code style changesuberspot2014-03-131-3/+6
| * fix code style in /pgpuberspot2014-03-131-86/+74
| * fix plenty of lint warnings, make some for loops into foreach, remove unused ...uberspot2014-03-111-1/+1
* | all editing cases I can think of now workAshley Hughes2014-03-271-1/+1
* | fix for editing master keys and IDs, case of change primary ID and modify mas...Ashley Hughes2014-03-271-3/+29
* | allow master key updates by removing old primary ID certAshley Hughes2014-03-251-0/+8
* | delete IDs needs to update keyring, flag itAshley Hughes2014-03-251-1/+2
* | results of debugging, fix several bugs - more needed though...Ashley Hughes2014-03-251-31/+45
* | comments, slight change to progress barAshley Hughes2014-03-241-6/+10
* | make sure ID info is savedAshley Hughes2014-03-241-3/+10
* | work on savingAshley Hughes2014-03-241-22/+23
* | move stuff around, save workAshley Hughes2014-03-231-59/+61
* | unused importsAshley Hughes2014-03-111-4/+0
* | start modifying save codeAshley Hughes2014-03-101-8/+26
* | uncomment, use Parcel. Builds, not functionalAshley Hughes2014-03-071-25/+23
* | keep up with masterAshley Hughes2014-03-071-4/+4
|\|
| * corrected commitAnkush2014-03-071-5/+5
* | use parcel to save keys, but saving existing keys is disabled, pending a rewr...Ashley Hughes2014-03-061-7/+11
* | fix saving new key (tmp)Ashley Hughes2014-03-061-1/+3
* | begin adding parcel for save intentAshley Hughes2014-03-021-3/+7
* | pass through which keys are newAshley Hughes2014-02-221-2/+7
* | remove deleted keysAshley Hughes2014-02-221-0/+4
* | first go at saving IDs correctlyAshley Hughes2014-02-221-14/+64
* | change how primary id changing is passed throughAshley Hughes2014-02-221-2/+2
* | master mergeAshley Hughes2014-02-221-5/+5
|\|
| * Certify not sign a key, added as button, does not belong to menuDominik Schürmann2014-02-041-5/+5
* | initial split into two functionsAshley Hughes2014-02-211-24/+154
* | pass through deleted keysAshley Hughes2014-02-151-1/+1
* | save work, this code doesn't work...Ashley Hughes2014-02-131-18/+16
* | fix Android Studio analysis issuesAshley Hughes2014-02-081-37/+17
* | save flags from checkboxesAshley Hughes2014-02-031-16/+6
|/
* generate single keyAshley Hughes2014-01-311-0/+2
* save workAshley Hughes2014-01-301-37/+9
* bouncycastle uses the Date class, based off of UTC. Force all GregorianCalend...Ashley Hughes2014-01-301-2/+3
* binding signatures have the same creation timeAshley Hughes2014-01-301-1/+6
* change key expiryAshley Hughes2014-01-301-26/+28
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-1/+5
* New Gradle project structureDominik Schürmann2014-01-271-0/+466