commit | 8570f7440780db5c9b410e033e843b0e80e2fd27 | [log] [tgz] |
---|---|---|
author | Fred Quintana <fredq@google.com> | Thu Feb 18 10:32:54 2010 -0800 |
committer | Fred Quintana <fredq@google.com> | Thu Feb 18 17:34:33 2010 -0800 |
tree | ec0bb72f30926b6c3857ce4fd949d2f25a13490b | |
parent | fb6a5359e4ae8d36bcba601aa4ce81dbeb287617 [diff] |
- fix the AccountManager documentation. http://b/2401790 - only pass the authtoken through from the authenticator to the client for getAuthToken() and strip it out from the other calls, like addAccount(). http://b/2332762 - beef up the documentation to indicate what calls are allowed to be made from the main thread and which are not allowed. http://b/2384961 - wait a bit before retrying syncs that failed because one was already in progress. http://b/2414235