aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewCertActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1649Dominik Schürmann2016-01-041-4/+7
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+1
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-2/+2
| | | | | | | - 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
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-4/+0
|
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
|
* Use Toolbar and new BaseActivityDominik Schürmann2015-01-131-3/+6
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
|
* no monospace for key idsDominik Schürmann2014-09-201-4/+2
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-2/+4
|
* Remove certificate validation code from ViewCertActivity, they are already ↵Dominik Schürmann2014-09-191-26/+0
| | | | validated by import
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-4/+4
| | | | created ui.util for everything related to formatting
* add ecc supportVincent Breitmoser2014-08-241-1/+1
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Optimize importsDominik Schürmann2014-08-051-1/+1
|
* Robots like coffee too...Dominik Schürmann2014-07-311-1/+1
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-5/+5
|
* move getPublicKey into abstract WrappedKeyRing (also, fix getPrimaryUserId)Vincent Breitmoser2014-07-151-2/+2
|
* Fixed Bootstrap resourceDaniel Albert2014-06-301-1/+1
|
* neatness refactoringVincent Breitmoser2014-06-041-1/+1
|
* introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-231-25/+19
|
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-211-4/+4
|
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-4/+2
|
* 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-43/+42
|\ | | | | | | | | | | | | | | | | 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
| * Design fixes for certification activityDominik Schürmann2014-05-071-44/+43
| |
| * Avoid displaying double 0x before keyid in ViewCertActivityVadim Lebedev2014-05-021-2/+2
| |
* | wrapped-key-ring: view certifyVincent Breitmoser2014-05-041-17/+5
|/
* More code cleanupDominik Schürmann2014-04-191-1/+1
|
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-171-0/+7
| | | | Fixes #567
* Optimize importsDominik Schürmann2014-04-151-1/+1
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-111-3/+5
| | | | context (first commit to get context out of pgp classes)
* ViewCertActivity cleanupVincent Breitmoser2014-04-101-6/+5
| | | | Closes #547
* Integrate NFC functionality into ViewKeyActivityDominik Schürmann2014-04-101-6/+1
|
* certs: fix verification in ViewKeyActivity (how embarassing)Vincent Breitmoser2014-04-091-2/+2
| | | | Fixes #541
* Use NotFoundException in more placesDominik Schürmann2014-04-081-9/+9
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-11/+14
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+253