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
*
Fix bug #3395355 ("adb shell dumpsys content" should present human readable f...
Fabrice Di Meglio
2011-01-26
1
-1
/
+34
*
Change local names for greater clarity.
Robert Greenwalt
2011-01-11
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
*
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
*
|
enhance the sync manager backoff logic and add support for retry-after
Fred Quintana
2010-01-25
1
-482
/
+135
*
|
change remaining frameworks/base Gservices to Secure settings
Doug Zongker
2010-01-07
1
-2
/
+2
*
|
Add bindService API to not bring ot foreground.
Dianne Hackborn
2009-12-08
1
-2
/
+3
*
|
am 0ce8431c: Merge change Iaa7edda4 into eclair
Fred Quintana
2009-12-03
1
-2
/
+6
|
\
\
|
|
/
|
*
don't reschedule syncs that failed with a tooManyRetries error
Fred Quintana
2009-12-03
1
-2
/
+6
*
|
am 5e5eb393: Merge change Id572ffc7 into eclair
Fred Quintana
2009-10-29
1
-5
/
+6
|
\
\
|
|
/
|
*
don't throw an exception when we can't find a pending sync operation in the d...
Fred Quintana
2009-10-28
1
-5
/
+6
*
|
add an IPC for sync initialization
Fred Quintana
2009-10-14
1
-20
/
+58
|
/
*
fix sync exponential backoff for expedited syncs
Fred Quintana
2009-10-09
1
-1
/
+1
*
account manager api review changes
Fred Quintana
2009-10-05
1
-2
/
+2
*
- make SyncManager get the accounts list during the constructor,
Fred Quintana
2009-09-30
1
-17
/
+39
*
Pass provider authority to SyncActivityTooManyDeletes
Tadashi G. Takaoka
2009-09-25
1
-0
/
+1
*
make the SyncManager listen for backgroun data setting changes and do a sync ...
Fred Quintana
2009-09-23
1
-1
/
+13
*
fix the logic for starting a sync after the accounts changed
Fred Quintana
2009-09-22
1
-1
/
+1
*
log hash of account name in sync event log
Doug Zongker
2009-09-20
1
-15
/
+17
*
Fix for #2092883: Allow manual sync even when background data is disabled
Jim Miller
2009-09-15
1
-8
/
+4
[next]