aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix progress_generating and reformatDominik Schürmann2014-03-102-6/+25
| |
| * progress bar while key creation - added plurals based on no.of keys while ↵grait2014-03-091-1/+2
| | | | | | | | key creation
| * progress is shown when creating the default key based on number of keys ↵grait2014-03-081-0/+7
| | | | | | | | created so far
| * remove unused imports and unthrown exceptionsuberspot2014-03-071-1/+0
| |
* | add original primary ID field to parcelAshley Hughes2014-03-261-0/+3
| |
* | keep up with masterAshley Hughes2014-03-075-311/+218
|\|
| * API: get keyDominik Schürmann2014-03-071-12/+45
| |
| * Merge pull request #344 from ankushb92/ankush2Dominik Schürmann2014-03-061-1/+1
| |\ | | | | | | #338
| | * corrected commitAnkush2014-03-071-1/+1
| | | | | | | | | | | | | | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
| * | Fix documentation and variable naming in APIDominik Schürmann2014-03-062-8/+8
| |/
| * name KeychainIntentService properlyDominik Schürmann2014-03-041-1/+1
| |
| * Enforce private key for applications, verify signed-only texts without ↵Dominik Schürmann2014-03-042-102/+28
| | | | | | | | passphrase input, better internal decrypt and verify method
| * return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
| |
| * Merge pull request #315 from jessicayuen/masterDominik Schürmann2014-03-042-1/+25
| |\ | | | | | | #226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
| | * #226: Small fix to prevent message from being sent if IntentService is canceledJessica Yuen2014-03-031-0/+16
| | |
| | * #226: Async key gen task is stopped if progress is canceledJessica Yuen2014-03-021-3/+3
| | |
| | * #226: Activity no longer closes if progress is canceled for key creation in ↵Jessica Yuen2014-03-021-3/+4
| | | | | | | | | | | | EditKeyActivity
| | * #226: Added cancel option to ProgressDialogFragments. Create Key is now ↵Jessica Yuen2014-03-021-1/+8
| | | | | | | | | | | | cancelable.
| * | API changesDominik Schürmann2014-03-023-160/+132
| |/
| * cleanupDominik Schürmann2014-02-241-57/+7
| |
| * fix signature passing and verify in demoDominik Schürmann2014-02-241-5/+6
| |
* | use parcel to save keys, but saving existing keys is disabled, pending a ↵Ashley Hughes2014-03-062-42/+21
| | | | | | | | rewrite...
* | fix saving new key (tmp)Ashley Hughes2014-03-061-1/+6
| |
* | a method, if not the best one, for each propertyAshley Hughes2014-03-061-2/+6
| |
* | begin adding parcel for save intentAshley Hughes2014-03-021-0/+90
| |
* | pass through which keys are newAshley Hughes2014-02-221-1/+3
| |
* | change how primary id changing is passed throughAshley Hughes2014-02-221-2/+5
| |
* | master mergeAshley Hughes2014-02-2211-923/+564
|\|
| * internal renaming, cleanupDominik Schürmann2014-02-212-18/+17
| |
| * verification of cleartext signatures worksDominik Schürmann2014-02-212-29/+27
| |
| * Builder pattern for PgpOperationIncomingDominik Schürmann2014-02-192-8/+15
| |
| * cleanupDominik Schürmann2014-02-191-7/+7
| |
| * Use builder pattern for sign and encryptDominik Schürmann2014-02-192-32/+57
| |
| * merge internal signText and signAndEncrypt methodsDominik Schürmann2014-02-181-4/+9
| |
| * better error checkDominik Schürmann2014-02-181-1/+7
| |
| * documentationDominik Schürmann2014-02-171-2/+5
| |
| * cleanupDominik Schürmann2014-02-172-140/+2
| |
| * Fix register activityDominik Schürmann2014-02-172-136/+93
| |
| * check if caller is allowedDominik Schürmann2014-02-172-65/+76
| |
| * Restructure API lib folder to support EclipseDominik Schürmann2014-02-151-4/+2
| |
| * fix regression bug with finish not called on activity but on fragment ↵Dominik Schürmann2014-02-151-4/+4
| | | | | | | | causing params to be not passed through
| * parse string util method, better help text for access screenDominik Schürmann2014-02-151-1/+2
| |
| * allow passphrase as parameterDominik Schürmann2014-02-151-4/+19
| |
| * code simplificationsDominik Schürmann2014-02-151-5/+6
| |
| * fix passtrough of paramsDominik Schürmann2014-02-152-43/+45
| |
| * private request codes, pass params through methods and pending intents, ↵Dominik Schürmann2014-02-151-49/+89
| | | | | | | | getKeyIds method
| * cleanupDominik Schürmann2014-02-141-122/+0
| |
| * conversion of other methodsDominik Schürmann2014-02-147-555/+270
| |
| * PendingIntent to handle user inputDominik Schürmann2014-02-143-53/+88
| |
| * fix nullpointerDominik Schürmann2014-02-141-1/+9
| |