Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #1738 from runnerway/storage-permission-fix | Dominik Schürmann | 2016-03-05 | 1 | -1/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Always check read permission | |||||
| * | | | | | Always check read permission | Andrea Torlaschi | 2016-03-02 | 1 | -1/+8 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1751 from runnerway/decrypt-filename | Dominik Schürmann | 2016-03-05 | 2 | -4/+14 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fix wrong behavior of third-party apps while opening files after decryption | |||||
| * | | | | | Set filename after decryption | Andrea Torlaschi | 2016-03-05 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | Extend FileProvider to support name update | Andrea Torlaschi | 2016-03-05 | 1 | -2/+11 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1743 from advaita13/master | Dominik Schürmann | 2016-03-03 | 1 | -0/+7 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Contact Synchronisation Notification | |||||
| * | | | | Update ContactSyncAdapterService.java | Advaita | 2016-03-03 | 1 | -0/+7 | |
| | |/ / | |/| | | ||||||
* | | | | Add missing 2 EUR selection for donation | Dominik Schürmann | 2016-03-03 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Version 3.9 | Dominik Schürmann | 2016-03-03 | 2 | -7/+2 | |
| | | | | ||||||
* | | | | Transifex: pt_BR | Dominik Schürmann | 2016-03-03 | 97 | -291/+2893 | |
|/ / / | ||||||
* / / | add v11 to supported api versions | Vincent Breitmoser | 2016-03-02 | 1 | -3/+6 | |
|/ / | ||||||
* | | handle openpgp4fpr intent filter as import rather than certify (see #1661) | Vincent Breitmoser | 2016-03-02 | 2 | -16/+21 | |
| | | ||||||
* | | small nullpointer fix | Vincent Breitmoser | 2016-03-02 | 1 | -3/+6 | |
| | | ||||||
* | | nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734) | Vincent Breitmoser | 2016-03-02 | 1 | -1/+1 | |
| | | ||||||
* | | some changelog for v3.9 | Vincent Breitmoser | 2016-03-02 | 1 | -0/+7 | |
| | | ||||||
* | | Fix backup code comparison | Andrea Torlaschi | 2016-03-02 | 1 | -5/+6 | |
| | | ||||||
* | | Merge pull request #1615 from open-keychain/external-provider | Vincent | 2016-03-01 | 15 | -291/+797 | |
|\ \ | | | | | | | provider for OpenPgpApi | |||||
| * | | add some license headers | Vincent Breitmoser | 2016-02-24 | 3 | -0/+52 | |
| | | | ||||||
| * | | wip | Vincent Breitmoser | 2016-02-24 | 1 | -42/+88 | |
| | | | ||||||
| * | | add ACTION_CHECK_PERMISSION for a simple permission check | Vincent Breitmoser | 2016-02-24 | 1 | -0/+13 | |
| | | | ||||||
| * | | external-provider: add permission check for status query | Vincent Breitmoser | 2016-02-24 | 4 | -7/+54 | |
| | | | ||||||
| * | | external-provider: add (experimental) external provider | Vincent Breitmoser | 2016-02-24 | 3 | -1/+272 | |
| | | | ||||||
| * | | split off ApiDataAccessObject from ProviderHelper | Vincent Breitmoser | 2016-02-24 | 11 | -247/+324 | |
| |/ | ||||||
* | | Comment out verification for submodules | Dominik Schürmann | 2016-02-29 | 1 | -8/+8 | |
| | | ||||||
* | | Update to support lib 23.2.0 | Dominik Schürmann | 2016-02-29 | 2 | -50/+53 | |
|/ | ||||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2016-02-23 | 11 | -35/+525 | |
|\ | ||||||
| * | Merge pull request #1727 from open-keychain/mime-fallback | Vincent | 2016-02-23 | 11 | -35/+525 | |
| |\ | | | | | | | try to guess if data is text or not | |||||
| | * | ditch isLikelyText flag, set mimeType to text/plain in that case | Vincent Breitmoser | 2016-02-23 | 6 | -25/+32 | |
| | | | ||||||
| | * | add test for CharsetVerifier | Vincent Breitmoser | 2016-02-23 | 1 | -0/+141 | |
| | | | ||||||
| | * | move CharsetVerifier to utils package | Vincent Breitmoser | 2016-02-23 | 3 | -2/+3 | |
| | | | ||||||
| | * | documentation and cleanup | Vincent Breitmoser | 2016-02-22 | 3 | -4/+24 | |
| | | | ||||||
| | * | displaytext: add "View Log" option, move "Copy to clipboard" into overflow menu | Vincent Breitmoser | 2016-02-22 | 4 | -7/+27 | |
| | | | ||||||
| | * | decrypt: always show "View in OpenKeychain" as intent chooser option iff ↵ | Vincent Breitmoser | 2016-02-22 | 1 | -0/+12 | |
| | | | | | | | | | | | | isLikelyText | |||||
| | * | decryptVerify: use CharsetVerifier to guess whether data is binary or not | Vincent Breitmoser | 2016-02-22 | 1 | -10/+19 | |
| | | | ||||||
| | * | externalize CharsetVerifier, add looksLikeText to OpenPgpMetadata object | Vincent Breitmoser | 2016-02-22 | 4 | -87/+152 | |
| | | | ||||||
| | * | mime: try to decode with given charset or utf-8 while file is read | Vincent Breitmoser | 2016-02-22 | 4 | -10/+225 | |
| | | | ||||||
* | | | Passthrough of data Intent in methods of ApiPendingIntentFactory instead of ↵ | Dominik Schürmann | 2016-02-23 | 3 | -50/+58 | |
|/ / | | | | | | | constructor | |||||
* | | Remove AspectRatioImageView | unyoungwax | 2016-02-23 | 2 | -147/+0 | |
| | | ||||||
* | | Resize QR code properly in landscape orientation | unyoungwax | 2016-02-23 | 1 | -4/+3 | |
|/ | ||||||
* | Extend documentation, proper method naming, use of deprecated method annotation | Dominik Schürmann | 2016-02-22 | 7 | -44/+53 | |
| | ||||||
* | Use FLAG_IMMUTABLE | Dominik Schürmann | 2016-02-22 | 1 | -6/+22 | |
| | ||||||
* | Move PendingIntent creation into factory | Dominik Schürmann | 2016-02-22 | 3 | -140/+201 | |
| | ||||||
* | Split remote methods from activities for better seperation | Dominik Schürmann | 2016-02-22 | 8 | -57/+134 | |
| | ||||||
* | Extract service parts from SecurityTokenOperationActivity | Dominik Schürmann | 2016-02-22 | 5 | -23/+68 | |
| | ||||||
* | Use BC provider as default one | Dominik Schürmann | 2016-02-21 | 1 | -3/+7 | |
| | ||||||
* | Split RemoteServiceActivity into multiple activities | Dominik Schürmann | 2016-02-15 | 12 | -385/+489 | |
| | ||||||
* | Fix landscape orientation | Dominik Schürmann | 2016-02-10 | 1 | -0/+199 | |
| | ||||||
* | Use non-breaking spaces for backup code MaskedEditText | Dominik Schürmann | 2016-02-10 | 3 | -2/+11 | |
| | ||||||
* | Backup format v2: redesign restore dialog | Dominik Schürmann | 2016-02-10 | 3 | -134/+34 | |
| | ||||||
* | Backup format v2: redesigned backup code fragment with masked edit text | Dominik Schürmann | 2016-02-10 | 6 | -1201/+278 | |
| |