aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Design fixes for decryption screenDominik Schürmann2015-03-051-1/+1
|
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-10/+11
|\ | | | | #1042 replaced some int constants with enums
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-10/+11
| | | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | icon name changes in UI filesjiangkai2015-03-031-1/+1
|/
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
|
* Big error screen if signature is invalid or key is revoked/expired, also ↵Dominik Schürmann2014-10-081-31/+46
| | | | fixes signature status for expired and revoked keys
* Handle revoked and expired keys in decrypt activityDominik Schürmann2014-10-081-17/+39
|
* New decryption screen UI with modernPGP iconsDominik Schürmann2014-10-081-79/+95
|
* More beautifyKeyIdWithPrefixDominik Schürmann2014-10-031-2/+1
|
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-1/+2
|
* Fix NfcActivity task stack problemDominik Schürmann2014-09-291-1/+0
|
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ↵Dominik Schürmann2014-09-241-1/+0
| | | | need to separate
* Fix yubikey file decryptionDominik Schürmann2014-09-241-9/+4
|
* Yubikey decryptionDominik Schürmann2014-09-241-44/+8
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-28/+55
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-2/+2
| | | | created ui.util for everything related to formatting
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-2/+2
|
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-2/+2
|
* Optimize importsDominik Schürmann2014-08-051-1/+1
|
* Merge branch 'master' into improve-file-moremar-v-in2014-07-311-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java
| * Robots like coffee too...Dominik Schürmann2014-07-311-6/+6
| |
* | Make DecryptFragment abstract, as it should bemar-v-in2014-07-251-4/+2
|/
* Converted all other buttonsDaniel Albert2014-06-301-4/+3
|
* neatness refactoringVincent Breitmoser2014-06-041-1/+2
|
* ui: apply purple theme (twi is best color)Vincent Breitmoser2014-05-061-1/+1
|
* Do not show lookup button in decrypt activity for decryption-onlyDominik Schürmann2014-04-181-2/+4
|
* Improve verification result display, close #568Dominik Schürmann2014-04-151-11/+31
|
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-141-31/+53
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+180