| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removing remaining uses of Id, closing one of the oldest bugs #9 | Dominik Schürmann | 2014-04-14 | 26 | -183/+126 |
| | | |||||
| * | KeychainDatabase cleanup | Dominik Schürmann | 2014-04-14 | 1 | -21/+27 |
| | | |||||
| * | Merge pull request #564 from Valodim/db-backup | Dominik Schürmann | 2014-04-14 | 3 | -10/+95 |
| |\ | | | | | Db backup | ||||
| | * | move old apg.db to apg_old.db (half measure~) | Vincent Breitmoser | 2014-04-14 | 1 | -12/+8 |
| | | | |||||
| | * | add debug backup/restore options to main menu | Vincent Breitmoser | 2014-04-14 | 3 | -1/+90 |
| |/ | | | | Closes #543 | ||||
| * | Translations from transifex | Dominik Schürmann | 2014-04-14 | 10 | -57/+251 |
| | | |||||
| * | Fix SIGNATURE_SUCCESS_CERTIFIED | Dominik Schürmann | 2014-04-14 | 1 | -4/+4 |
| | | |||||
| * | key edit: fix crash when create date was after expiry date, change from ↵ | Dominik Schürmann | 2014-04-14 | 20 | -168/+207 |
| | | | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity | ||||
| * | Rework verifyCleartextSignature | Dominik Schürmann | 2014-04-13 | 1 | -74/+98 |
| | | |||||
| * | Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested) | Dominik Schürmann | 2014-04-13 | 2 | -13/+31 |
| | | |||||
| * | Handle new exceptions in KeychainIntentService | Dominik Schürmann | 2014-04-13 | 3 | -17/+23 |
| | | |||||
| * | Remove unused blob classes and other dead code | Dominik Schürmann | 2014-04-13 | 12 | -435/+30 |
| | | |||||
| * | Update license header for 2014 | Dominik Schürmann | 2014-04-13 | 48 | -83/+83 |
| | | |||||
| * | More changes to PgpSignEncrypt | Dominik Schürmann | 2014-04-12 | 3 | -37/+48 |
| | | |||||
| * | PgpSignEncrypt comment | Dominik Schürmann | 2014-04-11 | 1 | -0/+2 |
| | | |||||
| * | Clarify use of methods in PgpKeyHelper | Dominik Schürmann | 2014-04-11 | 3 | -6/+6 |
| | | |||||
| * | More ids removed | Dominik Schürmann | 2014-04-11 | 3 | -60/+28 |
| | | |||||
| * | More fixes for import item layout | Dominik Schürmann | 2014-04-11 | 1 | -46/+56 |
| | | |||||
| * | Remove some Ids... | Dominik Schürmann | 2014-04-11 | 9 | -189/+45 |
| | | |||||
| * | Simplify and fix delete key dialog | Dominik Schürmann | 2014-04-11 | 3 | -49/+8 |
| | | |||||
| * | PgpDecryptVerify is now context-free | Dominik Schürmann | 2014-04-11 | 3 | -23/+81 |
| | | |||||
| * | put signatureType where it belongs | Dominik Schürmann | 2014-04-11 | 1 | -8/+8 |
| | | |||||
| * | PgpSignEncrypt is now context-free | Dominik Schürmann | 2014-04-11 | 4 | -22/+51 |
| | | |||||
| * | PgpSignEncrypt: merge generateSignature() into main method | Dominik Schürmann | 2014-04-11 | 1 | -127/+79 |
| | | |||||
| * | PgpSignEncrypt: get by master key id | Dominik Schürmann | 2014-04-11 | 1 | -2/+2 |
| | | |||||
| * | More cleanup in providerHelper | Dominik Schürmann | 2014-04-11 | 1 | -13/+10 |
| | | |||||
| * | Refactor ProviderHelper to be non-static using a constructor based on ↵ | Dominik Schürmann | 2014-04-11 | 23 | -228/+266 |
| | | | | | context (first commit to get context out of pgp classes) | ||||
| * | Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested) | Dominik Schürmann | 2014-04-11 | 8 | -66/+66 |
| | | |||||
| * | Prettify view_key_userids_item | Dominik Schürmann | 2014-04-11 | 1 | -4/+4 |
| | | |||||
| * | Prettify more layouts | Dominik Schürmann | 2014-04-11 | 5 | -104/+100 |
| | | |||||
| * | Merge pull request #553 from Valodim/split-masterKeyId | Dominik Schürmann | 2014-04-11 | 15 | -244/+244 |
| |\ | | | | | Split master key & partial fix for uid order | ||||
| | * | split getMasterKeyId for the remaining use cases | Vincent Breitmoser | 2014-04-11 | 5 | -16/+19 |
| | | | | | | | | | Closes #549 | ||||
| | * | get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredString | Vincent Breitmoser | 2014-04-11 | 7 | -88/+101 |
| | | | |||||
| | * | fix EditKeyActivity | Vincent Breitmoser | 2014-04-11 | 2 | -50/+46 |
| | | | |||||
| | * | display correct primary user id in import dialogue MOSTLY | Vincent Breitmoser | 2014-04-10 | 2 | -21/+41 |
| | | | | | | | | | | | | | | | | | This is an incomplete fix; due to use of machine readable output, there is no way to know the primary user id for keys fetched from a key server. Pending https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index | ||||
| | * | remove drawer layout remnants from import key dialogue | Vincent Breitmoser | 2014-04-10 | 3 | -78/+46 |
| |/ | |||||
| * | use view holder pattern in KeyListFragment | Vincent Breitmoser | 2014-04-10 | 1 | -36/+49 |
| | | | | | Closes #551 | ||||
| * | Merge pull request #550 from Valodim/select-fragment | Dominik Schürmann | 2014-04-10 | 7 | -138/+212 |
| |\ | | | | | Select*KeyFragment rewrites | ||||
| | * | Select*KeyFragment rewrites | Vincent Breitmoser | 2014-04-10 | 7 | -138/+212 |
| |/ | | | | | | | | | | - moved all specific Public/Secret logic from the Adapter class into inner subclasses in the Fragments - more versatile status display ("revoked", "expired", "can certify"...) - applied view holder pattern - query logic, including subqueries, moved into provider classes Closes #375 | ||||
| * | ViewCertActivity cleanup | Vincent Breitmoser | 2014-04-10 | 3 | -15/+19 |
| | | | | | Closes #547 | ||||
| * | Disable selection of user ids and keys in view key | Dominik Schürmann | 2014-04-10 | 3 | -2/+35 |
| | | |||||
| * | Minimize use of class variables in ViewKey | Dominik Schürmann | 2014-04-10 | 1 | -6/+6 |
| | | |||||
| * | Cleanup AsyncTask code for NFC | Dominik Schürmann | 2014-04-10 | 1 | -6/+8 |
| | | |||||
| * | Cleanup imports | Dominik Schürmann | 2014-04-10 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-04-10 | 2 | -10/+11 |
| |\ | |||||
| | * | Merge pull request #545 from danielhass/toast_replacement | Dominik Schürmann | 2014-04-10 | 2 | -10/+11 |
| | |\ | | | | | | | Toast replacement | ||||
| | | * | Deleted wrong AppMsg | Daniel Haß | 2014-04-10 | 1 | -3/+0 |
| | | | | |||||
| | | * | Replaced Toasts in ViewKeyActivity | Daniel Haß | 2014-04-09 | 1 | -7/+11 |
| | | | | |||||
| | | * | Removed unused Toast import in ViewKeyActivityJB | Daniel Haß | 2014-04-09 | 1 | -1/+0 |
| | | | | |||||
| | | * | Replaced Toasts in ImportKeysOrCodeFragment | Daniel Haß | 2014-04-09 | 1 | -3/+3 |
| | | | | |||||
