Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesigned subkey creation dialog and changed default key type created to ↵ | Alex Fong | 2016-04-01 | 6 | -352/+271 |
| | | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key. | ||||
* | update null-check for duplicates, and add matching indexes to name and email ↵ | Vincent Breitmoser | 2016-03-16 | 2 | -7/+13 |
| | | | | columns | ||||
* | small update to duplicate detection | Vincent Breitmoser | 2016-03-15 | 1 | -2/+5 |
| | |||||
* | Merge pull request #1777 from fjodorver/master | Vincent | 2016-03-15 | 1 | -2/+2 |
|\ | | | | | Updated HAS_DUPLICATE_USER_ID in KeychainProvider #1745 | ||||
| * | Updated HAS_DUPLICATE_USER_ID in KeychainProvider to use name and email ↵ | fjodor | 2016-03-10 | 1 | -2/+2 |
| | | | | | | | | address instead of user id #1745 | ||||
* | | fix ridiculous database migration bug introduced by ↵ | Vincent Breitmoser | 2016-03-15 | 1 | -9/+7 |
| | | | | | | | | d6e4936fa54dc3577296dbadaeb556178dcad2c3 | ||||
* | | Merge pull request #1780 from AlexFJW/backup-code-selection | Dominik Schürmann | 2016-03-12 | 1 | -0/+25 |
|\ \ | | | | | | | Provisional backup-code text selection fix | ||||
| * | | Provisional backup-code text selection fix | Alex Fong | 2016-03-12 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | For issue #1779, a provisional fix where selection is still possible, but more difficult. Preventing selection altogether is not possible due to the implementation in the Masked-Edittext dependency. To be updated when Masked-Edittext fixes this bug. | ||||
* | | | Merge pull request #1763 from fjodorver/master | Vincent | 2016-03-10 | 4 | -15/+38 |
|\ \ \ | | |/ | |/| | WIP: Save split user ids in database #1745 | ||||
| * | | Increased version DB and added a migration path from an old database format | fjodor | 2016-03-07 | 1 | -2/+5 |
| | | | |||||
| * | | Save split user ids in database #1745 | fjodor | 2016-03-07 | 4 | -13/+33 |
| | | | | | | | | | | | | Save split user ids in database | ||||
* | | | service: add opportunistic mode to encryption | Vincent Breitmoser | 2016-03-10 | 1 | -20/+26 |
| | | | |||||
* | | | Fix display of keyserver item in dark theme | fiaxh | 2016-03-10 | 1 | -3/+4 |
| |/ |/| | |||||
* | | Fix NullPointerException in ↵ | Durgesh | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | ImportKeysListFragment.checkAndRequestReadPermission, #1766 Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
* | | Open keyboard for backup code | Dominik Schürmann | 2016-03-08 | 1 | -22/+31 |
| | | |||||
* | | Revert "Use non-breaking spaces for backup code MaskedEditText" | Dominik Schürmann | 2016-03-08 | 1 | -7/+2 |
| | | | | | | | | | | | | | | This reverts commit 0feb4d074ce284bfed17e82a3cbc218209aff14a. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java | ||||
* | | Fix code style and documentation in BaseSecurityTokenNfcActivity | Dominik Schürmann | 2016-03-08 | 2 | -40/+45 |
| | | |||||
* | | Fix documentation of nfcGenerateOnCardKey | Dominik Schürmann | 2016-03-08 | 1 | -3/+1 |
| | | |||||
* | | Fix comment in nfcGenerateOnCardKey | Dominik Schürmann | 2016-03-08 | 1 | -1/+1 |
| | | |||||
* | | Add nfcGenerateOnCardKey by Joey Castillo before it gets lost | Dominik Schürmann | 2016-03-08 | 1 | -0/+42 |
| | | |||||
* | | Merge branch 'okHttpLinkedToken' of https://github.com/kepuss/open-keychain ↵ | Dominik Schürmann | 2016-03-07 | 4 | -82/+81 |
|\ \ | | | | | | | | | | into kepuss-okHttpLinkedToken | ||||
| * | | okHttp | Michal Kepkowski | 2016-03-04 | 4 | -82/+81 |
| | | | |||||
* | | | fix get key ids by removing another leftover | Dominik Schürmann | 2016-03-07 | 1 | -1/+0 |
| | | | |||||
* | | | fix bug from leftover line in openpgpservice | Vincent Breitmoser | 2016-03-07 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #1757 from 007durgesh219/Issue#1752 | Dominik Schürmann | 2016-03-06 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Fix K-9 stable: OpenPGP: Unknown compression algorithm #1752 | ||||
| * | | | Fix K-9 stable: OpenPGP: Unknown compression algorithm #1752 | Durgesh | 2016-03-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
* | | | | Merge pull request #1747 from runnerway/fix-alreadyadded | Dominik Schürmann | 2016-03-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix duplicate file insertion while encrypting | ||||
| * | | | Remove uri from pending even when already added | Andrea Torlaschi | 2016-03-04 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #1750 from 007durgesh219/Issue#1746 | Dominik Schürmann | 2016-03-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix Dark theme no longer works in main screen on android 5, Issue#1746 | ||||
| * | | | Fix Dark theme no longer works in main screen on android 5, Issue#1746 | Durgesh | 2016-03-05 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
* | | | 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 |
| | |/ | |/| | |||||
* / | | Update ContactSyncAdapterService.java | Advaita | 2016-03-03 | 1 | -0/+7 |
|/ / | |||||
* / | 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 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 | 14 | -290/+791 |
|\ | | | | | 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 | 2 | -0/+266 |
| | | |||||
| * | split off ApiDataAccessObject from ProviderHelper | Vincent Breitmoser | 2016-02-24 | 11 | -247/+324 |
| | | |||||
* | | Update to support lib 23.2.0 | Dominik Schürmann | 2016-02-29 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2016-02-23 | 7 | -25/+229 |
|\ |