aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/ContactSyncAdapterService.java
Commit message (Collapse)AuthorAgeFilesLines
* Final commitAdvaita2016-03-231-4/+5
| | | | | | | | | | | | | | | | All changes included Improvements -Reformatted code wherever required -Only active wifi connections trigger events -Improve sync reliability -Removed extra permission Minor Changes -Refactored 2 variables for easier readbility -Wifi-Only-Sync is now enabled by default
* Update ContactSyncAdapterService.javaAdvaita2016-03-031-0/+7
|
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-3/+10
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-3/+18
|
* Follow notification style guidelines, dismiss permission notification on clickDominik Schürmann2015-12-221-9/+5
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-12-211-17/+5
|\
| * fixed key update preference not turning offAdithya Abraham Philip2015-12-211-17/+5
| |
* | Make ContactHelper less staticDominik Schürmann2015-12-211-1/+1
|/
* Fix strings, thanks to Alain-OlivierDominik Schürmann2015-11-231-0/+2
|
* re-enable contact sync by defaultDominik Schürmann2015-11-231-6/+2
|
* Disable contact sync by default on Android >= 6Dominik Schürmann2015-11-231-3/+31
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-6/+51
| | | | hide linked contact card if permission is denied
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-1/+1
|
* 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)