Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove remaining html entities in changelog | Dominik Schürmann | 2015-03-23 | 1 | -3/+3 | |
| * | Fix transifex config | Dominik Schürmann | 2015-03-23 | 1 | -4/+1 | |
| * | Merge pull request #1165 from kentnek/dev-yubikey-null | Dominik Schürmann | 2015-03-23 | 1 | -5/+11 | |
| |\ | ||||||
| | * | Fixed #1152: | Kent | 2015-03-20 | 1 | -5/+11 | |
| * | | Merge pull request #1166 from adithyaphilip/multi-threaded | Dominik Schürmann | 2015-03-23 | 25 | -122/+691 | |
| |\ \ | ||||||
| | * | | shifted multi-threading to own service | Adithya Abraham Philip | 2015-03-23 | 21 | -334/+611 | |
| | * | | introduced multi-threading | Adithya Abraham Philip | 2015-03-23 | 6 | -35/+327 | |
| * | | | Fix passphrase cache not clearing all passphrases | Dominik Schürmann | 2015-03-23 | 1 | -2/+2 | |
| * | | | Merge pull request #1174 from Jesperbk/development | Dominik Schürmann | 2015-03-23 | 1 | -1/+3 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Fixed issue where setting a passphrase to null later causes a NullPointerExce... | JesperBK | 2015-03-23 | 1 | -1/+3 | |
| * | | | Update readme for libs link | Dominik Schürmann | 2015-03-23 | 1 | -1/+1 | |
| * | | | Markdown comments | Dominik Schürmann | 2015-03-23 | 5 | -5/+5 | |
| * | | | Remove changelog in main folder, update comments | Dominik Schürmann | 2015-03-23 | 5 | -265/+5 | |
| * | | | Update transifex config | Dominik Schürmann | 2015-03-23 | 1 | -9/+12 | |
| * | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-03-23 | 5 | -16/+29 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #1170 from manojkhannakm/development | Dominik Schürmann | 2015-03-22 | 1 | -0/+0 | |
| | |\ \ \ | ||||||
| | | * | | | Updated openpgp-api-lib | Manoj Khanna | 2015-03-22 | 1 | -0/+0 | |
| | | |/ / | ||||||
| * | / / | Use markdown for in-app help | Dominik Schürmann | 2015-03-23 | 83 | -7652/+524 | |
| | |/ / | |/| | | ||||||
* | | | | further improve yubikey error handling | Vincent Breitmoser | 2015-03-23 | 5 | -24/+78 | |
* | | | | nicer handling of nfc errors | Vincent Breitmoser | 2015-03-23 | 2 | -5/+9 | |
* | | | | Merge branch 'development' into v/crypto-input-parcel | Vincent Breitmoser | 2015-03-22 | 5 | -16/+29 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | use top line in snackbar for status indication | Vincent Breitmoser | 2015-03-22 | 5 | -16/+29 | |
| |/ / | ||||||
* | | | forgot spongycastle update | Vincent Breitmoser | 2015-03-22 | 1 | -0/+0 | |
* | | | fix unit test and add new for divert-to-card promotion | Vincent Breitmoser | 2015-03-22 | 2 | -6/+33 | |
* | | | enable nfc in import dialog as well | Vincent Breitmoser | 2015-03-22 | 4 | -6/+51 | |
* | | | finish ui flow for yubikey import | Vincent Breitmoser | 2015-03-22 | 9 | -221/+396 | |
* | | | actually promote to divert, pass yubikey's AID | Vincent Breitmoser | 2015-03-22 | 6 | -31/+24 | |
* | | | improve status reporting in yubikey dialogue | Vincent Breitmoser | 2015-03-22 | 3 | -14/+114 | |
* | | | move yubikey import into viewkeyfragment | Vincent Breitmoser | 2015-03-22 | 9 | -228/+376 | |
* | | | split up wait/action yubikey fragments | Vincent Breitmoser | 2015-03-21 | 20 | -88/+264 | |
* | | | work on ad-hoc yubikey import support | Vincent Breitmoser | 2015-03-21 | 7 | -37/+365 | |
* | | | first steps toward yubikey activity | Vincent Breitmoser | 2015-03-21 | 30 | -468/+689 | |
* | | | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcel | Vincent Breitmoser | 2015-03-21 | 27 | -198/+215 | |
|\| | | ||||||
| * | | Merge branch 'manojkhannakm-development' into development | Dominik Schürmann | 2015-03-21 | 26 | -203/+184 | |
| |\ \ | ||||||
| | * | | Merge branch 'development' of https://github.com/manojkhannakm/open-keychain ... | Dominik Schürmann | 2015-03-21 | 26 | -203/+184 | |
| |/| | | ||||||
| | * | | Added docs for Notify class | Manoj Khanna | 2015-03-20 | 1 | -0/+10 | |
| | * | | Fixed Snackbar behind keyboard on ImportKeysActivity | Manoj Khanna | 2015-03-20 | 2 | -9/+24 | |
| | * | | Reworked Notify class | Manoj Khanna | 2015-03-20 | 25 | -197/+153 | |
| * | | | Add TODO to remote API | Dominik Schürmann | 2015-03-21 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-03-20 | 1 | -2/+17 | |
| |\ \ | ||||||
| | * \ | Merge pull request #1163 from kentnek/dev-list-footer | Dominik Schürmann | 2015-03-20 | 1 | -2/+17 | |
| | |\ \ | ||||||
| | | * | | - Added footer so that the Floating Action Button won't block the last few it... | Kent | 2015-03-20 | 1 | -2/+17 | |
| | | |/ | ||||||
| * | / | Update api lib | Dominik Schürmann | 2015-03-20 | 1 | -0/+0 | |
| |/ / | ||||||
| * | | Update OpenPGP API lib | Dominik Schürmann | 2015-03-20 | 1 | -0/+0 | |
| * | | Fix API RESULT_TYPE | Dominik Schürmann | 2015-03-20 | 2 | -3/+6 | |
| * | | Fix PASSPHRASE handling in API | Dominik Schürmann | 2015-03-20 | 2 | -2/+18 | |
* | | | more data in RequiredInputParcel, OperationResult notifications | Vincent Breitmoser | 2015-03-21 | 7 | -36/+110 | |
* | | | add edit key unit test for no-op | Vincent Breitmoser | 2015-03-20 | 5 | -0/+17 | |
* | | | fix unit tests (for real) | Vincent Breitmoser | 2015-03-20 | 7 | -20/+39 | |
* | | | fix more unit tests (syntax) | Vincent Breitmoser | 2015-03-20 | 10 | -66/+56 |