aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeyserverSyncAdapterService.java
Commit message (Collapse)AuthorAgeFilesLines
* change sync interval on change in codeAdithya Abraham Philip2016-03-241-6/+25
|
* Final commitAdvaita2016-03-231-2/+22
| | | | | | | | | | | | | | | | 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
* prevent rare KeyserverSyncAdapterService crashAdithya Abraham Philip2016-01-271-6/+11
|
* fixed key update preference not turning offAdithya Abraham Philip2015-12-211-26/+25
|
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-1/+1
|
* Disable contact sync by default on Android >= 6Dominik Schürmann2015-11-231-1/+1
|
* changed KeyserverSyncAdapterService to work with START_REDELIVER_INTENTAdithya Abraham Philip2015-10-311-38/+84
|
* Fixes open-keychain/open-keychain#1515Kaladin Light2015-09-031-1/+1
| | | | Move launcher icons to mipmap
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-29/+53
|
* added sync preferencesAdithya Abraham Philip2015-08-201-1/+9
|
* changed orbot notification iconsAdithya Abraham Philip2015-08-201-6/+8
|
* reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-96/+272
|
* improved orbot notify, added periodic syncAdithya Abraham Philip2015-08-201-8/+80
|
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-0/+234