143021 Commits

Author SHA1 Message Date
Narayan Kamath
5729e6c217 am c2819ea1: Merge "Unhide." into lmp-dev
* commit 'c2819ea18c06d729dc3b3454c5a80135ca62bf5c':
  Unhide.
2014-07-18 14:04:08 +00:00
Dan Sandler
58c3276e41 am ef247c27: Merge "Shrink user profile bitmaps to 48dp^2." into lmp-dev
* commit 'ef247c27a250fd0f529ee214b5a95fe184749ab0':
  Shrink user profile bitmaps to 48dp^2.
2014-07-18 13:53:20 +00:00
Ji-Hwan Lee
59a0107000 am 57b300cd: Fix android_system_stubs build
* commit '57b300cd0fda909e8e59eb9df730be72942b523a':
  Fix android_system_stubs build
2014-07-18 12:54:42 +00:00
Ji-Hwan Lee
d811af223e Fix android_system_stubs build
Change-Id: I52c42b5d781b5c07481cdce598d2ebc340d57850
2014-07-18 21:39:57 +09:00
Christoph Studer
e7e70cb7c0 am c6a6ae78: Merge "Cancel notification group children when summary is canceled" into lmp-dev
* commit 'c6a6ae78af611dacc51a481f83d878a8e3fba7cb':
  Cancel notification group children when summary is canceled
2014-07-18 11:22:42 +00:00
Bryan Mawhinney
5e16a639c4 am d82b7ec9: Merge "Default MediaStyled notifications to CATEGORY_TRANSPORT" into lmp-dev
* commit 'd82b7ec93136bf0ba5c5f66e1542d33979a76e00':
  Default MediaStyled notifications to CATEGORY_TRANSPORT
2014-07-18 11:22:33 +00:00
Dongwon Kang
cf851a4397 am 0e02f53c: TIF: introduce TvContract.buildChannelUriForPassthroughTvInput()
* commit '0e02f53cea21c90ec63cfb2a2f8c3ee81a3848fe':
  TIF: introduce TvContract.buildChannelUriForPassthroughTvInput()
2014-07-18 11:22:23 +00:00
Wonsik Kim
b1c978b724 am 5fec7afe: Merge "TIF: change onCreateSession() method signature" into lmp-dev
* commit '5fec7afe3b1bb24c9382ab59a25f5c7eb87e6344':
  TIF: change onCreateSession() method signature
2014-07-18 11:22:02 +00:00
Youngsang Cho
10fe6bc6f7 am ad67fc6f: Fix a build breakage
* commit 'ad67fc6fe2994c72bd31896de25dceb0adacd3cb':
  Fix a build breakage
2014-07-18 11:21:53 +00:00
Dongwon Kang
eea9743ba5 TIF: introduce TvContract.buildChannelUriForPassthroughTvInput()
This change adds a way to get a dummy channel for starting pass-through
TV inputs which don't have real channels in TvProvider.
Bug: 15496325

Change-Id: I7a6b99964319f12a0f8692b4e307e03480119a69
2014-07-18 16:24:57 +09:00
Youngsang Cho
3b0f928475 Fix a build breakage
Updated current.txt.

Change-Id: Ib1434da2345aa349e5fc3112bf38dbba9955c885
2014-07-17 21:27:00 -07:00
Youngsang Cho
49d4ba0707 am d81f1075: Merge "TIF: Change the parameter of TvInputInfo.loadLabel/Icon" into lmp-dev
* commit 'd81f1075c0aa5623a3fd64150e8ca5f6d04907c8':
  TIF: Change the parameter of TvInputInfo.loadLabel/Icon
2014-07-18 03:34:53 +00:00
Youngsang Cho
2f51324a86 am aa5dbe63: Merge "TIF: Hide TvContract.Channels.COLUMN_BROWSABLE" into lmp-dev
* commit 'aa5dbe6370213b9c18e6f34d812c055645696f58':
  TIF: Hide TvContract.Channels.COLUMN_BROWSABLE
2014-07-18 03:34:49 +00:00
Youngsang Cho
b2990d8d20 am 57df5b3d: Merge "TIF: Add a notification for surface change from TvView to TvInputService" into lmp-dev
* commit '57df5b3db54f627345d8fe16c51fc3561f563f9e':
  TIF: Add a notification for surface change from TvView to TvInputService
2014-07-18 03:34:45 +00:00
Jae Seo
94cdcaf7a1 am cd12bfc7: TIF: Add a method to get TvInputInfo for a given TV input
* commit 'cd12bfc7259cd7f38986f8a135764ab42d81e30a':
  TIF: Add a method to get TvInputInfo for a given TV input
2014-07-18 03:30:31 +00:00
John Spurlock
ec181ef2e1 am 5690da98: Merge "Volume: Rocker animation + style updates." into lmp-dev
* commit '5690da980040eb4b1a89ea903733f0cc8d247c5e':
  Volume: Rocker animation + style updates.
2014-07-18 03:30:28 +00:00
Jae Seo
86617605ce am 27d12ca6: TIF: Add buildInputId()
* commit '27d12ca6b4966d6dd520fb72fb0058619a87d448':
  TIF: Add buildInputId()
2014-07-18 03:30:23 +00:00
Jae Seo
d2d179c3ca am 3245f3d7: Merge "TIF: Add TvParentalControlManager" into lmp-dev
* commit '3245f3d76cc92899091f113e701a32a7eb819591':
  TIF: Add TvParentalControlManager
2014-07-18 03:26:23 +00:00
Jae Seo
b375805f3b TIF: Add a method to get TvInputInfo for a given TV input
This is going to be needed by applications to get information about the
inputs that are just added thus not included in the previously retrieved
input list.

Bug: 16166859, Bug: 15838097
Change-Id: Icecd03fcea208a0c4d41caab1eec64e574f40877
2014-07-17 20:25:01 -07:00
Jae Seo
5507bd7688 TIF: Add buildInputId()
A recent change mandated that we should provide "input ID" instead of
ComponentName when building URIs for channels/programs while there is no
direct way to get one to use with. This CL added a method to build an ID
from a ComponentName.

Change-Id: Ia7f868cf241bb44ca0d4f689dc15326ce6944468
2014-07-17 20:23:52 -07:00
Jeff Brown
99aa4d3ec3 am ce75065c: Merge "Add glance sensor for doze mode." into lmp-dev
* commit 'ce75065cff02b83f153306c2c2ec7e1cc3ef262b':
  Add glance sensor for doze mode.
2014-07-18 03:08:27 +00:00
Tyler Gunn
f675e762ad am 1a0365fd: Merge "Wiring video state through from Connection" into lmp-dev
* commit '1a0365fd820a6ab1b6a636c95cdabe55f965608a':
  Wiring video state through from Connection
2014-07-18 02:36:12 +00:00
Sandeep Siddhartha
9dc13fa29d am ad6bb11f: Merge "Test hotword flow" into lmp-dev
* commit 'ad6bb11f0e683cf018ff34a6be50bb51a215cec3':
  Test hotword flow
2014-07-18 02:31:44 +00:00
Wonsik Kim
c1be2fff49 am 2a7c2e38: Merge "TIF: one-to-many relationship for TvInputService to TvInputInfo" into lmp-dev
* commit '2a7c2e3895306024932a20e38dfff488436a486a':
  TIF: one-to-many relationship for TvInputService to TvInputInfo
2014-07-18 02:23:52 +00:00
RoboErik
af74bd8f07 am 2ca51276: Fix crash when calling MediaSession callback
* commit '2ca512761bb16c2ed2136002d866cc2d7aaf79cb':
  Fix crash when calling MediaSession callback
2014-07-18 01:43:45 +00:00
RoboErik
ca58ddf7c8 Fix crash when calling MediaSession callback
bug:16311395
Change-Id: Ice52d2da63933af881dd95fa8c6f59a6fe27e0df
2014-07-18 01:40:09 +00:00
Marcin Kosiba
297ddeb7f5 am 231d57e2: Add a WebView.zoomBy API.
* commit '231d57e20d978fda6ace2457d9a5b19ee749f1cb':
  Add a WebView.zoomBy API.
2014-07-18 01:23:51 +00:00
Marcin Kosiba
3ee06efef3 Add a WebView.zoomBy API.
The WebView has zoomIn/zoomOut APIs which zoom in/out by a fixed
amount. This adds a more flexible API.

BUG: 13399510
Change-Id: Ia505048d5b1c48f9a3ff1c4ce7129ed2f55804f8
2014-07-18 02:18:44 +01:00
Zhijun He
f10808ad21 am 93ecc474: Merge "Camera2: partialResultCount should be optional" into lmp-dev
* commit '93ecc474c3cedc6511bca900590637e68c86aa05':
  Camera2: partialResultCount should be optional
2014-07-18 01:06:12 +00:00
Jinsuk Kim
3fcc189123 am ba5ba7a2: Merge "Remove system audio output option for HdmiControlService" into lmp-dev
* commit 'ba5ba7a2408de8a3ac40d3bf0ed18141bee2fada':
  Remove system audio output option for HdmiControlService
2014-07-18 00:28:16 +00:00
Craig Stout
8d493b5fcc am 51ff3b68: Fix timepicker double done buttons.
* commit '51ff3b686347d4b0ce638b1556ab47b5c10140be':
  Fix timepicker double done buttons.
2014-07-17 23:33:44 +00:00
Craig Stout
abdd154334 Fix timepicker double done buttons.
Leanback theme uses a legacy layout with a done button, but
apps won't necessarily have target apilevel L.

Change-Id: Ib38b08df1fe07bd8fb4e64e93633ce0b7eb12567
2014-07-17 23:28:48 +00:00
Filip Gruszczynski
3684ed2e21 am 23c51de9: resolved conflicts for merge of bbc49941 to lmp-dev
* commit '23c51de92cf52f02b7ff014790224199abf2e86a':
  Only use bottom outset for main display.
2014-07-17 23:24:55 +00:00
Filip Gruszczynski
0048da2114 resolved conflicts for merge of bbc49941 to lmp-dev
Change-Id: If8e607ab1946c3ca5bb8960d32fdefebbfb21ffe
2014-07-17 16:20:24 -07:00
John Spurlock
92e2fa75be am d92f55cb: Merge "Shade: Hide status icons, take 2." into lmp-dev
* commit 'd92f55cb1169c51858152b9787ba5d3e685ae86b':
  Shade: Hide status icons, take 2.
2014-07-17 23:15:32 +00:00
Christopher Tate
b658954467 am 912793dc: Properly end full restore attempt if getNextFullRestoreDataChunk() fails
* commit '912793dc95c09d384587195c667958723cac646a':
  Properly end full restore attempt if getNextFullRestoreDataChunk() fails
2014-07-17 23:04:24 +00:00
Christopher Tate
5f7f252b45 Properly end full restore attempt if getNextFullRestoreDataChunk() fails
Don't just drop the error return on the floor and retry (forever!).

Change-Id: I5f0ef2d09ea286d813add69517f865e474341b43
2014-07-17 23:01:04 +00:00
Chris Craik
ae9d625126 am a987914f: Merge "[HWUI]: fix residual line on FrameBuffer" into lmp-dev
* commit 'a987914f5c43a1651846121e5009a84bb05f87b0':
  [HWUI]: fix residual line on FrameBuffer
2014-07-17 22:42:29 +00:00
Michael Wright
56e7a6a8ee am 4d2ee15a: Merge "Add MediaProjection APIs." into lmp-dev
* commit '4d2ee15a7dfe005461b0bdac8f518b283311fcfb':
  Add MediaProjection APIs.
2014-07-17 22:04:05 +00:00
Youngsang Cho
2b8aa9903a Merge "TIF: Change the parameter of TvInputInfo.loadLabel/Icon" into lmp-dev 2014-07-17 21:58:28 +00:00
Youngsang Cho
abebf6df87 TIF: Change the parameter of TvInputInfo.loadLabel/Icon
Labels and icons will be extracted from URI in the future.
To acheive it, we need Context rather than PackageManager.

Bug: 16166859
Change-Id: I20f0506fba5876a6cf21b70e44bb3a2265f723d7
2014-07-17 17:49:29 -07:00
Youngsang Cho
c66ca1267c Merge "TIF: Add a notification for surface change from TvView to TvInputService" into lmp-dev 2014-07-17 21:58:28 +00:00
Youngsang Cho
e821d711db TIF: Add a notification for surface change from TvView to TvInputService
Bug: 15447352
Change-Id: I3e91609c5eb03be84cc7c88507457b9e74750de8
2014-07-17 17:30:36 -07:00
Ben Murdoch
6eef1cc804 am 015ca040: Merge "Update WebViewUpdateService to receive PACKAGE_REPLACED broadcast." into lmp-dev
* commit '015ca0408e423d17dbf3b30ffa846ab6b6bd8a7a':
  Update WebViewUpdateService to receive PACKAGE_REPLACED broadcast.
2014-07-17 21:41:22 +00:00
Ying Wang
ae2458d91c am 252482f4: Fix sdk build.
* commit '252482f4258a1a3d4d9fc8a86e1b6a891dc11a4f':
  Fix sdk build.
2014-07-17 21:36:00 +00:00
Ying Wang
4b8aa28ef2 Fix sdk build.
Change-Id: I9073747f7a12f826fabf99c34dce813edf6462c1
2014-07-17 14:30:54 -07:00
Sandeep Siddhartha
d167224510 Merge "Test hotword flow" into lmp-dev 2014-07-17 21:15:46 +00:00
Sandeep Siddhartha
7444c906fa Test hotword flow
- Also fix a few StrictMode violations in DatabaseHelper

Change-Id: I93f27407dae34cc0dca5e9f891d4ca718d6010a5
2014-07-17 18:44:12 -07:00
Michael Wright
c7a845de4a Merge "Add MediaProjection APIs." into lmp-dev 2014-07-17 21:15:46 +00:00
Michael Wright
c39d47a8e7 Add MediaProjection APIs.
The new MediaProjection infrastructure allows the system to hand out
tokens granting the ability to capture the screen's contents, audio,
etc. at a granular level. It's intended to be used both for screen
casting, via the cast APIs, as well as screen sharing via third party
applications.

The screen sharing case is implemented, but all of audio capturing
is still forthcoming.

Change-Id: I4b24669bed7083e11413c10ed8d6b025f5375316
2014-07-17 14:30:19 -07:00