index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sync
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable session invalidations on Android with a flag.
maxbogue@chromium.org
2014-07-16
1
-1
/
+13
*
Implement GCMDriver.java using MultiplexingGcmListener
johnme@chromium.org
2014-06-12
2
-0
/
+29
*
Use a framework method to decrease code duplication in SyncStatusHelper
cimamoglu@chromium.org
2014-05-06
1
-24
/
+5
*
Move SystemAccountManagerDelegate to app context
dtrainor@chromium.org
2014-03-21
1
-1
/
+1
*
Refactor ActivityStatus to not store current
dtrainor@chromium.org
2014-02-21
1
-2
/
+2
*
[Android] Fix sync masterSyncAutomatically setting.
shashishekhar@chromium.org
2014-02-06
1
-7
/
+18
*
Fix Java style issues in sync/android
aurimas@chromium.org
2013-12-12
16
-81
/
+81
*
Fixing all Java import ordering issues.
aurimas@chromium.org
2013-12-10
5
-8
/
+4
*
Attempt to fix Invalidations client name crash
rlarocque@chromium.org
2013-11-22
7
-29
/
+171
*
Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel...
cimamoglu@chromium.org
2013-11-13
1
-24
/
+24
*
Support for shared invalidator client IDs
rlarocque@chromium.org
2013-11-12
3
-42
/
+80
*
(2 of 2) Move InvalidationController to chrome/
rlarocque@chromium.org
2013-10-31
1
-128
/
+0
*
Fixed SyncStatusHelper not updating observers on changes.
apiccion@chromium.org
2013-10-31
2
-33
/
+333
*
(1 of 2) Move InvalidationController to chrome/
rlarocque@chromium.org
2013-10-27
6
-510
/
+185
*
Add visibility check to [ActivityStatus]
dfalcantara@chromium.org
2013-10-17
1
-8
/
+1
*
Cleanup for refactored ActivityStatus.
tedchoc@chromium.org
2013-10-16
1
-1
/
+1
*
Remove deprecated methods.
shashishekhar@chromium.org
2013-10-16
1
-18
/
+0
*
Fix issue with sync status observer for testshell.
nyquist@chromium.org
2013-10-11
1
-2
/
+20
*
Making OAuth2TokenService multi-login aware:
fgorski@chromium.org
2013-09-20
1
-0
/
+7
*
Revert "Making OAuth2TokenService multi-login aware:"
hidehiko@chromium.org
2013-09-19
1
-7
/
+0
*
Making OAuth2TokenService multi-login aware:
fgorski@chromium.org
2013-09-19
1
-0
/
+7
*
[sync] Remove the last usage of clientlogin for Android.
nyquist@chromium.org
2013-09-16
1
-3
/
+0
*
Enable invalidations for arbitrary objects on Android.
stepco@chromium.org
2013-09-11
7
-26
/
+421
*
Start using OAuth2 for sync cacheinvalidation.
nyquist@chromium.org
2013-09-10
1
-4
/
+7
*
Upstream Chrome sync adapter.
nyquist@chromium.org
2013-08-21
2
-17
/
+0
*
[Android] Remove all usage of com.google.common.collect
yfriedman@chromium.org
2013-08-20
7
-96
/
+104
*
Move contract authority accessor method to SyncStatusHelper
nyquist@chromium.org
2013-08-19
4
-6
/
+24
*
Add constant for Sync OAuth2 scope
nyquist@chromium.org
2013-08-15
1
-0
/
+5
*
Add functionality to enable GCM.
nyquist@chromium.org
2013-08-14
1
-0
/
+29
*
Ensure we never try to register for the object id "NULL"
nyquist@chromium.org
2013-08-09
4
-26
/
+104
*
Fix issue with null-value OAuth2 tokens for Android.
nyquist@chromium.org
2013-08-01
1
-21
/
+37
*
Revert 214841 "Fix issue with null-value OAuth2 tokens for Android."
tbreisacher@chromium.org
2013-07-31
1
-37
/
+21
*
Fix issue with null-value OAuth2 tokens for Android.
nyquist@chromium.org
2013-07-31
1
-21
/
+37
*
Switch to non-deprecated version of getAuthToken().
newt@chromium.org
2013-07-26
1
-2
/
+2
*
[Android] Unify all string log tags to use a simple constant.
yfriedman@chromium.org
2013-07-18
5
-5
/
+5
*
Switch Android ProfileSyncService to OAuth2
pavely@chromium.org
2013-07-09
1
-2
/
+2
*
Remove the OWNERS that no longer work on the project.
aurimas@chromium.org
2013-07-01
1
-1
/
+0
*
[Android] Introduce in-memory cache for Android sync settings.
yfriedman@chromium.org
2013-06-29
3
-86
/
+362
*
[Android] Hardcode InvalidationService as the Ticl service.
yfriedman@chromium.org
2013-05-23
2
-98
/
+4
*
Add way to tell if device can add google accounts
dtrainor@chromium.org
2013-04-29
3
-0
/
+21
*
Android: Make sure the NetworkChangeNotifier is initialized in getAuthToken
clamy@chromium.org
2013-04-25
1
-1
/
+2
*
[Sync] Move Android enabled types logic into native
zea@chromium.org
2013-03-27
6
-185
/
+49
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
1
-0
/
+7
*
Revert 190531 "Get OAuth2TokenService working on Android."
hashimoto@chromium.org
2013-03-26
1
-7
/
+0
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
1
-0
/
+7
*
[sync] Remove deprecated SyncStatusHelper methods
nyquist@chromium.org
2013-03-21
1
-107
/
+2
*
[sync] Split sync and signin helper class
nyquist@chromium.org
2013-03-15
4
-48
/
+186
*
Fix a bug that caused AuthToken permission not to be shown on Android
nyquist@chromium.org
2013-03-13
1
-17
/
+20
*
[sync] Upstream the Android ProfileSyncService
nyquist@chromium.org
2013-03-07
1
-0
/
+68
*
Android: Use ObserverList to maintain a list of observers/listeners
nileshagrawal@chromium.org
2013-03-05
1
-8
/
+6
[next]