Merge commit '9486a3fa310fc3753e0ace921534d11ce99429a1'
* commit '9486a3fa310fc3753e0ace921534d11ce99429a1':
Add each contact in vCard into "My Groups" if account is for Google's and it has such a group.
Merge commit 'cd25c56ad442fd5574c1fa49e0d443a80551ee1f' into eclair-plus-aosp
* commit 'cd25c56ad442fd5574c1fa49e0d443a80551ee1f':
Add each contact in vCard into "My Groups" if account is for Google's and it has such a group.
* changes:
Add each contact in vCard into "My Groups" if account is for Google's and it has such a group. This fix should be temporal. Should be fixed in the near future.
Merge commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e' into eclair-plus-aosp
* commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e':
Fix issue #2093608: Calendar widget takes a few seconds to launch
Avert your eyes!
The key change here is that RemoteViews can now call a Context API to
start its pending intent, which inside of the activity manager we can
use to determine to cancel the timeout delay for external entities
to disrupt the home screen.
Change-Id: If097cf7478cbed7a3c04a304050bd7fd5703d197
Merge commit '9b64ef133c1eb24c8d00aa7e46ec86c544af5fe2' into eclair-plus-aosp
* commit '9b64ef133c1eb24c8d00aa7e46ec86c544af5fe2':
Some tweaks to the rotary lock widget.
Merge commit '458e40cb10b5fc903c629d88c8b0d8966e6602cf'
* commit '458e40cb10b5fc903c629d88c8b0d8966e6602cf':
do not use transactions for calls that just read the DB
Merge commit 'f816fb7248c450ac1da83612507e2604c2eb1478'
* commit 'f816fb7248c450ac1da83612507e2604c2eb1478':
Make the EditText error popup correctly resize when the view resizes.
Merge commit '2b1e67790bf101b2d65e0b38c8b0f3b8676d0129' into eclair-plus-aosp
* commit '2b1e67790bf101b2d65e0b38c8b0f3b8676d0129':
do not use transactions for calls that just read the DB
- don't show arrows above widget when in resting state
- don't show other icon once you press one (e.g don't show silent mode icon when you are pressing the lock icon)
- wider target for triggering action
Merge commit '45dfa63af3c279ed1ed456a30bea4bf8cca67f83' into eclair-plus-aosp
* commit '45dfa63af3c279ed1ed456a30bea4bf8cca67f83':
Make the EditText error popup correctly resize when the view resizes.
It was calling PopupWindow.update() with -1 arguments for the width
and height under the impression that that would cause it to use the
new values that had already been set with setWidth() and setHeight().
But in fact this caused it not to change at all.
Merge commit '3788f382c792bffaf0cc659c6be000666325f4bd'
* commit '3788f382c792bffaf0cc659c6be000666325f4bd':
add system property to disable gzip, to help with debugging.
Merge commit '96352104fbb172d91f957551c772988e02d79f33' into eclair-plus-aosp
* commit '96352104fbb172d91f957551c772988e02d79f33':
add system property to disable gzip, to help with debugging.
Merge commit '49b5ee23ba5b4784fda237dcec15f7f3181e1b86'
* commit '49b5ee23ba5b4784fda237dcec15f7f3181e1b86':
Fix possible race condition when switching keyboards while there are pending messages.
Merge commit '08f682c7aad0a7db5c13f0db9a1edc7cfd068a24'
* commit '08f682c7aad0a7db5c13f0db9a1edc7cfd068a24':
- Make the AccountManagerService delete accounts that
Merge commit '6817946fd0a009a554f6c0aae1b6c608ebd531c5' into eclair-plus-aosp
* commit '6817946fd0a009a554f6c0aae1b6c608ebd531c5':
Fix possible race condition when switching keyboards while there are pending messages.
Merge commit '3ecd5f437580e49d80beecd29489d5fb1f7a7db0' into eclair-plus-aosp
* commit '3ecd5f437580e49d80beecd29489d5fb1f7a7db0':
- Make the AccountManagerService delete accounts that
have no Authenticator, both when the package is removed
and when the phone is booted.
- add the ability to register with the RegisteredServicesCache
to be notified when the set of Authenticators changes.
Merge commit 'a6412cc438f0b389842140292b099ed1edf883b1'
* commit 'a6412cc438f0b389842140292b099ed1edf883b1':
The starting progress for WebView should be 100 as it is
Merge commit '76a9b9c246efc116967691c5a362c1f68daa6a0b' into eclair-plus-aosp
* commit '76a9b9c246efc116967691c5a362c1f68daa6a0b':
The starting progress for WebView should be 100 as it is
Merge commit '6449eb06acc934ba4007475680f236721181ee47' into eclair-plus-aosp
* commit '6449eb06acc934ba4007475680f236721181ee47':
Added API for triggering FastTrack.
I added a new API to help us move away from launching
FastTrack through SHOW_OR_CREATE. For now it's going to
still pass through as an Intent with extras, but in the
future this could be used to launch a Window from a system
service.
Partially fixes http://b/2087222
Merge commit 'e51dcb3f2ed6bb13a00e01cd718c4701a8fb3872'
* commit 'e51dcb3f2ed6bb13a00e01cd718c4701a8fb3872':
Don't scroll the title bar off screen while loading.
Merge commit 'd55de40481c6ec7d8fbd1a38c80a6c66bf462a71' into eclair-plus-aosp
* commit 'd55de40481c6ec7d8fbd1a38c80a6c66bf462a71':
Don't scroll the title bar off screen while loading.