summaryrefslogtreecommitdiffstats
path: root/sync/android/javatests
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Re-enable AccountManagerHelperTest.testNonCanonicalAccount.maxbogue2016-01-221-2/+2
* [Sync] Enable testAndroidSyncSettingsPostsNotifications.maxbogue2016-01-141-2/+0
* [Android] Disable five flaky sync & signin tests.jbudorick2015-12-112-0/+4
* [Sync] Remove deprecated AccountManagerHelper calls in sync code.maxbogue2015-11-251-15/+22
* [Sync] Re-enable testAndroidSyncSettingsPostsNotifications.maxbogue2015-11-231-5/+2
* [Sync] Fix flaky AndroidSyncSettings tests.maxbogue2015-11-171-13/+6
* Disable flaky org.chromium.sync.AndroidSyncSettingsTest#testIsSyncableOnSigni...jam2015-11-121-2/+4
* Disable Flaky AndroidSyncSettingsTestIan Wen2015-11-101-2/+7
* [Sync] Convert AndroidSyncSettings to use async getSyncAccounts.maxbogue2015-11-091-0/+2
* Disable flaky org.chromium.sync.AndroidSyncSettingsTest#testAndroidSyncSettin...jam2015-09-031-2/+5
* [Sync] Convert to using auto-generated ModelType.maxbogue2015-08-121-17/+1
* Added permission check for GET_ACCOUNTS.nyquist2015-07-141-1/+4
* Remove unnecessary ModelType#ALL_TYPES_TYPEpkotwicz2015-07-031-17/+3
* [Sync] Remove periodic sync for Chrome for Android, take 2.maxbogue2015-05-201-0/+24
* Revert of [Sync] Remove periodic sync for Chrome for Android (patchset #2 id:...sgurun2015-05-191-24/+0
* [Sync] Remove periodic sync for Chrome for Androidmaxbogue2015-05-191-0/+24
* [Sync] Make it impossible to get a reference to AndroidSyncSettings.maxbogue2015-05-191-49/+59
* [Sync] Ensure isSyncable is set when signed in.maxbogue2015-04-211-2/+56
* Rewrite AndroidSyncSettings to be significantly simpler.maxbogue2015-02-261-245/+84
* Rename SyncStatusHelper to AndroidSyncSettings.maxbogue2015-01-231-56/+58
* Enable separatorWrap module in CheckStyle and fix all the issues.aurimas2014-10-221-6/+6
* Fix Java indentation issues.aurimas2014-10-161-7/+7
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-141-1/+1
* Make sure GetAuthenticatedAccountId() returns a canonicalized id.rogerta2014-10-091-0/+57
* Massive refactor of the Android invalidation code.maxbogue2014-09-292-962/+0
* Enable invalidations for supervised user settings on Android.bauerb2014-08-281-4/+4
* Fix Java style issues in sync/androidaurimas@chromium.org2013-12-124-17/+17
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-102-2/+0
* Attempt to fix Invalidations client name crashrlarocque@chromium.org2013-11-222-7/+67
* Support for shared invalidator client IDsrlarocque@chromium.org2013-11-121-34/+57
* Fixed SyncStatusHelper not updating observers on changes.apiccion@chromium.org2013-10-311-5/+217
* (1 of 2) Move InvalidationController to chrome/rlarocque@chromium.org2013-10-273-369/+29
* Cleanup for refactored ActivityStatus.tedchoc@chromium.org2013-10-161-1/+1
* Enable invalidations for arbitrary objects on Android.stepco@chromium.org2013-09-114-12/+204
* Upstream Chrome sync adapter.nyquist@chromium.org2013-08-211-6/+0
* [Android] Remove all usage of com.google.common.collectyfriedman@chromium.org2013-08-204-78/+83
* Move contract authority accessor method to SyncStatusHelpernyquist@chromium.org2013-08-191-2/+10
* Ensure we never try to register for the object id "NULL"nyquist@chromium.org2013-08-091-0/+64
* [Android] Introduce in-memory cache for Android sync settings.yfriedman@chromium.org2013-06-292-22/+215
* [Android] Hardcode InvalidationService as the Ticl service.yfriedman@chromium.org2013-05-231-8/+1
* [Sync] Move Android enabled types logic into nativezea@chromium.org2013-03-272-89/+6
* [sync] Split sync and signin helper classnyquist@chromium.org2013-03-151-1/+3
* [sync] Upstream the code that triggers the InvalidationControllernyquist@chromium.org2013-02-221-1/+85
* [sync] Add ModelTypeResolver and control typesnyquist@chromium.org2013-02-112-1/+170
* Fix an NPE in InvalidationService.dsmyers@chromium.org2013-01-301-6/+19
* Record client id in ready(), not reissueRegs().dsmyers@chromium.org2013-01-291-0/+27
* Adds a client for v2 of the notification library.dsmyers@chromium.org2013-01-263-0/+680
* Upstreams SyncStatusHelper and dependencies.dsmyers@chromium.org2013-01-241-0/+44
* Add an invalidation preferences wrapper.dsmyers@chromium.org2013-01-192-1/+107
* [sync] Add java InvalidationController for Android.nyquist@chromium.org2013-01-121-0/+154