Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Changes should now be in sync with dominik | Tim Bray | 2014-04-30 | 1 | -4/+5 | |
| | * | | keybase ID stuff | Tim Bray | 2014-04-29 | 1 | -3/+8 | |
| | * | | Clean up debug crud | Tim Bray | 2014-04-29 | 2 | -4/+1 | |
| | * | | can search openkeychain, retrieve & install & use keys from there | Tim Bray | 2014-04-29 | 15 | -12/+647 | |
| | |/ | ||||||
| * | | Update from transifex | Dominik Schürmann | 2014-05-05 | 4 | -0/+240 | |
| * | | Update from transifex | Dominik Schürmann | 2014-05-05 | 17 | -159/+44 | |
| * | | New key view design, using Android flat buttons and Android icons | Dominik Schürmann | 2014-05-05 | 50 | -594/+1788 | |
* | | | wrapped-key-ring: remove more unneeded methods | Vincent Breitmoser | 2014-05-04 | 3 | -112/+4 | |
* | | | wrapped-key-ring: get rid of bc objects in key editor | Vincent Breitmoser | 2014-05-04 | 10 | -100/+98 | |
* | | | wrapped-key-ring: more work on passphrase caching and certification | Vincent Breitmoser | 2014-05-04 | 4 | -98/+56 | |
* | | | wrapped-key-ring: introduce Uncached*Key objects | Vincent Breitmoser | 2014-05-04 | 5 | -129/+179 | |
* | | | wrapped-key-ring: redesign underlying CachedKeyRing | Vincent Breitmoser | 2014-05-04 | 6 | -191/+153 | |
* | | | wrapped-key-ring: cached data revamp | Vincent Breitmoser | 2014-05-04 | 1 | -33/+37 | |
* | | | wrapped-key-ring: view certify | Vincent Breitmoser | 2014-05-04 | 2 | -17/+18 | |
* | | | wrapped-key-ring: no more pgp imports in PassphraseDialogFragment | Vincent Breitmoser | 2014-05-04 | 6 | -87/+61 | |
* | | | wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentSer... | Vincent Breitmoser | 2014-05-03 | 14 | -269/+209 | |
* | | | wrapped-key-ring: small fix to make it work again | Vincent Breitmoser | 2014-05-03 | 2 | -14/+12 | |
* | | | wrapped-key-ring: forgot to add UncachedKeyRing class | Vincent Breitmoser | 2014-05-03 | 1 | -0/+29 | |
* | | | wrapped-key-ring: move more helper methods into keys | Vincent Breitmoser | 2014-05-03 | 5 | -15/+153 | |
* | | | wrapped-key-ring: move certification logic into secretkey | Vincent Breitmoser | 2014-05-03 | 7 | -125/+118 | |
* | | | certification is always done with the master key | Vincent Breitmoser | 2014-05-03 | 2 | -56/+1 | |
* | | | wrapped-key-ring: first steps, get rid of key imports in decryptverify and si... | Vincent Breitmoser | 2014-05-03 | 12 | -320/+744 | |
|/ / | ||||||
* / | Update from transifex | Dominik Schürmann | 2014-05-02 | 40 | -74/+1193 | |
|/ | ||||||
* | Merge pull request #601 from thi/rename-builder-methods | Dominik Schürmann | 2014-04-29 | 4 | -58/+58 | |
|\ | ||||||
| * | Rename setter methods for PgpDecryptVerify.Builder | Thialfihar | 2014-04-29 | 3 | -13/+13 | |
| * | Rename setter methods for PgpSignEncrypt.Builder | Thialfihar | 2014-04-29 | 3 | -45/+45 | |
* | | Merge pull request #600 from thi/rename-progressdialogupdater | Dominik Schürmann | 2014-04-29 | 8 | -54/+57 | |
|\| | ||||||
| * | Rename ProgressDialogUpdater to Progressable | Thialfihar | 2014-04-29 | 8 | -54/+57 | |
| * | Move util.ProgressDialogUpdater to pgp.Progressable | Thialfihar | 2014-04-29 | 1 | -0/+0 | |
* | | Formatting KeychainDatabase | Dominik Schürmann | 2014-04-29 | 1 | -17/+17 | |
* | | Clarify sqlite datatypes | Dominik Schürmann | 2014-04-29 | 1 | -2/+12 | |
|/ | ||||||
* | API: Fix GET_KEY, closes #599 | Dominik Schürmann | 2014-04-28 | 1 | -10/+13 | |
* | Many API fixes for GET_KEY and GET_KEY_IDS | Dominik Schürmann | 2014-04-28 | 3 | -17/+25 | |
* | Version 2.6.1 | Dominik Schürmann | 2014-04-22 | 2 | -2/+7 | |
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-04-22 | 6 | -16/+34 | |
|\ | ||||||
| * | Merge commit '9cdb2ec4e270a572520d5bcdbee55867e3c37003' | Vincent Breitmoser | 2014-04-22 | 1 | -1/+2 | |
| |\ | ||||||
| | * | fix nullpointer on missing s2k | Vincent Breitmoser | 2014-04-20 | 1 | -1/+2 | |
| * | | Merge commit '0b7fb70' | Vincent Breitmoser | 2014-04-22 | 5 | -15/+32 | |
| |\ \ | ||||||
| | * | | split up filterSign and filterCertify in SelectSecretKeyFragment | Vincent Breitmoser | 2014-04-20 | 5 | -15/+32 | |
* | | | | add has_secret for all who are upgrading from a beta version | Dominik Schürmann | 2014-04-22 | 1 | -3/+9 | |
|/ / / | ||||||
* | | | Workaround for nullpointer bug in support lib, close #591 | Dominik Schürmann | 2014-04-22 | 10 | -18/+52 | |
* | | | Fix a nullptr in KeychainProvider | Vincent Breitmoser | 2014-04-20 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | More code cleanup | Dominik Schürmann | 2014-04-19 | 20 | -105/+129 | |
|/ | ||||||
* | version 2.6 | Dominik Schürmann | 2014-04-19 | 1 | -2/+2 | |
* | Update from transifex | Dominik Schürmann | 2014-04-19 | 26 | -106/+117 | |
* | better error string for too many responses | Dominik Schürmann | 2014-04-19 | 1 | -1/+1 | |
* | Trying a fix for #585 | Dominik Schürmann | 2014-04-19 | 4 | -18/+22 | |
* | Fix some smaller annoyances, closes #583, #582 | Dominik Schürmann | 2014-04-19 | 2 | -11/+5 | |
* | Fix more strings | Dominik Schürmann | 2014-04-19 | 13 | -36/+36 | |
* | certify keys | Dominik Schürmann | 2014-04-19 | 1 | -2/+2 |