Svetoslav Ganov
bd5c9768c4
Merge "Adding accessibility delegate mechanism for backwards compatibility support."
2011-09-12 16:58:13 -07:00
Svetoslav Ganov
031d9c1389
Adding accessibility delegate mechanism for backwards compatibility support.
...
1. Added an AccessibilityDelegate class in View which can be set by
a client that wants to cutomize accessibility behavior via
composition as opposed to inheritance. Insead overriding a new method in
View thus being bound to the API version that introduced this
method a developer can conditionally inject the accessibility
customization if the platform API version is heigh enough. The
developer will have to override the method of interest of the
delegate. The default implementation of the delegate methods is
the same as that of View in the case that there is no delegate
set. If a delegate is set calling an accessibility related method
on View will be handed off to the corresponsing method of the
delegate.
bug:5259555
Change-Id: I00e750e22e5e7164a1b571cb3d12ecaf4ab93db4
2011-09-12 15:42:19 -07:00
Dianne Hackborn
b7fd61ee81
Fix build.
...
Change-Id: I8f0f137649ae69100a2b94706ad9b3861d8dbac0
2011-09-11 11:20:21 -07:00
Dianne Hackborn
1a9c6c97fa
Merge "The wave view attributes should not be public."
2011-09-11 10:56:01 -07:00
Dianne Hackborn
acc3012cd0
The wave view attributes should not be public.
...
Change-Id: I7f021fc79385f5cf2e252389cc5f672f334ee4c4
2011-09-09 18:35:23 -07:00
Adam Powell
dbed072251
Fix build
...
Change-Id: I2b1ad9f057367873554ca4df0c93050bbbc9ebb7
2011-09-09 18:09:51 -07:00
Romain Guy
1ef3fdbe04
Go faster!!!!
...
The less we do, the faster we draw.
Change-Id: I7bbc3908b36d8ae295ea3e61ef71fd9ee2187970
2011-09-09 15:34:49 -07:00
Adam Powell
7c8375d652
Bug 5214224 - List item metrics
...
Base list item padding on the theme. Adjust stock framework list items
to obey this. Adjust text sizes in stock list items based on existing
theme attributes.
Change-Id: I98a441e5494fa1d1d34a5f05e525e54e8b0d78b9
2011-09-09 14:41:37 -07:00
Fred Quintana
7cbfa977ec
Merge "Add a form of getAuthToken that both accepts an options Bundle and doesn't accepts an activity."
2011-09-09 09:52:45 -07:00
Marco Nelissen
02ea7d4877
Merge "Fix bug 5045498 Unhide Remote Control Client API"
2011-09-09 08:44:19 -07:00
Jaikumar Ganesh
eb9d34630f
Make Bluetooth Health APIs public.
...
Fix a few bugs:
a) Pass a integer token to identify the channel.
b) Close fds in case of errors.
Change-Id: I2046787be5008769435f2f72a5bd67c19b749da0
2011-09-08 15:17:17 -07:00
Fred Quintana
ad93a323fe
Add a form of getAuthToken that both accepts an options Bundle and
...
doesn't accepts an activity.
Bug: 5278759
Change-Id: I513c9b5d8a907e26b9ad3c0d5977614820a4990c
2011-09-08 14:12:49 -07:00
Dave Santoro
9fefa3c716
Merge "Add raw entities URI for profiles."
2011-09-08 13:38:00 -07:00
Dave Santoro
a8f09b0946
Merge "Add data_set for Settings table as well."
2011-09-08 13:37:43 -07:00
Steve Block
703bde8ca5
Merge "Add FrameLayout.getMeasureAllChildren()"
2011-09-08 10:38:15 -07:00
Dave Santoro
2b4d07519e
Add raw entities URI for profiles.
...
Bug 5274218
Change-Id: Ifc08e5c2fe4aa3d111cfbe896770a1206fa97bbf
2011-09-07 17:37:33 -07:00
Dave Santoro
7c4479f3c9
Add data_set for Settings table as well.
...
Bug 5156004
Change-Id: Iac0eac2a8a6c3994ba3188e571e39717dcb673e1
2011-09-07 17:14:00 -07:00
Adam Powell
8fc54f9b28
Fix build
...
Change-Id: I9efe13a7647088402c6759399a96de7831df964b
2011-09-07 16:43:53 -07:00
Adam Powell
b63d3c3aed
Merge "Empty implementations of new ActionBar methods."
2011-09-07 16:18:35 -07:00
Fabrice Di Meglio
b6e43268f9
Merge "Hide RTL related APIs"
2011-09-07 16:14:41 -07:00
Adam Powell
0145322e82
Empty implementations of new ActionBar methods.
...
Makes mocks happy!
Change-Id: Ib69dd3b3e0d62e2d1301103d8e3dfcec5e9b03ab
2011-09-07 16:13:36 -07:00
Fabrice Di Meglio
2273b1e4ea
Hide RTL related APIs
...
Change-Id: Idda458fcdebe7afeb9b95e328e552fcbc7939157
2011-09-07 16:06:49 -07:00
Adam Powell
35b38c044f
Merge "Fix bug 5258435 - ActionBar.setBackgroundDrawable"
2011-09-07 15:31:08 -07:00
Adam Powell
f88b915567
Fix bug 5258435 - ActionBar.setBackgroundDrawable
...
Fix this call to work properly and add methods for setting
split/stacked bar backgrounds to match existing styleable elements.
Change-Id: I8c6b1c598af1110f84a9098683d8e0226daf2e27
2011-09-07 14:55:47 -07:00
Wu-cheng Li
cb58757d2f
Merge "Unhide camera video snapshot supported API."
2011-09-07 14:53:45 -07:00
Irfan Sheriff
1a58dce0cc
Merge "Add feature definition for Wi-Fi Direct"
2011-09-07 14:50:32 -07:00
Irfan Sheriff
45b8b46499
Add feature definition for Wi-Fi Direct
...
Bug: 5267396
Change-Id: I4f61b0afd1466420ab951f6d74ec444036772b21
2011-09-07 11:51:48 -07:00
Wu-cheng Li
4c454d82b6
Unhide camera video snapshot supported API.
...
bug:5187868
Change-Id: Idefde8746012c8ef504f3e3020e3fe1256c60860
2011-09-08 02:32:20 +08:00
Adam Powell
94e56ef3b8
Bug 5249855 - Add support for content descriptions on action bar tabs
...
Add API support for supplying content descriptions on action bar tabs.
This helps accessibility in cases where no title text is shown.
Change-Id: I8fdc4c2f2b279871b9f24b0b16e5167879b22741
2011-09-06 21:23:59 -07:00
Fabrice Di Meglio
be724dbc45
Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it"
2011-09-06 11:13:40 -07:00
Jamie Gennis
2e6f49cc81
Merge "MediaPlayer: remove the setTexture method"
2011-09-05 14:50:33 -07:00
Jim Miller
37c5cd6ee9
Merge "Fix the build."
2011-09-02 19:44:50 -07:00
Jim Miller
cb30cd2de6
Fix the build.
...
Change-Id: I3782021299ac5da5af94926bdf49618d966ee02a
2011-09-02 19:43:44 -07:00
Fabrice Di Meglio
34d2eba560
Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it
...
Part 2
- make selection handles aware of the run direction
Change-Id: Idf41036de53d8968e7ae27eb87aea09e86bcd652
2011-09-02 18:03:21 -07:00
Dianne Hackborn
6b0c11da5a
Merge "Fix issue #5150899 : Call activity takes 15MB we never get back."
2011-09-02 17:18:32 -07:00
Jamie Gennis
83fb94d188
MediaPlayer: remove the setTexture method
...
This change removes the MediaPlayer#setTexture method. It has been
replaced with MediaPlayer#setSurface.
Change-Id: Iaecbbac7629d7092883f270694c5c67391f4ed6c
2011-09-02 15:48:52 -07:00
Dianne Hackborn
5d927c2d8e
Fix issue #5150899 : Call activity takes 15MB we never get back.
...
Persistent process can no longer use hardware acclerated drawing
when running on a low-memory device.
Change-Id: I3110335617af1c98fcede9bf41f4a1d0c20d0e87
2011-09-02 12:22:18 -07:00
Dianne Hackborn
c592e8e61a
Merge "Fix issue #4554429 : API REVIEW: deprecate Live Folders"
2011-09-02 10:37:38 -07:00
satok
bffb83e96c
Merge "Add an option for the implicitly selected subtype"
2011-09-02 04:44:41 -07:00
satok
a86f5e448c
Add an option for the implicitly selected subtype
...
Bug: 5057886
Change-Id: Iddde4724891501b4f18cade6a3d2c64b6124e58a
2011-09-02 20:27:38 +09:00
Dave Burke
1d477c53bf
Merge "Require INTERNET permission for network-based content. Bug #1870981 "
2011-09-02 03:30:53 -07:00
Dave Burke
fc301b0bb5
Require INTERNET permission for network-based content.
...
Bug #1870981
Change-Id: Ia3ad166390c4d60cea19c3783895b078a2c4c15f
2011-09-02 11:26:59 +01:00
satok
ee5e77cafe
Make setAdditionalInputMethodSubtypes async
...
Bug: 5120261
Change-Id: Ic7869cfaa5361531e08d58d7dfa5ba0feab0613e
2011-09-02 19:22:50 +09:00
satok
117999d1f4
Make the spell checker session static
...
Change-Id: I66d51f33e005f46465232d3fc460cda0609609ea
2011-09-02 17:55:43 +09:00
satok
3889e492bc
Make the constructor of InputMethodSubtype hidden.
...
The constructor is not open sourced yet.
Change-Id: I69385b05cb3b5ee761a5ece9be877a8682c5fe55
2011-09-02 15:12:20 +09:00
Dianne Hackborn
c6acd688c0
Fix issue #4554429 : API REVIEW: deprecate Live Folders
...
Change-Id: Iddb5a55866469d24a20cc61a28c4dbe146bfd0bf
2011-09-01 19:58:00 -07:00
Jean-Michel Trivi
466ade5ad6
Fix bug 5045498 Unhide Remote Control Client API
...
The RemoteControlClient API enables media application to have
information such as album art, current song, playback state
be displayed on "remote control displays", as well as be
controlled by "remote controls".
The new API consists in:
- a new class, RemoteControlClient
- new methods in AudioManager to register a RemoteControlClient
- a new class, RemoteControlClient.MetadataEditor to edit and
apply the information associated with a RemoteControlClient,
and which will be displayed on a "remote control display"
Change-Id: I5616085e4ad58ce0bbc1a5953b0a5a28d32f8703
2011-09-01 16:13:50 -07:00
Michael Chan
e5e0250dd2
Fix a calendar info query to use a constant instead of a string
...
This was causing an error when trying to query the calendar app
status from the dialer.
Change-Id: I7d5f554a96d7dc3dfed8d3fa8a0f16635a776701
2011-09-01 13:24:23 -07:00
Gilles Debunne
8a16f92270
Merge "Using ListView for Suggestion popup window"
2011-09-01 11:42:23 -07:00
Fabrice Di Meglio
8b5a8b5bed
Merge "Code cleaning"
2011-09-01 11:41:42 -07:00