8214 Commits

Author SHA1 Message Date
Mike Cleron
67e42b0f98 Fix 2132058: Tweak hdpi textfield assets so they align with buttons 2009-09-23 17:28:04 -07:00
Android (Google) Code Review
a30071273a Merge change 26728 into eclair
* changes:
  Make the renderscript timing logging available by setting debug.rs.profile=1
2009-09-23 20:27:52 -04:00
Joe Onorato
9ac2c66f01 Make the renderscript timing logging available by setting debug.rs.profile=1 2009-09-23 17:26:07 -07:00
Android (Google) Code Review
b5501d0e5c Merge change 26719 into eclair
* changes:
  fix simulator build
2009-09-23 20:11:04 -04:00
Mathias Agopian
b4d5a72691 fix simulator build 2009-09-23 17:05:19 -07:00
Android (Google) Code Review
ce60514221 Merge change 26717 into eclair
* changes:
  Newer animations.
2009-09-23 20:04:44 -04:00
Android (Google) Code Review
6e35b50e8d Merge change 26715 into eclair
* changes:
  fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
2009-09-23 20:03:41 -04:00
Dianne Hackborn
5baba16989 Newer animations.
Change-Id: I1bb8e52f91dc60a6ec9496e2c66623bc8080b95d
2009-09-23 17:03:41 -07:00
Mathias Agopian
2e4b68d57b fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
Revert "workaround for [2113743] Sholes: frozen then runtime restart going to list view"

This reverts commit 4a06bb4f3355b0ef2b76aa883704da9d154c44ae.
2009-09-23 16:59:57 -07:00
Android (Google) Code Review
2cca29a333 Merge change 26711 into eclair
* changes:
  Fix widget stopListening NPE.
2009-09-23 19:55:14 -04:00
Ken Shirriff
e21167a9e5 Fix widget stopListening NPE.
lookupHostLocked caller needs to check for null return value.
2009-09-23 16:43:34 -07:00
Wu-cheng Li
e6bea600fe Change setRotation documentaion. 2009-09-23 16:40:10 -07:00
Xavier Ducrohet
56a92e3ba0 Add density support to layoutlib so that bitmap are scaled if needed.
Change-Id: I00204bb136ccaa44deeafbe0ea8746fea9903341
2009-09-23 16:38:57 -07:00
Android (Google) Code Review
8799b96ea0 Merge change 26314 into eclair
* changes:
  Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
2009-09-23 19:15:29 -04:00
Jim Miller
50c05f38b3 Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
Make sure 'nobroadcast' flag doesn't get stored in database.
Update after review.
2009-09-23 16:05:03 -07:00
Android (Google) Code Review
8f1e598118 Merge change 26653 into eclair
* changes:
  make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
2009-09-23 18:58:07 -04:00
Android (Google) Code Review
60b69cd70e Merge change 26691 into eclair
* changes:
  fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain)
2009-09-23 18:50:22 -04:00
Mathias Agopian
bc7261130a fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) 2009-09-23 15:49:32 -07:00
Android (Google) Code Review
9d31e1beba Merge change 26686 into eclair
* changes:
  Fix broken build.
2009-09-23 18:21:23 -04:00
Dianne Hackborn
a52b4d764e Fix broken build.
I -did- run it...  why did this later break on me?!?

Change-Id: I70db0279f9a1b499496f9808525d2b112495d6c7
2009-09-23 15:17:39 -07:00
Android (Google) Code Review
311ed0191d Merge change 26679 into eclair
* changes:
  Create samples showing how to call OpenGL from JNI libraries.
2009-09-23 17:53:54 -04:00
Jack Palevich
a8fecb87c5 Create samples showing how to call OpenGL from JNI libraries. 2009-09-23 14:48:07 -07:00
Dianne Hackborn
de0dfb7b65 Fix issue #2125720 Weather Forecast Widget - graphics do not scale
I forgot to add the new density field to the Bitmaps' parcelable data.

Change-Id: I77cf3e93e356297e0caed6fc71b62b5cd8f79124
2009-09-23 14:26:02 -07:00
Android (Google) Code Review
5dd7c726f4 Merge change 26667 into eclair
* changes:
  Add raster object to control point and line params. Add flag to force SW rendering.
2009-09-23 17:00:22 -04:00
Jason Sams
ebfb436a49 Add raster object to control point and line params. Add flag to force SW rendering. 2009-09-23 13:57:02 -07:00
Android (Google) Code Review
f017167f52 Merge change 25794 into eclair
* changes:
  Remove the GDD Gservices setting.
2009-09-23 16:37:57 -04:00
Sanjay Jeyakumar
b34a3a0805 Remove the GDD Gservices setting. 2009-09-23 13:34:20 -07:00
Android (Google) Code Review
193a626189 Merge change 26537 into eclair
* changes:
  add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
2009-09-23 16:17:02 -04:00
Fred Quintana
600dde04ee make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled 2009-09-23 12:58:51 -07:00
Cary Clark
37703b6c87 invalidate the webview after pressing the IME 'next' button
fixes http://b/issue?id=2141013
2009-09-23 15:40:17 -04:00
Android (Google) Code Review
bdeccbba6f Merge change 26623 into eclair
* changes:
  fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
2009-09-23 15:02:49 -04:00
Android (Google) Code Review
3f2c70fb9e Merge change 26627 into eclair
* changes:
  Convert instances of px in default UI styles to dip.
2009-09-23 14:54:44 -04:00
Android (Google) Code Review
7475be4bc2 Merge change 26636 into eclair
* changes:
  Fix #2101821: Cut labels of menu items in "SnapTell" market app.
2009-09-23 14:45:17 -04:00
Android (Google) Code Review
830207cab4 Merge change 25635 into eclair
* changes:
  Add new thumbnail API.
2009-09-23 14:31:04 -04:00
Android (Google) Code Review
3136d4b010 Merge change 26635 into eclair
* changes:
  Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.
2009-09-23 14:28:16 -04:00
Dianne Hackborn
b8a9f12802 Fix #2101821: Cut labels of menu items in "SnapTell" market app.
Ummmm...  this turns out to be pretty bad.  NinePatchDrawable was not
scaling its reported padding for compatibility mode, causing spacing
to be off.  All over the place.  This change should improve things quite
a bit (and magically makes nearly all of the menu flaws go away).

Change-Id: I94a8310d95b908b6f087db97d9afaed654ca6de5
2009-09-23 11:27:06 -07:00
Android (Google) Code Review
6d181166a2 Merge change 26615 into eclair
* changes:
  Provide a getter to access the width of the HTML document.
2009-09-23 14:24:07 -04:00
Ray Chen
00c575a3fc Add new thumbnail API. 2009-09-23 11:23:45 -07:00
Bob Lee
fcc3ccb976 Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file. 2009-09-23 11:21:22 -07:00
Leon Scroggins
ea96d1e27f Provide a getter to access the width of the HTML document.
Necessary to scale thumbnail pictures to show the full page width.

Change-Id: I631e880b09fe66403ea71bf5e019899a180e6a53
2009-09-23 14:14:34 -04:00
Android (Google) Code Review
9d12fdb1b5 Merge change 26625 into eclair
* changes:
  Fix http://b/2139600 (expander indicators misaligned).
2009-09-23 14:12:37 -04:00
Daniel Sandler
c025b436aa Convert instances of px in default UI styles to dip.
Almost fixes http://b/issue?id=2131173, but unfortunately
due (perhaps) to asset size differences, the gap between
Gallery tiles is now 1px instead of ~10.
2009-09-23 14:00:00 -04:00
Marco Nelissen
e613468402 fbDev wasn't initialized of hw_get_module failed, but was then used anyway. 2009-09-23 10:56:51 -07:00
Daniel Sandler
2a237a9f5c Fix http://b/2139600 (expander indicators misaligned).
Culprit: busted 9-patch.
2009-09-23 13:56:16 -04:00
Debajit Ghosh
78a5b8106a add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix. 2009-09-23 10:44:18 -07:00
Android (Google) Code Review
0acf9a5b2f Merge change 26539 into eclair
* changes:
  Add density value to density enum.
2009-09-23 13:33:06 -04:00
Android (Google) Code Review
b06c9a8c8e Merge change 26579 into eclair
* changes:
  add definition for Mms.TempStorage content uri and filename.
2009-09-23 13:17:14 -04:00
Cary Clark
b82665e78f don't allow min scale to go to infinity
When a new picture is received, the min zoom scale is set.
One of the many choices divides by draw.mMinPrefWidth, even
if it is zero. Add a check to require it to be greater than
zero before using it as a ratio component.

fixes http://b/issue?id=2138786
2009-09-23 13:09:34 -04:00
Android (Google) Code Review
c28e3a670f Merge change 26595 into eclair
* changes:
  Move destroying the web view to the WVC thread (previously it was on the UI thread)
2009-09-23 12:53:31 -04:00
Wei Huang
d588cb7fc3 add definition for Mms.TempStorage content uri and filename.
Change-Id: Idfab085f2ecc8c7c835208805ccf1d94d6380780
2009-09-23 09:51:49 -07:00