Svetoslav Ganov
86471d00f6
Merge "Accessibility support to NumberPicker, DatePicker, and TimePicker" into honeycomb
2011-01-27 18:16:27 -08:00
Svetoslav Ganov
8a2a89588c
Accessibility support to NumberPicker, DatePicker, and TimePicker
...
bug:3400707
Change-Id: I0d4b10e9c744e7221a9a7a74081bcee351abbaf2
2011-01-27 17:50:14 -08:00
Adam Powell
f95e8c5bb2
Merge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb
2011-01-27 17:18:11 -08:00
Adam Powell
6650185cae
Fix bug 3400213 - MenuItem ignores String spannable colors
...
Make MenuInflater preserve spannable strings.
Change-Id: I1e01827def3a87ea7814078df53debcc35f245d2
2011-01-27 17:10:40 -08:00
Adam Powell
d1f94e36da
Merge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag" into honeycomb
2011-01-27 15:58:18 -08:00
Romain Guy
0250bc2fac
Merge "Catch exception when ViewRoot's surface is not valid. Bug #3399426 " into honeycomb
2011-01-27 15:41:08 -08:00
Romain Guy
fea12b87f2
Catch exception when ViewRoot's surface is not valid.
...
Bug #3399426
Change-Id: Id4e0b8714c9520c4e84e81c2978752d46c912b6b
2011-01-27 15:36:40 -08:00
Derek Sollenberger
8f9fb94741
Merge "Add Plugin API for controling the device power states" into honeycomb
2011-01-27 15:26:53 -08:00
Derek Sollenberger
f3196cd70a
Add Plugin API for controling the device power states
...
This is an initial API that will allow the plugin to request to
keep the screen on.
companion change is in external/webkit
bug: 3331493
Change-Id: Ic18787e7ecd705a5b2e31a34ea884fd39ad9d11a
2011-01-27 18:00:14 -05:00
Adam Powell
3ba6774263
Fix bug 3399725 - externally reported issue 14317:
...
android:scrollbarSize attribute does not work in ScrollView tag
Change-Id: Ic2cc908936991f473ccfc60d9c2711edfd45c132
2011-01-27 14:25:44 -08:00
Adam Powell
43d7b83ed9
Merge "Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info" into honeycomb
2011-01-27 13:53:03 -08:00
Gilles Debunne
6f7a6bc345
Merge "Soft keyboard is not shown when text selection mode is aborted." into honeycomb
2011-01-27 13:51:48 -08:00
Adam Powell
6f5e934b96
Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in
...
talk > Friend Info
Make spinner dropdowns cover the IME if present without being touched
first.
Change-Id: Ie47df1ad684649de73b102e2ecf5528a35301d93
2011-01-27 13:30:55 -08:00
Huahui Wu
cbcdc6147a
Merge "b/3347670 Support installing online certs to the system keystore." into honeycomb
2011-01-27 13:26:27 -08:00
Gilles Debunne
17d31decef
Soft keyboard is not shown when text selection mode is aborted.
...
Bug 3381317
Also generalized and uniformized the use of peekInstance. Added null
tests, and isActive tests before hiding.
Change-Id: Ifd1a053fd920841333e0ebab3e2a8d26b469a0f6
2011-01-27 12:55:28 -08:00
Vasu Nori
ce3b35a7b0
Merge "bug:3398527 return List insttead of ArrayList from public API" into honeycomb
2011-01-27 12:46:00 -08:00
Vasu Nori
a017edace7
bug:3398527 return List insttead of ArrayList from public API
...
Change-Id: Idbdcb59fe860a9168c9ef6c00eb128b05fce84ff
2011-01-27 11:47:28 -08:00
Gilles Debunne
315f386598
Merge "CustomSelectionActionModeCallback can prevent selection mode from starting." into honeycomb
2011-01-27 11:07:16 -08:00
Chet Haase
f4ac547f86
Fix NPE with display lists when view not attached
...
There was logic in ViewGroup that assumed that an accelerated
view must always be able to get a display list for any child
that it was drawing. One situation occurred, however, that
caused a problem with this - a contacts activity was started
and not yet attached, but was being asked to render into an
accelerated canvas. We assumed that the child would have a display
list and simply called getDisplayList(). But since that call
returned null, we later deref'd the null object.
The fix is to check whether a child can have a display list
instead of assuming that it can just because the container view
is accelerated.
Change-Id: I7de62fd597ad50720c9585d621bec02e77c171df
2011-01-27 10:30:25 -08:00
Huahui Wu
c7939b1750
b/3347670 Support installing online certs to the system keystore.
...
Requires another CL in external/webkit.
https://android-git.corp.google.com/g/#change,93328
Change-Id: I33d642d370ddf330199f2b296d5f8b08923e49cd
2011-01-27 09:51:37 -08:00
Gilles Debunne
ddd6f39287
CustomSelectionActionModeCallback can prevent selection mode from starting.
...
Bug 3381317
Change-Id: I9fb52077216ed56c101ed58f8897478343369528
2011-01-27 09:49:41 -08:00
Chet Haase
e38ba4acbe
Fix gmail crossfade artifacts.
...
Display lists could not handle custom views that did their
own draw dispatching, as is the case with gmail. This fix makes that
possible and display lists handle this case robustly. Now the
crossfade works because the display lists contain the right content.
Change-Id: Iea7d6e99239b24f833701d546fe083aa00e2b31b
2011-01-27 01:25:18 -08:00
Chet Haase
a45c056e62
Merge "Fix display List bugs" into honeycomb
2011-01-26 23:49:23 -08:00
Jeff Brown
f02853f211
Merge "Fix down arrow in AutoCompleteTextView." into honeycomb
2011-01-26 23:45:59 -08:00
Vasu Nori
d529d0df8f
Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
2011-01-26 23:43:17 -08:00
Vasu Nori
4b92aeec3f
bug:3396894 (HC branch) remove STOPSHIP code
...
Change-Id: Iad8790b7c2efa3a9b35e07429ea47d4e9f72081b
2011-01-26 23:24:05 -08:00
Svetoslav Ganov
c291a7bf7a
Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb
2011-01-26 22:59:23 -08:00
Svetoslav Ganov
58f51255eb
The calendar view widget was jumping incorrectly to the next week
...
while selectiong the last day of the week.
The NumberPicker widget was getting into an inconsitent state when
reaching the end of the range (non wrapping selector wheel) and
the user touches the location of the hidden increment/decrement
button.
Change-Id: Id54103295dd2574030e2c29996061faa659a5bb7
2011-01-26 22:50:55 -08:00
Chet Haase
678e0adbdb
Fix display List bugs
...
Various property setters in View need to invalidate the parent's
cache to get redrawn properly when accelerated with display lists.
Also, fix logic around display lists and old-style Animations in
ViewGroup.
Change-Id: I70e1c2fa49e62228ee4a1301a006ce50bda4c305
2011-01-26 22:44:52 -08:00
Romain Guy
7c53a0d607
Merge "Don't draw the same triangles several times. Bug #3388197 " into honeycomb
2011-01-26 22:44:02 -08:00
Romain Guy
4f09f5417b
Don't draw the same triangles several times.
...
Bug #3388197
Change-Id: Ief1dfd9447f144e9992340a173d2893e5e049129
2011-01-26 22:45:16 -08:00
Adam Cohen
53838d265e
Fixing some ugly StackView relayouts on rotation
...
Change-Id: Ic4b11637ed73e60e1af1fcd27e5610d8f84a31fe
2011-01-26 22:25:14 -08:00
Jeff Brown
8d6d3b83fb
Fix down arrow in AutoCompleteTextView.
...
Bug: 3337416
Change-Id: I572d55c973b9adc68765ba02197e84f3558e65bc
2011-01-26 21:08:53 -08:00
Kenny Root
5d506fa727
Merge "Add API for preferred Launcher icon size and density" into honeycomb
2011-01-26 20:16:31 -08:00
Kenny Root
5ef44b7566
Add API for preferred Launcher icon size and density
...
Applications that create an icon for launcher to use couldn't determine
which size or density the icon should be created.
Bug: 3224340
Change-Id: Iee96113a4092696a9bd18eecbd2593b38f952a16
2011-01-26 19:43:27 -08:00
Jim Miller
57d472a5b1
Merge "Fix 3381324: Restart ripples when the user moves away from the edge." into honeycomb
2011-01-26 19:39:23 -08:00
Michael Kolb
85fd2c9102
Merge "fix incognito url loading" into honeycomb
2011-01-26 19:21:49 -08:00
Michael Kolb
2c8b1f77a3
fix incognito url loading
...
http://b/issue?id=3349090
removed the loading of the "browser:incognito" url
Change-Id: I47f952d372b4d69e91d4b29b3b5e5ec46a4f4fc3
2011-01-26 19:16:11 -08:00
Dianne Hackborn
2dc9c784b2
Merge "Fix issue #3382992 : IME close animation stutters from URL bar" into honeycomb
2011-01-26 19:04:15 -08:00
Jim Miller
8996cf071a
Fix 3381324: Restart ripples when the user moves away from the edge.
...
This changes the behavior of WaveView to start waves again when
the user moves the halo back towards the center.
Change-Id: Ia3b8fbd091e90e83e0c34b98a3060d3236191d7a
2011-01-26 19:03:49 -08:00
Dianne Hackborn
63042d6a03
Fix issue #3382992 : IME close animation stutters from URL bar
...
Gross hack is grosser.
Change-Id: I0a34bf1d7c16c547402318f24776a5f7e8b7552b
2011-01-26 18:56:29 -08:00
Romain Guy
ede54ce2fe
Merge "Fix crash in movie studio." into honeycomb
2011-01-26 18:46:29 -08:00
Romain Guy
0c75622cf8
Fix crash in movie studio.
...
Change-Id: I06acb0b39cc3839cf7abb58b32dec9b9bec424d6
2011-01-26 18:48:38 -08:00
Romain Guy
f2499fa434
Make sure that we update SurfaceView's window with display lists.
...
Bug #3395487
Change-Id: Idaef3953a596ee3b4049a2d8aef6dda676b1545b
2011-01-26 18:31:23 -08:00
Romain Guy
9c8307fb19
Merge "Make sure that we update SurfaceView's window with display lists. Bug #3395487 " into honeycomb
2011-01-26 18:29:38 -08:00
Gilles Debunne
bc3f79371b
Merge "Tabs are resized to make sure they fit in their parent." into honeycomb
2011-01-26 18:09:23 -08:00
Jaikumar Ganesh
55271a79d1
Merge "Disable PBAP for no voice capability" into honeycomb
2011-01-26 17:52:50 -08:00
Scott Main
0f2e2b8b82
Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description." into honeycomb
2011-01-26 17:06:45 -08:00
Mike Lockwood
278a04eb7a
Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb
2011-01-26 16:24:19 -08:00
Winson Chung
b90a91c633
Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
...
- Also tweaking disconnect delay, cache size, and memory limit
Change-Id: If67188dcb363e5a2fbc02736f82bfd783af02533
2011-01-26 16:09:09 -08:00