Hector Dearman
fc9a27aa5a
Add Third Party Cookie API
...
Bug: 11678084
Change-Id: Ieb74fb6caae3d5a18dbfe748be47ebebad003cf7
2014-06-25 16:34:37 +01:00
Dongwon Kang
2b53aae90c
Add a column to TV channel metadata to enable a newly requested use case
...
conditional_access :
Used to let user know this channel is scrambled by a conditional access
system and need to contact the service provider to watch it.
Bug: 14073703
Change-Id: I62d744b92e31fbbb95ba10b2595686114f6fbb6f
2014-06-24 14:57:50 +09:00
Zhijun He
e040418f47
Camera2: Add high speed video support
...
Below tags are added/updated:
- Add HIGH_SPEED_VIDEO in android.control.sceneMode
- android.control.availableHighSpeedVideoConfigurations
Change-Id: Ice2497c81d9feead7519f5d11f2bd5598093b4bc
2014-06-26 20:34:56 +00:00
Sailesh Nepal
400cc48512
Clean up Connection API
...
Made all the on* methods overridable. Made the remaining final.
Made getState public.
Change-Id: I715539599ac8826e5155852dd8ec56c35e4b89f1
2014-06-26 12:14:56 -07:00
Sailesh Nepal
b32d9e53c2
Merge "Add API to cancel outgoing calls"
2014-06-25 03:38:12 +00:00
Sailesh Nepal
506e38690f
Add API to cancel outgoing calls
...
This replaces CallServiceSelectorAdapter.cancelOutgoingCall
Change-Id: I9e5da9c607675bc3c230f6eb6d1cc149a38bf905
2014-06-25 17:27:15 -07:00
Yorke Lee
f226ebcd99
Merge "Add REMOVE_VOICEMAIL permission to system"
2014-06-25 03:44:18 +00:00
Jeff Tinker
3b6ec30bff
Fix exception discrepancy in MediaDrm.openSession
...
bug: 13792521
Change-Id: I2e47ce754c1e560315bf2bf1144d94e01472e392
2014-06-25 17:20:33 +00:00
Yorke Lee
5a2f488b70
Add REMOVE_VOICEMAIL permission to system
...
Add a permission that will allow any app that has this permission
to remove any voicemails in the user's call log, even those that
don't belong to it.
This will be needed for the unbundled dialer to be able to manage
the user's voicemails.
Bug: 6948882
Change-Id: Idca23ee83e541ba8aef24d6cb7fe09d5adac1e10
2014-06-25 10:12:31 -07:00
Tim Murray
6e45f30718
Remove @hide for new RS constructors.
...
Change-Id: I015f36e8c54663472f236e311fe279ce06261ff0
2014-06-25 09:20:57 -07:00
Santos Cordon
ad3c74adf4
Merge "Remote Connection implementation."
2014-06-24 08:05:46 +00:00
Santos Cordon
52d8a15e14
Remote Connection implementation.
...
API classes for daisy-chaining connection services.
Change-Id: I90991697456377b72ec73d2ef835864cb0b7737a
2014-06-24 19:06:20 -07:00
RoboErik
19c9518f6a
b/15729204 Pipe sessions through to VolumePanel
...
When remote volume is changed via volume buttons we need to notify
the system UI so it can show the slider. This also passes it the
controller to use so adjustments to the slider are sent back to
the correct session.
Change-Id: If5847bcd5db16c56e0e9904b88c94e5b28954c41
2014-06-25 14:36:51 -07:00
Ihab Awad
a61e5074f2
Merge "Replace CallServiceSelectors with Subscriptions (1/3)"
2014-06-23 21:50:10 +00:00
Ihab Awad
52a28f619f
Replace CallServiceSelectors with Subscriptions (1/3)
...
Remove CallServiceSelectors and replace them with comprehensive
support for Subscriptions as the means of selecting ways of making
phone calls. After this change, a ConnectionService is not a
semantically meaningful "way of making a call" -- it's more like the
mechanism whereby the Android system communicates with a 3rd party
process to ask for phone services. We anticipate each process having
only one ConnectionService.
Change-Id: I11e6e246ae999683b3800496e98c93c3351aca7b
2014-06-23 19:59:27 -07:00
Adam Powell
7901b2a549
Set the default content description for Toolbars acting as action bars
...
Bug 15814044
Change-Id: I07c20de1349cb07f21eaf0db718da94c0ba7043d
2014-06-24 17:32:06 -07:00
Amith Yamasani
0c416391d3
New setting to suggest skipping first-use hints to users
...
Useful for temporary users like guests
Change-Id: I3799dbe46c0f153139540254c9fb023c4e7e05af
2014-06-24 06:00:00 +00:00
Yorke Lee
ec282845a9
Merge "Make some fields in ContactsContract.QuickContacts public"
2014-06-23 21:44:43 +00:00
Yorke Lee
f8aadf3fde
Make some fields in ContactsContract.QuickContacts public
...
Bug: 6948882
Change-Id: Ia7350c98c71ee30793dd24b8acb35f247619ae4d
2014-06-23 18:07:30 -07:00
Adam Powell
969185bbbc
Merge "Add Toolbar methods to set title text colors"
2014-06-23 21:44:43 +00:00
Adam Powell
1a264ce3d9
Add Toolbar methods to set title text colors
...
Bug 15836670
Change-Id: If62da4104853c772790597be44f7a1efde2505ef
2014-06-23 18:16:44 -07:00
Adam Powell
cd6331e493
Merge "Make some more action mode drawable theme attrs public"
2014-06-23 21:44:43 +00:00
Brian Attwell
a279918c5b
Add EdgeEffect#setColor
...
Bug: 15725269
Change-Id: Ifdb0a53d1f17e2433683e51d09588545b69e6238
2014-06-24 00:04:05 +00:00
Adam Powell
5abdb64112
Make some more action mode drawable theme attrs public
...
By popular demand, add actionModeShareDrawable, actionModeFindDrawable
and actionModeWebSearchDrawable to the public API. This can allow apps
to read the appropriate icons out of the theme to use elsewhere.
Bug 14262004
Change-Id: I2b7cde1e03852cc8a59780dbe1a6c8cecefb59ca
2014-06-23 17:00:37 -07:00
RoboErik
51fa6bcb22
b/15757378 Expose APIs for listening to active sessions
...
This allows apps that are registered notification listeners to
listen to the set of active sessions.
Change-Id: I1e108951a5049d138208e88b155c0ec9b95fbdb0
2014-06-23 16:29:52 -07:00
Yorke Lee
e85eee8234
Merge "Update PinnedPositions API (2/2)"
2014-06-20 00:30:35 +00:00
Yorke Lee
cadbe4ccde
Update PinnedPositions API (2/2)
...
Remove the now unnecessary UPDATE_API and STAR_WHEN_PINNING fields
Make PinnedPositions public API once more
Bug: 15593967
Change-Id: I5eabee6977b93b5ddbf79ec8c01649f20b02abf1
2014-06-23 16:22:26 -07:00
Alan Viverette
22594f0972
Add tileModeX/Y attrs to BitmapDrawable, tint to ShapeDrawable
...
Change-Id: I1c9efe39bfd5286230cee8354822db81f05186e4
2014-06-23 12:47:43 -07:00
ztenghui
f2d0020d93
Merge "Make AnimatedVectorDrawable public."
2014-06-20 20:04:02 +00:00
ztenghui
7e7ea9da67
Make AnimatedVectorDrawable public.
...
Clean up some useless VectorDrawable functions.
Add comments, too.
Change-Id: I8cc2165d14d09fd71f5830c4f61f9e8ac1d7c8da
2014-06-23 09:36:52 -07:00
George Mount
eeda22b46f
Merge "Revert "Revert "API Review: Change View viewName attribute to transitionName."""
2014-06-21 03:15:09 +00:00
George Mount
0a2ae002e6
Revert "Revert "API Review: Change View viewName attribute to transitionName.""
...
This reverts commit 1bdfbc68e22a64215ab8fa3e3d17676513546997.
Change-Id: Ie3fdf53b33cb2f61c1878055940f52ed9dfc8b08
2014-06-23 14:57:27 +00:00
John Reck
a3c1025b80
Revert "API Review: Change View viewName attribute to transitionName."
...
This reverts commit f1b1adf51b2a84e0ac83685812c7e8d86590af12.
Change-Id: I0e49aeed84f2a548e272a59f4e13c3fb74c2bfd9
2014-06-23 14:51:44 +00:00
Elliott Hughes
104ef50048
Merge "Track API."
2014-06-20 21:00:34 +00:00
John Reck
4fb48d24bb
Merge "Revert "API Review: Change View viewName attribute to transitionName.""
2014-06-23 14:51:00 +00:00
Elliott Hughes
0a4d4275a7
Track API.
...
Change-Id: Iba80dfebe6f02ad1487d922c4c88042c34999528
2014-06-22 18:27:56 -07:00
George Mount
7a73fda47d
Merge "API Review: Change View viewName attribute to transitionName."
2014-06-21 03:15:09 +00:00
George Mount
125578a863
API Review: Change View viewName attribute to transitionName.
...
Bug 15548520
Change-Id: I4009458d83dbffb20ff0100aaa42eea44d943378
2014-06-20 11:01:01 -07:00
Andres Morales
d8cf53f87d
Make unlock api take String instead of int codes
...
int code method not exposed to third parties
Change-Id: I18ad0703be9d06664db3fd00a6435f789979fe73
2014-06-20 16:13:16 -07:00
Jeff Tinker
6a9687109c
Merge "Add diagnostic error code to MediaDrm IllegalStateExceptions"
2014-06-20 20:43:34 +00:00
Jeff Tinker
d712e1a387
Add diagnostic error code to MediaDrm IllegalStateExceptions
...
bug: 13976775
Change-Id: I682dd66a79252a9ee030b3cab5deb350e653e933
2014-06-20 13:41:30 -07:00
RoboErik
ef3c9e9b05
Add volume handling APIs to sessions
...
This renames and moves the VolumeProvider and adds apis to
MediaController to get the current state of volume on a session and
to request changes to the volume.
Change-Id: I290e9efefb6676c805819a29e1d054c3192c6773
2014-06-20 13:39:41 -07:00
George Mount
53ad2a15d5
Merge "Make public basic transitions."
2014-06-20 02:09:17 +00:00
George Mount
7da1f58219
Make public basic transitions.
...
Bug 15727908
Adds slide, explode and fade transitions.
Change-Id: I8badb3a1e9230d66d9ca3d1edeec0510bc89d556
2014-06-20 07:07:18 -07:00
Andres Morales
626861c5a5
Merge "Framework changes to support NFC trustlet."
2014-06-20 02:15:46 +00:00
Andres Morales
3b33fd283c
Framework changes to support NFC trustlet.
...
Adds a system-only ability to register for receiving
tags from NfcService at the lockscreen.
Change-Id: I4b50941031e8d1f40ebb6314211226e70a2ad187
2014-06-20 10:05:52 -07:00
Eric Laurent
2930764885
Merge "AudioManager: add startBluetoothScoVirtualCall()"
2014-06-20 02:09:17 +00:00
Eric Laurent
83900754f3
AudioManager: add startBluetoothScoVirtualCall()
...
Add API to start bluetooth SCO audio connection explicitly
in virtual call mode.
Bug: 11824396.
Change-Id: I1dfab13c659f5855e0b78467ac48b3186af7874c
2014-06-20 10:17:47 -07:00
Yorke Lee
cf9bc5e76d
Revert "Add ability to set and get DefaultPhoneApplication"
...
This reverts commit 8bdb1ff3279ab9fde0499231580c76dc2533f3c4.
Change-Id: Idc6d64820c23a650e5f0113ed8ff0860c61ea6af
2014-06-20 10:05:17 -07:00
Dianne Hackborn
9226fc9bf5
Fix build.
...
Change-Id: I8b05b1dc4fdd0460c2dc92359b85d88b9f0f4f80
2014-06-19 18:32:08 -07:00