index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
SyncManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
System server should always send broadcasts to a specific or all users
Amith Yamasani
2012-10-22
1
-1
/
+1
*
Fix crashes when quickly adding and removing users
Amith Yamasani
2012-10-19
1
-1
/
+3
*
Defer more Account actions until user starting.
Jeff Sharkey
2012-10-17
1
-6
/
+5
*
Lock SyncQueue when user starting, copy RSC list.
Jeff Sharkey
2012-10-16
1
-7
/
+10
*
Database cleanup needs to happen for all users.
Jeff Sharkey
2012-10-11
1
-3
/
+14
*
Fix a runtime restart when cycling between 4 users
Amith Yamasani
2012-10-10
1
-9
/
+4
*
Include all accounts in dumpsys.
Jeff Sharkey
2012-10-10
1
-2
/
+5
*
Make RegisteredServicesCache multi-user aware.
Jeff Sharkey
2012-10-09
1
-123
/
+120
*
Migrate more Secure settings to Global.
Jeff Sharkey
2012-09-27
1
-2
/
+2
*
Fix sync problems when setting up a new user and account
Amith Yamasani
2012-09-26
1
-2
/
+11
*
Skip operations for users who are not running
Alon Albert
2012-09-21
1
-12
/
+53
*
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-08-31
1
-10
/
+15
*
UserHandle to UserSerialNo mapping
Amith Yamasani
2012-08-17
1
-1
/
+1
*
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-16
1
-7
/
+7
*
User Manager service to manage users and query user details
Amith Yamasani
2012-08-11
1
-6
/
+11
*
fix expedited syncs. there were times when an expedited sync wouldn't
Fred Quintana
2012-05-06
1
-19
/
+39
*
Merge "Synchronize/align periodic sync alarms based on a random per device se...
Ashish Sharma
2012-04-11
1
-14
/
+45
|
\
|
*
Synchronize/align periodic sync alarms based on a random per device seed value.
Ashish Sharma
2012-04-11
1
-14
/
+45
*
|
Fix a race condition in SyncManager.onAccountsUpdated()
Amith Yamasani
2012-04-11
1
-40
/
+6
|
/
*
User management and switching
Amith Yamasani
2012-03-27
1
-0
/
+23
*
Make SyncManager and AccountManagerService multi-user aware.
Amith Yamasani
2012-03-08
1
-162
/
+212
*
Log global autosync on dumpsys
Alon Albert
2012-01-11
1
-55
/
+61
*
By default ICS allows two syncs to run in parallel. Make it only
Fred Quintana
2011-12-05
1
-2
/
+8
*
Work on process management.
Dianne Hackborn
2011-10-28
1
-2
/
+4
*
Work on issue #5465917: Wakelock *overflow* held for very long times
Dianne Hackborn
2011-10-18
1
-1
/
+1
*
Update dumpsys output
Alon Albert
2011-10-03
1
-40
/
+48
*
Add Detailed Sync Stats Section
Alon Albert
2011-09-27
1
-62
/
+232
*
Revert "Make the SyncManager timeout syncs if it takes too long to bind to th...
Fred Quintana
2011-09-12
1
-51
/
+5
*
Merge "Make the SyncManager have wakelocks per account, not per account type,...
Fred Quintana
2011-09-08
1
-5
/
+5
|
\
|
*
Make the SyncManager have wakelocks per account, not per account type,
Fred Quintana
2011-09-08
1
-5
/
+5
*
|
Changing the timeout for detecting syncs that are taking too long to bind
Subir Jhanb
2011-09-08
1
-3
/
+3
|
/
*
Make the SyncManager timeout syncs if it takes too long to bind to them.
Fred Quintana
2011-08-31
1
-5
/
+51
*
Check for periodic sync that is in the future
Alon Albert
2011-08-16
1
-2
/
+5
*
Avoid sync when UID network is disconnected.
Jeff Sharkey
2011-07-26
1
-2
/
+18
*
Rename method to discourage use of this in favor of member field
Alon Albert
2011-02-16
1
-3
/
+3
*
Bring back auto clear backoff on reconnect
Alon Albert
2011-02-16
1
-3
/
+20
*
am 3782fe2b: am f728411b: Merge "Fix bug #3395355 ("adb shell dumpsys content...
Fabrice Di Meglio
2011-01-26
1
-1
/
+34
|
\
|
*
Fix bug #3395355 ("adb shell dumpsys content" should present human readable f...
Fabrice Di Meglio
2011-01-26
1
-1
/
+34
*
|
am 24bc5331: am cef29578: Merge "Change local names for greater clarity." int...
Robert Greenwalt
2011-01-11
1
-2
/
+2
|
\
\
|
|
/
|
*
Change local names for greater clarity.
Robert Greenwalt
2011-01-11
1
-2
/
+2
*
|
am 7710465f: am 55ccb887: Merge "Don\'t check for services before boot-comple...
Robert Greenwalt
2011-01-10
1
-2
/
+2
|
\
\
|
|
/
|
*
Don't check for services before boot-complete
Robert Greenwalt
2011-01-10
1
-2
/
+2
|
*
Making the sync manager take the data connected value from ConnectivityManage...
Subir Jhanb
2011-01-10
1
-37
/
+5
*
|
Making the sync manager take the data connected value from ConnectivityManage...
Subir Jhanb
2011-01-10
1
-37
/
+6
|
/
*
fix the TooManyDeletes to show up again
Fred Quintana
2010-12-16
1
-3
/
+1
*
Clear all pending backoffs on a reconnect event
Alon Albert
2010-12-15
1
-6
/
+9
*
Do not increase backoff before it expires
Alon Albert
2010-12-14
1
-5
/
+15
*
allow sync adapter authors to control more policies
Fred Quintana
2010-12-09
1
-76
/
+82
*
Listen for SyncAdapter death to cancel a sync
Alon Albert
2010-12-09
1
-2
/
+17
*
Reset backoff on successful sync
Alon Albert
2010-11-12
1
-0
/
+9
[next]