aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Expand)AuthorAgeFilesLines
* Fix result handling in account settingsDominik Schürmann2014-08-211-13/+10
* return some more resultsDominik Schürmann2014-08-201-0/+12
* Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-201-2/+2
* API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pr...Dominik Schürmann2014-08-162-68/+88
* do not pre-select revoked or expired keysDominik Schürmann2014-08-161-6/+12
* Fix encrypt onlyDominik Schürmann2014-08-161-9/+2
* Remove support for v3 sig generationDominik Schürmann2014-08-141-2/+0
* API: Return metadata only for v4 api clients and above...Dominik Schürmann2014-08-141-1/+1
* API: Return metadata only for v4 api clientsDominik Schürmann2014-08-141-3/+5
* Dont write version header by defaultDominik Schürmann2014-08-141-2/+2
* API: User interaction when account keys are deletedDominik Schürmann2014-08-133-24/+66
* Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-7/+9
* Fix DECRYPT_METADATA apiDominik Schürmann2014-08-121-9/+21
* Fix API version support, update api libDominik Schürmann2014-08-121-2/+4
* Implement EXTRA_ORIGINAL_FILENAME for APIDominik Schürmann2014-08-111-1/+6
* Update api libDominik Schürmann2014-08-111-2/+2
* Decrypt metadata apiDominik Schürmann2014-08-111-3/+17
* Support API versions 3 and 4Dominik Schürmann2014-08-111-1/+4
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-1/+2
* Optimize importsDominik Schürmann2014-08-051-1/+1
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-1/+1
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-301-2/+0
|\
| * some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-7/+4
* | Create key with fragmentsDominik Schürmann2014-07-301-5/+8
|/
* Fix nullpointer in API, fix #693Dominik Schürmann2014-07-081-1/+7
* Remove old edit button, rename activitiesDominik Schürmann2014-07-031-5/+5
* Added new button style and converted account_settings and the select_secret_k...Daniel Albert2014-06-291-4/+3
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-211-2/+4
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-1/+1
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-143-20/+55
|\
| * proper null checks and closing of cursors everywhereVincent Breitmoser2014-05-081-13/+19
| * Add applications section to helpDominik Schürmann2014-05-071-2/+2
| * Start app menu item for registered appsDominik Schürmann2014-05-071-4/+24
| * GET_KEY: also return PendingIntent to key viewDominik Schürmann2014-05-071-1/+10
* | wrapped-key-ring: get rid of bc objects in key editorVincent Breitmoser2014-05-041-1/+1
|/
* Rename setter methods for PgpDecryptVerify.BuilderThialfihar2014-04-291-3/+3
* Rename setter methods for PgpSignEncrypt.BuilderThialfihar2014-04-291-15/+15
* API: Fix GET_KEY, closes #599Dominik Schürmann2014-04-281-10/+13
* Many API fixes for GET_KEY and GET_KEY_IDSDominik Schürmann2014-04-281-9/+23
* Translations from transifex, fix some strings referencesDominik Schürmann2014-04-161-2/+2
* Handle new exceptions in remote serviceDominik Schürmann2014-04-161-7/+44
* Optimize importsDominik Schürmann2014-04-152-2/+1
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-143-7/+5
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-133-28/+16
* Update license header for 2014Dominik Schürmann2014-04-136-6/+6
* More changes to PgpSignEncryptDominik Schürmann2014-04-121-0/+4
* PgpDecryptVerify is now context-freeDominik Schürmann2014-04-111-1/+10
* PgpSignEncrypt is now context-freeDominik Schürmann2014-04-111-2/+9
* Refactor ProviderHelper to be non-static using a constructor based on context...Dominik Schürmann2014-04-116-29/+31