aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-2/+3
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-2/+2
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-2/+2
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-1/+1
|
* Work-around rendering bug when switching back to asymmetric with multiple ↵mar-v-in2014-08-171-14/+2
| | | | recipients selected
* add OnKeyChangedListener to KeySpinnermar-v-in2014-08-141-8/+3
|
* factor KeySpinner outmar-v-in2014-08-141-135/+7
|
* remove bundle for symmetric/asymmetric fragment as it was uselessmar-v-in2014-08-131-18/+11
|
* Only show relevant keys in encrypt, fix #756 #757mar-v-in2014-08-121-2/+3
|
* Only show keyrings that have a valid sign key in from field, fixes #756mar-v-in2014-08-121-10/+2
|
* Smaller UI fixesDominik Schürmann2014-08-041-0/+1
|
* Encrypt UI (drop downs)mar-v-in2014-08-011-6/+18
|
* Fixes after mergemar-v-in2014-08-011-2/+5
|
* Merge branch 'master' into improve-file-moremar-v-in2014-08-011-1/+4
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java
| * Start fixing CachedPublicKeyRingDominik Schürmann2014-08-011-13/+17
| |
| * Fallback if no primary user id existsDominik Schürmann2014-07-161-1/+1
| |
* | - add multi select for storage api (kitkat)mar-v-in2014-07-311-26/+0
| | | | | | | | | | - UI fixes - refactoring
* | Load of rework on EncryptActivity, still some TODOsmar-v-in2014-07-201-124/+147
| |
* | Many changes to file ... and still incompletemar-v-in2014-07-061-34/+71
| | | | | | | | | | - Multi file - Reworked UI
* | Encrypt/Decrypt UI workmar-v-in2014-07-021-5/+19
|/
* Fixed, issue #702Daniel Albert2014-06-301-1/+1
|
* Converted AsymetricKeyFragment to new button styleDaniel Albert2014-06-291-4/+3
|
* neatness refactoringVincent Breitmoser2014-06-041-5/+3
|
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-211-3/+3
|
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-5/+7
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-3/+3
|
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-141-3/+0
|\ | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewCertActivity.java OpenKeychain/src/main/res/values/strings.xml
| * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-3/+0
| | | | | | | | (tested and works, closes #569)
* | wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-041-7/+1
| |
* | wrapped-key-ring: more refactoring - no more pgp imports in ↵Vincent Breitmoser2014-05-031-11/+11
|/ | | | KeychainIntentService!
* split up filterSign and filterCertify in SelectSecretKeyFragmentVincent Breitmoser2014-04-201-0/+1
| | | | Closes #588
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-171-5/+10
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-151-2/+2
| | | | subkey instead of using first subkey for verification
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-5/+4
|
* Remove some Ids...Dominik Schürmann2014-04-111-10/+6
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-111-6/+11
| | | | context (first commit to get context out of pgp classes)
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-111-1/+1
|
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-111-2/+3
|
* Use NotFoundException in more placesDominik Schürmann2014-04-081-5/+7
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-4/+11
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+268