Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename certify_key_item to the more appropriate multi_certify_item | Vincent Breitmoser | 2014-10-08 | 2 | -1/+1 |
| | |||||
* | Remove unnecessary exception | Dominik Schürmann | 2014-10-08 | 2 | -9/+4 |
| | |||||
* | Big error screen if signature is invalid or key is revoked/expired, also ↵ | Dominik Schürmann | 2014-10-08 | 6 | -91/+183 |
| | | | | fixes signature status for expired and revoked keys | ||||
* | Handle revoked and expired keys in decrypt activity | Dominik Schürmann | 2014-10-08 | 15 | -31/+55 |
| | |||||
* | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2014-10-08 | 6 | -30/+19 |
|\ | | | | | | | development | ||||
| * | remove ui hack, use padding instead of margin | Vincent Breitmoser | 2014-10-08 | 2 | -14/+3 |
| | | |||||
| * | slightly change text in certify dialog | Vincent Breitmoser | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | use "Key ID" for beautify | Vincent Breitmoser | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | automatically extend single compound entry logs | Vincent Breitmoser | 2014-10-08 | 2 | -14/+14 |
| | | |||||
* | | New decryption screen UI with modernPGP icons | Dominik Schürmann | 2014-10-08 | 31 | -233/+382 |
|/ | |||||
* | Filter key list by certified keys | Dominik Schürmann | 2014-10-08 | 4 | -4/+81 |
| | |||||
* | Move utf8 check for user id upwards | Dominik Schürmann | 2014-10-07 | 1 | -4/+5 |
| | |||||
* | Fix MSG_MF_UID_PRIMARY log | Dominik Schürmann | 2014-10-07 | 2 | -2/+2 |
| | |||||
* | Remove monospace from encrypt item | Dominik Schürmann | 2014-10-07 | 1 | -1/+0 |
| | |||||
* | Cleanup and fix decrypt activity | Dominik Schürmann | 2014-10-07 | 1 | -20/+32 |
| | |||||
* | Certify design | Dominik Schürmann | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Certify design | Dominik Schürmann | 2014-10-07 | 4 | -109/+120 |
| | |||||
* | Update safeslinger lib | Dominik Schürmann | 2014-10-07 | 1 | -0/+0 |
| | |||||
* | forgot layout piece for 096f6e436 | Vincent Breitmoser | 2014-10-06 | 1 | -3/+5 |
| | |||||
* | get rid of some old code in LogDisplayFragment | Vincent Breitmoser | 2014-10-06 | 1 | -70/+4 |
| | |||||
* | certify: checkbox fake click area tidbit | Vincent Breitmoser | 2014-10-06 | 1 | -0/+10 |
| | |||||
* | move "synchronize" checkbox to bottom section as well | Vincent Breitmoser | 2014-10-06 | 1 | -17/+14 |
| | |||||
* | multicertify: move key spinner to the bottom | Vincent Breitmoser | 2014-10-06 | 4 | -45/+33 |
| | |||||
* | Fix app name | Dominik Schürmann | 2014-10-05 | 2 | -1/+3 |
| | |||||
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-05 | 16 | -82/+208 |
|\ | | | | | | | into jacobshack-certify | ||||
| * | UI stuff | Dominik Schürmann | 2014-10-05 | 16 | -82/+208 |
| | | |||||
* | | use sub results in import | Vincent Breitmoser | 2014-10-05 | 2 | -3/+14 |
| | | |||||
* | | add support for second line in log view | Vincent Breitmoser | 2014-10-05 | 4 | -34/+113 |
| | | |||||
* | | add support for hierarchical log entries | Vincent Breitmoser | 2014-10-05 | 3 | -10/+103 |
|/ | |||||
* | use status icons in public key selection | Dominik Schürmann | 2014-10-05 | 8 | -129/+45 |
| | |||||
* | Add cloud icon | Dominik Schürmann | 2014-10-05 | 5 | -0/+1 |
| | |||||
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-05 | 4 | -56/+63 |
|\ | | | | | | | into jacobshack-certify | ||||
| * | Give result down to list | Dominik Schürmann | 2014-10-05 | 2 | -50/+58 |
| | | |||||
| * | Make bit size optional | Dominik Schürmann | 2014-10-05 | 3 | -6/+5 |
| | | |||||
* | | even more layout neatification | Vincent Breitmoser | 2014-10-05 | 2 | -17/+35 |
|/ | |||||
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-05 | 6 | -11/+40 |
|\ | | | | | | | | | | | | | into jacobshack-certify Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MultiCertifyKeyFragment.java | ||||
| * | preselect certify key | Dominik Schürmann | 2014-10-05 | 6 | -14/+35 |
| | | |||||
| * | Display result in multi certify | Dominik Schürmann | 2014-10-04 | 3 | -1/+9 |
| | | |||||
* | | more layout neatification | Vincent Breitmoser | 2014-10-05 | 3 | -4/+22 |
| | | |||||
* | | slight layout changes to keyspinner_item | Vincent Breitmoser | 2014-10-05 | 3 | -7/+6 |
|/ | |||||
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-04 | 3 | -137/+141 |
|\ | | | | | | | into jacobshack-certify | ||||
| * | use new multi certify, layout fixes | Dominik Schürmann | 2014-10-04 | 3 | -137/+141 |
| | | |||||
* | | merge key ids in getSelectedCertifyActions | Vincent Breitmoser | 2014-10-04 | 2 | -24/+28 |
|/ | |||||
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Dominik Schürmann | 2014-10-04 | 1 | -6/+0 |
|\ | | | | | | | into jacobshack-certify | ||||
| * | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-04 | 13 | -206/+378 |
| |\ | | | | | | | | | | into jacobshack-certify | ||||
* | \ | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵ | Vincent Breitmoser | 2014-10-04 | 12 | -200/+378 |
|\ \ \ | |/ / |/| / | |/ | into jacobshack-certify | ||||
| * | add divider | Dominik Schürmann | 2014-10-04 | 2 | -3/+7 |
| | | |||||
| * | qr code download, cleanup | Dominik Schürmann | 2014-10-04 | 2 | -117/+63 |
| | | |||||
| * | Workings on new parcel for key downloads | Dominik Schürmann | 2014-10-04 | 8 | -86/+212 |
| | | |||||
| * | Pass imported master key ids via result parcel | Dominik Schürmann | 2014-10-04 | 5 | -51/+87 |
| | |