Commit Graph
6151 Commits
Author SHA1 Message Date
Dominik Schürmann 8d0c747bc9 Remove openkeychain-api gradle deps 2017-02-02 11:12:25 +01:00
Dominik Schürmann 8105cca6c1 Removed submodule openkeychain-api 2017-02-02 11:10:10 +01:00
Dominik Schürmann 2625da55ed Add OpenKeychainIntents into main git 2017-02-02 11:08:27 +01:00
Dominik Schürmann b831cd5725 Update Robolectric to 3.2.2 2017-02-02 10:57:16 +01:00
Dominik Schürmann 694d03fb2d Update travis config 2017-02-02 10:56:00 +01:00
Dominik Schürmann 2b9144a863 Unify syntax in build.gradle 2017-02-02 10:55:52 +01:00
Dominik Schürmann 0fcdc3df58 Disable ProsGuard for debug builds 2017-02-02 10:55:34 +01:00
Dominik Schürmann ad8e115d96 Remove unused TLS package in BC 2017-02-02 10:52:44 +01:00
Dominik Schürmann f27e55fdce Update build env of submodules 2017-02-02 10:50:40 +01:00
Dominik Schürmann 7d09040cc6 Update build env 2017-02-02 10:50:30 +01:00
Dominik SchürmannandGitHub 5b026386e1 Merge pull request #2018 from rhari991/ascii-armor-backup
Backup API, implement EXTRA_REQUEST_ASCII_ARMOR
2017-01-30 13:17:12 +01:00
Hari 28bf1a37a1 Added ascii armor option to the backup api 2017-01-29 22:14:54 +05:30
Dominik Schürmann d2a2b11e66 Version 4.2.2-beta 2017-01-29 17:01:14 +01:00
Dominik SchürmannandGitHub 146833916b Merge pull request #2011 from rhari991/restrict-sign-keys
API: Restrict secret keys for sign operation
2017-01-29 13:25:02 +01:00
Hari 4af5f7a93e Modified log message slightly 2017-01-28 01:51:25 +05:30
Hari 56cbfc0077 Added new log message for encryption using invalid key 2017-01-28 01:11:08 +05:30
Dominik SchürmannandGitHub a29ccdeb4e Merge pull request #2001 from open-keychain/temp-queried-table
externalprovider: use temp table for query
2017-01-27 00:58:55 +01:00
Dominik SchürmannandGitHub 507f0b6065 Merge pull request #1999 from Poussinou/master
Add buttons to get the app easily ;)
2017-01-27 00:57:13 +01:00
Dominik Schürmann d125937df9 Merge branch 'daquexian-issue_1846' 2017-01-27 00:53:06 +01:00
Dominik Schürmann 78bbe20149 Add missing columns for projections, remove use of raw user id 2017-01-27 00:52:54 +01:00
Dominik Schürmann 732aa0de60 Merge branch 'issue_1846' of https://github.com/daquexian/open-keychain into daquexian-issue_1846 2017-01-27 00:11:11 +01:00
Dominik Schürmann 72d62a847f Fix NPE when onion address is empty 2017-01-27 00:04:22 +01:00
Dominik Schürmann 6e7ad0f27d Disable search view from SelectPublicKeyFragment.
Needs to be fixed. When searching, previously
selected keys are no longer selected.
2017-01-26 23:42:37 +01:00
Dominik SchürmannandGitHub a0af68bf24 Merge pull request #2013 from open-keychain/user-id-parsing
Better handling of User ID corner cases
2017-01-26 23:22:37 +01:00
Dominik Schürmann 86098688ab Increase DB version to re-execute splitUserId for each key 2017-01-26 23:04:09 +01:00
Dominik Schürmann 962e570e91 Better handling of User ID corner cases 2017-01-26 22:55:37 +01:00
Hari 9988afec1c Added allowed keys and checks for signing 2017-01-25 10:23:15 +05:30
Dominik Schürmann d6ca853513 Add github templates adapted from https://github.com/keepassxreboot/keepassxc 2017-01-24 13:24:34 +01:00
Dominik SchürmannandGitHub 4bdccd329c Merge pull request #2008 from rhari991/remove-uninstalled-apps-automatically
Remove api apps when they are uninstalled
2017-01-24 11:40:25 +01:00
Dominik SchürmannandGitHub 7bccb3bbf2 Merge pull request #2010 from lverns/language-tweak
Update English message for security_token_reset_or_import
2017-01-24 11:27:15 +01:00
Laverne Schrock 4d04249433 Update English message for security_token_reset_or_import
I feel like this version sounds more natural.
2017-01-23 22:16:24 -06:00
Hari bec2b95bd3 Small change in reference 2017-01-22 10:00:49 +05:30
daquexian f26a355bd6 remove some splitUserId 2017-01-21 23:21:19 +08:00
Hari 94270e4b54 Added checks 2017-01-21 19:03:48 +05:30
Hari 7ab9cee0de Added a receiver to listen to app uninstalls 2017-01-21 15:28:36 +05:30
Vincent Breitmoser d9784cb0ab externalprovider: use temp table for query
This commit introduces a temporary table to KeychainExternal provider.
This is used to return a result set that contains the exact query as
identifying column, rather than the matching user id. This is helpful
because we match case insensitively internally, while the querying
implementation might wish to map search results against verbatim search
strings.
2017-01-17 15:23:27 +01:00
Vincent BreitmoserandGitHub 2c7d8761a6 Merge pull request #1995 from open-keychain/security-token-odd-rsa-moduli
support odd rsa moduli on security tokens
2017-01-16 15:40:07 +01:00
PoussinouandGitHub 09dc4ad844 use badges instead of URLs for "get it on..." 2017-01-14 18:51:08 +01:00
PoussinouandGitHub 94ac78d5ff add badges for fdroid and google play 2017-01-14 18:47:14 +01:00
PoussinouandGitHub f70490670d Add buttons to get the app easily ;) 2017-01-14 17:08:25 +01:00
Dominik SchürmannandGitHub bea7f2098f Merge pull request #1998 from ka7/spelling
spelling fixes
2017-01-14 16:21:25 +01:00
Vincent Breitmoser 5268db3393 at least crash with better stack trace in ImportOperation 2017-01-14 14:09:58 +01:00
klemens bae6391dc0 spelling fixes 2017-01-14 11:38:05 +01:00
Vincent Breitmoser a1127bdf1a support odd rsa moduli on security tokens 2017-01-13 02:39:51 +01:00
Dominik Schürmann 4e9e113879 Version 4.2.1 2017-01-12 00:18:33 +01:00
Dominik SchürmannandGitHub 74ff0fdd71 Merge pull request #1993 from open-keychain/key-extractor
Move key extraction logic into its own class
2017-01-12 00:16:14 +01:00
Vincent Breitmoser 1e280d92c5 add tests for OpenPgpServiceKeyIdExtractor 2017-01-11 17:43:14 +01:00
Vincent Breitmoser c83c68c085 extract key extraction from intents into extractor class 2017-01-11 17:43:14 +01:00
Vincent Breitmoser d389ec21e2 match mail addresses case insensitively for checking confirmed uids 2017-01-10 23:30:53 +01:00
Dominik Schürmann 28875ae2ee Version 4.2 2017-01-10 13:42:08 +01:00