Justin Ho
721a225339
am 93a0110e: Merge "New stat_notify icons in hdpi and mdpi" into honeycomb
...
* commit '93a0110e94da1144d949fc06070ba8250f9a1825':
New stat_notify icons in hdpi and mdpi
2011-01-26 09:14:57 -08:00
Justin Ho
93a0110e94
Merge "New stat_notify icons in hdpi and mdpi" into honeycomb
2011-01-26 09:12:01 -08:00
Jaikumar Ganesh
b8a1a415f3
am 8ef1179e: Merge "Improve readability of java docs for the public APIs." into honeycomb
...
* commit '8ef1179efce1c8b1107df707afdce8f85404d39e':
Improve readability of java docs for the public APIs.
2011-01-26 09:04:47 -08:00
Jaikumar Ganesh
8ef1179efc
Merge "Improve readability of java docs for the public APIs." into honeycomb
2011-01-26 09:02:12 -08:00
Justin Ho
ecf62d76e8
New stat_notify icons in hdpi and mdpi
...
Change-Id: I8e1eee2921411f5ed8d404c39dbfc9ac4977ef37
2011-01-26 08:48:48 -08:00
Justin Ho
2962f7a9f3
am 1e0bad61: Updating phone assets to Gingerbread Integrating new stat_notify in SystemUI
...
* commit '1e0bad6156f2ae19b87519c2b3e2ccf7aba93d66':
Updating phone assets to Gingerbread Integrating new stat_notify in SystemUI
2011-01-26 08:08:21 -08:00
Justin Ho
1e0bad6156
Updating phone assets to Gingerbread
...
Integrating new stat_notify in SystemUI
Change-Id: Ib626847a050b255ee63092b84f59ce83ed174379
2011-01-26 07:39:16 -08:00
Justin Ho
f2d3d9f52a
am 9286bb5b: Merge "Removing unused assets" into honeycomb
...
* commit '9286bb5bd550793e3a9cee2aa689842100794585':
Removing unused assets
2011-01-26 07:31:00 -08:00
Justin Ho
9286bb5bd5
Merge "Removing unused assets" into honeycomb
2011-01-26 07:26:40 -08:00
Chet Haase
b69e985b9a
am ace9233b: Merge "Fix invalidation problem with display lists" into honeycomb
...
* commit 'ace9233b11e9be0d894fcf36cdee4c6b0a20d3bd':
Fix invalidation problem with display lists
2011-01-26 06:32:59 -08:00
Chet Haase
ace9233b11
Merge "Fix invalidation problem with display lists" into honeycomb
2011-01-26 06:30:48 -08:00
Patrick Scott
ac9bda01b1
am c45ec344: Merge "Turn off picture splitting for now." into honeycomb
...
* commit 'c45ec3440bcdc00542e5e08cfa7ba29593cb7609':
Turn off picture splitting for now.
2011-01-26 05:51:07 -08:00
Patrick Scott
c45ec3440b
Merge "Turn off picture splitting for now." into honeycomb
2011-01-26 05:48:53 -08:00
satok
e2f32bc938
am 71353f36: Merge "Update input method panel when packages are changed." into honeycomb
...
* commit '71353f367185a254238ffa56c1e158a48d3b28cb':
Update input method panel when packages are changed.
2011-01-26 02:10:32 -08:00
satok
71353f3671
Merge "Update input method panel when packages are changed." into honeycomb
2011-01-26 02:08:48 -08:00
satok
0ee6613d09
Update input method panel when packages are changed.
...
Change-Id: I1edad2a11fd40c8f1f7fbb42f37e0538b1e245eb
2011-01-26 19:01:08 +09:00
Chet Haase
77785f9d25
Fix invalidation problem with display lists
...
It was previously the case that a view marked ~DRAWN must be
invalidated correctly already, so we would not mark any flags.
Display lists added new logic such that an undrawn node must still
be checked to see if its cache has been marked invalid. If not,
we must mark it invalid to make sure that a future rendering call
will cause the view to refresh its display list, thus refreshing its
child node tree's display lists, since that's where the invalidate
call must have originated.
Change-Id: I0f73c85459174c0e3f16d703f7eb914a706c808a
2011-01-25 23:22:09 -08:00
Romain Guy
5742a27710
am b6110a1e: Merge "Make sure the opaque bitmap is opaque. GL doesn\'t like being lied to. Bug #3382992 " into honeycomb
...
* commit 'b6110a1ef41337a5f3042c7e08b63274cee4faf6':
Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug #3382992
2011-01-25 22:56:10 -08:00
Romain Guy
b6110a1ef4
Merge "Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug #3382992 " into honeycomb
2011-01-25 22:54:06 -08:00
Romain Guy
f90f8171e6
Make sure the opaque bitmap is opaque. GL doesn't like being lied to.
...
Bug #3382992
The result still looks wrong but it works as designed, unfortunately.
Change-Id: I6108e199fa336cb01faaabf6c75faa3b71c2339b
2011-01-25 22:53:24 -08:00
Santosh Madhava
c4132eb299
am 4991a00b: Merge "Review rework for issue 3385068 : Play gets out of sync" into honeycomb
...
* commit '4991a00b28ea17941681396ec5dfc62a53408158':
Review rework for issue 3385068 : Play gets out of sync
2011-01-25 22:46:41 -08:00
Santosh Madhava
4991a00b28
Merge "Review rework for issue 3385068 : Play gets out of sync" into honeycomb
2011-01-25 22:44:07 -08:00
Santosh Madhava
7196a266c5
am b38ed1af: Merge "Fix for issue 3366265 : Native crash exporting movie" into honeycomb
...
* commit 'b38ed1af92c6af03249a50fed0530d20de5cd14d':
Fix for issue 3366265 : Native crash exporting movie
2011-01-25 22:21:42 -08:00
Santosh Madhava
b38ed1af92
Merge "Fix for issue 3366265 : Native crash exporting movie" into honeycomb
2011-01-25 22:19:21 -08:00
Dianne Hackborn
b8fc8c26cb
am 4fbca2b6: Merge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb
...
* commit '4fbca2b6138c52405fd7fb241bbf3c21fddd04bb':
Change AsyncTask.execute() back to using a thread pool...
2011-01-25 22:08:16 -08:00
Dianne Hackborn
4fbca2b613
Merge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb
2011-01-25 22:05:38 -08:00
Dianne Hackborn
96438cd658
Change AsyncTask.execute() back to using a thread pool...
...
...for now.
Change-Id: I1fe64f3e3a575f85add11dfe4d405f0c3a4a49de
2011-01-25 21:42:37 -08:00
Santosh Madhava
1abe0050fa
Fix for issue 3366265 : Native crash exporting movie
...
Change-Id: I04195198031eeb7d34d4249b49a1092321a2eb0a
2011-01-25 20:41:55 -08:00
Dheeraj Sharma
d28bb6e279
am 2aaa7764: Merge "VideoEditor:Fix for 3369908" into honeycomb
...
* commit '2aaa776429f58069e25c8160a9e5b9a969f6e993':
VideoEditor:Fix for 3369908
2011-01-25 20:36:26 -08:00
Dheeraj Sharma
2aaa776429
Merge "VideoEditor:Fix for 3369908" into honeycomb
2011-01-25 20:34:15 -08:00
Santosh Madhava
de412d277c
Review rework for issue 3385068 : Play gets out of sync
...
Change-Id: I7f7435bd898a72302500cdc15874e469922cbebe
2011-01-25 20:22:41 -08:00
Adam Cohen
7975d8c0fe
am 0f16477b: Merge "Cleaning up StackView" into honeycomb
...
* commit '0f16477b2d2432a294801a12ac513cd41b00d03c':
Cleaning up StackView
2011-01-25 20:20:45 -08:00
Adam Cohen
0f16477b2d
Merge "Cleaning up StackView" into honeycomb
2011-01-25 20:19:17 -08:00
Daniel Sandler
c88b19fcc8
am 34430260: Merge "Fit and finish on status bar:" into honeycomb
...
* commit '344302600a87175a9fd2bdfbf38708b1d1759731':
Fit and finish on status bar:
2011-01-25 18:58:50 -08:00
Daniel Sandler
344302600a
Merge "Fit and finish on status bar:" into honeycomb
2011-01-25 18:56:32 -08:00
Jaikumar Ganesh
4c2e07d2fa
am 7f5d652b: Merge "Do Not Merge. Don\'t connect to non keyboard HID devices." into honeycomb
...
* commit '7f5d652b9c92950170f12f0e5a4641076ed75c20':
Do Not Merge. Don't connect to non keyboard HID devices.
2011-01-25 18:44:22 -08:00
Jaikumar Ganesh
7f5d652b9c
Merge "Do Not Merge. Don't connect to non keyboard HID devices." into honeycomb
2011-01-25 18:42:12 -08:00
Adam Powell
5a6bb13a7a
am c5573a5a: Merge "Fix button assets and styles." into honeycomb
...
* commit 'c5573a5ac40d93b4b74608ee1858d04f74cb24f5':
Fix button assets and styles.
2011-01-25 18:32:00 -08:00
Adam Powell
c5573a5ac4
Merge "Fix button assets and styles." into honeycomb
2011-01-25 18:29:09 -08:00
Adam Powell
4f0d85c0cc
Fix button assets and styles.
...
This fixes some padding issues that broke apps during the last update.
Change-Id: Icdce5231f4497f8f0be0ab842a03cbfdfc501c5a
2011-01-25 18:25:20 -08:00
Jeff Brown
707bf521a4
am 1b0cee36: Merge "Disable mouse support. (DO NOT MERGE)" into honeycomb
...
* commit '1b0cee368b35262a8de49c7a3c28e12195817533':
Disable mouse support. (DO NOT MERGE)
2011-01-25 18:20:40 -08:00
Jeff Brown
12b2dc9088
am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb
...
* commit 'b1e0a870e4099490127bb917bb4fc7a8f48db893':
Fix crashes caused by some input devices.
2011-01-25 18:20:35 -08:00
Jeff Brown
1b0cee368b
Merge "Disable mouse support. (DO NOT MERGE)" into honeycomb
2011-01-25 18:18:10 -08:00
Jeff Brown
b1e0a870e4
Merge "Fix crashes caused by some input devices." into honeycomb
2011-01-25 18:18:05 -08:00
Justin Ho
d5f16ca78e
Removing unused assets
...
Change-Id: I80b2d559f2bb3511ad8da9391e5f54effe91d837
2011-01-25 18:10:04 -08:00
Mathias Agopian
a2852d1f20
am f6926a63: Merge "egl: clear error on function entry" into honeycomb
...
* commit 'f6926a63dfdc114789a6acc06396ca826eb64418':
egl: clear error on function entry
2011-01-25 18:02:49 -08:00
Mathias Agopian
f6926a63df
Merge "egl: clear error on function entry" into honeycomb
2011-01-25 18:01:03 -08:00
Arnaud Berry
254605c1b0
am 40f13039: Merge "Fixed the display of the brightness controls in the system panel" into honeycomb
...
* commit '40f130398cdfc7bc123c6b8871d77d2398990d5e':
Fixed the display of the brightness controls in the system panel
2011-01-25 17:55:09 -08:00
Jeff Brown
7fe57bfa0d
Disable mouse support. (DO NOT MERGE)
...
Change-Id: Ica9703a18195079d227caff8c2389c750559f3d0
2011-01-25 17:52:01 -08:00
Arnaud Berry
40f130398c
Merge "Fixed the display of the brightness controls in the system panel" into honeycomb
2011-01-25 17:51:32 -08:00