summaryrefslogtreecommitdiffstats
path: root/sync/android/java
Commit message (Expand)AuthorAgeFilesLines
* Implement SupervisedUserWhitelistService.bauerb2014-12-261-1/+5
* Delete SyncDecryptionPassphraseType.maxbogue2014-12-181-121/+0
* [Push] Remove unused disable-sync-gcm-in-order-to-try-push-api flagmiguelg2014-12-112-29/+0
* Add PassphraseType to replace SyncDecryptionPassphraseType.maxbogue2014-12-082-9/+111
* Fix a bunch of Java Checkstyle issues.aurimas2014-11-202-7/+7
* Enable separatorWrap module in CheckStyle and fix all the issues.aurimas2014-10-221-6/+6
* Allow disabling the encrypt everything option.maxbogue2014-10-171-2/+17
* Fix Java indentation issues.aurimas2014-10-162-7/+7
* Some cleanup of AccountManagerHelper.maxbogue2014-10-141-23/+13
* Make sure GetAuthenticatedAccountId() returns a canonicalized id.rogerta2014-10-091-2/+24
* Make all auth requests notification-driven.maxbogue2014-10-091-13/+5
* Move passphrase dialog logic to the enum.maxbogue2014-10-091-0/+47
* Massive refactor of the Android invalidation code.maxbogue2014-09-291-507/+0
* Roll cacheinvalidation DEPS to r341nyquist2014-09-161-3/+2
* Remove most usages of guava.nyquist2014-09-127-12/+14
* Disable FAVICON_TRACKING in addition to SESSION.maxbogue2014-09-041-1/+1
* Roll cacheinvalidation DEPS to r339nyquist2014-09-043-4/+3
* Use name() instead of toString() and fix comparison order in ModelType.bauerb2014-08-281-1/+1
* Use .equals() for string comparisons in ModelType.bauerb2014-08-281-1/+1
* Enable invalidations for supervised user settings on Android.bauerb2014-08-281-7/+25
* [Checkstyle] Update class member variable names to match style guides.aurimas@chromium.org2014-08-081-8/+8
* Disable session invalidations on Android with a flag.maxbogue@chromium.org2014-07-161-1/+13
* Implement GCMDriver.java using MultiplexingGcmListenerjohnme@chromium.org2014-06-122-0/+29
* Use a framework method to decrease code duplication in SyncStatusHelpercimamoglu@chromium.org2014-05-061-24/+5
* Move SystemAccountManagerDelegate to app contextdtrainor@chromium.org2014-03-211-1/+1
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-211-2/+2
* [Android] Fix sync masterSyncAutomatically setting.shashishekhar@chromium.org2014-02-061-7/+18
* Fix Java style issues in sync/androidaurimas@chromium.org2013-12-1212-64/+64
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-103-6/+4
* Attempt to fix Invalidations client name crashrlarocque@chromium.org2013-11-225-22/+104
* Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel...cimamoglu@chromium.org2013-11-131-24/+24
* Support for shared invalidator client IDsrlarocque@chromium.org2013-11-122-8/+23
* (2 of 2) Move InvalidationController to chrome/rlarocque@chromium.org2013-10-311-128/+0
* Fixed SyncStatusHelper not updating observers on changes.apiccion@chromium.org2013-10-311-28/+116
* (1 of 2) Move InvalidationController to chrome/rlarocque@chromium.org2013-10-273-141/+156
* Add visibility check to [ActivityStatus]dfalcantara@chromium.org2013-10-171-8/+1
* Remove deprecated methods.shashishekhar@chromium.org2013-10-161-18/+0
* Fix issue with sync status observer for testshell.nyquist@chromium.org2013-10-111-2/+20
* Making OAuth2TokenService multi-login aware:fgorski@chromium.org2013-09-201-0/+7
* Revert "Making OAuth2TokenService multi-login aware:"hidehiko@chromium.org2013-09-191-7/+0
* Making OAuth2TokenService multi-login aware:fgorski@chromium.org2013-09-191-0/+7
* [sync] Remove the last usage of clientlogin for Android.nyquist@chromium.org2013-09-161-3/+0
* Enable invalidations for arbitrary objects on Android.stepco@chromium.org2013-09-113-14/+217
* Start using OAuth2 for sync cacheinvalidation.nyquist@chromium.org2013-09-101-4/+7
* Upstream Chrome sync adapter.nyquist@chromium.org2013-08-211-11/+0
* [Android] Remove all usage of com.google.common.collectyfriedman@chromium.org2013-08-203-18/+21
* Move contract authority accessor method to SyncStatusHelpernyquist@chromium.org2013-08-193-4/+14
* 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-093-26/+40