OSDN Git Service

android-x86/frameworks-base.git
8 years agoam 3011f645: Merge "Fix issue #22912704: "android.process.acore has stopped" dialog...
Dianne Hackborn [Tue, 4 Aug 2015 01:00:12 +0000 (01:00 +0000)]
am 3011f645: Merge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up" into mnc-dev

* commit '3011f645abe8f976af6f876579a179d51c09bf30':
  Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up

8 years agoam 7290d93d: Merge "Yell loudly about undefined behind in Bitmap, but work anyway...
John Reck [Tue, 4 Aug 2015 01:00:04 +0000 (01:00 +0000)]
am 7290d93d: Merge "Yell loudly about undefined behind in Bitmap, but work anyway" into mnc-dev

* commit '7290d93df99de9d21ac8a9ddf72bc095b319af4b':
  Yell loudly about undefined behind in Bitmap, but work anyway

8 years agoam 0faca96f: Merge "Avoid deadlock by broadcasting outside lock." into mnc-dev
Jeff Sharkey [Tue, 4 Aug 2015 00:59:58 +0000 (00:59 +0000)]
am 0faca96f: Merge "Avoid deadlock by broadcasting outside lock." into mnc-dev

* commit '0faca96f939b8530e5387a30e317d852f39f689f':
  Avoid deadlock by broadcasting outside lock.

8 years agoMerge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping...
Dianne Hackborn [Mon, 3 Aug 2015 23:10:07 +0000 (23:10 +0000)]
Merge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up" into mnc-dev

8 years agoMerge "Yell loudly about undefined behind in Bitmap, but work anyway" into mnc-dev
John Reck [Mon, 3 Aug 2015 22:50:25 +0000 (22:50 +0000)]
Merge "Yell loudly about undefined behind in Bitmap, but work anyway" into mnc-dev

8 years agoMerge "Avoid deadlock by broadcasting outside lock." into mnc-dev
Jeff Sharkey [Mon, 3 Aug 2015 22:32:36 +0000 (22:32 +0000)]
Merge "Avoid deadlock by broadcasting outside lock." into mnc-dev

8 years agoFix issue #22912704: "android.process.acore has stopped" dialog keeps popping up
Dianne Hackborn [Mon, 3 Aug 2015 22:28:28 +0000 (15:28 -0700)]
Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up

Slice 'em up!

Change-Id: Ibba3af7ec5b7f92e6d5e55a57aa838a7f7f936e1

8 years agoam 405eceb2: Merge "Restore session params "no decoration" flag" into mnc-dev
Diego Perez [Mon, 3 Aug 2015 21:43:31 +0000 (21:43 +0000)]
am 405eceb2: Merge "Restore session params "no decoration" flag" into mnc-dev

* commit '405eceb20a3f3e7a22d922fc2d0fb8283be337fa':
  Restore session params "no decoration" flag

8 years agoAvoid deadlock by broadcasting outside lock.
Jeff Sharkey [Mon, 3 Aug 2015 21:41:13 +0000 (14:41 -0700)]
Avoid deadlock by broadcasting outside lock.

We can end up in a rare tangled mess when sending broadcasts while
PackageManager is still trying to deal with scanAvailableAsecs().

Long-term solution is to make Environment.isExternalStorageEmulated()
more robust, but for now we just send these internal broadcasts
after we drop the MountService lock.

Bug: 22858403
Change-Id: I7b43865782f48a679882fd1675b7b961e1292df4

8 years agoam d985e3b6: Merge changes Ib5f53f3b,I7debf3ee,Ic494ee7f,Ia8d223ae,Iff7dbbf6 into...
Deepanshu Gupta [Mon, 3 Aug 2015 21:34:17 +0000 (21:34 +0000)]
am d985e3b6: Merge changes Ib5f53f3b,I7debf3ee,Ic494ee7f,Ia8d223ae,Iff7dbbf6 into mnc-dev

* commit 'd985e3b61990837711d1f26def51caa76b9be473':
  Revert to using AppTheme for LayoutLib tests.
  Fix Matrix_Delegate.native_getValues()
  Update test image for upated nav icons.
  Fix typo: s/FullScreen/Fullscreen/ in LayoutLib.
  Fix bugs introduced in 78aa664.

8 years agoMerge "Restore session params "no decoration" flag" into mnc-dev
Diego Perez [Mon, 3 Aug 2015 21:33:24 +0000 (21:33 +0000)]
Merge "Restore session params "no decoration" flag" into mnc-dev

8 years agoMerge changes Ib5f53f3b,I7debf3ee,Ic494ee7f,Ia8d223ae,Iff7dbbf6 into mnc-dev
Deepanshu Gupta [Mon, 3 Aug 2015 21:27:50 +0000 (21:27 +0000)]
Merge changes Ib5f53f3b,I7debf3ee,Ic494ee7f,Ia8d223ae,Iff7dbbf6 into mnc-dev

* changes:
  Revert to using AppTheme for LayoutLib tests.
  Fix Matrix_Delegate.native_getValues()
  Update test image for upated nav icons.
  Fix typo: s/FullScreen/Fullscreen/ in LayoutLib.
  Fix bugs introduced in 78aa664.

8 years agoam 3ba2bfa7: Merge "Expand ringtone titles to support OGG and FLAC." into mnc-dev
Jeff Sharkey [Mon, 3 Aug 2015 21:01:34 +0000 (21:01 +0000)]
am 3ba2bfa7: Merge "Expand ringtone titles to support OGG and FLAC." into mnc-dev

* commit '3ba2bfa7b280bac76d4d60a7f548c5e06aaca569':
  Expand ringtone titles to support OGG and FLAC.

8 years agoYell loudly about undefined behind in Bitmap, but work anyway
John Reck [Fri, 31 Jul 2015 20:10:39 +0000 (13:10 -0700)]
Yell loudly about undefined behind in Bitmap, but work anyway

Bug: 22214367

Previous releases would let the getters on a recycle()'d bitmap to still
work despite being firmly in undefined behavior per the documentation
on Bitmap#recycle().

As there are apps relying on this, yell very loudly about this behavior
in the log and give them a bit of time to fix it

Change-Id: I857be7e74cb217877973d9c6f03eb761d12fd056

8 years agoMerge "Expand ringtone titles to support OGG and FLAC." into mnc-dev
Jeff Sharkey [Mon, 3 Aug 2015 20:54:32 +0000 (20:54 +0000)]
Merge "Expand ringtone titles to support OGG and FLAC." into mnc-dev

8 years agoExpand ringtone titles to support OGG and FLAC.
Jeff Sharkey [Mon, 3 Aug 2015 20:25:24 +0000 (13:25 -0700)]
Expand ringtone titles to support OGG and FLAC.

These file types don't have "audio/" MIME type, so check for those
MIME types explicitly.

Bug: 22803550
Change-Id: Ia62f94ad4a19409d6a50462935de005bc572f93a

8 years agoam f8576979: Merge "Also consider task intent when trimming recent tasks" into mnc-dev
Wale Ogunwale [Mon, 3 Aug 2015 20:39:46 +0000 (20:39 +0000)]
am f8576979: Merge "Also consider task intent when trimming recent tasks" into mnc-dev

* commit 'f85769797e14f0d10dcc99d695c6dee1eb56bd9c':
  Also consider task intent when trimming recent tasks

8 years agoam 7b4170fa: Merge "Update Material link text to be colorAccent" into mnc-dev
Alan Viverette [Mon, 3 Aug 2015 20:33:05 +0000 (20:33 +0000)]
am 7b4170fa: Merge "Update Material link text to be colorAccent" into mnc-dev

* commit '7b4170fa7f944e4cd73f1e82b56b4467de60d96c':
  Update Material link text to be colorAccent

8 years agoam 45fcaa54: Merge "Don\'t wipe device because of short PIN, patterns or passwords...
Jim Miller [Mon, 3 Aug 2015 20:33:00 +0000 (20:33 +0000)]
am 45fcaa54: Merge "Don\'t wipe device because of short PIN, patterns or passwords" into mnc-dev

* commit '45fcaa547dc5b9eb2c20879b290415daa1446004':
  Don't wipe device because of short PIN, patterns or passwords

8 years agoMerge "Also consider task intent when trimming recent tasks" into mnc-dev
Wale Ogunwale [Mon, 3 Aug 2015 20:31:31 +0000 (20:31 +0000)]
Merge "Also consider task intent when trimming recent tasks" into mnc-dev

8 years agoMerge "Update Material link text to be colorAccent" into mnc-dev
Alan Viverette [Mon, 3 Aug 2015 20:27:17 +0000 (20:27 +0000)]
Merge "Update Material link text to be colorAccent" into mnc-dev

8 years agoam ef3f58e5: Merge "Make ResolverDrawerLayout look like a ScrollView to accessibility...
Alan Viverette [Mon, 3 Aug 2015 20:26:58 +0000 (20:26 +0000)]
am ef3f58e5: Merge "Make ResolverDrawerLayout look like a ScrollView to accessibility" into mnc-dev

* commit 'ef3f58e59ba44b2679e98ccb46d588eba2c99cac':
  Make ResolverDrawerLayout look like a ScrollView to accessibility

8 years agoam e76bf46a: Merge "Add badge content description to TargetInfo, use in ResolverActiv...
Alan Viverette [Mon, 3 Aug 2015 20:26:51 +0000 (20:26 +0000)]
am e76bf46a: Merge "Add badge content description to TargetInfo, use in ResolverActivity" into mnc-dev

* commit 'e76bf46ab9d59592a06fbb3fcff826a50d548b9f':
  Add badge content description to TargetInfo, use in ResolverActivity

8 years agoMerge "Don't wipe device because of short PIN, patterns or passwords" into mnc-dev
Jim Miller [Mon, 3 Aug 2015 20:25:00 +0000 (20:25 +0000)]
Merge "Don't wipe device because of short PIN, patterns or passwords" into mnc-dev

8 years agoMerge "Make ResolverDrawerLayout look like a ScrollView to accessibility" into mnc-dev
Alan Viverette [Mon, 3 Aug 2015 20:17:57 +0000 (20:17 +0000)]
Merge "Make ResolverDrawerLayout look like a ScrollView to accessibility" into mnc-dev

8 years agoMerge "Add badge content description to TargetInfo, use in ResolverActivity" into...
Alan Viverette [Mon, 3 Aug 2015 20:17:31 +0000 (20:17 +0000)]
Merge "Add badge content description to TargetInfo, use in ResolverActivity" into mnc-dev

8 years agoam 5680f9f6: Merge "Bug: 22879202 App compatibility with WRITE_SETTINGS failing"...
Billy Lau [Mon, 3 Aug 2015 20:00:55 +0000 (20:00 +0000)]
am 5680f9f6: Merge "Bug: 22879202 App compatibility with WRITE_SETTINGS failing" into mnc-dev

* commit '5680f9f6d669e7d2f45db1027d53359b9ad327ff':
  Bug: 22879202 App compatibility with WRITE_SETTINGS failing

8 years agoMerge "Bug: 22879202 App compatibility with WRITE_SETTINGS failing" into mnc-dev
Billy Lau [Mon, 3 Aug 2015 19:53:28 +0000 (19:53 +0000)]
Merge "Bug: 22879202 App compatibility with WRITE_SETTINGS failing" into mnc-dev

8 years agoam 87920455: Merge "Fix NPE in AppOpsService" into mnc-dev
Svetoslav Ganov [Mon, 3 Aug 2015 19:50:55 +0000 (19:50 +0000)]
am 87920455: Merge "Fix NPE in AppOpsService" into mnc-dev

* commit '87920455ae63deb0b7d14df06edeb879e6494cc1':
  Fix NPE in AppOpsService

8 years agoam 0855357c: Merge "User correct category for finding headless sync adapters" into...
Svetoslav Ganov [Mon, 3 Aug 2015 19:50:48 +0000 (19:50 +0000)]
am 0855357c: Merge "User correct category for finding headless sync adapters" into mnc-dev

* commit '0855357c4fec1fddb4ebf20d9e7986090962f99d':
  User correct category for finding headless sync adapters

8 years agoMerge "Fix NPE in AppOpsService" into mnc-dev
Svetoslav Ganov [Mon, 3 Aug 2015 19:41:34 +0000 (19:41 +0000)]
Merge "Fix NPE in AppOpsService" into mnc-dev

8 years agoMerge "User correct category for finding headless sync adapters" into mnc-dev
Svetoslav Ganov [Mon, 3 Aug 2015 19:41:15 +0000 (19:41 +0000)]
Merge "User correct category for finding headless sync adapters" into mnc-dev

8 years agoDon't wipe device because of short PIN, patterns or passwords
Jim Miller [Sat, 1 Aug 2015 01:42:53 +0000 (18:42 -0700)]
Don't wipe device because of short PIN, patterns or passwords

This fixes a bug where we were counting short PIN, patterns and
passwords as attempts. For devices with a device policy admin,
this would cause devices to get wiped after a short amount of
interaction with the UI.

Fixes bug 22844609

Change-Id: I7616b38d954f89d4a2cee23f9aec1b898041b1f2

8 years agoRevert to using AppTheme for LayoutLib tests.
Deepanshu Gupta [Mon, 3 Aug 2015 18:25:45 +0000 (11:25 -0700)]
Revert to using AppTheme for LayoutLib tests.

Use AppTheme for all tests other than testExpand. AppTheme contains an
attribute needed by testArrayCheck. Also, since the AppTheme extends
Theme.Material.Light.DarkActionBar, other tests should be unaffected.

Also, update the golden image for the testArrayCheck.

Change-Id: Ib5f53f3b029c5aceef2b622e5ac63952d6b1972a

8 years agoam 0ca1e98f: Merge "media: Clarify MediaCodec and CodecCapabilities documentation...
Lajos Molnar [Mon, 3 Aug 2015 18:25:18 +0000 (18:25 +0000)]
am 0ca1e98f: Merge "media: Clarify MediaCodec and CodecCapabilities documentation" into mnc-dev

* commit '0ca1e98fdf300ddbbccbfce26bba5947109597f1':
  media: Clarify MediaCodec and CodecCapabilities documentation

8 years agoMerge "media: Clarify MediaCodec and CodecCapabilities documentation" into mnc-dev
Lajos Molnar [Mon, 3 Aug 2015 18:17:57 +0000 (18:17 +0000)]
Merge "media: Clarify MediaCodec and CodecCapabilities documentation" into mnc-dev

8 years agoFix Matrix_Delegate.native_getValues()
Deepanshu Gupta [Mon, 3 Aug 2015 17:23:56 +0000 (10:23 -0700)]
Fix Matrix_Delegate.native_getValues()

The bug manifested itself by not rendering the wifi icon in the status
bar.

Change-Id: I7debf3eef387965d774bf66e856812e67c8552a7

8 years agoUpdate Material link text to be colorAccent
Alan Viverette [Mon, 3 Aug 2015 16:42:14 +0000 (12:42 -0400)]
Update Material link text to be colorAccent

Bug: 22918108
Change-Id: I29b795b4c8d2a017dcaca1a9b65705eafaf2140c

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Geoff Mendal [Mon, 3 Aug 2015 16:25:58 +0000 (16:25 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoam 7469060e: Merge "Make vendor keys visible in Camera2 java APIs." into mnc-dev
Ruben Brunk [Mon, 3 Aug 2015 16:16:12 +0000 (16:16 +0000)]
am 7469060e: Merge "Make vendor keys visible in Camera2 java APIs." into mnc-dev

* commit '7469060e7855ca5b32f66fbad1a0a4f88737c754':
  Make vendor keys visible in Camera2 java APIs.

8 years agoMerge "Make vendor keys visible in Camera2 java APIs." into mnc-dev
Ruben Brunk [Mon, 3 Aug 2015 16:09:07 +0000 (16:09 +0000)]
Merge "Make vendor keys visible in Camera2 java APIs." into mnc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 3 Aug 2015 16:02:23 +0000 (11:02 -0500)]
Import translations. DO NOT MERGE

Change-Id: I1e66c1b10c0bd0e13369aeb3a24c219afc45d4e9
Auto-generated-cl: translation import

8 years agoam 66845a36: Add more dump info about emergency calls state
Jason Monk [Mon, 3 Aug 2015 15:23:17 +0000 (15:23 +0000)]
am 66845a36: Add more dump info about emergency calls state

* commit '66845a36c9eeca5296a2bf86793a5d6bedac1b36':
  Add more dump info about emergency calls state

8 years agoAdd more dump info about emergency calls state
Jason Monk [Mon, 3 Aug 2015 15:09:41 +0000 (11:09 -0400)]
Add more dump info about emergency calls state

Bug: 21549528
Change-Id: Idbd70e2f4b1b3285af283a28dc1933c02ad8d04c

8 years agoMake ResolverDrawerLayout look like a ScrollView to accessibility
Alan Viverette [Mon, 3 Aug 2015 14:01:23 +0000 (10:01 -0400)]
Make ResolverDrawerLayout look like a ScrollView to accessibility

Disable accessibility focus on the layout itself and expose the class
name as ScrollView so that we can get auto-scroll working until we have
first-class support for specifying automatic scrolling behavior.

Bug: 22667764
Change-Id: I9b97e40f16038046898e5b56b935a61db9073ac6

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Geoff Mendal [Mon, 3 Aug 2015 14:00:37 +0000 (14:00 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 3 Aug 2015 13:55:08 +0000 (06:55 -0700)]
Import translations. DO NOT MERGE

Change-Id: I35c0512c48a8b1d8f4cb738a879d58421df8d747
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 3 Aug 2015 13:55:06 +0000 (06:55 -0700)]
Import translations. DO NOT MERGE

Change-Id: If7cd5e910c7761119f5185926bfe09870a68abad
Auto-generated-cl: translation import

8 years agoRestore session params "no decoration" flag
Diego Perez [Mon, 3 Aug 2015 13:20:18 +0000 (14:20 +0100)]
Restore session params "no decoration" flag

This seems to have removed from a previous version and the theme editor
relies on it to remove the decoration around the preview.

Change-Id: Ifab99e9c1689bfe44ca593e8c66c24e57c3e8c4c

8 years agoFix NPE in AppOpsService
Svet Ganov [Sun, 2 Aug 2015 17:09:56 +0000 (10:09 -0700)]
Fix NPE in AppOpsService

bug:22802981

Change-Id: I73eee5ff9cf1603d8f30355554ef075aa14afd30

8 years agoAlso consider task intent when trimming recent tasks
Wale Ogunwale [Sun, 2 Aug 2015 00:19:21 +0000 (17:19 -0700)]
Also consider task intent when trimming recent tasks

7cbfcd88657ac7d5ab1baf8c964b669c9bd21e24 we stopped comparing
the tasks realActivity when trimming recent task. This led to
task with the same intent been duplicated in the recents list.
We now consider the task intent when deciding when to trim like
we did pre 510e554283d3dc250f836cd3e4abc36d87319333.

Bug: 22812470
Bug: 22564474
Bug: 18642190
Change-Id: I90b3ab9cf7a06b4691099f697e723d8a54def9fa

8 years agoUser correct category for finding headless sync adapters
Svet Ganov [Sat, 1 Aug 2015 19:19:26 +0000 (12:19 -0700)]
User correct category for finding headless sync adapters

bug:22857409

Change-Id: Icc42f1af72c59fba3c60e1bcd558c621df70940a

8 years agoBug: 22879202 App compatibility with WRITE_SETTINGS failing
Billy Lau [Sat, 1 Aug 2015 12:16:25 +0000 (13:16 +0100)]
Bug: 22879202 App compatibility with WRITE_SETTINGS failing

Fix a bug in the app ops protected permission check that broke backwards
compatibility.

Change-Id: Ic73759edd29a479a670fb31407e36aa50d09b6c3

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Geoff Mendal [Sat, 1 Aug 2015 05:29:57 +0000 (05:29 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 1 Aug 2015 05:29:06 +0000 (00:29 -0500)]
Import translations. DO NOT MERGE

Change-Id: I6fa255b9e0118457ee08fb14a503504631889c9d
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Geoff Mendal [Sat, 1 Aug 2015 05:14:27 +0000 (05:14 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr-dev
Geoff Mendal [Sat, 1 Aug 2015 05:12:03 +0000 (05:12 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 1 Aug 2015 03:37:35 +0000 (20:37 -0700)]
Import translations. DO NOT MERGE

Change-Id: If10ca2d47b314ddab9e7ae7b475d55eb4ce4d519
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 1 Aug 2015 03:34:13 +0000 (20:34 -0700)]
Import translations. DO NOT MERGE

Change-Id: I067b513b8b2344bd2f8ee9960ddcc5000e7173c3
Auto-generated-cl: translation import

8 years agoam 8dbd4848: Merge "Add per UID control to app ops." into mnc-dev
Svetoslav Ganov [Sat, 1 Aug 2015 02:37:46 +0000 (02:37 +0000)]
am 8dbd4848: Merge "Add per UID control to app ops." into mnc-dev

* commit '8dbd48485044b1ab25fb8fb5e8e9b9772a3478c4':
  Add per UID control to app ops.

8 years agoMerge "Add per UID control to app ops." into mnc-dev
Svetoslav Ganov [Sat, 1 Aug 2015 02:28:02 +0000 (02:28 +0000)]
Merge "Add per UID control to app ops." into mnc-dev

8 years agoAdd per UID control to app ops.
Svet Ganov [Thu, 30 Jul 2015 15:44:20 +0000 (08:44 -0700)]
Add per UID control to app ops.

The app ops mananger service maintains a mapping from UID to
a list of packages where each package is mapped to a list of
non-default app op states (default states are inferred and
not stored). Hence, specifying the app op state for a UID
requires setting the app op for each package in the shared
UID.

This is problematic when installing new packages if there
is a non-default app op policy set for another already
installed package in the same UID as the app op for the new
package has to be updated to be in sync. The package installer
cannot do this as it is in another process and the app op
update will not be atomic. Therefore, the app ops manager
service has to support specifying app op policy on a per
UID basis.

We now have a UID state object that contains the per package
non-default app op states as well as the per uid non-default
app op states. If there is a UID policy specified then it
takes precedence over the per package one. Even further,
changing the uid policy updates the package policies in this
UID if the state is non-default. Changing a package app op
state also updates the app op state for the whole UID if
the per UID policy for this op is non-default. Clearing the
app op state for a package, clears the policy for the UID
as well.

bug:22802981

Change-Id: I78044906d9fcc6066abf07e706c2c88f3397d293

8 years agoam cb9c0940: Merge "Added logging in a few error paths for wifi config installation...
Jan Nordqvist [Sat, 1 Aug 2015 00:39:20 +0000 (00:39 +0000)]
am cb9c0940: Merge "Added logging in a few error paths for wifi config installation." into mnc-dev

* commit 'cb9c0940d4090f83b5ba76ef1413c2d14f7fdc1b':
  Added logging in a few error paths for wifi config installation.

8 years agoMerge "Suppress camera launch gesture until setup is complete Bug: 22792563" into...
Peng Xu [Sat, 1 Aug 2015 00:35:22 +0000 (00:35 +0000)]
Merge "Suppress camera launch gesture until setup is complete Bug: 22792563" into mnc-dr-dev

8 years agoMerge "Added logging in a few error paths for wifi config installation." into mnc-dev
Jan Nordqvist [Sat, 1 Aug 2015 00:30:42 +0000 (00:30 +0000)]
Merge "Added logging in a few error paths for wifi config installation." into mnc-dev

8 years agoAdded logging in a few error paths for wifi config installation.
Jan Nordqvist [Fri, 31 Jul 2015 22:32:25 +0000 (15:32 -0700)]
Added logging in a few error paths for wifi config installation.

Bug: 22790527
Change-Id: I71b298b98da098f647f52886c3c3a7456cb24d51

8 years agoam 6e75e7dd: Merge "Instrument printing service for metrics collection." into mnc-dev
Chris Wren [Sat, 1 Aug 2015 00:16:59 +0000 (00:16 +0000)]
am 6e75e7dd: Merge "Instrument printing service for metrics collection." into mnc-dev

* commit '6e75e7dd988d7704a01528f479421ab5e6012c99':
  Instrument printing service for metrics collection.

8 years agoMake vendor keys visible in Camera2 java APIs.
Ruben Brunk [Thu, 30 Jul 2015 01:19:11 +0000 (18:19 -0700)]
Make vendor keys visible in Camera2 java APIs.

- Add vendor keys to getKeys() calls for CameraCharacteristics,
  CaptureRequest, and CaptureResult.
- Vendors can specify whether custom keys show up by listing
  visible keys in the REQUEST_AVAILABLE_RESULT_KEYS field.
- Vendor key types are always treated as a primitive (or Rational)
  array type corresponding to one of the valid types for
  a camera metadata entry.

Bug: 22067625
Change-Id: I6e7dd3db7a8bf533c2ec15ff69ca38824134e971

8 years agoMerge "Instrument printing service for metrics collection." into mnc-dev
Chris Wren [Sat, 1 Aug 2015 00:11:16 +0000 (00:11 +0000)]
Merge "Instrument printing service for metrics collection." into mnc-dev

8 years agoam f92a1fdb: Fixed a bug where notifications shadows were blinking out
Selim Cinek [Fri, 31 Jul 2015 23:53:33 +0000 (23:53 +0000)]
am f92a1fdb: Fixed a bug where notifications shadows were blinking out

* commit 'f92a1fdb77311149189ae17244adc51017b89c1e':
  Fixed a bug where notifications shadows were blinking out

8 years agoFixed a bug where notifications shadows were blinking out
Selim Cinek [Fri, 31 Jul 2015 23:10:32 +0000 (16:10 -0700)]
Fixed a bug where notifications shadows were blinking out

Bug: 22567770
Change-Id: I2d335241a287d0c64e659221994f19b7c13eccd3

8 years agoam 00ab3578: Merge "Make enter reveal animation be zorder top." into mnc-dev
Filip Gruszczynski [Fri, 31 Jul 2015 22:36:53 +0000 (22:36 +0000)]
am 00ab3578: Merge "Make enter reveal animation be zorder top." into mnc-dev

* commit '00ab35783c3909c783effbf28da6dda2bf67c1a8':
  Make enter reveal animation be zorder top.

8 years agoam fb68b0ad: Merge "Fix issue #21895842: Add is_assist_blocked to assist.ViewNode...
Dianne Hackborn [Fri, 31 Jul 2015 22:36:49 +0000 (22:36 +0000)]
am fb68b0ad: Merge "Fix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties" into mnc-dev

* commit 'fb68b0ad344edbba15b961dc444cb24dcfc29995':
  Fix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties

8 years agoMerge "Make enter reveal animation be zorder top." into mnc-dev
Filip Gruszczynski [Fri, 31 Jul 2015 22:31:22 +0000 (22:31 +0000)]
Merge "Make enter reveal animation be zorder top." into mnc-dev

8 years agoMerge "Fix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties...
Dianne Hackborn [Fri, 31 Jul 2015 22:29:34 +0000 (22:29 +0000)]
Merge "Fix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties" into mnc-dev

8 years agoam ffbdb8ad: Merge "Fix that shutter sound does not play after ringer mode changes...
Jean-Michel Trivi [Fri, 31 Jul 2015 22:25:47 +0000 (22:25 +0000)]
am ffbdb8ad: Merge "Fix that shutter sound does not play after ringer mode changes to vibrator" into mnc-dev

* commit 'ffbdb8ad86e6a858f3f8cd812bfe2e3ec5fd4b75':
  Fix that shutter sound does not play after ringer mode changes to vibrator

8 years agoMerge "Fix that shutter sound does not play after ringer mode changes to vibrator...
Jean-Michel Trivi [Fri, 31 Jul 2015 22:18:35 +0000 (22:18 +0000)]
Merge "Fix that shutter sound does not play after ringer mode changes to vibrator" into mnc-dev

8 years agomedia: Clarify MediaCodec and CodecCapabilities documentation
Lajos Molnar [Thu, 30 Jul 2015 17:14:16 +0000 (10:14 -0700)]
media: Clarify MediaCodec and CodecCapabilities documentation

Bug: 21932760
Bug: 22847191
Change-Id: Iacd24099a98c73fe4fb50226564690aa9b01c772

8 years agoam 5cca30a4: Merge "Revert two changes to LinearLayout measurement" into mnc-dev
Alan Viverette [Fri, 31 Jul 2015 21:39:03 +0000 (21:39 +0000)]
am 5cca30a4: Merge "Revert two changes to LinearLayout measurement" into mnc-dev

* commit '5cca30a4ee28a5e70531508d9ad607107adfaa86':
  Revert two changes to LinearLayout measurement

8 years agoam 9d8a230f: Revert "View measurement optimization"
Alan Viverette [Fri, 31 Jul 2015 21:38:59 +0000 (21:38 +0000)]
am 9d8a230f: Revert "View measurement optimization"

* commit '9d8a230fbd71ac57ef806326f15fa133ba125083':
  Revert "View measurement optimization"

8 years agoMerge "Revert two changes to LinearLayout measurement" into mnc-dev
Alan Viverette [Fri, 31 Jul 2015 21:30:48 +0000 (21:30 +0000)]
Merge "Revert two changes to LinearLayout measurement" into mnc-dev

8 years agoAdd badge content description to TargetInfo, use in ResolverActivity
Alan Viverette [Fri, 31 Jul 2015 20:46:56 +0000 (16:46 -0400)]
Add badge content description to TargetInfo, use in ResolverActivity

Bug: 22667344
Change-Id: Iee241b9179c74a15b1c635cf90d2f96f6f7b31cd

8 years agoUpdate test image for upated nav icons.
Deepanshu Gupta [Fri, 31 Jul 2015 20:11:23 +0000 (13:11 -0700)]
Update test image for upated nav icons.

The image shows the nav icons to be separated by a significant distance.
This is because the switch to wide-screen layout happens based on
shortest width. The layout has a small shortest width and hence it uses
the phone layout for a horizontal nav bar and it doesn't look nice. Real
devices will never have this config, so it's okay.

Change-Id: Ic494ee7fdfb1116db39bcab6d6ee7a1e514b23df

8 years agoFix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties
Dianne Hackborn [Fri, 31 Jul 2015 20:10:55 +0000 (13:10 -0700)]
Fix issue #21895842: Add is_assist_blocked to assist.ViewNode.NodeProperties

Change-Id: I928882d42d0546cc6a12e803d96131beaba76d4e

8 years agoFix typo: s/FullScreen/Fullscreen/ in LayoutLib.
Deepanshu Gupta [Fri, 31 Jul 2015 20:10:18 +0000 (13:10 -0700)]
Fix typo: s/FullScreen/Fullscreen/ in LayoutLib.

Change-Id: Ia8d223ae01f08df945ab05615b07075b98a54a32

8 years agoFix bugs introduced in 78aa664.
Deepanshu Gupta [Fri, 31 Jul 2015 18:33:25 +0000 (11:33 -0700)]
Fix bugs introduced in 78aa664.

Fix a couple of bugs (ArrayIndexOutOfBoundsException due to
miscalculation and a typo - swapped src and dst) introduced in the CL:
78aa664 Poor implementation of Path.approximate()

Change-Id: Iff7dbbf66d2714df51699ddb9a4169c38feefa7b

8 years agoam c35e670d: Moving removeTask to separate thread.
Winson Chung [Fri, 31 Jul 2015 19:55:40 +0000 (19:55 +0000)]
am c35e670d: Moving removeTask to separate thread.

* commit 'c35e670d5386eb6388eb4e65746b950265312e7a':
  Moving removeTask to separate thread.

8 years agoRevert "View measurement optimization"
Alan Viverette [Fri, 31 Jul 2015 19:51:48 +0000 (19:51 +0000)]
Revert "View measurement optimization"

LinearLayout relied on multiple measurement passes to hide a
discrepancy between EXACTLY and non-EXACTLY measurements.

This reverts commit 9cefbda11ee5308145d58b0b99ced0f66a0b1cf9.

Bug: 22810327
Change-Id: I515a80749420d00efc5002fa68221b7c236f03df

8 years agoMoving removeTask to separate thread.
Winson Chung [Fri, 31 Jul 2015 01:08:26 +0000 (18:08 -0700)]
Moving removeTask to separate thread.

Bug: 22760556
Change-Id: Iac6eef77e3ba5432ac1cd4aa792e7b2aadc27c01

8 years agoam 92e0c86f: Merge "Ensuring that we don\'t try to use and propagate null activity...
Winson Chung [Fri, 31 Jul 2015 19:43:30 +0000 (19:43 +0000)]
am 92e0c86f: Merge "Ensuring that we don\'t try to use and propagate null activity labels." into mnc-dev

* commit '92e0c86fa2b84619ebc3acb6d91434dd17113c61':
  Ensuring that we don't try to use and propagate null activity labels.

8 years agoam e836a229: Fix build.
Deepanshu Gupta [Fri, 31 Jul 2015 19:43:25 +0000 (19:43 +0000)]
am e836a229: Fix build.

* commit 'e836a229aefb0ff3b82e19a422590fb7c4bd5148':
  Fix build.

8 years agoam f7e00dbd: Merge "Fixed issue with artifacts during scale-up transition animation...
Wale Ogunwale [Fri, 31 Jul 2015 19:43:06 +0000 (19:43 +0000)]
am f7e00dbd: Merge "Fixed issue with artifacts during scale-up transition animation" into mnc-dev

* commit 'f7e00dbd08038d52c1158eea61e253ff8155569b':
  Fixed issue with artifacts during scale-up transition animation

8 years agoam ebbc891a: Merge "Fix build." into mnc-dev
Dianne Hackborn [Fri, 31 Jul 2015 19:42:50 +0000 (19:42 +0000)]
am ebbc891a: Merge "Fix build." into mnc-dev

* commit 'ebbc891ae4ca835dea278430e3bad42d4630e2af':
  Fix build.

8 years agoam 37f559be: Merge "Improve getTimestamp documentation" into mnc-dev
Glenn Kasten [Fri, 31 Jul 2015 19:42:43 +0000 (19:42 +0000)]
am 37f559be: Merge "Improve getTimestamp documentation" into mnc-dev

* commit '37f559be42ef7a765c671cc0852289a9d7e047cc':
  Improve getTimestamp documentation

8 years agoam 692a244b: Fix build.
Dianne Hackborn [Fri, 31 Jul 2015 19:42:24 +0000 (19:42 +0000)]
am 692a244b: Fix build.

* commit '692a244bffea11157c37c8de93482cb912599b98':
  Fix build.

8 years agoam c1836bb0: Merge "Change MNC codename to just M." into mnc-dev
Dianne Hackborn [Fri, 31 Jul 2015 19:42:11 +0000 (19:42 +0000)]
am c1836bb0: Merge "Change MNC codename to just M." into mnc-dev

* commit 'c1836bb0f1bf3e5ef0911719525da0bab3e53507':
  Change MNC codename to just M.

8 years agoMake enter reveal animation be zorder top.
Filip Gruszczynski [Fri, 31 Jul 2015 19:20:40 +0000 (12:20 -0700)]
Make enter reveal animation be zorder top.

This fixes the bug where launcher icons become temporarily visible when
home button is pressed while other activity is starting. By having the
starting activity's animation be zoder top, it will continue to be drawn
on top of the launcher until it animates away.

Bug: 22809202
Change-Id: If5e3c09b7a5df4537c355f94e986766f77ad4943

8 years agoFix fingerprint icon screen on animation
Jorim Jaggi [Thu, 30 Jul 2015 18:56:36 +0000 (11:56 -0700)]
Fix fingerprint icon screen on animation

Bug: 22807015
Change-Id: I4685085007d87f1b1e1db380d0f899efc4e56240

8 years agoMerge "Ensuring that we don't try to use and propagate null activity labels." into...
Winson Chung [Fri, 31 Jul 2015 19:20:51 +0000 (19:20 +0000)]
Merge "Ensuring that we don't try to use and propagate null activity labels." into mnc-dev

8 years agoSuppress camera launch gesture until setup is complete
Kevin Gabayan [Fri, 31 Jul 2015 19:01:43 +0000 (12:01 -0700)]
Suppress camera launch gesture until setup is complete
Bug: 22792563

Change-Id: I779d15894375ebd2639f41bc5f60317030f927f4