aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Collapse)AuthorAgeFilesLines
* Do not show lookup button in decrypt activity for decryption-onlyDominik Schürmann2014-04-181-2/+4
|
* FIx nfc buttonDominik Schürmann2014-04-182-7/+14
|
* Fix upload of keys, closes #581Dominik Schürmann2014-04-182-3/+8
|
* Remove kill hack in KeychainDatabaseDominik Schürmann2014-04-171-9/+0
|
* Remove dev hack in KeychainDatabaseDominik Schürmann2014-04-171-5/+0
|
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-174-33/+21
| | | | Closes #575
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-177-121/+160
|
* load data only once in ImportKeysListLoaderVincent Breitmoser2014-04-171-3/+7
| | | | Fixes #571
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-172-0/+11
| | | | Fixes #567
* use project icons for certification statusVincent Breitmoser2014-04-172-6/+6
| | | | Closes #573
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-04-171-4/+12
|\
| * secret keys can only be deleted individually from multi selectionVincent Breitmoser2014-04-171-4/+12
| |
* | Rename provider types following ↵Dominik Schürmann2014-04-171-12/+35
|/ | | | http://developer.android.com/guide/topics/providers/content-provider-creating.html
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-162-8/+4
|
* Merge pull request #576 from Valodim/stripped-secretkeysDominik Schürmann2014-04-1610-30/+108
|\ | | | | Support stripped secretkeys
| * Fix even more whitespaceVincent2014-04-161-1/+1
| |
| * Fix more whitespaceVincent2014-04-161-2/+2
| |
| * Fix whitespaceVincent2014-04-161-1/+1
| |
| * stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-165-12/+79
| | | | | | | | Closes #570
| * stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-168-18/+29
| |
* | Translations from transifex, fix some strings referencesDominik Schürmann2014-04-163-4/+4
|/
* Clarify commentsDominik Schürmann2014-04-161-2/+2
|
* commentsDominik Schürmann2014-04-161-2/+2
|
* Handle new exceptions in remote serviceDominik Schürmann2014-04-161-7/+44
|
* Fix SIGNATURE_UNKNOWN_PUB_KEYDominik Schürmann2014-04-162-23/+16
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-153-53/+60
| | | | subkey instead of using first subkey for verification
* Fix ViewHolder in ImportKeysAdapterDominik Schürmann2014-04-151-24/+28
|
* Optimize importsDominik Schürmann2014-04-1549-31/+68
|
* Fix nullpointer in ImportKeysListEntryDominik Schürmann2014-04-151-6/+7
|
* Improve verification result display, close #568Dominik Schürmann2014-04-151-11/+31
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-04-151-3/+8
|\
| * add web of trust help entryVincent Breitmoser2014-04-151-3/+8
| |
* | Add OpenPgpSignatureResultBuilderDominik Schürmann2014-04-151-0/+117
| |
* | encapsulate creation of OpenPgpSignatureResult objects inside ↵Dominik Schürmann2014-04-151-51/+33
|/ | | | OpenPgpSignatureResultBuilder to better constraint its output when processing with PgpDecryptVerify
* Some comments to ConstantsDominik Schürmann2014-04-141-1/+2
|
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-1426-183/+126
|
* KeychainDatabase cleanupDominik Schürmann2014-04-141-21/+27
|
* move old apg.db to apg_old.db (half measure~)Vincent Breitmoser2014-04-141-12/+8
|
* add debug backup/restore options to main menuVincent Breitmoser2014-04-142-1/+78
| | | | Closes #543
* Fix SIGNATURE_SUCCESS_CERTIFIEDDominik Schürmann2014-04-141-4/+4
|
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-1410-100/+119
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* Rework verifyCleartextSignatureDominik Schürmann2014-04-131-74/+98
|
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-132-13/+31
|
* Handle new exceptions in KeychainIntentServiceDominik Schürmann2014-04-133-17/+23
|
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-1311-723/+27
|
* Update license header for 2014Dominik Schürmann2014-04-1348-83/+83
|
* More changes to PgpSignEncryptDominik Schürmann2014-04-123-37/+48
|
* PgpSignEncrypt commentDominik Schürmann2014-04-111-0/+2
|
* Clarify use of methods in PgpKeyHelperDominik Schürmann2014-04-113-6/+6
|
* More ids removedDominik Schürmann2014-04-113-60/+28
|