Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Resize QR code properly in landscape orientation | unyoungwax | 2016-02-23 | 1 | -4/+3 | |
|/ | ||||||
* | Merge pull request #1722 from open-keychain/api-seperation | Dominik Schürmann | 2016-02-22 | 11 | -200/+408 | |
|\ | | | | | Better seperation of remote activities | |||||
| * | 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 | |
| | ||||||
* | travis: use new hostname addon instead of workaround | Dominik Schürmann | 2016-02-10 | 1 | -7/+4 | |
| | ||||||
* | Merge pull request #1716 from open-keychain/backup-v2 | Dominik Schürmann | 2016-02-10 | 10 | -1207/+394 | |
|\ | | | | | Backup Format v2 | |||||
| * | 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 | |
| | | ||||||
| * | Add masked-edittext library | Dominik Schürmann | 2016-02-10 | 1 | -41/+43 | |
|/ | ||||||
* | update readme for fdroid flavor | Vincent | 2016-02-10 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #1708 from open-keychain/performance | Vincent | 2016-02-10 | 18 | -181/+535 | |
|\ | | | | | performance improvements | |||||
| * | Merge branch 'master' into performance | Vincent Breitmoser | 2016-02-10 | 103 | -436/+571 | |
| |\ | ||||||
| * | | performance: add license headers and some documentation | Vincent Breitmoser | 2016-02-10 | 5 | -14/+72 | |
| | | | ||||||
| * | | performance: use more canonical hashCode implementation | Vincent Breitmoser | 2016-02-05 | 1 | -4/+4 | |
| | | | ||||||
| * | | performance: fix unit tests | Vincent Breitmoser | 2016-02-05 | 4 | -23/+51 | |
| | | | ||||||
| * | | performance: avoid expensive getSecretKeyType call, use cached where possible | Vincent Breitmoser | 2016-02-05 | 8 | -145/+152 | |
| | | | ||||||
| * | | performance: cache session keys per compatible S2K configuration | Vincent Breitmoser | 2016-02-05 | 5 | -6/+266 | |
| | | | ||||||
* | | | Merge pull request #1705 from fidesmo/feature-better-transaction-animation | Dominik Schürmann | 2016-02-10 | 12 | -207/+186 | |
|\ \ \ | |_|/ |/| | | Better transaction animation | |||||
| * | | Better transaction animation | Theo Franzén | 2016-02-10 | 12 | -207/+186 | |
|/ / | ||||||
* | | Fix EUR symbol | Dominik Schürmann | 2016-02-10 | 1 | -8/+8 | |
| | | ||||||
* | | Fix SecurityException on Android 6 due to remove contacts on disabled sync | Dominik Schürmann | 2016-02-09 | 3 | -5/+12 | |
| | | ||||||
* | | Fix jacoco task | Dominik Schürmann | 2016-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Add donation fragment | Dominik Schürmann | 2016-02-09 | 5 | -32/+133 | |
| | | ||||||
* | | Add ignore = dirty to submodules config | Dominik Schürmann | 2016-02-09 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #1715 from open-keychain/bouncy | Dominik Schürmann | 2016-02-09 | 92 | -375/+371 | |
|\ \ | | | | | | | Switch to Bouncy Castle | |||||
| * | | Exclude robolectric's transitive bouncycastle dependency | Dominik Schürmann | 2016-02-09 | 1 | -1/+3 | |
| | | | ||||||
| * | | Remove leftovers from spongycastle | Dominik Schürmann | 2016-02-09 | 5 | -10/+5 | |
| | | | ||||||
| * | | Replace spongycastle with bouncycastle | Dominik Schürmann | 2016-02-09 | 89 | -362/+362 | |
| | | | ||||||
| * | | Add bouncycastle submodule | Dominik Schürmann | 2016-02-09 | 2 | -0/+3 | |
| | | | ||||||
| * | | Remove spongycastle submodule | Dominik Schürmann | 2016-02-09 | 2 | -4/+0 | |
|/ / | ||||||
* | | Merge pull request #1713 from open-keychain/unlink-contact | Dominik Schürmann | 2016-02-06 | 5 | -8/+36 | |
|\ \ | |/ |/| | Deletes linked OpenKeychain contacts if sync is disabled | |||||
| * | delete linked contacts on turning off contact sync | Adithya Abraham Philip | 2016-02-06 | 5 | -8/+36 | |
|/ | ||||||
* | Fix number keypad preference | Dominik Schürmann | 2016-02-04 | 1 | -1/+1 | |
| | ||||||
* | import: handle FileNotFoundException (fixes #1688) | Vincent Breitmoser | 2016-02-01 | 17 | -83/+88 | |
| | ||||||
* | Merge pull request #1706 from open-keychain/keyserverservice-fix | Dominik Schürmann | 2016-01-30 | 2 | -10/+26 | |
|\ | | | | | Prevent Rare KeyserverSyncAdapterService Crash | |||||
| * | prevent rare KeyserverSyncAdapterService crash | Adithya Abraham Philip | 2016-01-27 | 2 | -10/+26 | |
|/ | ||||||
* | Merge pull request #1683 from eighthave/master | Dominik Schürmann | 2016-01-26 | 3 | -0/+115 | |
|\ | | | | | allow "panic button" apps to clear all passphrases | |||||
| * | after receiving panic trigger and locking app, remove from history | Hans-Christoph Steiner | 2016-01-13 | 3 | -0/+56 | |
| | | | | | | | | This makes the app fully exit, and removes it from the Recent Apps listing. | |||||
| * | respond to generic panic trigger Intent by clearing passphrases | Hans-Christoph Steiner | 2016-01-13 | 2 | -0/+59 | |
| | | | | | | | | | | | | PanicKit provides a common framework for creating "panic button" apps that can trigger actions in "panic responder" apps. In this case, the response is to clear all the cached passphrases. | |||||
* | | Merge pull request #1693 from kbsriram/subkey-revocation-fix | Vincent | 2016-01-20 | 4 | -12/+310 | |
|\ \ | | | | | | | Always revoke subkeys with a revocation signature. | |||||
| * | | Always revoke subkeys with a revocation signature. | KB Sriram | 2016-01-15 | 4 | -12/+310 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike UID revocations which are "reversible" by newer UID self-signatures, a subkey revocation should be "permanent" even if followed by a newer self-signature. The RFC is ambiguous on this, but this is the convention used by (e.g.) GnuPG. The rationale for this behaviour is available as comments within the GnuPG source. UID signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1668-L1674 Subkey signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1990-L1997 | |||||
* | | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2016-01-20 | 4 | -1/+202 | |
|\| | | ||||||
| * | | Merge pull request #1686 from fidesmo/feature-handle-not-installed-nfc-applet | Vincent | 2016-01-15 | 4 | -1/+202 | |
| |\ \ | | | | | | | | | Handle not installed PGP applet |