aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* move around package structure a bitVincent Breitmoser2014-10-1022-53/+40
|
* add keys button goes to directly to qr scanVincent Breitmoser2014-10-102-8/+118
|
* keylist: add safeslinger exchange button to secret keysVincent Breitmoser2014-10-102-13/+182
|
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2014-10-098-13/+21
|\
| * Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-098-13/+21
| |
| * Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-098-11/+13
| | | | | | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
| * Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2014-10-091-1/+1
| |\ | | | | | | | | | development
| * | Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-098-13/+11
| | |
* | | reduce memory footprint in QrCodeActivity as wellVincent Breitmoser2014-10-091-3/+16
| | |
* | | reduce memory footprint of qr code in share tabVincent Breitmoser2014-10-092-18/+17
| |/ |/|
* | rename certify_key_item to the more appropriate multi_certify_itemVincent Breitmoser2014-10-081-1/+1
|/
* Big error screen if signature is invalid or key is revoked/expired, also ↵Dominik Schürmann2014-10-082-33/+71
| | | | fixes signature status for expired and revoked keys
* Handle revoked and expired keys in decrypt activityDominik Schürmann2014-10-081-17/+39
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2014-10-082-11/+1
|\ | | | | | | development
| * remove ui hack, use padding instead of marginVincent Breitmoser2014-10-081-10/+0
| |
| * use "Key ID" for beautifyVincent Breitmoser2014-10-081-1/+1
| |
* | New decryption screen UI with modernPGP iconsDominik Schürmann2014-10-083-104/+205
|/
* Filter key list by certified keysDominik Schürmann2014-10-081-0/+51
|
* Cleanup and fix decrypt activityDominik Schürmann2014-10-071-20/+32
|
* Certify designDominik Schürmann2014-10-071-12/+0
|
* get rid of some old code in LogDisplayFragmentVincent Breitmoser2014-10-061-70/+4
|
* certify: checkbox fake click area tidbitVincent Breitmoser2014-10-061-0/+10
|
* Fix app nameDominik Schürmann2014-10-051-0/+2
|
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-056-45/+49
|\ | | | | | | into jacobshack-certify
| * UI stuffDominik Schürmann2014-10-056-45/+49
| |
* | add support for second line in log viewVincent Breitmoser2014-10-051-6/+43
| |
* | add support for hierarchical log entriesVincent Breitmoser2014-10-051-4/+31
|/
* use status icons in public key selectionDominik Schürmann2014-10-053-24/+34
|
* Add cloud iconDominik Schürmann2014-10-051-0/+1
|
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-052-53/+58
|\ | | | | | | into jacobshack-certify
| * Give result down to listDominik Schürmann2014-10-052-50/+58
| |
| * Make bit size optionalDominik Schürmann2014-10-051-3/+0
| |
* | even more layout neatificationVincent Breitmoser2014-10-051-0/+1
|/
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-054-7/+36
|\ | | | | | | | | | | | | into jacobshack-certify Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MultiCertifyKeyFragment.java
| * preselect certify keyDominik Schürmann2014-10-054-10/+31
| |
| * Display result in multi certifyDominik Schürmann2014-10-043-1/+9
| |
* | more layout neatificationVincent Breitmoser2014-10-051-1/+1
| |
* | slight layout changes to keyspinner_itemVincent Breitmoser2014-10-051-1/+1
|/
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-041-2/+2
|\ | | | | | | into jacobshack-certify
| * use new multi certify, layout fixesDominik Schürmann2014-10-041-2/+2
| |
* | merge key ids in getSelectedCertifyActionsVincent Breitmoser2014-10-042-24/+28
|/
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-046-181/+221
|\ | | | | | | into jacobshack-certify
| * add dividerDominik Schürmann2014-10-041-3/+1
| |
| * qr code download, cleanupDominik Schürmann2014-10-041-116/+62
| |
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-045-74/+125
| |
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-39/+24
| |
| * Fixing import, start qr code stuffDominik Schürmann2014-10-041-50/+116
| |
* | implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-043-0/+599
| |
* | certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-4/+3
|/ | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Dominik Schürmann2014-10-041-13/+16
|\ | | | | | | into jacobshack-certify