summaryrefslogtreecommitdiffstats
path: root/sync/android
Commit message (Expand)AuthorAgeFilesLines
* Enable invalidations for arbitrary objects on Android.stepco@chromium.org2013-09-117-26/+421
* Start using OAuth2 for sync cacheinvalidation.nyquist@chromium.org2013-09-101-4/+7
* Upstream Chrome sync adapter.nyquist@chromium.org2013-08-212-17/+0
* [Android] Remove all usage of com.google.common.collectyfriedman@chromium.org2013-08-207-96/+104
* Move contract authority accessor method to SyncStatusHelpernyquist@chromium.org2013-08-194-6/+24
* Add constant for Sync OAuth2 scopenyquist@chromium.org2013-08-151-0/+5
* Add functionality to enable GCM.nyquist@chromium.org2013-08-141-0/+29
* Ensure we never try to register for the object id "NULL"nyquist@chromium.org2013-08-094-26/+104
* Fix issue with null-value OAuth2 tokens for Android.nyquist@chromium.org2013-08-011-21/+37
* Revert 214841 "Fix issue with null-value OAuth2 tokens for Android."tbreisacher@chromium.org2013-07-311-37/+21
* Fix issue with null-value OAuth2 tokens for Android.nyquist@chromium.org2013-07-311-21/+37
* Switch to non-deprecated version of getAuthToken().newt@chromium.org2013-07-261-2/+2
* [Android] Unify all string log tags to use a simple constant.yfriedman@chromium.org2013-07-185-5/+5
* Switch Android ProfileSyncService to OAuth2pavely@chromium.org2013-07-091-2/+2
* Remove the OWNERS that no longer work on the project.aurimas@chromium.org2013-07-011-1/+0
* [Android] Introduce in-memory cache for Android sync settings.yfriedman@chromium.org2013-06-293-86/+362
* [Android] Hardcode InvalidationService as the Ticl service.yfriedman@chromium.org2013-05-232-98/+4
* Add way to tell if device can add google accountsdtrainor@chromium.org2013-04-293-0/+21
* Android: Make sure the NetworkChangeNotifier is initialized in getAuthTokenclamy@chromium.org2013-04-251-1/+2
* [Sync] Move Android enabled types logic into nativezea@chromium.org2013-03-276-185/+49
* Get OAuth2TokenService working on Android.dubroy@chromium.org2013-03-261-0/+7
* Revert 190531 "Get OAuth2TokenService working on Android."hashimoto@chromium.org2013-03-261-7/+0
* Get OAuth2TokenService working on Android.dubroy@chromium.org2013-03-261-0/+7
* [sync] Remove deprecated SyncStatusHelper methodsnyquist@chromium.org2013-03-211-107/+2
* [sync] Split sync and signin helper classnyquist@chromium.org2013-03-154-48/+186
* Fix a bug that caused AuthToken permission not to be shown on Androidnyquist@chromium.org2013-03-131-17/+20
* [sync] Upstream the Android ProfileSyncServicenyquist@chromium.org2013-03-071-0/+68
* Android: Use ObserverList to maintain a list of observers/listenersnileshagrawal@chromium.org2013-03-051-8/+6
* [sync] Upstream the code that triggers the InvalidationControllernyquist@chromium.org2013-02-225-12/+135
* Add retry function to getNewAuthTokenclamy@chromium.org2013-02-152-7/+32
* [sync] Add ModelTypeResolver and control typesnyquist@chromium.org2013-02-116-8/+301
* Add retry function to AccountManagerHelper when called from foregroundclamy@chromium.org2013-02-062-49/+111
* Register autofill sync types on mobilecjhopman@chromium.org2013-02-051-0/+8
* Add password type to model types.yfriedman@chromium.org2013-01-301-0/+4
* Fix an NPE in InvalidationService.dsmyers@chromium.org2013-01-302-8/+22
* [sync] Add DEPS file for java code under sync/androidrsimha@chromium.org2013-01-301-0/+3
* Record client id in ready(), not reissueRegs().dsmyers@chromium.org2013-01-292-6/+39
* Fix InvalidationService build errornyquist@chromium.org2013-01-261-0/+4
* Adds a client for v2 of the notification library.dsmyers@chromium.org2013-01-269-16/+1194
* Upstreams SyncStatusHelper and dependencies.dsmyers@chromium.org2013-01-247-0/+849
* Add an invalidation preferences wrapper.dsmyers@chromium.org2013-01-195-11/+281
* [sync] Add java InvalidationController for Android.nyquist@chromium.org2013-01-124-0/+382