Commit Graph

3452 Commits

Author SHA1 Message Date
Dianne Hackborn
7dd8687af4 am 1e8c9531: am ffda371c: Merge change 25734 into eclair
Merge commit '1e8c95318f0cce70dc66fb29036d084d5665abd8'

* commit '1e8c95318f0cce70dc66fb29036d084d5665abd8':
  Show the live wallpaper on the lock screen.
2009-09-18 10:35:41 -07:00
Dianne Hackborn
1e8c95318f am ffda371c: Merge change 25734 into eclair
Merge commit 'ffda371c220de9c97663fef4e9d14bee7267383d' into eclair-plus-aosp

* commit 'ffda371c220de9c97663fef4e9d14bee7267383d':
  Show the live wallpaper on the lock screen.
2009-09-18 10:25:46 -07:00
Android (Google) Code Review
ffda371c22 Merge change 25734 into eclair
* changes:
  Show the live wallpaper on the lock screen.
2009-09-18 13:16:30 -04:00
Leon Scroggins
6bc75dabce am 38a2ab36: am 83d4ba83: Do not attempt to retry a scrollTo with a negative position.
Merge commit '38a2ab36ceb5e54c820a67f2b1da1652dcfc2643'

* commit '38a2ab36ceb5e54c820a67f2b1da1652dcfc2643':
  Do not attempt to retry a scrollTo with a negative position.
2009-09-18 10:12:20 -07:00
Leon Scroggins
38a2ab36ce am 83d4ba83: Do not attempt to retry a scrollTo with a negative position.
Merge commit '83d4ba83ddf8309d2c0c38d69154217d6a9c0a6c' into eclair-plus-aosp

* commit '83d4ba83ddf8309d2c0c38d69154217d6a9c0a6c':
  Do not attempt to retry a scrollTo with a negative position.
2009-09-18 10:02:13 -07:00
Leon Scroggins
83d4ba83dd Do not attempt to retry a scrollTo with a negative position.
Fixes http://b/issue?id=2093435

Change-Id: If938c8f6e5d74b91e39a06a5736967663c9800b7
2009-09-18 12:44:03 -04:00
Grace Kloba
cdafc9beb8 am 06ddfd18: am 6ed525ec: When a WebView starts, we may get first layout before viewSizeChanged() ever get called. Call WebView\'s getViewWidth() to get the current UI width. If it is still 0, log a warning.
Merge commit '06ddfd187b19186406e401fd2222017fd61da848'

* commit '06ddfd187b19186406e401fd2222017fd61da848':
  When a WebView starts, we may get first layout before viewSizeChanged()
2009-09-18 09:40:38 -07:00
Grace Kloba
06ddfd187b am 6ed525ec: When a WebView starts, we may get first layout before viewSizeChanged() ever get called. Call WebView\'s getViewWidth() to get the current UI width. If it is still 0, log a warning.
Merge commit '6ed525ecee76541aa60ca95598330e990fa16ffa' into eclair-plus-aosp

* commit '6ed525ecee76541aa60ca95598330e990fa16ffa':
  When a WebView starts, we may get first layout before viewSizeChanged()
2009-09-18 09:29:10 -07:00
Dianne Hackborn
6136b7ef16 Show the live wallpaper on the lock screen.
This also takes care of the problem of system dialogs like the
crash dialog causing the status bar to dim behind the lock screen.

On the down side, the fade transition from the lock screen is
now gone, and I'm not sure how likely it is for it to return.

Change-Id: I7f9e6d0f3510a1fdbbe6ad252d986bd85a16475d
2009-09-18 09:27:22 -07:00
Grace Kloba
6ed525ecee When a WebView starts, we may get first layout before viewSizeChanged()
ever get called. Call WebView's getViewWidth() to get the current UI
width. If it is still 0, log a warning.

Fix http://b/issue?id=2128645
2009-09-18 09:21:33 -07:00
Leon Scroggins
5dab010d7e am 9aa01223: am 58992eac: Draw shadow below title, or at top if title is off screen.
Merge commit '9aa012234f7b5f41dded1d018d48161344fd8544'

* commit '9aa012234f7b5f41dded1d018d48161344fd8544':
  Draw shadow below title, or at top if title is off screen.
2009-09-18 08:07:20 -07:00
Leon Scroggins
9aa012234f am 58992eac: Draw shadow below title, or at top if title is off screen.
Merge commit '58992eac8373ba7260d99dd832a6fc9e3d164460' into eclair-plus-aosp

* commit '58992eac8373ba7260d99dd832a6fc9e3d164460':
  Draw shadow below title, or at top if title is off screen.
2009-09-18 08:02:20 -07:00
Leon Scroggins
58992eac83 Draw shadow below title, or at top if title is off screen.
Fixes http://b/issue?id=2118813 for the "real" title bar.

Also fix http://b/issue?id=2125444 by moving the save after
the check for mNativeClass.

Change-Id: I8f85f0a76eb7e1d186485ef65c50ae8d4bc10932
2009-09-18 10:42:53 -04:00
Bryan Mawhinney
ad5b8ea1e0 am afdcaf8b: am dfcbc046: Reserve space for the searchbox spinner, even when stopped.
Merge commit 'afdcaf8b23b0497edc6db7353fee4074323ffeb5'

* commit 'afdcaf8b23b0497edc6db7353fee4074323ffeb5':
  Reserve space for the searchbox spinner, even when stopped.
2009-09-18 05:24:48 -07:00
Bryan Mawhinney
afdcaf8b23 am dfcbc046: Reserve space for the searchbox spinner, even when stopped.
Merge commit 'dfcbc046d7fcd74c8aacd9f26bd48084900d3b4a' into eclair-plus-aosp

* commit 'dfcbc046d7fcd74c8aacd9f26bd48084900d3b4a':
  Reserve space for the searchbox spinner, even when stopped.
2009-09-18 05:16:11 -07:00
Bryan Mawhinney
dfcbc046d7 Reserve space for the searchbox spinner, even when stopped.
Make the searchbox spinner invisible (transparent) when it's not active.  This prevents the size of the text field from varying depending on whether the spinner is spinning or not, which can cause an annoying flicker.

Bug: 2084293
Change-Id: Idd63a296d1f07c5bd47884040f21e4880038f424
2009-09-18 11:30:36 +01:00
Jeff Sharkey
411e83d7b2 am b2e64cb8: am 0050ee36: Adopt new FastTrack API for internal widget, fix bugs.
Merge commit 'b2e64cb892d64af770b43a84b54ebfbca7c0c5e2'

* commit 'b2e64cb892d64af770b43a84b54ebfbca7c0c5e2':
  Adopt new FastTrack API for internal widget, fix bugs.
2009-09-18 00:24:14 -07:00
Jeff Sharkey
b2e64cb892 am 0050ee36: Adopt new FastTrack API for internal widget, fix bugs.
Merge commit '0050ee36398c3ab6e5f1ee0038609aff8cf4f0e9' into eclair-plus-aosp

* commit '0050ee36398c3ab6e5f1ee0038609aff8cf4f0e9':
  Adopt new FastTrack API for internal widget, fix bugs.
2009-09-18 00:15:12 -07:00
Jeff Sharkey
0050ee3639 Adopt new FastTrack API for internal widget, fix bugs.
Change internal widget to use new FastTrack API instead of
using SHOW_OR_CREATE.  Also reset the internal Uri when
reused in lists.  Fixes http://b/2087222
2009-09-17 23:59:08 -07:00
Chia-chi Yeh
d15f945067 am 0a08b1d0: am 8ed86d2b: Merge change 25717 into eclair
Merge commit '0a08b1d02acf7198c51b7510b06d9a1f14abde48'

* commit '0a08b1d02acf7198c51b7510b06d9a1f14abde48':
  CertTool: avoid using final static array.
2009-09-17 23:09:11 -07:00
Chia-chi Yeh
0a08b1d02a am 8ed86d2b: Merge change 25717 into eclair
Merge commit '8ed86d2b463be60d65e86aac33550d8fc84bd2a5' into eclair-plus-aosp

* commit '8ed86d2b463be60d65e86aac33550d8fc84bd2a5':
  CertTool: avoid using final static array.
2009-09-17 23:03:53 -07:00
Android (Google) Code Review
8ed86d2b46 Merge change 25717 into eclair
* changes:
  CertTool: avoid using final static array.
2009-09-18 01:57:38 -04:00
Chia-chi Yeh
c633253bef CertTool: avoid using final static array. 2009-09-18 13:55:43 +08:00
Chia-chi Yeh
b02bb321db am b80d9296: am 794d36c6: Merge change 25706 into eclair
Merge commit 'b80d9296fdfdeca07fe259465f20c1704758f390'

* commit 'b80d9296fdfdeca07fe259465f20c1704758f390':
  WebKit: switch to java-based CertTool.
2009-09-17 22:02:47 -07:00
Chia-chi Yeh
b80d9296fd am 794d36c6: Merge change 25706 into eclair
Merge commit '794d36c6c6b00fc93a4f185525d2fe84cdc99f8c' into eclair-plus-aosp

* commit '794d36c6c6b00fc93a4f185525d2fe84cdc99f8c':
  WebKit: switch to java-based CertTool.
2009-09-17 21:53:54 -07:00
Android (Google) Code Review
794d36c6c6 Merge change 25706 into eclair
* changes:
  WebKit: switch to java-based CertTool.
2009-09-18 00:45:09 -04:00
Chia-chi Yeh
41d8565e81 WebKit: switch to java-based CertTool.
Change-Id: Ica6d491ede2bf2a311cacb7a7d64a249191fbecf
2009-09-18 12:32:52 +08:00
Daisuke Miyakawa
9fb534d271 am 9486a3fa: am cd25c56a: Merge change 25636 into eclair
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.
2009-09-17 19:02:14 -07:00
Dianne Hackborn
9a829831d9 am 4ecb536d: am ae22c05b: Try to fix docs build.
Merge commit '4ecb536d3e7c54b6460a08fb544620d77193a7d3'

* commit '4ecb536d3e7c54b6460a08fb544620d77193a7d3':
  Try to fix docs build.
2009-09-17 18:59:32 -07:00
Daisuke Miyakawa
9486a3fa31 am cd25c56a: Merge change 25636 into eclair
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.
2009-09-17 18:56:55 -07:00
Dianne Hackborn
4ecb536d3e am ae22c05b: Try to fix docs build.
Merge commit 'ae22c05b91d1e7a458066792eb5cfc0974c1be9e' into eclair-plus-aosp

* commit 'ae22c05b91d1e7a458066792eb5cfc0974c1be9e':
  Try to fix docs build.
2009-09-17 18:52:12 -07:00
Android (Google) Code Review
cd25c56ad4 Merge change 25636 into eclair
* 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.
2009-09-17 21:51:26 -04:00
Dianne Hackborn
ae22c05b91 Try to fix docs build.
Change-Id: I331e128fa95c3bc0b8bc4ab2537cc2ea92e310e7
2009-09-17 18:46:22 -07:00
Daisuke Miyakawa
5fd2ae90d3 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.

Internal issue id: 2126265
2009-09-17 18:40:03 -07:00
Dianne Hackborn
379f3069a9 am 1f3914b7: am fa82f22f: Fix issue #2093608: Calendar widget takes a few seconds to launch
Merge commit '1f3914b7f2f3c233da8b643c426c0ffd42f32f87'

* commit '1f3914b7f2f3c233da8b643c426c0ffd42f32f87':
  Fix issue #2093608: Calendar widget takes a few seconds to launch
2009-09-17 18:19:00 -07:00
Dianne Hackborn
1f3914b7f2 am fa82f22f: Fix issue #2093608: Calendar widget takes a few seconds to launch
Merge commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e' into eclair-plus-aosp

* commit 'fa82f22f1d8c4c828bdf9b670006be4f4fec772e':
  Fix issue #2093608: Calendar widget takes a few seconds to launch
2009-09-17 18:13:26 -07:00
Dianne Hackborn
fa82f22f1d 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
2009-09-17 18:01:35 -07:00
Fred Quintana
7428359e99 am 458e40cb: am 2b1e6779: Merge change 25639 into eclair
Merge commit '458e40cb10b5fc903c629d88c8b0d8966e6602cf'

* commit '458e40cb10b5fc903c629d88c8b0d8966e6602cf':
  do not use transactions for calls that just read the DB
2009-09-17 17:35:31 -07:00
Eric Fischer
2ce807dd68 am f816fb72: am 45dfa63a: Merge change 25640 into eclair
Merge commit 'f816fb7248c450ac1da83612507e2604c2eb1478'

* commit 'f816fb7248c450ac1da83612507e2604c2eb1478':
  Make the EditText error popup correctly resize when the view resizes.
2009-09-17 17:35:22 -07:00
Fred Quintana
458e40cb10 am 2b1e6779: Merge change 25639 into eclair
Merge commit '2b1e67790bf101b2d65e0b38c8b0f3b8676d0129' into eclair-plus-aosp

* commit '2b1e67790bf101b2d65e0b38c8b0f3b8676d0129':
  do not use transactions for calls that just read the DB
2009-09-17 17:25:17 -07:00
Eric Fischer
f816fb7248 am 45dfa63a: Merge change 25640 into eclair
Merge commit '45dfa63af3c279ed1ed456a30bea4bf8cca67f83' into eclair-plus-aosp

* commit '45dfa63af3c279ed1ed456a30bea4bf8cca67f83':
  Make the EditText error popup correctly resize when the view resizes.
2009-09-17 17:20:34 -07:00
Android (Google) Code Review
2b1e67790b Merge change 25639 into eclair
* changes:
  do not use transactions for calls that just read the DB
2009-09-17 20:20:14 -04:00
Android (Google) Code Review
45dfa63af3 Merge change 25640 into eclair
* changes:
  Make the EditText error popup correctly resize when the view resizes.
2009-09-17 20:14:37 -04:00
Eric Fischer
fa0d253b77 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.
2009-09-17 17:01:59 -07:00
Fred Quintana
86bd084cf6 do not use transactions for calls that just read the DB 2009-09-17 17:00:01 -07:00
Amith Yamasani
a3996090dc am 49b5ee23: am 6817946f: Merge change 25601 into eclair
Merge commit '49b5ee23ba5b4784fda237dcec15f7f3181e1b86'

* commit '49b5ee23ba5b4784fda237dcec15f7f3181e1b86':
  Fix possible race condition when switching keyboards while there are pending messages.
2009-09-17 16:06:26 -07:00
Fred Quintana
94b0134c9a am 08f682c7: am 3ecd5f43: - 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 Au
Merge commit '08f682c7aad0a7db5c13f0db9a1edc7cfd068a24'

* commit '08f682c7aad0a7db5c13f0db9a1edc7cfd068a24':
  - Make the AccountManagerService delete accounts that
2009-09-17 16:06:16 -07:00
Amith Yamasani
49b5ee23ba am 6817946f: Merge change 25601 into eclair
Merge commit '6817946fd0a009a554f6c0aae1b6c608ebd531c5' into eclair-plus-aosp

* commit '6817946fd0a009a554f6c0aae1b6c608ebd531c5':
  Fix possible race condition when switching keyboards while there are pending messages.
2009-09-17 15:56:02 -07:00
Fred Quintana
08f682c7aa am 3ecd5f43: - 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
Merge commit '3ecd5f437580e49d80beecd29489d5fb1f7a7db0' into eclair-plus-aosp

* commit '3ecd5f437580e49d80beecd29489d5fb1f7a7db0':
  - Make the AccountManagerService delete accounts that
2009-09-17 15:55:53 -07:00
Android (Google) Code Review
6817946fd0 Merge change 25601 into eclair
* changes:
  Fix possible race condition when switching keyboards while there are pending messages.
2009-09-17 18:49:51 -04:00