aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Expand)AuthorAgeFilesLines
* Trivial spacing changes to conform to style guideThialfihar2014-04-021-2/+3
* Adjust import orderThialfihar2014-04-021-1/+1
* Only allow private keys associated to accounts of an appDominik Schürmann2014-04-011-2/+18
* revert mistakeAshley Hughes2014-03-291-1/+1
* merge masterAshley Hughes2014-03-297-173/+470
|\
| * Fix provider for API_ACCOUNTSDominik Schürmann2014-03-263-10/+10
| * Fix constraints and insertDominik Schürmann2014-03-263-18/+25
| * Temporary fix for inserting by content providerDominik Schürmann2014-03-251-4/+4
| * Return account creation intent if account does not exists in dbDominik Schürmann2014-03-252-21/+7
| * Fix update and insert for new api content providerDominik Schürmann2014-03-251-18/+14
| * More experimental work on api accountsDominik Schürmann2014-03-252-55/+17
| * Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychainDominik Schürmann2014-03-251-1/+1
| |\
| | * Rename old mentionings of APG-named thingsThialfihar2014-03-231-1/+1
| * | More experimental work on API accountsDominik Schürmann2014-03-254-144/+127
| * | Extend provider for new api tablesDominik Schürmann2014-03-234-41/+222
| * | Move classes for OpenPGP API into remote packageDominik Schürmann2014-03-231-5/+5
| * | New db table for api accountsDominik Schürmann2014-03-232-6/+25
| |/
| * raname to mKeychainDatabaseDominik Schürmann2014-03-211-6/+6
| * Fix GPL HeadersNikhil Peter Raj2014-03-211-1/+1
| * Fix for #410Nikhil Peter Raj2014-03-211-7/+16
| * certify: support PUBLIC_KEY_RING_BY_MASTER_KEY_ID_USER_ID uri (haha)Vincent Breitmoser2014-03-151-0/+36
| * final code style changesuberspot2014-03-137-86/+101
| * final ui code style changesuberspot2014-03-131-1/+1
| * Cleanup and simplificationDominik Schürmann2014-03-131-1/+1
| * drop unified uri in favor of generic /key_ringsVincent Breitmoser2014-03-132-15/+10
| * remove special treatment for unified list queryVincent Breitmoser2014-03-131-39/+14
| * keychainprovider cleanup, kindasortaVincent Breitmoser2014-03-131-55/+41
| * Merge branch 'unified-keylist'Vincent Breitmoser2014-03-123-2/+108
| |\
| | * add edit button and secret key info to public key viewVincent Breitmoser2014-03-081-0/+6
| | * Normalize public key uri in KeyListFragmentVincent Breitmoser2014-03-081-0/+20
| | * Make EditKeyActivity's uri handling (more) saneVincent Breitmoser2014-03-081-2/+2
| | * working unified list (no actions yet)Vincent Breitmoser2014-03-082-0/+80
| * | Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-0/+40
| * | Colorize fingerprintuberspot2014-03-091-9/+3
| * | Fix key id and fingerprint handling, use full key idsDominik Schürmann2014-03-091-5/+5
| * | removed useless semicolons, fixed some parameters in documenation, simplified...uberspot2014-03-071-2/+3
| * | remove unused imports and unthrown exceptionsuberspot2014-03-071-2/+0
* | | keep up with masterAshley Hughes2014-03-071-1/+1
|\| |
| * | corrected commitAnkush2014-03-071-1/+1
| |/
* | master mergeAshley Hughes2014-02-223-1/+34
|\|
| * rework key view into fragments to later add certificationsDominik Schürmann2014-02-091-0/+8
| * do not delete pub keys where secret key existsDominik Schürmann2014-02-061-0/+20
| * changelogDominik Schürmann2014-02-051-1/+1
| * Hotfix for database upgrade, version 2.3.1Dominik Schürmann2014-02-051-0/+3
| * Show revoked status in key listDominik Schürmann2014-02-041-0/+2
* | fix certify keys without sign flagAshley Hughes2014-02-041-7/+5
|/
* save fingerprint on saveDominik Schürmann2014-02-011-0/+2
* No bouncy castle objects in key viewDominik Schürmann2014-02-012-3/+4
* Fix layout, add API notes to README, register fingerprint URIs, some reformat...Dominik Schürmann2014-02-014-531/+489
* save keyring in-place, fixes #228, #203Dominik Schürmann2014-01-291-42/+70