aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow lists to be subkeys or keyringsAshley Hughes2014-03-251-6/+23
* 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-0739-770/+1402
|\
| * API: get keyDominik Schürmann2014-03-071-12/+45
| * remove icon from nfc dialogDominik Schürmann2014-03-061-1/+0
| * Merge pull request #344 from ankushb92/ankush2Dominik Schürmann2014-03-0614-65/+65
| |\
| | * corrected commitAnkush2014-03-0714-65/+65
| * | Multiselect: Create 'select all' in public and secret keylistuberspot2014-03-063-12/+19
| * | Fix documentation and variable naming in APIDominik Schürmann2014-03-062-8/+8
| * | Fix verify of cleartext signatures with unknown keysDominik Schürmann2014-03-061-3/+5
| * | Merge pull request #342 from mb-14/searchDominik Schürmann2014-03-062-10/+79
| |\ \ | | |/ | |/|
| | * Use selectionArgs parameter to pass mCurquery.Miroojin Bakshi2014-03-062-8/+12
| | * Implement search for SelectPublicKeyFragmentMiroojin Bakshi2014-03-061-5/+31
| | * Implement search for KeyListPublicFragmentMiroojin Bakshi2014-03-061-4/+43
| * | Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain...Miroojin Bakshi2014-03-069-265/+540
| |\ \
| | * \ Merge pull request #328 from bhargavgolla/patch-1Dominik Schürmann2014-03-051-1/+20
| | |\ \ | | | |/ | | |/|
| | | * Removed log statements as per Dominik's suggestionsBhargav Golla2014-03-051-4/+0
| | | * Set min date to one day after Created Date. Works on Honeycomb and aboveBhargav Golla2014-03-051-4/+25
| | | * Adding a min date not to go below creation dateBhargav Golla2014-03-041-1/+3
| | * | Put Preferences in subscreenuberspot2014-03-051-66/+226
| | |/
| | * Fix passphrase retrievalDominik Schürmann2014-03-051-8/+10
| | * Code cleaning in PgpDecryptVerifyDominik Schürmann2014-03-041-42/+46
| | * Fix license header of key server filesDominik Schürmann2014-03-042-2/+6
| | * Remove unused importsDominik Schürmann2014-03-041-6/+0
| | * name KeychainIntentService properlyDominik Schürmann2014-03-041-1/+1
| | * 2.3.1 beta2Dominik Schürmann2014-03-041-1/+1
| | * Enforce private key for applications, verify signed-only texts without passph...Dominik Schürmann2014-03-045-162/+250
| | * return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
| * | Use string from strings.xmlMiroojin Bakshi2014-03-061-1/+1
| * | Add documentationMiroojin Bakshi2014-03-061-3/+8
| * | Hide CalendarView in tabletsMiroojin Bakshi2014-03-041-0/+3
| * | Extend DatePickerDialog and override setTitle() method.Miroojin Bakshi2014-03-041-1/+12
| |/
| * Merge pull request #322 from mj7007/smooth_activity_switchDominik Schürmann2014-03-041-8/+15
| |\
| | * Smooth Activity Switch Fixedmj70072014-03-041-8/+15
| * | Merge pull request #315 from jessicayuen/masterDominik Schürmann2014-03-046-11/+86
| |\ \
| | * | #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-025-17/+40
| | * | #226: Activity no longer closes if progress is canceled for key creation in E...Jessica Yuen2014-03-025-10/+17
| | * | #226: Added cancel option to ProgressDialogFragments. Create Key is now cance...Jessica Yuen2014-03-025-9/+38
| * | | Fix NewApi Lint ErrorsEmantor2014-03-033-3/+8
| * | | Fix DefaultLocale Lint WarningsEmantor2014-03-031-3/+4