summaryrefslogtreecommitdiffstats
path: root/sync/android
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Ensure isSyncable is set when signed in.maxbogue2015-04-212-8/+67
* [Sync] Fix invalidations on Android.maxbogue2015-04-161-0/+5
* Fix up if statement curly braces issues.aurimas2015-03-181-2/+1
* [Sync] Make sure to register for autofill wallet invalidation on androidzea2015-02-281-1/+5
* Initialize AndroidSyncSettings with the account on startup.maxbogue2015-02-282-0/+3
* [Sync] Remove unused deprecated methods from AndroidSyncSettings.maxbogue2015-02-271-17/+0
* Rewrite AndroidSyncSettings to be significantly simpler.maxbogue2015-02-263-512/+235
* Completely remove SyncStatusHelper.maxbogue2015-02-031-438/+0
* Rename SyncStatusHelper to AndroidSyncSettings.maxbogue2015-01-236-58/+512
* 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-222-12/+12
* Allow disabling the encrypt everything option.maxbogue2014-10-171-2/+17
* Fix Java indentation issues.aurimas2014-10-163-14/+14
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-141-1/+1
* Some cleanup of AccountManagerHelper.maxbogue2014-10-141-23/+13
* Make chrome_shell_apk buildcjhopman2014-10-131-0/+31
* Make sure GetAuthenticatedAccountId() returns a canonicalized id.rogerta2014-10-092-2/+81
* 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-293-1469/+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-282-11/+29
* [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-1216-81/+81
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-105-8/+4
* Attempt to fix Invalidations client name crashrlarocque@chromium.org2013-11-227-29/+171
* Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel...cimamoglu@chromium.org2013-11-131-24/+24
* Support for shared invalidator client IDsrlarocque@chromium.org2013-11-123-42/+80
* (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-312-33/+333
* (1 of 2) Move InvalidationController to chrome/rlarocque@chromium.org2013-10-276-510/+185
* Add visibility check to [ActivityStatus]dfalcantara@chromium.org2013-10-171-8/+1
* Cleanup for refactored ActivityStatus.tedchoc@chromium.org2013-10-161-1/+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