| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Fix API 23 regression for activities without layout, see http://stackoverflow... | Dominik Schürmann | 2015-11-02 | 3 | -10/+17 |
|/ / / |
|
* | | | update material drawer library | Dominik Schürmann | 2015-10-29 | 1 | -22/+20 |
* | | | import: make operation cancelable (again), make "update all" cancelable | Vincent Breitmoser | 2015-10-29 | 4 | -20/+36 |
* | | | import: reduce number of threads a little, and code cleanup | Vincent Breitmoser | 2015-10-29 | 1 | -39/+37 |
* | | | make use of proxies a Keyserver property | Vincent Breitmoser | 2015-10-29 | 7 | -49/+55 |
* | | | editkey: always return EditKeyResult | Vincent Breitmoser | 2015-10-29 | 3 | -14/+16 |
* | | | use Proxy.NO_PROXY instead of null value for no proxy | Vincent Breitmoser | 2015-10-29 | 7 | -22/+27 |
* | | | encrypttext: fix mimetype check logic (#1574) | Vincent Breitmoser | 2015-10-29 | 1 | -1/+2 |
* | | | uploadop: clean up, add logging | Vincent Breitmoser | 2015-10-29 | 13 | -74/+135 |
* | | | prevent crashes in EncryptKeyCompletionView (2) | Vincent Breitmoser | 2015-10-26 | 1 | -10/+19 |
* | | | Target SDK 23 and related fixes | Dominik Schürmann | 2015-10-26 | 3 | -8/+9 |
* | | | Update tokenautocomplete | Dominik Schürmann | 2015-10-26 | 1 | -15/+13 |
* | | | Update android-patternview, materialtabstrip, floatingactionbutton | Dominik Schürmann | 2015-10-26 | 1 | -1/+1 |
* | | | Update zxing-android-embedded with new custom activity | Dominik Schürmann | 2015-10-26 | 4 | -7/+90 |
* | | | Pull from transifex | Dominik Schürmann | 2015-10-26 | 33 | -127/+248 |
* | | | import: move uri resolution into AsyncTask, prevent NetworkOnMainThreadException | Vincent Breitmoser | 2015-10-26 | 2 | -49/+44 |
* | | | decrypt: restart operation if interrupted by fragment recreation | Vincent Breitmoser | 2015-10-26 | 1 | -15/+12 |
* | | | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-10-26 | 1 | -3/+6 |
|\ \ \ |
|
* | | | | fix FileHelper class for pre-lollipop devices | Vincent Breitmoser | 2015-10-26 | 2 | -43/+86 |
|/ / / |
|
* | | | https everywhere | Dominik Schürmann | 2015-10-25 | 1 | -4/+4 |
* | | | linked: fix crash on <= lollipop | Vincent Breitmoser | 2015-10-25 | 1 | -3/+6 |
|/ / |
|
* | | inputdataoperation: guess filetype from filename for generic application/ mim... | Vincent Breitmoser | 2015-10-23 | 3 | -3/+19 |
* | | import: use filesize from content provider on input uri | Vincent Breitmoser | 2015-10-23 | 1 | -3/+3 |
* | | decryptlist: use generic file icon for application/octet-stream | Vincent Breitmoser | 2015-10-23 | 1 | -0/+4 |
* | | More space for backup code | Dominik Schürmann | 2015-10-22 | 1 | -11/+10 |
* | | Sync changelog with transifex | Dominik Schürmann | 2015-10-22 | 19 | -0/+228 |
* | | Version 3.6, Changelog 3.6 | Dominik Schürmann | 2015-10-22 | 1 | -0/+12 |
* | | fix argument order screwup in FileHelper | Vincent Breitmoser | 2015-10-22 | 3 | -3/+3 |
* | | Remove unnecessary line in keybase fragment | Dominik Schürmann | 2015-10-21 | 1 | -5/+0 |
* | | Fix keybase verification | Dominik Schürmann | 2015-10-21 | 3 | -30/+17 |
* | | Update from transifex | Dominik Schürmann | 2015-10-21 | 26 | -1544/+1310 |
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-10-21 | 11 | -13/+85 |
|\ \ |
|
| * | | decrypt: special case single encrypted text -> directly display text, if not ... | Vincent Breitmoser | 2015-10-21 | 1 | -0/+23 |
| * | | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-10-21 | 1 | -2/+2 |
| |\ \ |
|
| * | | | encrypttext: localization, and truncate overlong input | Vincent Breitmoser | 2015-10-21 | 2 | -3/+9 |
| * | | | encrypttext: handle input via Intent.EXTRA_STREAM in addition to Intent.EXTRA... | Vincent Breitmoser | 2015-10-21 | 1 | -6/+34 |
| * | | | displaytextactivity: truncate displayed text if too long | Vincent Breitmoser | 2015-10-21 | 3 | -0/+13 |
| * | | | fix crash due to malformed log entry | Vincent Breitmoser | 2015-10-21 | 1 | -1/+1 |
| * | | | linked: fix colors for dark theme | Vincent Breitmoser | 2015-10-21 | 5 | -5/+5 |
| * | | | re-add accidentally deleted string | Vincent Breitmoser | 2015-10-21 | 2 | -1/+3 |
* | | | | Improve file handling in TemporaryFileProvider | Dominik Schürmann | 2015-10-21 | 1 | -16/+21 |
| |/ /
|/| | |
|
* | | | SHA1 and RIPEMD160 are not declared insecure until widely deployed | Dominik Schürmann | 2015-10-21 | 1 | -2/+2 |
|/ / |
|
* | | Integrate yubikey reset method | Dominik Schürmann | 2015-10-16 | 3 | -6/+38 |
* | | UI preparations for yubikey reset | Dominik Schürmann | 2015-10-16 | 5 | -160/+248 |
* | | Remove default PIN setting | Dominik Schürmann | 2015-10-16 | 8 | -63/+1 |
* | | Clear cache when PIN is too short | Dominik Schürmann | 2015-10-16 | 2 | -12/+7 |
* | | nfc dialog: button placeholder to retain size | Dominik Schürmann | 2015-10-16 | 1 | -2/+24 |
* | | Prevent nfc dialog from closing when touching outside of it, add cancel button | Dominik Schürmann | 2015-10-16 | 5 | -7/+27 |
* | | Allow choosing of YubiKey PIN | Dominik Schürmann | 2015-10-16 | 6 | -281/+116 |
* | | Add NFC reset method | Dominik Schürmann | 2015-10-16 | 1 | -10/+46 |