Adam Powell
a6ce081970
Merge "Fix bug 3381275 - Too much padding on the left of a custom nav bar" into honeycomb
2011-01-23 20:52:38 -08:00
Adam Powell
2a7ea67a03
Fix bug 3381275 - Too much padding on the left of a custom nav bar
...
Hide the title layout if it's empty to omit any included padding.
Change-Id: I01d287c8e214ed3648a47f5ca00b50f78d1659ad
2011-01-23 20:35:28 -08:00
Joe Onorato
4c541b1303
Merge "visibility ("lights out") API." into honeycomb
2011-01-23 19:26:13 -08:00
Joe Onorato
664644d9e0
visibility ("lights out") API.
...
1. Views may setSystemUiVisibility() to recommend that
the system chrome (status bar or other UI) show or hide
itself. (This functionality was previously available only
via the FLAG_FULLSCREEN window flag for some SystemUI
implementations.)
2. Views may register a OnSystemUiVisibilityChangedListener
on a view, and find out when the system UI actually
appears or disappears, allowing apps to coordinate the
appearance of their own UI if desired.
Bug: 3241144
Change-Id: Ia1758d94099182d49a1e3688ea2738ae4995b829
2011-01-23 19:22:52 -08:00
Adam Powell
2bed570bba
Fix bug 3367627 - spontaneous crash
...
Fix a little-traversed codepath that could cause some grief.
Change-Id: I75e6931c3208a0f18b40446f23a2fdd5a0065ce8
2011-01-23 19:20:43 -08:00
Joe Onorato
2cd06609b4
Merge "Fix typo that causes brigtness to be wrong." into honeycomb
2011-01-23 18:26:02 -08:00
Gilles Debunne
4a74dbc3f2
New fix for popup behavior in AutoCompleteTextViews.
...
Bug 3374144
The fix in https://android-git.corp.google.com/g/#change,91880 is not
sufficient. An updated adapter needs to be able to force an update of
the poup result list.
Addded a flag that prevents the popup from being re-opened when it has
previously been closed by a user action.
Change-Id: I45fab056c8ebd6dc4317430213f2bc37b51b79e3
2011-01-23 18:20:43 -08:00
Adam Powell
7ed3d005ac
Merge "Fix bug 3380292 - long title in actionbar context mode pushes buttons over edge" into honeycomb
2011-01-23 18:16:09 -08:00
Adam Powell
b0ff6f9955
Fix bug 3380292 - long title in actionbar context mode pushes buttons over edge
...
Also adjust default web text selection menu to allow overflow, preventing items
from being cut off in portrait or on smaller screens.
Change-Id: I686c9a8daab31a38c2fcb75ee1402f09f568c238
2011-01-23 18:07:45 -08:00
Dianne Hackborn
802fb15d2a
am 9476f045: Merge "Fix issue #3215261 : NPE in WiFi Settings" into honeycomb
...
* commit '9476f04590ebea2d74ebb60775f2648323239512':
Fix issue #3215261 : NPE in WiFi Settings
2011-01-23 17:48:23 -08:00
Dianne Hackborn
9476f04590
Merge "Fix issue #3215261 : NPE in WiFi Settings" into honeycomb
2011-01-23 17:45:59 -08:00
Dianne Hackborn
89ba6750e5
Fix issue #3215261 : NPE in WiFi Settings
...
And also fix #3343369 : EGL_BAD_DISPLAY and/or broadcast intent
TIME_SET before boot completion
And a few more tweaks to animations to keep the wallpaper displayed
when needed.
And make more use of the drag and drop "rotation disabled" thing to
also use it while animating the screen rotation, since if we try to
start a new rotation while doing the animation we end up with a mess.
Change-Id: I373af305a6e23a92835abed96229a83e173f67ce
2011-01-23 17:35:08 -08:00
Adam Powell
ab847acd5e
am 12e2500b: Merge "Fix bug 3381563 - fix segmented button styles" into honeycomb
...
* commit '12e2500b27cf53880baff5bcdc6c30868ecde744':
Fix bug 3381563 - fix segmented button styles
2011-01-23 17:10:57 -08:00
Jim Miller
62a01eca1d
am 93727e84: Merge "Fix 3373106: add hint text to PasswordUnlock" into honeycomb
...
* commit '93727e845fa73f3397ccbe4416a5781bb5003883':
Fix 3373106: add hint text to PasswordUnlock
2011-01-23 17:08:43 -08:00
Adam Powell
12e2500b27
Merge "Fix bug 3381563 - fix segmented button styles" into honeycomb
2011-01-23 17:07:59 -08:00
Jim Miller
93727e845f
Merge "Fix 3373106: add hint text to PasswordUnlock" into honeycomb
2011-01-23 17:06:42 -08:00
Adam Powell
3169a0860c
Fix bug 3381563 - fix segmented button styles
...
Change-Id: Ie191ef55548f2035012f643ad6ef434a4b10fff0
2011-01-23 17:03:48 -08:00
Joe Onorato
fac86056b2
Fix typo that causes brigtness to be wrong.
...
Bug: 3351558
Change-Id: I4409c44db15a35be98ba0b0f2c28ed939494495a
2011-01-23 17:03:36 -08:00
Jesse Wilson
9fa533c26e
am e2be3416: Merge "Don\'t call broken+deprecated SamplingProfiler.writeHprofData" into honeycomb
...
* commit 'e2be3416f2851a5bc482ad103c771f212e88ef20':
Don't call broken+deprecated SamplingProfiler.writeHprofData
2011-01-23 16:42:58 -08:00
Jesse Wilson
e2be3416f2
Merge "Don't call broken+deprecated SamplingProfiler.writeHprofData" into honeycomb
2011-01-23 16:40:53 -08:00
Romain Guy
65cd377a9f
am 60c06092: Merge "Fix bitmap meshes to work in display lists." into honeycomb
...
* commit '60c060929f41447c5ac3a75c1cd6cfb60b139200':
Fix bitmap meshes to work in display lists.
2011-01-23 16:35:56 -08:00
Romain Guy
60c060929f
Merge "Fix bitmap meshes to work in display lists." into honeycomb
2011-01-23 16:34:08 -08:00
Romain Guy
a566b7c3aa
Fix bitmap meshes to work in display lists.
...
Change-Id: Ie226d049840942d9ad9cf58e0c19132f49d62a75
2011-01-23 16:36:11 -08:00
Dianne Hackborn
c55d2b6680
am 781955ea: Merge "aapt: Allow raw "%" in unformatted string-arrays" into honeycomb
...
* commit '781955eae61a2464ff1a7a06602038b0c7f6d7a4':
aapt: Allow raw "%" in unformatted string-arrays
2011-01-23 16:32:43 -08:00
Dianne Hackborn
781955eae6
Merge "aapt: Allow raw "%" in unformatted string-arrays" into honeycomb
2011-01-23 16:30:53 -08:00
Justin Ho
37f78275ff
am e0164cd5: Updated legacy radio buttons (mdpi)
...
* commit 'e0164cd5630d53f0543f4c05b78016087797fe25':
Updated legacy radio buttons (mdpi)
2011-01-23 16:19:19 -08:00
Jim Miller
7dd879a6a7
Fix 3381304: disable key preview in LockScreen's qwerty keyboard
...
Change-Id: I679dc9306a95b02bd7319e100c9f8871848fb134
2011-01-23 16:18:01 -08:00
Justin Ho
e0164cd563
Updated legacy radio buttons (mdpi)
...
Change-Id: Id17077b8f216d193eb6f6ae65b5d4e158116aeef
2011-01-23 16:16:03 -08:00
Romain Guy
8b2f5267f1
Add support for arcs.
...
Change-Id: I96c057ff4eb1b464b03f132da0b85333777bee4f
2011-01-23 16:15:02 -08:00
Romain Guy
ff42d952eb
am 502d41d8: Merge "Add support for arcs." into honeycomb
...
* commit '502d41d85958fb729a17e0651e80134e1c41c621':
Add support for arcs.
2011-01-23 16:14:49 -08:00
Romain Guy
502d41d859
Merge "Add support for arcs." into honeycomb
2011-01-23 16:12:50 -08:00
Adam Powell
b2d7b02c4f
am 8ccea78c: Merge "Fix bug 3299208 - Some apps\' dialogs aren\'t show()ing successfully" into honeycomb
...
* commit '8ccea78c01a6098e96189799b46b72cbfeba7bae':
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully
2011-01-23 16:12:45 -08:00
Jim Miller
a1224a684d
Fix 3373106: add hint text to PasswordUnlock
...
Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127
2011-01-23 16:11:44 -08:00
Adam Powell
8ccea78c01
Merge "Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully" into honeycomb
2011-01-23 16:09:54 -08:00
Josh Stone
02feeb4b2b
aapt: Allow raw "%" in unformatted string-arrays
...
Commit 15fe2cb added format checking for translatable strings, enforcing
the use of positional args. This check can be disabled on <string>
values with translatable="false" or formatted="false". But they didn't
check for those attributes on <string-array>, so some of CM's strings
fail when they're not really format strings, just because they contain
percent signs. (e.g. brightness widget's "Auto/Dim/40%/100%")
So now the formatted/translatable attributes are checked in string-array
too, and we can restore our proper percent signs.
Change-Id: I3478ab7e0b939e61fe0cec20201ac55096264080
2011-01-23 16:00:36 -08:00
Dianne Hackborn
8c92a34294
am 9d97b63d: Honeycomb is now officially API 11.
...
* commit '9d97b63d0e0c7c9deb2d140c1dd579b51f52c1af':
Honeycomb is now officially API 11.
2011-01-23 15:19:09 -08:00
Adam Powell
e571e60a3d
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully
...
Fix legacy submenus in options menus.
Change-Id: I3d115c72d99dadd5b23f9459fd27277a39de332b
2011-01-23 15:18:46 -08:00
Dianne Hackborn
9d97b63d0e
Honeycomb is now officially API 11.
...
Change-Id: I5b11801468bf6ee2482f1ef201ece70ed9303bd8
2011-01-23 14:56:39 -08:00
Dianne Hackborn
38433e2dae
am b4ca900d: Merge "Final (hopefully) API cleanup." into honeycomb
...
* commit 'b4ca900d139f87547b23ae78a744df68a052e83e':
Final (hopefully) API cleanup.
2011-01-23 14:50:46 -08:00
Dianne Hackborn
b4ca900d13
Merge "Final (hopefully) API cleanup." into honeycomb
2011-01-23 14:48:09 -08:00
Dianne Hackborn
f3e735c2c3
Final (hopefully) API cleanup.
...
Change-Id: Iaac6b2ca399eda44458c2bc1a6501672b6c85b90
2011-01-23 14:43:11 -08:00
Romain Guy
22fdb6f3e9
am d182046e: Merge "Add support for ovals and stroked rectangles." into honeycomb
...
* commit 'd182046ee67c1196e52b74dc9f3f89dcb816785d':
Add support for ovals and stroked rectangles.
2011-01-23 14:18:57 -08:00
Dan Morrill
fe7006c5fc
am 9dbf1351: Merge "Adding faketouch feature." into honeycomb
...
* commit '9dbf1351e8cd1d8a320cdc7fecffc876fffb71f1':
Adding faketouch feature.
2011-01-23 14:18:52 -08:00
Romain Guy
c1cd9ba335
Add support for ovals and stroked rectangles.
...
Change-Id: I1292e241386763c82e6622c8f7ed90b0f5b7bd4f
2011-01-23 14:18:41 -08:00
Romain Guy
d182046ee6
Merge "Add support for ovals and stroked rectangles." into honeycomb
2011-01-23 14:17:28 -08:00
Dan Morrill
9dbf1351e8
Merge "Adding faketouch feature." into honeycomb
2011-01-23 14:17:18 -08:00
Jeff Brown
d34887a799
am b867b1f6: Merge "Avoid unnecessarily redrawing the wallpaper." into honeycomb
...
* commit 'b867b1f6a2854e271223bddb2e39d594bdb493b6':
Avoid unnecessarily redrawing the wallpaper.
2011-01-23 13:42:26 -08:00
Jeff Brown
21c38db8ec
am c9ce1f24: Merge "Fix spurious resizes during rotation animation." into honeycomb
...
* commit 'c9ce1f24df4c50e27ffe50495aef968e6cbe7f6f':
Fix spurious resizes during rotation animation.
2011-01-23 13:42:22 -08:00
Jeff Brown
5f1e37a736
am f4180679: Merge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb
...
* commit 'f41806799ad70085722dd7d11e3f8043109290bf':
Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
2011-01-23 13:40:21 -08:00
Jeff Brown
b867b1f6a2
Merge "Avoid unnecessarily redrawing the wallpaper." into honeycomb
2011-01-23 13:39:23 -08:00