190158 Commits

Author SHA1 Message Date
Luan Nguyen
bdeeb5e3bc docs: Add note about overriding onConnectedNodes() when listening
for capability node changes.

bug: 20523695
Change-Id: I7a1b057625f6f39d9ee3a03948f0b187484b1842
2015-04-27 11:27:04 -07:00
Chris Craik
856f0cc3e3 Promote RenderProperties with an alpha to have a RenderLayer
bug:20254728
Change-Id: I0bd1d440fe46683b291d4c8ab07a630c34b2eadc
2015-04-27 18:12:07 +00:00
Chris Craik
1b60cc0529 Anti-alias by default
Change-Id: I19434717dd3af4fdcffbfcca2ffbb485dfebe644
2015-04-27 18:11:57 +00:00
Adam Powell
580c30a633 Merge "Wire up caller chooser targets for ChooserActivity" into mnc-dev 2015-04-27 18:03:10 +00:00
Svet Ganov
1f0943dd2c Merge "DO NOT MERGE Do not clean up global/system settings on package unintalls." into mnc-dev 2015-04-27 17:50:01 +00:00
Arunesh Mishra
c83d46a277 Merge "Add near-ultrasound properties to AudioManager.java" into mnc-dev 2015-04-27 17:49:49 +00:00
Svet Ganov
8de348095f DO NOT MERGE Do not clean up global/system settings on package unintalls.
Legacy apps can write their own entries in the system settings and
when they get uninstalled these are hanging around forever polluting
the settings table. We keep track of which settings an app added and
when the app is uninstalled we drop its custom entries. The trouble
was that we did the same thing for global and secure settings with
no explicit list of platform defined settings. Hence, if say a test
signed by the platform certificate touches platform defined global
or secure settings and is then uninstalled, we would drop the platform
defined entries portentially crippling the system.

bug:20113160

Change-Id: Ia21694f6326ad4a1795c4666027b366e26c05a23
(cherry picked from commit b128540dc741c424d4f652419686882b7a3bfa06)
2015-04-27 17:49:35 +00:00
Scott Rowe
cc637ab034 am 7f2e8cdc: am 63604283: am 02e4f2fb: Merge "docs: Supported media protocols, codecs, formats for Android TV" into lmp-docs
* commit '7f2e8cdc521d3f47ce5e22e8589569dd486c1aa8':
2015-04-27 17:48:38 +00:00
Andrew Solovay
b005be690b am ec472abf: am 44199d26: am 5b3152cf: Merge "Docs: Correcting section on how to escape quotes in strings." into lmp-docs
* commit 'ec472abfa22ecbd42f295fb17bd9414386c6a065':
2015-04-27 17:48:32 +00:00
Andrew Solovay
0d59144c88 am bd719d7b: am 19bc81db: am 09cf4d50: Merge "docs: Update to doc on listening for restrictions-changed intent" into lmp-docs
* commit 'bd719d7ba94b87ec89cbdbfde74f007bb1047d2b':
2015-04-27 17:48:27 +00:00
Quddus Chong
a7db8bcbb3 am 5edfdac4: am a76a3dd3: (-s ours) am f0936e2f: (-s ours) Merge "docs: Added 3rd-party Javadocs for GMS Parmesan release." into lmp-docs
* commit '5edfdac4b8264e3c94673eaede8f17a3568b8496':
2015-04-27 17:48:21 +00:00
dcashman
79d37cbcdd Remove static modifier from KeySetManagerService issuedIds.
There is no notion of shared issuedIds across instances of KeySetManagerService,
of which there should only ever be one on the system.  This is particularly
troublesome for unit tests which rely on a clean slate for each
KeySetManagerService invocation.

Bug: 19530120
Change-Id: I41fbd5424650a74426c5aa1128ddfa6a230dcfa3
2015-04-27 10:47:35 -07:00
Arunesh Mishra
bc92227d6c Add near-ultrasound properties to AudioManager.java
Change-Id: I582275aa5f2a2ca55d4028e81ff3e79cf7c793cc
2015-04-27 10:37:17 -07:00
Julia Reynolds
6ab47fc111 Merge "Allow device initializers to set a preferred setup activity." into mnc-dev 2015-04-27 17:29:23 +00:00
Deepanshu Gupta
dbc7ca0bac Fix view outline for shadows in LayoutLib.
Set the bounds on the drawable before getting the view outline for
shadow. Also, reuse the temp outline object in AttachInfo rather than
allocating a new one each time.

Change-Id: I69793d38d60c5b9f9050569f2b22fbc7b90620bf
2015-04-27 17:19:35 +00:00
Alan Viverette
87cfcaac1b Fix handling of android:onClick for ContextWrapper
DeclaredOnClickListener traverses up the context hierarchy until it
either finds the named method or runs out of contexts.

Bug: 19125347
Change-Id: I565348e2a9f5686d5c8041fbc301d44ec04d5703
2015-04-27 17:14:07 +00:00
Adam Powell
0ccc0e9348 Wire up caller chooser targets for ChooserActivity
Add the caller-supplied ChooserTargets from EXTRA_CHOOSER_TARGETS in
the default ChooserActivity. These appear before other options.

Change-Id: Ic4d23ae9ecdfd0cc8a5ac077696d7334a8f844a6
2015-04-27 17:11:29 +00:00
Benjamin Franz
0c2d0deb36 Merge "Introduce disable2 into StatusBarManager" into mnc-dev 2015-04-27 17:03:18 +00:00
Geoff Mendal
d727677dc5 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-04-27 17:02:14 +00:00
Geoff Mendal
2e62f82046 Import translations. DO NOT MERGE
Change-Id: I25475f80c0d13df9f72b8504b0468eee5203d521
Auto-generated-cl: translation import
2015-04-27 10:00:00 -07:00
Julia Reynolds
13c58bacc8 Allow device initializers to set a preferred setup activity.
This activity will launch by default on device reboot or user switch
during user initialization, even if there are higher priority 'home'
activities.

Bug: 20223050
Change-Id: I335aeb010a1ae5db07a4343d26e160c74bd299e1
2015-04-27 12:57:15 -04:00
Benjamin Franz
cde0a2a9ea Introduce disable2 into StatusBarManager
We ran out of space for new disable flags, so need to introduce a
disable2 API into StatusBarManager and update all the underlying code
to support the second set of flags.

Bug: 20331928
Change-Id: I5009b393133c576b37d7e2bae0df97cb8c41a065
2015-04-27 16:46:12 +00:00
Cedric Ho
0af3af0397 am 991c8c53: Merge "Enable VoiceInteractionService on watch." into lmp-mr1-modular-dev
* commit '991c8c53aff32f3d605f6715b3fa78a86990f7ff':
  Enable VoiceInteractionService on watch.
2015-04-27 16:41:33 +00:00
Scott Rowe
7f2e8cdc52 am 63604283: am 02e4f2fb: Merge "docs: Supported media protocols, codecs, formats for Android TV" into lmp-docs
* commit '6360428359bd1a4db1c9a569d8f9e1af8baf29fb':
2015-04-27 16:33:01 +00:00
Andrew Solovay
ec472abfa2 am 44199d26: am 5b3152cf: Merge "Docs: Correcting section on how to escape quotes in strings." into lmp-docs
* commit '44199d26d2305b45086695acb1c851aae7328706':
2015-04-27 16:32:56 +00:00
Andrew Solovay
bd719d7ba9 am 19bc81db: am 09cf4d50: Merge "docs: Update to doc on listening for restrictions-changed intent" into lmp-docs
* commit '19bc81dbbaeef90f1417d78a18a96120b8d81762':
2015-04-27 16:32:50 +00:00
Quddus Chong
5edfdac4b8 am a76a3dd3: (-s ours) am f0936e2f: (-s ours) Merge "docs: Added 3rd-party Javadocs for GMS Parmesan release." into lmp-docs
* commit 'a76a3dd3a90451e78672ccd52b004e6948bf21b7':
2015-04-27 16:32:44 +00:00
Cedric Ho
991c8c53af Merge "Enable VoiceInteractionService on watch." into lmp-mr1-modular-dev 2015-04-27 15:47:28 +00:00
Geoff Mendal
6981263685 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-04-27 14:35:59 +00:00
Geoff Mendal
d5e80e5576 Import translations. DO NOT MERGE
Change-Id: I7d4844ba446d75b4596a0213579fb94395df3d92
Auto-generated-cl: translation import
2015-04-27 07:33:21 -07:00
Geoff Mendal
ba474807b3 Import translations. DO NOT MERGE
Change-Id: I614f77f977e342c3b374da72501c1b8de0a7abf3
Auto-generated-cl: translation import
2015-04-27 07:18:39 -07:00
Keisuke Kuroyanagi
28b5b14449 Fix: Selection handles are wrongly shown.
Selection handles were always shown when selection action
mode is started at first time. When the action mode is
started without a selection, only insertion handle must be
shown.

Bug: 20264980
Bug: 20407551

Change-Id: I630804e007f795d28f87e3fa6cba0de5bf588c78
2015-04-27 09:48:26 +00:00
Keisuke Kuroyanagi
6cda1e28e3 Fix: End handle disappears when the selection is short.
HandleView#isVisible didn't use getHorizontalOffset; thus,
the position is always computed as if Gravity.LEFT is set.
As a result, isVisible can be wrongly false for the end
handle and the handle is dismissed.

Bug: 20480054
Change-Id: Ib3242000bb98ae28e0cb37bf5b05069754abbfc6
2015-04-27 09:45:06 +00:00
Quddus Chong
78f895a710 am 41df3b4b: am ab52769b: am 789c5971: (-s ours) Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
* commit '41df3b4b4f3601567003cbbc742dbb748b4f01fe':
2015-04-27 08:16:18 +00:00
Luan Nguyen
3af9c46c57 am 0233b9aa: am 4f50a2b1: am 33ac358a: docs: Add Wear Capability training
* commit '0233b9aa462ac42a8dec3b61d4168d9e64ca93e1':
2015-04-27 08:16:13 +00:00
Luan Nguyen
27e6c228c2 am bcfee811: am bed3f49b: am 4aebbfbb: Merge "docs: Add Channel API summary for Wear." into lmp-docs
* commit 'bcfee8112a386f06b94d319bf3e477c36766e295':
2015-04-27 08:16:07 +00:00
Quddus Chong
fbc860a719 am c141efed: am 9c8f8117: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit 'c141efed1b6edc496c65a056264748cee102f2d9':
2015-04-27 08:16:01 +00:00
Ryosuke Matsuuchi
59b0ea26b6 am ed6c8ff1: am 3cd98ab6: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit 'ed6c8ff17f61b547f4f2a85776e514f8ab5a5241':
2015-04-27 08:15:55 +00:00
Dirk Dougherty
34dccc4219 am 7f2bdf88: am d668578f: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit '7f2bdf885d0b72fa6e4c21953d0a0ca5d53ebbd1':
2015-04-27 08:15:50 +00:00
Rich Slogar
db1d98298e am 74c57402: am 03389e7e: am 1fcc6bd8: Merge "docs: studio remove gradle tasks dialog" into lmp-docs
* commit '74c574027c409cd071476559de1a66515d7b8fa2':
2015-04-27 08:15:43 +00:00
Rich Slogar
9b963b16f6 am 4b79a147: am 5fb293b2: am efe861a4: Merge "docs: hierarchyviewer updates" into lmp-docs
* commit '4b79a1477db467561cf6af874eb1770f355a9a5b':
2015-04-27 08:15:37 +00:00
Quddus Chong
41df3b4b4f am ab52769b: am 789c5971: (-s ours) Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
* commit 'ab52769be2d2dc33a520459194f1e007f03970e4':
2015-04-27 07:49:29 +00:00
Luan Nguyen
0233b9aa46 am 4f50a2b1: am 33ac358a: docs: Add Wear Capability training
* commit '4f50a2b173e31accd8f1fbdde7e9b038914746e7':
2015-04-27 07:49:23 +00:00
Luan Nguyen
bcfee8112a am bed3f49b: am 4aebbfbb: Merge "docs: Add Channel API summary for Wear." into lmp-docs
* commit 'bed3f49b5547642c76901d848c08163463ab4fbe':
2015-04-27 07:49:16 +00:00
Quddus Chong
c141efed1b am 9c8f8117: am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0.2. bug: 20304402
* commit '9c8f8117c1ed2fbf2181011116287b5f6c6dbe9d':
2015-04-27 07:49:10 +00:00
Ryosuke Matsuuchi
ed6c8ff17f am 3cd98ab6: am 0d2f2803: Merge "doc: Add Korean version of DAC/distribute/ page." into lmp-docs
* commit '3cd98ab63cf4bee489de9077e62c93a13f9e66b2':
2015-04-27 07:49:03 +00:00
Dirk Dougherty
7f2bdf885d am d668578f: am ff233af7: Merge "Doc change: distribute landing page." into lmp-docs
* commit 'd668578f6f7a5623bc88afa1e39bb19ede91879e':
2015-04-27 07:48:52 +00:00
Rich Slogar
74c574027c am 03389e7e: am 1fcc6bd8: Merge "docs: studio remove gradle tasks dialog" into lmp-docs
* commit '03389e7e4a74a92b6bcae5474e9b2c887ac2d335':
2015-04-27 07:48:44 +00:00
Rich Slogar
4b79a1477d am 5fb293b2: am efe861a4: Merge "docs: hierarchyviewer updates" into lmp-docs
* commit '5fb293b27d71cc1b8949179c30d43fc057ae05fb':
2015-04-27 07:48:37 +00:00
Geoff Mendal
a818a46c89 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-04-27 01:52:37 +00:00