summaryrefslogtreecommitdiffstats
path: root/sync/android
Commit message (Expand)AuthorAgeFilesLines
* Added permission check for GET_ACCOUNTS.nyquist2015-07-142-2/+26
* [Sync] Add priority preferences datatype for mobilezea2015-07-101-0/+8
* Remove unnecessary ModelType#ALL_TYPES_TYPEpkotwicz2015-07-033-51/+18
* Move InstrumentationTestCase tests from ChromeShell to ChromePublic.newt2015-06-301-0/+1
* Stop relying on Android constants for Android bookmark provider.aurimas2015-06-261-2/+1
* [Android] Don't run auth token fetching callbacks synchronously.bauerb2015-06-261-20/+17
* Don't check for USE_CREDENTIALS permission on Android M.bauerb2015-06-221-2/+4
* Disable FAVICON_IMAGE type when AndroidSessionNotifications experiment is onpkotwicz2015-06-171-1/+2
* Listen for account changes and update child account status correspondingly.bauerb2015-06-163-0/+34
* AccountManagerHelper returns null token when USE_CREDENTIALS permission deniedkhushalsagar2015-06-111-0/+17
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-221-1/+5
* [Sync] Finish transition to new AndroidSyncSettings interface.maxbogue2015-05-201-61/+1
* [Sync] Remove periodic sync for Chrome for Android, take 2.maxbogue2015-05-204-0/+37
* Revert of [Sync] Remove periodic sync for Chrome for Android (patchset #2 id:...sgurun2015-05-194-37/+0
* [Sync] Remove periodic sync for Chrome for Androidmaxbogue2015-05-194-0/+37
* [Sync] Make it impossible to get a reference to AndroidSyncSettings.maxbogue2015-05-193-96/+167
* Remove AccountManagerDelegate.removeAccount()maxbogue2015-05-132-9/+0
* [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