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
*
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
*
Apply backoff to operation that caused it
Alon Albert
2010-10-28
1
-2
/
+8
*
Make a separate active sync queue for initialization and regular syncs.
Fred Quintana
2010-10-05
1
-439
/
+493
*
resolved conflicts for merge of 6421ae7e to master
Dianne Hackborn
2010-09-13
1
-1
/
+1
|
\
|
*
Fix potential crash in sync.
Dianne Hackborn
2010-09-13
1
-1
/
+2
*
|
resolved conflicts for merge of 53686433 to master
Dianne Hackborn
2010-09-13
1
-2
/
+4
|
\
\
|
|
/
|
*
Track client requests through location manager.
Dianne Hackborn
2010-09-13
1
-2
/
+4
*
|
am 2bf0f1a3: am 00b92b94: am 9aaf24f2: Merge "revert a change in the SyncMana...
Fred Quintana
2010-04-28
1
-5
/
+1
|
\
\
|
|
/
|
*
revert a change in the SyncManager that caused it to not cancel
Fred Quintana
2010-04-27
1
-5
/
+1
*
|
create a SyncManager WakeLock for each syncadapter
Fred Quintana
2010-04-07
1
-8
/
+45
|
/
*
- changed periodic sync scheduling to just creating pending
Fred Quintana
2010-03-30
1
-123
/
+144
*
some changes due to an API review
Fred Quintana
2010-03-30
1
-3
/
+3
*
fix bug where sync settings set lost upon upgrade from donut and eclair
Fred Quintana
2010-03-24
1
-1
/
+4
*
Clean the settings for the account/authority when trying to sync an
Fred Quintana
2010-03-16
1
-1
/
+3
*
- make the SyncManager add periodic syncs when it upgrades from a
Fred Quintana
2010-03-16
1
-3
/
+10
*
make the syncmanager keep track if whether a service has been unbound
Fred Quintana
2010-03-10
1
-12
/
+50
*
fix a bug where if a syncmanager gets back a SyncAlreadyInProgress error
Fred Quintana
2010-03-01
1
-1
/
+1
*
expose some sync control methods
Fred Quintana
2010-02-26
1
-2
/
+2
*
- fix the AccountManager documentation. http://b/2401790
Fred Quintana
2010-02-18
1
-0
/
+13
*
remove check for obsolete property ro.config.sync
Fred Quintana
2010-02-17
1
-27
/
+1
*
fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; inste...
Fred Quintana
2010-02-10
1
-1
/
+1
*
- change the SyncManager to retry MANUAL syncs that encounter a soft error
Fred Quintana
2010-02-08
1
-47
/
+37
*
add sync polling
Fred Quintana
2010-02-05
1
-253
/
+200
*
am 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed ...
Fred Quintana
2010-01-27
1
-0
/
+9
|
\
|
*
initialize sync adapters that get installed while the system is running
Fred Quintana
2010-01-21
1
-0
/
+9
[next]