140649 Commits

Author SHA1 Message Date
Robert Ly
9e2fe9e35d am a5dc5869: am 387891fd: fix resources js bug
* commit 'a5dc5869ee15607072b402ab65f8accacf4ed4c8':
  fix resources js bug
2014-06-24 14:00:32 +00:00
smain@google.com
2e9fb2cd1d am 071894a2: am f98b816b: update landing page gif frame to use new style
* commit '071894a2108780199cd912cccdfe10cda5212be6':
  update landing page gif frame to use new style
2014-06-24 14:00:27 +00:00
Narayan Kamath
2a0f9e6a52 Merge "Explicitly list out the list of cache subdirs to prune." 2014-06-24 06:33:30 +00:00
Narayan Kamath
71dfc7e9ac Merge "Memory leak in parsePackage" 2014-06-24 06:22:45 +00:00
Narayan Kamath
989ab6d38d Merge "Update javadoc for android.os.Bundle." 2014-06-24 06:22:45 +00:00
Lorenzo Colitti
c0b9efa49e Merge "Teach LinkProperties whether it's provisioned or not." 2014-06-24 01:52:26 +00:00
Andre Eisenbach
631495609e Merge "Fix bug where GATT descriptors weren't being added to right characteristic" 2014-06-26 05:52:59 +00:00
Ricardo Cervera
3395f974f2 am bc71daa1: am a1bc384d: docs: Added GitHub links to the samples
* commit 'bc71daa161cb3aa601d544171399ca2933c97f13':
  docs: Added GitHub links to the samples
2014-06-26 04:02:41 +00:00
Wink Saville
f8458ff9d9 Fix lpdk build.
Move aidl files from frameworks/opt/net/ims to frameworks/base so lpdk
compiles. The reason is lpdk doesn't have frameworks/base sources so
references to Pending and Bundle in aidl files breaks the pdk build.

I had to move all of them and the ims/*java files for dependency reasons.

Change-Id: I92452562591b157cecdfc01bcd892c4f35f5965c
2014-06-26 02:37:08 +00:00
Jaewan Kim
226a51958d Update service connections when TV input list is updated
Bug: 15738607
Change-Id: Ie2d24d0c36308e6757b7d6939d79874c3bdd7211
2014-06-26 02:00:32 +00:00
Lorenzo Colitti
76ea6c68d3 Teach LinkProperties whether it's provisioned or not.
In IPv4, a link is provisioned when DHCP succeeds. In IPv6, a
there is no such signal, because addresses and DNS servers can
be notified by the kernel at different times.

Add an isProvisioned method that returns true if we believe that
enough information has configured to use a network. For IPv6,
this requires an IP address, default route, and DNS server. For
IPv4, this requires only an IPv4 address, because we support
static configuration that doesn't have a default route or DNS
server.

To do this we use the existing hasIPv4Address method, rename the
all-but unused hasIPv6Address method to hasGlobalIPv6Address
(which is what we want anyway) and add new hasIPv[46]DefaultRoute
and hasIPv[46]DnsServer methods.

Bug: 9180552
Change-Id: Ib2f5ff8af920f7b6f1edf0e2afaaa0edce9bc72d
2014-06-26 03:23:31 +09:00
Mike J. Chen
2975c683bc Fix bug where GATT descriptors weren't being added to right characteristic
When there's more than one characteristic with the same UUID in
a service, the descriptors for the non-zero instanceID characteristics
were being assigned to the zero instanceID one, so descriptor
fetching wouldn't work.  This is particularly bad for HID devices
since separate reports would show up as multiple characteristics
with the same UUID but there'd be no way to identify them
without their descriptor attributes.

Change-Id: I92bb4be34aa941dd3c6750874bef2e8a261ded92
Signed-off-by: Mike J. Chen <mjchen@google.com>
2014-06-24 10:19:45 -07:00
Jaewan Kim
4e2de24bf3 Merge "Fix NPE in dumpsys window" 2014-06-24 01:52:26 +00:00
Jaewan Kim
0abc28e114 Fix NPE in dumpsys window
This crashes with an Android TV without sensor (i.e. TV)

Change-Id: I5e461c6344811686f58860d427598626efdf0184
2014-06-26 00:40:41 +00:00
Adrian Roos
239d99c4d3 Merge "Trust Agents: Add lock now facility to global actions" 2014-06-24 06:38:28 +00:00
Jason Sams
346d97112e am 6b52ca59: am 89e4c715: am 7165bd6d: Merge "Add check and throw for failed Intrinsic init."
* commit '6b52ca5949545dcb654672663e2187a70b04f442':
  Add check and throw for failed Intrinsic init.
2014-06-26 00:32:03 +00:00
Adrian Roos
d4d6136eb3 Trust Agents: Add lock now facility to global actions
Change-Id: I732d7e989892081f6b53142953de71f90ec62d37
2014-06-26 01:54:53 +02:00
Adrian Roos
ef1de65117 Trust Agents: Disable until next unlock if device is locked by DPM
Bug: 15871777
Change-Id: I1a6e43848e600ffa2092282081b18ddf92419d4a
2014-06-26 01:54:52 +02:00
Adrian Roos
2c12cfa1d5 Trust Agents: Add facility to request credential entry
Bug: 15871777
Change-Id: I43c80151f6403ff62961aeb3dc7aafe049e18a62
2014-06-25 23:28:53 +02:00
Adrian Roos
0d703e4a35 Merge "Trust Agents: Disable until next unlock if device is locked by DPM" 2014-06-24 06:38:52 +00:00
Adrian Roos
dded065c86 Merge "Trust Agents: Add facility to request credential entry" 2014-06-24 06:38:28 +00:00
Santos Cordon
779b3f04d8 Merge "Add a system API to get the default phone app." 2014-06-25 03:33:37 +00:00
Santos Cordon
6c7a38817c Add a system API to get the default phone app.
Change-Id: I59ca863d2af43a3b3c26d18b0279fc6e1e13b9b1
2014-06-25 15:50:11 -07:00
Winson Chung
c286444f14 Merge "Use Task last active time to ensure we don't reload items for the cache." 2014-06-25 17:34:05 +00:00
Joe Fernandez
45529d2ddd am 7265bc45: am 50cbb708: am c12a1444: am 52e2416c: Merge "docs: fix wear whitelist sign up language to be less confusing" into klp-docs
* commit '7265bc45447d4436eb21160851fae14a81bcb6e5':
  docs: fix wear whitelist sign up language to be less confusing
2014-06-25 23:21:29 +00:00
smain@google.com
b0e6abc5d5 am a91c0f6b: am 603514ad: am 08eb76f4: (-s ours) am 12df4f9e: update wear icons on preview page
* commit 'a91c0f6b476813eaa4a61ed830a7fc5c57f777a8':
  update wear icons on preview page
2014-06-25 23:21:24 +00:00
destradaa
a4188f712f am 5c2395a4: am 72e18628: Merge branch \'klp-modular-dev\' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base into klp-modular-dev
* commit '5c2395a4d29fe5cf8f1450f5d066fcc40857a595':
2014-06-25 23:21:19 +00:00
Robert Ly
da4e0cb95d am b9abab2f: am 017ec80f: am d0039968: (-s ours) am 2a139d64: Merge "docs: add gms core preview hoop-jumping" into klp-docs
* commit 'b9abab2f42578c041d56bf7f7761f0b9ec6d5e89':
  docs: add gms core preview hoop-jumping
2014-06-25 23:21:14 +00:00
smain@google.com
7ddbf120cf am 58b170e8: am 8f414479: fix back link for preview nav
* commit '58b170e84a3f63d519e8f8f91ac2e869c8077934':
  fix back link for preview nav
2014-06-25 23:21:05 +00:00
Robert Ly
f59df07435 am fa8ad327: am ed929960: Merge "docs: add gcore instructions for preview" into klp-modular-dev
* commit 'fa8ad32716b94a9cea5f160e9d4596b990d81722':
  docs: add gcore instructions for preview
2014-06-25 23:20:59 +00:00
Zhijun He
ed2fdb5656 Merge "Camera2: update supportedHardwareLevel" 2014-06-25 17:34:05 +00:00
Zhijun He
28288ca72c Camera2: update supportedHardwareLevel
Make the full hardware supportedHardwareLevel more accurately reflect the
spec requirement. Also fixed some other minor spec issues.

Change-Id: I7b55be03dcdeface15e73eff098f690f4f99a23f
2014-06-25 15:49:13 -07:00
Andres Morales
d96e4948da Merge "interface for nfc handover supplicant commands" 2014-06-25 17:34:05 +00:00
RoboErik
533226a318 Merge "Move VolumeController into AudioService" 2014-06-25 17:34:05 +00:00
RoboErik
d09bd0c6eb Move VolumeController into AudioService
VolumeController was a hidden class only used by AudioService and
MediaFocusControl. Since we added a public VolumeProvider class
moving VolumeController to avoid confusion.

Change-Id: I6838daf9b83846e1393b1a8502d3b10345a4799a
2014-06-25 14:36:51 -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
Andrew Lee
0b16d7d807 Merge "Adding CallVideoProvider to Telecomm." 2014-06-25 17:34:07 +00:00
John Reck
6487bccfff Merge "Change config_ui_enableFadingMarquee default to false" 2014-06-25 17:34:02 +00:00
RoboErik
c114172cde Merge "b/15729204 Pipe sessions through to VolumePanel" 2014-06-25 17:34:02 +00:00
smain@google.com
db62c9cfc5 am a16f0958: am 8f832719: Merge "add license wall to downloading the L Preview system images" into klp-modular-dev
* commit 'a16f0958fc0b23ff131a195b81821e8dc42c37f8':
  add license wall to downloading the L Preview system images
2014-06-25 21:34:08 +00:00
Winson Chung
f1fbd77cf0 Use Task last active time to ensure we don't reload items for the cache.
Change-Id: I29206de0453f5d7d1370b27a27ef6d3594eff8e7
2014-06-24 18:09:00 -07:00
Winson Chung
8e548f7025 Refactoring Recents layout into an xml.
- Hiding the search bar when entering filtering mode

Change-Id: Ifce8429d6f331406e9688c96cd978f6900879c96
2014-06-24 15:42:33 -07:00
Chris Craik
3f26195db4 Change config_ui_enableFadingMarquee default to false
bug:12197437
Change-Id: I769227bdceea213e137b664280c7076a5b47cc72
2014-06-24 15:08:34 -07:00
Andrew Lee
13d11c3065 Adding CallVideoProvider to Telecomm.
Change-Id: I16c3c64ff2bcda46e0fd95accb360c972f964b9d
2014-06-24 13:51:59 -07:00
Winson Chung
cdbbb7e330 Refactoring RecentsActivity and TaskStackViewTouchHandler.
- Pulling out logic related to system bar scrims, and touch handlers to their own classes
- Pulling out shadow reflection code out of RecentsActivity
- Ensuring that we poke the doze trigger when scrolling
2014-06-24 12:18:34 -07:00
Chong Zhang
c4e976daa2 Merge "don't select default track if subtitle controller is not present" 2014-06-24 17:32:43 +00:00
Igor Murashkin
5096defdaa camera2: (legacy) Write the JPEG size as part of the blob transport
This fixes StillCaptureTest#testStillPreviewCombination

Change-Id: Ifbaae7828b2efcc1a768c77ce50718abd7f691d0
2014-06-24 18:29:18 +00:00
Chong Zhang
7026020398 don't select default track if subtitle controller is not present
subtitle controller won't be there if app is not using VideoView.

Bug: 15470448
Change-Id: If6724928220a8906bd2199ebc0916a4493092abb
2014-06-24 10:56:53 -07:00
Igor Murashkin
a296fece2b camera2: Fix cts test StillCaptureTest#testTakePicture
* Introduce 'fake' metadata for 3A+flash (hardcoded to support nothing)
(will be removed in a later release)

* Open the camera1 device in its own thread, so that the looper it
captures is also our own (and not the main looper)

* Set the picture size based on the size of the JPEG surface outputs

Change-Id: Iaeb5031c6b352115b73d2261a39d65347d75fdc8
2014-06-24 10:56:26 -07:00
John Spurlock
1f75d030ab Merge "SystemUI garbage collection." 2014-06-24 07:59:36 +00:00