OSDN Git Service

android-x86/frameworks-base.git
9 years agoam 31b8b72d: am 6223b7e9: Merge "Track rename of INT and LONG Keymaster tag types...
Alex Klyubin [Thu, 25 Jun 2015 16:01:55 +0000 (16:01 +0000)]
am 31b8b72d: am 6223b7e9: Merge "Track rename of INT and LONG Keymaster tag types." into mnc-dev

* commit '31b8b72d454a3e5d9e18dd2c64d4f0bf185f2574':
  Track rename of INT and LONG Keymaster tag types.

9 years agoam 00270ad2: am 107cb81f: Merge "Make BluetoothEventManager listen to ALIAS_CHANGED...
Jason Monk [Thu, 25 Jun 2015 16:01:48 +0000 (16:01 +0000)]
am 00270ad2: am 107cb81f: Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev

* commit '00270ad2186bd0796fbae46e6f7dc18cae1e8122':
  Make BluetoothEventManager listen to ALIAS_CHANGED

9 years agoam 6223b7e9: Merge "Track rename of INT and LONG Keymaster tag types." into mnc-dev
Alex Klyubin [Thu, 25 Jun 2015 15:14:48 +0000 (15:14 +0000)]
am 6223b7e9: Merge "Track rename of INT and LONG Keymaster tag types." into mnc-dev

* commit '6223b7e911b764ed163cb5030fff5f3744724a7f':
  Track rename of INT and LONG Keymaster tag types.

9 years agoam 62fdc0cf: am 729ffa29: ICU format support for pseudolocalizes.
Igor Viarheichyk [Thu, 25 Jun 2015 15:12:35 +0000 (15:12 +0000)]
am 62fdc0cf: am 729ffa29: ICU format support for pseudolocalizes.

* commit '62fdc0cffe7f947d45ade5cbc3c0086b9af88be5':
  ICU format support for pseudolocalizes.

9 years agoMerge "Track rename of INT and LONG Keymaster tag types." into mnc-dev
Alex Klyubin [Thu, 25 Jun 2015 15:06:47 +0000 (15:06 +0000)]
Merge "Track rename of INT and LONG Keymaster tag types." into mnc-dev

9 years agoam 107cb81f: Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev
Jason Monk [Thu, 25 Jun 2015 14:14:06 +0000 (14:14 +0000)]
am 107cb81f: Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev

* commit '107cb81f9054a406b94e249c99fd7d64be71faec':
  Make BluetoothEventManager listen to ALIAS_CHANGED

9 years agoMerge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev
Jason Monk [Thu, 25 Jun 2015 14:05:19 +0000 (14:05 +0000)]
Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev

9 years agoam 9d01914a: am fdb70dc4: Merge "Fix filedescriptor leakage in MediaMetadataRetriever"
Narayan Kamath [Thu, 25 Jun 2015 10:02:15 +0000 (10:02 +0000)]
am 9d01914a: am fdb70dc4: Merge "Fix filedescriptor leakage in MediaMetadataRetriever"

* commit '9d01914a89bc693e21809fabf46281e638b93f85':
  Fix filedescriptor leakage in MediaMetadataRetriever

9 years agoam 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos"
Narayan Kamath [Thu, 25 Jun 2015 10:02:08 +0000 (10:02 +0000)]
am 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos"

* commit '37c688948d4464d636cd64c537b98697cb4b795d':
  Fixed Javadoc typos

9 years agoam fdb70dc4: Merge "Fix filedescriptor leakage in MediaMetadataRetriever"
Narayan Kamath [Thu, 25 Jun 2015 09:48:46 +0000 (09:48 +0000)]
am fdb70dc4: Merge "Fix filedescriptor leakage in MediaMetadataRetriever"

* commit 'fdb70dc4346f801673aa700f3fca2b8cc77b809c':
  Fix filedescriptor leakage in MediaMetadataRetriever

9 years agoam a78c0e0b: Merge "Fixed Javadoc typos"
Narayan Kamath [Thu, 25 Jun 2015 09:48:39 +0000 (09:48 +0000)]
am a78c0e0b: Merge "Fixed Javadoc typos"

* commit 'a78c0e0b9aff70d03101a25b47024f6d02cb93e2':
  Fixed Javadoc typos

9 years agoam 729ffa29: ICU format support for pseudolocalizes.
Igor Viarheichyk [Thu, 25 Jun 2015 09:46:17 +0000 (09:46 +0000)]
am 729ffa29: ICU format support for pseudolocalizes.

* commit '729ffa299ca786eb21ba8330096b33c7bcd66fbf':
  ICU format support for pseudolocalizes.

9 years agoICU format support for pseudolocalizes.
Igor Viarheichyk [Fri, 15 May 2015 01:47:00 +0000 (18:47 -0700)]
ICU format support for pseudolocalizes.

Custom parser can handle nested ICU messages even if they
are split into multiple fragments. Code reworked to encapsulate
all pseudolocalization logic in Pseudolocalizer and PseudoMethods
classes. To minimize a changelist size, some static functions
remained. Fake BiDi pseudolocalization method is reimplemented
to handle word boundaries correctly. Unit tests added.

(cherry picked from commit cbb1e676b56677ae3585c067f29646dddffb4857)

bug: 22060509

Change-Id: I11968d81984d99501a4d9334ff2e7453a1eb7a00

9 years agoMerge "Fix filedescriptor leakage in MediaMetadataRetriever"
Narayan Kamath [Thu, 25 Jun 2015 08:33:49 +0000 (08:33 +0000)]
Merge "Fix filedescriptor leakage in MediaMetadataRetriever"

9 years agoFix filedescriptor leakage in MediaMetadataRetriever
harvey_tsai [Thu, 11 Jun 2015 03:51:36 +0000 (11:51 +0800)]
Fix filedescriptor leakage in MediaMetadataRetriever

setDataSource(String) throws an IllegalArgumentException
when an IOException or FileNotFoundException occurs, but doesn't
close FileDescriptor accordingly.

Change-Id: Ib6e0f1418afeeb19e03abd4bedb4cc845a58b6b4

9 years agoMerge "Fixed Javadoc typos"
Narayan Kamath [Thu, 25 Jun 2015 08:27:47 +0000 (08:27 +0000)]
Merge "Fixed Javadoc typos"

9 years agoFixed Javadoc typos
Philipp Hasper [Tue, 12 May 2015 07:09:25 +0000 (09:09 +0200)]
Fixed Javadoc typos

Simple single character typos

Change-Id: I17660dbb3b7ee6597637e8d76770f434ebf202ea

9 years agoam 2800c9fd: am e42441a2: Merge "Don\'t lose critical success/failure messages" into...
Erik Kline [Thu, 25 Jun 2015 05:20:46 +0000 (05:20 +0000)]
am 2800c9fd: am e42441a2: Merge "Don\'t lose critical success/failure messages" into mnc-dev

* commit '2800c9fd8201a9f04578c82cfeb223f2161065c3':
  Don't lose critical success/failure messages

9 years agoam dbfa7a1f: am 57f2dac7: Merge "iUpdate the sensor group description" into mnc-dev
Svetoslav [Thu, 25 Jun 2015 05:20:40 +0000 (05:20 +0000)]
am dbfa7a1f: am 57f2dac7: Merge "iUpdate the sensor group description" into mnc-dev

* commit 'dbfa7a1f7720e0581c7028aa06cc3ad7d41de71f':
  iUpdate the sensor group description

9 years agoam e42441a2: Merge "Don\'t lose critical success/failure messages" into mnc-dev
Erik Kline [Thu, 25 Jun 2015 05:08:52 +0000 (05:08 +0000)]
am e42441a2: Merge "Don\'t lose critical success/failure messages" into mnc-dev

* commit 'e42441a232ae1a75cdd2541f974ed8da258b97cd':
  Don't lose critical success/failure messages

9 years agoam 57f2dac7: Merge "iUpdate the sensor group description" into mnc-dev
Svetoslav [Thu, 25 Jun 2015 05:08:38 +0000 (05:08 +0000)]
am 57f2dac7: Merge "iUpdate the sensor group description" into mnc-dev

* commit '57f2dac721e01ad92843511b142cfc5ed738dda9':
  iUpdate the sensor group description

9 years agoam d2b65b2b: am 08592bd0: Merge "Frameworks/base: Add tracing system properties"
Andreas Gampe [Thu, 25 Jun 2015 04:27:34 +0000 (04:27 +0000)]
am d2b65b2b: am 08592bd0: Merge "Frameworks/base: Add tracing system properties"

* commit 'd2b65b2bfb3fdf796e50fa345edeccc47b313da9':
  Frameworks/base: Add tracing system properties

9 years agoam 08592bd0: Merge "Frameworks/base: Add tracing system properties"
Andreas Gampe [Thu, 25 Jun 2015 03:53:59 +0000 (03:53 +0000)]
am 08592bd0: Merge "Frameworks/base: Add tracing system properties"

* commit '08592bd0f7daf5c1d10baf78d5e216befd7b6a8e':
  Frameworks/base: Add tracing system properties

9 years agoMerge "Don't lose critical success/failure messages" into mnc-dev
Erik Kline [Thu, 25 Jun 2015 03:46:33 +0000 (03:46 +0000)]
Merge "Don't lose critical success/failure messages" into mnc-dev

9 years agoMerge "Frameworks/base: Add tracing system properties"
Andreas Gampe [Thu, 25 Jun 2015 03:44:43 +0000 (03:44 +0000)]
Merge "Frameworks/base: Add tracing system properties"

9 years agoMerge "iUpdate the sensor group description" into mnc-dev
Svetoslav [Thu, 25 Jun 2015 02:14:53 +0000 (02:14 +0000)]
Merge "iUpdate the sensor group description" into mnc-dev

9 years agoiUpdate the sensor group description
Svetoslav [Thu, 25 Jun 2015 02:12:28 +0000 (19:12 -0700)]
iUpdate the sensor group description

bug:21784262

Change-Id: I417e2170b8a977b274ca0f6b2364c670bbb5264a

9 years agoam 0a6df3f6: am 2e2d030b: am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce...
Anthony Hugh [Thu, 25 Jun 2015 01:58:31 +0000 (01:58 +0000)]
am 0a6df3f6: am 2e2d030b: am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear

* commit '0a6df3f6e17a9ff166fb8e892cf5381173535f3e':
  DO NOT MERGE: Introduce stem keycodes for Wear

9 years agoam 8c7ffbff: am 656fd493: Merge "Make NONEwithECDSA truncate input when necessary...
Alex Klyubin [Thu, 25 Jun 2015 01:58:26 +0000 (01:58 +0000)]
am 8c7ffbff: am 656fd493: Merge "Make NONEwithECDSA truncate input when necessary." into mnc-dev

* commit '8c7ffbffaa7d0879208301038c5fd49b4a43fc91':
  Make NONEwithECDSA truncate input when necessary.

9 years agoam 51fe757e: am 8f7ae66e: Merge "Frameworks/base: Add tracing system properties"...
Andreas Gampe [Thu, 25 Jun 2015 01:58:21 +0000 (01:58 +0000)]
am 51fe757e: am 8f7ae66e: Merge "Frameworks/base: Add tracing system properties" into mnc-dev

* commit '51fe757ef106b65218c04be8d73333b959fae545':
  Frameworks/base: Add tracing system properties

9 years agoam 63b59d3f: am ecff75a1: Merge "Revert "Throw IAE on invalid measure spec size"...
Dave Langemak [Thu, 25 Jun 2015 01:44:32 +0000 (01:44 +0000)]
am 63b59d3f: am ecff75a1: Merge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev

* commit '63b59d3fd814224e6b17a81ab23bc706492f75e6':
  Revert "Throw IAE on invalid measure spec size"

9 years agoFrameworks/base: Add tracing system properties
Andreas Gampe [Tue, 23 Jun 2015 04:09:36 +0000 (21:09 -0700)]
Frameworks/base: Add tracing system properties

Add system properties to support zygote-started method tracing.
These are needed as the limit on system properties does not allow
the reuse of the runtime extra options system property.

Bug: 21760614

(cherry picked from commit 98f406f6f31660d0f5ee32113ffadc720b426dc6)

Change-Id: I3785cc5715acadbee81ef7b45081ed780f1351d3

9 years agoam 2e2d030b: am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycode...
Anthony Hugh [Thu, 25 Jun 2015 01:43:46 +0000 (01:43 +0000)]
am 2e2d030b: am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear

* commit '2e2d030bfe3b7ba0f2c2f26e70253494eb94cc1e':
  DO NOT MERGE: Introduce stem keycodes for Wear

9 years agoam 656fd493: Merge "Make NONEwithECDSA truncate input when necessary." into mnc-dev
Alex Klyubin [Thu, 25 Jun 2015 01:43:42 +0000 (01:43 +0000)]
am 656fd493: Merge "Make NONEwithECDSA truncate input when necessary." into mnc-dev

* commit '656fd49386ddd55e0dfe19ae7287413af7fff295':
  Make NONEwithECDSA truncate input when necessary.

9 years agoam 8f7ae66e: Merge "Frameworks/base: Add tracing system properties" into mnc-dev
Andreas Gampe [Thu, 25 Jun 2015 01:43:38 +0000 (01:43 +0000)]
am 8f7ae66e: Merge "Frameworks/base: Add tracing system properties" into mnc-dev

* commit '8f7ae66e47181ee87985da63d8aa6ef0cad20ab2':
  Frameworks/base: Add tracing system properties

9 years agoam a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear
Anthony Hugh [Thu, 25 Jun 2015 01:37:28 +0000 (01:37 +0000)]
am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear

* commit 'a50fa71044f759013dc506ae3dc5fce11e67494e':
  DO NOT MERGE: Introduce stem keycodes for Wear

9 years agoMerge "Make NONEwithECDSA truncate input when necessary." into mnc-dev
Alex Klyubin [Thu, 25 Jun 2015 01:31:17 +0000 (01:31 +0000)]
Merge "Make NONEwithECDSA truncate input when necessary." into mnc-dev

9 years agoam ecff75a1: Merge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev
Dave Langemak [Thu, 25 Jun 2015 01:30:46 +0000 (01:30 +0000)]
am ecff75a1: Merge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev

* commit 'ecff75a158db0514dc019eb3ec9b3f04c1a8f420':
  Revert "Throw IAE on invalid measure spec size"

9 years agoMerge "Frameworks/base: Add tracing system properties" into mnc-dev
Andreas Gampe [Thu, 25 Jun 2015 01:29:36 +0000 (01:29 +0000)]
Merge "Frameworks/base: Add tracing system properties" into mnc-dev

9 years agoam 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear
Anthony Hugh [Thu, 25 Jun 2015 01:27:41 +0000 (01:27 +0000)]
am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear

* commit '001df9ca900f3098222a4920a0048d2eb947bd4e':
  DO NOT MERGE: Introduce stem keycodes for Wear

9 years agoMerge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev
Dave Langemak [Thu, 25 Jun 2015 01:17:57 +0000 (01:17 +0000)]
Merge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev

9 years agoRevert "Throw IAE on invalid measure spec size"
Dave Langemak [Thu, 25 Jun 2015 01:14:26 +0000 (01:14 +0000)]
Revert "Throw IAE on invalid measure spec size"

This reverts commit ac6cfb32fec5e4b9ce47c4cde4bbcc7b43a0c4a7.

Change-Id: Ie60b48eac5f732071a5039b9b6bc7b18eb694d5b

9 years agoam e6c01d05: am c2a30713: Merge "Duplicate description on AccessibilityEvent"
Alan Viverette [Thu, 25 Jun 2015 01:12:27 +0000 (01:12 +0000)]
am e6c01d05: am c2a30713: Merge "Duplicate description on AccessibilityEvent"

* commit 'e6c01d05b4eb2de67bad60991cb2952fb34c3fea':
  Duplicate description on AccessibilityEvent

9 years agoam 02f604e9: am 3704da0d: Merge "No need to check WRITE_SETTINGS permission in Conten...
Amith Yamasani [Thu, 25 Jun 2015 00:51:52 +0000 (00:51 +0000)]
am 02f604e9: am 3704da0d: Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev

* commit '02f604e9428682859a476206379c9f45711330a5':
  No need to check WRITE_SETTINGS permission in ContentProvider

9 years agoam 3704da0d: Merge "No need to check WRITE_SETTINGS permission in ContentProvider...
Amith Yamasani [Thu, 25 Jun 2015 00:38:09 +0000 (00:38 +0000)]
am 3704da0d: Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev

* commit '3704da0d9e45605e0ff38408a30de38b672ff83e':
  No need to check WRITE_SETTINGS permission in ContentProvider

9 years agoam 1983fdca: am 10bf27e2: Merge "Avoid negative childSpecSize in RelativeLayout"...
Alan Viverette [Thu, 25 Jun 2015 00:31:43 +0000 (00:31 +0000)]
am 1983fdca: am 10bf27e2: Merge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev

* commit '1983fdca61eecfd964cc8b7842e2b19806fd4d1c':
  Avoid negative childSpecSize in RelativeLayout

9 years agoam a5e4db2e: am 91feb107: Merge "Fix ChooserActivity check for still-alive ChooserTar...
Adam Powell [Thu, 25 Jun 2015 00:31:37 +0000 (00:31 +0000)]
am a5e4db2e: am 91feb107: Merge "Fix ChooserActivity check for still-alive ChooserTargets" into mnc-dev

* commit 'a5e4db2e9025254b80f6c0c380d355e5e0f8234a':
  Fix ChooserActivity check for still-alive ChooserTargets

9 years agoMerge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev
Amith Yamasani [Thu, 25 Jun 2015 00:24:18 +0000 (00:24 +0000)]
Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev

9 years agoam 10bf27e2: Merge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev
Alan Viverette [Thu, 25 Jun 2015 00:17:58 +0000 (00:17 +0000)]
am 10bf27e2: Merge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev

* commit '10bf27e2c90f05a8acad3cf902a9bf3ab8dbcca3':
  Avoid negative childSpecSize in RelativeLayout

9 years agoam 91feb107: Merge "Fix ChooserActivity check for still-alive ChooserTargets" into...
Adam Powell [Thu, 25 Jun 2015 00:17:54 +0000 (00:17 +0000)]
am 91feb107: Merge "Fix ChooserActivity check for still-alive ChooserTargets" into mnc-dev

* commit '91feb107f2c7b51bf3cbdef43bea2fb61b56a8ee':
  Fix ChooserActivity check for still-alive ChooserTargets

9 years agoMerge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev
Alan Viverette [Thu, 25 Jun 2015 00:09:05 +0000 (00:09 +0000)]
Merge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev

9 years agoMerge "Fix ChooserActivity check for still-alive ChooserTargets" into mnc-dev
Adam Powell [Thu, 25 Jun 2015 00:08:52 +0000 (00:08 +0000)]
Merge "Fix ChooserActivity check for still-alive ChooserTargets" into mnc-dev

9 years agoAvoid negative childSpecSize in RelativeLayout
Alan Viverette [Thu, 25 Jun 2015 00:03:48 +0000 (17:03 -0700)]
Avoid negative childSpecSize in RelativeLayout

Bug: 22071351
Change-Id: I951fd7c7973c49581d3ea30bae64d6c20bc362be

9 years agoam 6c270c57: am 93666e86: Merge "Resize the VectorDrawable according to the virtual...
ztenghui [Wed, 24 Jun 2015 23:59:29 +0000 (23:59 +0000)]
am 6c270c57: am 93666e86: Merge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev

* commit '6c270c573777e854ac333822ac7b30e8632e8082':
  Resize the VectorDrawable according to the virtual Dpi

9 years agoam 93666e86: Merge "Resize the VectorDrawable according to the virtual Dpi" into...
ztenghui [Wed, 24 Jun 2015 23:44:36 +0000 (23:44 +0000)]
am 93666e86: Merge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev

* commit '93666e8691c9b41855add5c1c92bfc9e0912764e':
  Resize the VectorDrawable according to the virtual Dpi

9 years agoam 1143cca3: am 6acb521f: Merge "Update local state when creating LayerDrawable from...
Alan Viverette [Wed, 24 Jun 2015 23:37:37 +0000 (23:37 +0000)]
am 1143cca3: am 6acb521f: Merge "Update local state when creating LayerDrawable from constant state" into mnc-dev

* commit '1143cca3007cf443a5ce0bf963fa2823fddae977':
  Update local state when creating LayerDrawable from constant state

9 years agoam 624704ba: am e5c7ca7d: Rename and add carrier config keys for volte and ims.
Junda Liu [Wed, 24 Jun 2015 23:37:32 +0000 (23:37 +0000)]
am 624704ba: am e5c7ca7d: Rename and add carrier config keys for volte and ims.

* commit '624704ba3de96d2095ca56f6e96134ac45d3999f':
  Rename and add carrier config keys for volte and ims.

9 years agoMerge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev
ztenghui [Wed, 24 Jun 2015 23:32:16 +0000 (23:32 +0000)]
Merge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev

9 years agoam 6acb521f: Merge "Update local state when creating LayerDrawable from constant...
Alan Viverette [Wed, 24 Jun 2015 23:26:41 +0000 (23:26 +0000)]
am 6acb521f: Merge "Update local state when creating LayerDrawable from constant state" into mnc-dev

* commit '6acb521f7c5d13b4f9891822db6121dcedce268a':
  Update local state when creating LayerDrawable from constant state

9 years agoam e5c7ca7d: Rename and add carrier config keys for volte and ims.
Junda Liu [Wed, 24 Jun 2015 23:26:36 +0000 (23:26 +0000)]
am e5c7ca7d: Rename and add carrier config keys for volte and ims.

* commit 'e5c7ca7d792f0ecb8219c217d756080d1d4c3933':
  Rename and add carrier config keys for volte and ims.

9 years agoam c88dff63: am 948c6ecc: Merge "add cpuset support" into mnc-dev
Tim Murray [Wed, 24 Jun 2015 23:26:13 +0000 (23:26 +0000)]
am c88dff63: am 948c6ecc: Merge "add cpuset support" into mnc-dev

* commit 'c88dff63e95de2fb9d8ba49093e5c3b7b211a136':
  add cpuset support

9 years agoMerge "Update local state when creating LayerDrawable from constant state" into mnc-dev
Alan Viverette [Wed, 24 Jun 2015 23:15:14 +0000 (23:15 +0000)]
Merge "Update local state when creating LayerDrawable from constant state" into mnc-dev

9 years agoDO NOT MERGE: Introduce stem keycodes for Wear
Anthony Hugh [Tue, 23 Jun 2015 17:44:17 +0000 (10:44 -0700)]
DO NOT MERGE: Introduce stem keycodes for Wear

Cherry-pick from master

This change adds four new stem keycodes for Android Wear. These
keycodes are intended to represent the various hardware buttons
around the watch.  There is one primary stem key that will be used
for power/settings and three generic stem keys that will be
customizable.

BUG: 21903503
Change-Id: I867cf79554c72d42c8acbb3ff8b1678e482d4fe2

9 years agoam 948c6ecc: Merge "add cpuset support" into mnc-dev
Tim Murray [Wed, 24 Jun 2015 23:08:43 +0000 (23:08 +0000)]
am 948c6ecc: Merge "add cpuset support" into mnc-dev

* commit '948c6ecc5a460ce78dc1d012ccb3efc844699985':
  add cpuset support

9 years agoRename and add carrier config keys for volte and ims.
Junda Liu [Wed, 24 Jun 2015 21:41:14 +0000 (14:41 -0700)]
Rename and add carrier config keys for volte and ims.

Bug: b/21878236
Change-Id: I2bc36664969fce9e773ce8a53d56b92936d96971

9 years agoam c2a30713: Merge "Duplicate description on AccessibilityEvent"
Alan Viverette [Wed, 24 Jun 2015 23:01:06 +0000 (23:01 +0000)]
am c2a30713: Merge "Duplicate description on AccessibilityEvent"

* commit 'c2a30713793a60b7a1ab039da43f6510b06b0b7d':
  Duplicate description on AccessibilityEvent

9 years agoMerge "add cpuset support" into mnc-dev
Tim Murray [Wed, 24 Jun 2015 22:59:51 +0000 (22:59 +0000)]
Merge "add cpuset support" into mnc-dev

9 years agoresolved conflicts for merge of 0f14548c to mnc-dev-plus-aosp
Mathieu Chartier [Wed, 24 Jun 2015 22:59:18 +0000 (15:59 -0700)]
resolved conflicts for merge of 0f14548c to mnc-dev-plus-aosp

Change-Id: I2f79840f82150eddebfbd549afd1eca28075eb43

9 years agoMerge "Duplicate description on AccessibilityEvent"
Alan Viverette [Wed, 24 Jun 2015 22:47:01 +0000 (22:47 +0000)]
Merge "Duplicate description on AccessibilityEvent"

9 years agoTrack rename of INT and LONG Keymaster tag types.
Alex Klyubin [Wed, 24 Jun 2015 22:46:45 +0000 (15:46 -0700)]
Track rename of INT and LONG Keymaster tag types.

Bug: 22008538
Change-Id: Id0091e59738c828a96305edbfc4f3958e712278b

9 years agoNo need to check WRITE_SETTINGS permission in ContentProvider
Amith Yamasani [Wed, 24 Jun 2015 22:46:09 +0000 (15:46 -0700)]
No need to check WRITE_SETTINGS permission in ContentProvider

Permission checks are enforced within the SettingsProvider specifically
for SECURE/SYSTEM/GLOBAL. Now WRITE_SETTINGS is runtime, so it shouldn't
apply to all the settings types.

Bug: 22044704
Change-Id: I9ed25d96b2fa4f46d3d049efa4300cd1d37bbd24

9 years agoMake NONEwithECDSA truncate input when necessary.
Alex Klyubin [Wed, 24 Jun 2015 19:25:52 +0000 (12:25 -0700)]
Make NONEwithECDSA truncate input when necessary.

Keymaster's implementation of ECDSA with digest NONE rejects input
longer than group size in bytes. RI's NONEwithECDSA accepts inputs
of arbitrary length by truncating them to the above size. This CL
makes Android Keystore's NONEwithECDSA do the truncation to keep
the JCA and Keymaster happy.

The change is inside AndroidKeyStoreECDSASignatureSpi$NONE. All other
small modifications are for supporting that change by making it
possible for AndroidKeyStoreSignatureSpiBase to pass in the signature
being verified into KeyStoreCryptoOperationStreamer. This in turn is
needed to make it possible for NONEwithECDSA implementation to provide
a wrapper streamer which truncates input.

Bug: 22030217
Change-Id: I26064f6df37ef8c631d70a36a356aa0b76a9ad29

9 years agoam 117faced: am 1cc86956: Merge "Fixed an inconsistency when booting up with SIMPIn...
Selim Cinek [Wed, 24 Jun 2015 22:39:26 +0000 (22:39 +0000)]
am 117faced: am 1cc86956: Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev

* commit '117faced25861b39abac90dc284981efcca811c2':
  Fixed an inconsistency when booting up with SIMPIn

9 years agoam 60b716ef: am 3b9fbd2f: Merge "Fixed a bug with encryption where the keyguard was...
Selim Cinek [Wed, 24 Jun 2015 22:39:21 +0000 (22:39 +0000)]
am 60b716ef: am 3b9fbd2f: Merge "Fixed a bug with encryption where the keyguard was never shown with PIN" into mnc-dev

* commit '60b716ef006091d335eda01c73cfe322b6208901':
  Fixed a bug with encryption where the keyguard was never shown with PIN

9 years agoam bb9114ff: am 749d66b8: Merge "remove setLatestEventInfo" into mnc-dev
Chris Wren [Wed, 24 Jun 2015 22:39:16 +0000 (22:39 +0000)]
am bb9114ff: am 749d66b8: Merge "remove setLatestEventInfo" into mnc-dev

* commit 'bb9114ff6dcef85f118afa350c33c2c35a68f41d':
  remove setLatestEventInfo

9 years agoam 1cc86956: Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev
Selim Cinek [Wed, 24 Jun 2015 22:25:30 +0000 (22:25 +0000)]
am 1cc86956: Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev

* commit '1cc869561e6615bf8c473cdf5dfc8773e4c839e5':
  Fixed an inconsistency when booting up with SIMPIn

9 years agoam 3b9fbd2f: Merge "Fixed a bug with encryption where the keyguard was never shown...
Selim Cinek [Wed, 24 Jun 2015 22:25:25 +0000 (22:25 +0000)]
am 3b9fbd2f: Merge "Fixed a bug with encryption where the keyguard was never shown with PIN" into mnc-dev

* commit '3b9fbd2f2de75e53a836d3cb73bcfc25fdb3a67a':
  Fixed a bug with encryption where the keyguard was never shown with PIN

9 years agoam 749d66b8: Merge "remove setLatestEventInfo" into mnc-dev
Chris Wren [Wed, 24 Jun 2015 22:25:20 +0000 (22:25 +0000)]
am 749d66b8: Merge "remove setLatestEventInfo" into mnc-dev

* commit '749d66b82fcfa82649536d2a0739a1a84edc0400':
  remove setLatestEventInfo

9 years agoam ace0f92d: am cede20a7: am 1ee8470c: am 3eefa1f9: Merge "docs: Update Android suppo...
Joe Fernandez [Wed, 24 Jun 2015 22:20:22 +0000 (22:20 +0000)]
am ace0f92d: am cede20a7: am 1ee8470c: am 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview-docs

* commit 'ace0f92d9ace9da85c8465d812ce4c42180a151f':
  docs: Update Android support page

9 years agoMerge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev
Selim Cinek [Wed, 24 Jun 2015 22:19:57 +0000 (22:19 +0000)]
Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev

9 years agoMerge "Fixed a bug with encryption where the keyguard was never shown with PIN" into...
Selim Cinek [Wed, 24 Jun 2015 22:19:37 +0000 (22:19 +0000)]
Merge "Fixed a bug with encryption where the keyguard was never shown with PIN" into mnc-dev

9 years agoMerge "remove setLatestEventInfo" into mnc-dev
Chris Wren [Wed, 24 Jun 2015 22:17:39 +0000 (22:17 +0000)]
Merge "remove setLatestEventInfo" into mnc-dev

9 years agoam 53d0d065: am b21a77fe: Merge "Allow callers holding PACKAGE_USAGE_STATS permission...
Adam Lesinski [Wed, 24 Jun 2015 22:11:45 +0000 (22:11 +0000)]
am 53d0d065: am b21a77fe: Merge "Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()" into mnc-dev

* commit '53d0d0655ca33fbf6a1475a6b97f1a956e5c25f5':
  Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()

9 years agoam cede20a7: am 1ee8470c: am 3eefa1f9: Merge "docs: Update Android support page"...
Joe Fernandez [Wed, 24 Jun 2015 22:11:15 +0000 (22:11 +0000)]
am cede20a7: am 1ee8470c: am 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview-docs

* commit 'cede20a7c273279a9bc51750bdd99c1383816e3e':
  docs: Update Android support page

9 years agoResize the VectorDrawable according to the virtual Dpi
ztenghui [Wed, 24 Jun 2015 20:23:40 +0000 (13:23 -0700)]
Resize the VectorDrawable according to the virtual Dpi

b/21928507

Change-Id: I9e596192a0fdf13fc91481f990a345c3b267f225

9 years agoam 1ee8470c: am 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview...
Joe Fernandez [Wed, 24 Jun 2015 21:52:49 +0000 (21:52 +0000)]
am 1ee8470c: am 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview-docs

* commit '1ee8470ca399362424544e763dcb67e515590b10':
  docs: Update Android support page

9 years agoam 546c3e30: am 9336eb5d: Merge "Update the internal test case to show the strokeWidt...
ztenghui [Wed, 24 Jun 2015 21:44:30 +0000 (21:44 +0000)]
am 546c3e30: am 9336eb5d: Merge "Update the internal test case to show the strokeWidth can scale now" into mnc-dev

* commit '546c3e30ee09fc385be3cffca125bf016c0817e5':
  Update the internal test case to show the strokeWidth can scale now

9 years agoam b7874005: am 6301d802: Merge "Catching launch errors when trying to go Home while...
Winson Chung [Wed, 24 Jun 2015 21:44:27 +0000 (21:44 +0000)]
am b7874005: am 6301d802: Merge "Catching launch errors when trying to go Home while Home is updating." into mnc-dev

* commit 'b78740052d28369260587b8fcb165558124952fc':
  Catching launch errors when trying to go Home while Home is updating.

9 years agoam b21a77fe: Merge "Allow callers holding PACKAGE_USAGE_STATS permission to call...
Adam Lesinski [Wed, 24 Jun 2015 21:44:21 +0000 (21:44 +0000)]
am b21a77fe: Merge "Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()" into mnc-dev

* commit 'b21a77fefca16b5bdc6e6f65e84f9e6548c5f717':
  Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()

9 years agoUpdate local state when creating LayerDrawable from constant state
Alan Viverette [Wed, 24 Jun 2015 21:42:44 +0000 (14:42 -0700)]
Update local state when creating LayerDrawable from constant state

Also clears DrawableContainer's futures list when it's no longer needed,
correctly sets deep copy of state set in StateListDrawable, makes some
private methods into package-protected to avoid thunk, and propagates
state to StateListDrawable's super class so that getState() has correct
information.

Bug: 21840003
Change-Id: I0d4232807f280d663c03b4a80e4aab8626806440

9 years agoam 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview-docs
Joe Fernandez [Wed, 24 Jun 2015 21:38:28 +0000 (21:38 +0000)]
am 3eefa1f9: Merge "docs: Update Android support page" into mnc-preview-docs

* commit '3eefa1f9de9e6466251373074f3c720936b62a8c':
  docs: Update Android support page

9 years agoMerge "Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager...
Adam Lesinski [Wed, 24 Jun 2015 21:32:36 +0000 (21:32 +0000)]
Merge "Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()" into mnc-dev

9 years agoam 9336eb5d: Merge "Update the internal test case to show the strokeWidth can scale...
ztenghui [Wed, 24 Jun 2015 21:32:10 +0000 (21:32 +0000)]
am 9336eb5d: Merge "Update the internal test case to show the strokeWidth can scale now" into mnc-dev

* commit '9336eb5d1c962d6e4cd66a1ce3333da510dfd6d5':
  Update the internal test case to show the strokeWidth can scale now

9 years agoam 6301d802: Merge "Catching launch errors when trying to go Home while Home is updat...
Winson Chung [Wed, 24 Jun 2015 21:32:06 +0000 (21:32 +0000)]
am 6301d802: Merge "Catching launch errors when trying to go Home while Home is updating." into mnc-dev

* commit '6301d802244f6e6c9fc6084e4bedd20ba0bd3064':
  Catching launch errors when trying to go Home while Home is updating.

9 years agoam 5645df23: am 420cf236: Merge "Make measureText(String, int, int) not use context...
Raph Levien [Wed, 24 Jun 2015 21:31:14 +0000 (21:31 +0000)]
am 5645df23: am 420cf236: Merge "Make measureText(String, int, int) not use context" into mnc-dev

* commit '5645df2344a42b18855ab8137bc39bc36b288fac':
  Make measureText(String, int, int) not use context

9 years agoMerge "docs: Update Android support page" into mnc-preview-docs
Joe Fernandez [Wed, 24 Jun 2015 21:30:02 +0000 (21:30 +0000)]
Merge "docs: Update Android support page" into mnc-preview-docs

9 years agoMerge "Update the internal test case to show the strokeWidth can scale now" into...
ztenghui [Wed, 24 Jun 2015 21:27:14 +0000 (21:27 +0000)]
Merge "Update the internal test case to show the strokeWidth can scale now" into mnc-dev

9 years agodocs: Update Android support page
Joe Fernandez [Wed, 24 Jun 2015 20:48:26 +0000 (13:48 -0700)]
docs: Update Android support page

- remove Helpouts
- remove Merchant issue reporting link
- remove other dead links
- clean up page code

b\18579472
b\19355066

Change-Id: If55aa57b11604bdd328c55e26ad5bd4ba0b32de7

9 years agoam 420cf236: Merge "Make measureText(String, int, int) not use context" into mnc-dev
Raph Levien [Wed, 24 Jun 2015 21:23:17 +0000 (21:23 +0000)]
am 420cf236: Merge "Make measureText(String, int, int) not use context" into mnc-dev

* commit '420cf236762db164ef8d37b336ee18ba84aab5b6':
  Make measureText(String, int, int) not use context

9 years agoMerge "Catching launch errors when trying to go Home while Home is updating." into...
Winson Chung [Wed, 24 Jun 2015 21:21:23 +0000 (21:21 +0000)]
Merge "Catching launch errors when trying to go Home while Home is updating." into mnc-dev