aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/ContactSyncAdapterService.java
Commit message (Collapse)AuthorAgeFilesLines
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-11/+1
| | | | created ui.util for everything related to formatting
* Change account typeDominik Schürmann2014-08-211-2/+2
|
* Comment extra in requestSyncDominik Schürmann2014-08-201-0/+1
|
* Sync in KeychainIntentService on delete, import, saveDominik Schürmann2014-08-201-0/+13
|
* Enable sync adapter, changelogDominik Schürmann2014-08-201-0/+1
|
* Disable key import in sync adapterDominik Schürmann2014-08-201-38/+39
|
* Optimize importsDominik Schürmann2014-08-051-1/+7
|
* Reset importDone at the beginning of syncmar-v-in2014-06-181-0/+1
|
* Wait for import to be done before writing contactsmar-v-in2014-06-181-2/+19
|
* Fixing TAG and string resourcemar-v-in2014-06-061-2/+3
|
* Show keys with android contactsmar-v-in2014-06-051-0/+4
| | | | This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
* First version of automatic contact discovery.mar-v-in2014-06-041-0/+70
TODO: - Configuration (much of it) - Enabled by default? - Which keys to import? Current state: All non-revoked and non-expired with matching userid - Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?) - Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes)