40212 Commits

Author SHA1 Message Date
Romain Guy
27454a42de Collapse sucessive calls to restoreToCount() in display lists.
Change-Id: Icb3d3dc2c579436d375269a9cb0b821a931c5a79
2011-01-23 12:01:41 -08:00
Romain Guy
4cf6e2f349 Fix potential crash in display lists.
Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4
2011-01-23 11:35:13 -08:00
Adam Powell
41f4241240 Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
Change-Id: Ibebf7438b668c27f726d9023d0530d90e72d413c
2011-01-22 15:24:49 -08:00
Mike Lockwood
2d044d1ff9 Merge "Remove MTP related log spam" into honeycomb 2011-01-22 14:35:39 -08:00
Dianne Hackborn
f36af16479 Merge "Whoops, actually exclude pre-HC apps." into honeycomb 2011-01-22 13:06:48 -08:00
Dianne Hackborn
842e04b221 Whoops, actually exclude pre-HC apps.
Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365
2011-01-22 13:00:12 -08:00
Dianne Hackborn
5503d803ec Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb 2011-01-22 11:38:48 -08:00
Romain Guy
b2ee64edff Merge "Fix regression with hardware layers." into honeycomb 2011-01-22 00:39:16 -08:00
Romain Guy
c88e357d1e Fix regression with hardware layers.
The renderer was checking whether the layer's region is a rect to
draw it with a simple quad. This test was done against the layer's
region structure, which was cleared after generating the mesh.
Unfortunately Region::isRect() returns true when the region is
empty, which was causing the renderer to always use a quad to
draw a mesh on screen.

Change-Id: If4b874579ee0cedcb67367c9efa5c0c98ca55231
2011-01-22 00:35:23 -08:00
Dirk Dougherty
794e886715 Merge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance." into honeycomb 2011-01-21 22:24:42 -08:00
Dirk Dougherty
8608476c45 doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.
Change-Id: Ia6f0731538ed8df76dbb949d9052667013b8da7c
2011-01-21 22:21:47 -08:00
Jaikumar Ganesh
8db58ea52c Merge "Connect other profiles when priority is auto connect." into honeycomb 2011-01-21 21:24:49 -08:00
Romain Guy
acf36126e4 Merge "Log only 1 line per process when using OpenGLRenderer." into honeycomb 2011-01-21 21:15:40 -08:00
Romain Guy
c9855a53ed Log only 1 line per process when using OpenGLRenderer.
Change-Id: Idbdd6b84f31301e58ed53e0d50fd61fece192dfa
2011-01-21 21:14:15 -08:00
Mike Lockwood
f26a586c86 Remove MTP related log spam
Change-Id: I9de1792cbeec07fa5ab42ff9a10813f0c3d30fc1
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-21 21:00:54 -08:00
Robert Ly
baf5e7683e Doc change: adding sample links
Change-Id: I8922fe5d775b1b3c9acf0c1002188a9dd89ff611
2011-01-21 20:58:48 -08:00
Jesse Wilson
3a27acef4e Merge "Update preloaded-classes for Honeycomb." into honeycomb 2011-01-21 19:29:22 -08:00
Jaikumar Ganesh
a8d18865a4 Connect other profiles when priority is auto connect.
ACL auto connection was removed so other profiles
won't auto connect when priority was auto connect.

Reduced connect other profiles time delay.

Bug: 3281016
Change-Id: I8d98fd0d9bace193d619d7f241fff22f07e3e935
2011-01-21 19:22:23 -08:00
Scott Main
d8ea604b7e Merge "add note about emulator performance" into honeycomb 2011-01-21 19:13:38 -08:00
Justin Ho
23783dcd21 Merge "Updated ic_sysbar menu asset" into honeycomb 2011-01-21 19:11:56 -08:00
Scott Main
04f04b2732 add note about emulator performance
Change-Id: I92bcbc10f6cbf89abb2d8cc8ea80bc283f8fa343
2011-01-21 19:11:23 -08:00
Justin Ho
b132d8c9b1 Merge "Updated IME asset" into honeycomb 2011-01-21 19:11:15 -08:00
Justin Ho
c5d7b06ce3 Updated ic_sysbar menu asset
Change-Id: I108f4313c881b8805065a8e414d5abbe482d449c
2011-01-21 19:10:09 -08:00
Justin Ho
92ca33ca62 Updated IME asset
Change-Id: Iba03d6d070467b8f5335690e9cf5fc0fb04dce68
2011-01-21 19:08:33 -08:00
Romain Guy
596ba2fa79 Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb 2011-01-21 19:02:05 -08:00
Romain Guy
c5d55863ec Correctly invalidate views that transition from opaque to non-opaque.
Bug #3337037

Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d
2011-01-21 19:03:58 -08:00
Scott Main
fa9d452b45 Merge "update sidenav, fix typos" into honeycomb 2011-01-21 18:48:58 -08:00
Scott Main
6027501a75 update sidenav, fix typos
Change-Id: I9da574db1ee13f511a5557f6ce4559192afc67b3
2011-01-21 18:48:09 -08:00
Bart Sears
e2ff529b3f Merge "b/3377597 Improve zooming performance." into honeycomb 2011-01-21 18:47:13 -08:00
Scott Main
a3c3b84260 Merge "more revisions to getting started; add emulator issues" into honeycomb 2011-01-21 18:26:53 -08:00
Scott Main
3f16a12b5f more revisions to getting started; add emulator issues
Change-Id: I1483933857eeab784b2bfa6698846854017fcd9c
2011-01-21 18:25:18 -08:00
Adam Powell
cd862c44d9 Merge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"" into honeycomb 2011-01-21 18:18:00 -08:00
Adam Cohen
a049fe95cd Merge "Fixing a couple StackView bugs:" into honeycomb 2011-01-21 18:12:15 -08:00
Adam Powell
b3312b88c1 Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
Change-Id: I768d35f9752d5f6466708fd191781aa26aefd121
2011-01-21 18:12:02 -08:00
Adam Powell
3024a5a54f Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb 2011-01-21 18:08:51 -08:00
Adam Powell
017f6e783e Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
Change-Id: I1397e7ee8146d929bea790698581c3c1bab7298f
2011-01-21 18:07:37 -08:00
Adam Cohen
e86ff4d561 Fixing a couple StackView bugs:
-> Making sure to update visuals every time adapter count changes
-> Fixing a clipping issue seen on some devices

Change-Id: I489395b5caaa06eb7187b2dac679b793bf54d7e1
2011-01-21 17:59:29 -08:00
Scott Main
e2ba0dfef1 remove link to revisions
Change-Id: Iaf4a418c22f6e97a88f658092338f67e88d73723
2011-01-21 17:59:13 -08:00
Scott Main
d41ff8e1a4 docs: update the honeycomb preview version notes
Change-Id: I5364ef351095a23914f75ae109d21cb4d9c09e01
2011-01-21 17:55:14 -08:00
Jesse Wilson
8068618ebe Update preloaded-classes for Honeycomb.
We preload classes for two reasons. Classes that are popular can be
shared and can increase the number of apps that can be run concurrently.
Classes that initialize slowly can be initialized at system boot time
by the zygote, decreasing the time to launch a specific app.

To select which classes to preload, I exercised Android's built-in apps
as well as these apps from Market: ESPN score center, Amazon, Flixster,
Twitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic),
Barcode Reader, Google Earth and Square.

A cycle of launching ~460 (non unique) activities in sequence took 9m35s
with the previous preloaded-classes list. The update improves the launch
time of the same sequence to 9m27s: the marginal improvement over the
previous set of preloaded classes is negligible.

http://b/3004763

Change-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe
2011-01-21 17:25:55 -08:00
Dianne Hackborn
3a56ce3ab3 Merge "Fix some error messages, turn off logging." into honeycomb 2011-01-21 16:45:27 -08:00
Dianne Hackborn
ec541e1787 Fix some error messages, turn off logging.
Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600
2011-01-21 16:44:04 -08:00
Huahui Wu
5d4064c863 b/3377597 Improve zooming performance.
Once WebKit claimed it doesn't want to consume the multi-touch events,
we remember that and handle the events in WebView directly.

Change-Id: Idfc99c16b3f4d7f4719791c64fb2355ff66aba5e
2011-01-21 16:30:57 -08:00
Adam Powell
84fbff1299 Merge "Fix bug 3374792 - Default holo dark activity background is badly dithered at full size" into honeycomb 2011-01-21 16:21:37 -08:00
Fabrice Di Meglio
9e2fa7a5b6 Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" into honeycomb 2011-01-21 16:20:37 -08:00
Scott Main
5b5cbbf857 Merge "Doc change: fixing links and code indents" into honeycomb 2011-01-21 16:19:56 -08:00
Carl Shapiro
76afe3e5cd Merge "Remove dead code referencing an obsolete interface." into honeycomb 2011-01-21 16:11:40 -08:00
Carl Shapiro
8f995b5f6d Remove dead code referencing an obsolete interface.
Bug: 3378919

Change-Id: I780d98492ea7996187e3d97fcae7748f7ee68e91
2011-01-21 16:10:08 -08:00
Adam Powell
5fc3c84f5c Merge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb 2011-01-21 15:49:46 -08:00
Jaikumar Ganesh
c4cc3ea48a Merge "Temporary Changes for certification of SCO." into honeycomb 2011-01-21 15:43:42 -08:00