OSDN Git Service

android-x86/frameworks-base.git
10 years agoam f431daa2: Merge "Fix to NullPointerException on move back in ActivityStack."
Craig Mautner [Tue, 17 Dec 2013 16:42:31 +0000 (08:42 -0800)]
am f431daa2: Merge "Fix to NullPointerException on move back in ActivityStack."

* commit 'f431daa22811fdce9c4ec975d5d33121898b4f9b':
  Fix to NullPointerException on move back in ActivityStack.

10 years agoMerge "Fix to NullPointerException on move back in ActivityStack."
Craig Mautner [Tue, 17 Dec 2013 16:36:44 +0000 (16:36 +0000)]
Merge "Fix to NullPointerException on move back in ActivityStack."

10 years agoFix to NullPointerException on move back in ActivityStack.
Daniel 2 Olofsson [Mon, 16 Dec 2013 12:24:25 +0000 (13:24 +0100)]
Fix to NullPointerException on move back in ActivityStack.

In ActivityTask.moveTaskToBackLocked NullPointerException may occur
when moving back with only current Activity in stack. This due to a
condition that may trigger despite a TaskRecord being null and then
attempt accessing the TaskRecord.mOnTopOfHome variable.

TaskRecord task may be set to null when no resumed activity remain.

Resolved by assuring that flag mOnTopOfHome is instead set to false
for current TaskRecord in case where there are no remaining activities
above home.

The above bug has already been corrected in the following commit,
ada62fca51d314cefe2c5da4e007df5b9abf320d, but it does not set the
cottect value to mTopOfHome for the current taks, see below.

Variable mOnTopOfHome will not be set to false in situations where
stack is of size 1 or less and task is null, perhaps from already
having finished current activity.

To avoid current TaskRecord maintaining value mOnTopOfHome to true
after launching Home this variable is set to false.

Impact should not be major due to correction earlier that makes sure
that there is always a TaskRecord.mOnTopOfHome set to true above Home
activity but if not correctly set for current task still gives a
possibility of bad behavior.

Change-Id: Ie86ad99c188aaa05b0de9d58eaa16c42b6fc4341

10 years agoam 75b8b3e0: am ed4b7faa: Merge "add new training course for Interaction and Engageme...
Scott Main [Tue, 17 Dec 2013 02:45:00 +0000 (18:45 -0800)]
am 75b8b3e0: am ed4b7faa: Merge "add new training course for Interaction and Engagement" into klp-docs

* commit '75b8b3e008589c0a02c27d5baa6b3314a020f505':
  add new training course for Interaction and Engagement

10 years agoam ed4b7faa: Merge "add new training course for Interaction and Engagement" into...
Scott Main [Tue, 17 Dec 2013 02:06:05 +0000 (02:06 +0000)]
am ed4b7faa: Merge "add new training course for Interaction and Engagement" into klp-docs

* commit 'ed4b7faa4c17d086233d0b3f86fe315ceee5778e':
  add new training course for Interaction and Engagement

10 years agoMerge "add new training course for Interaction and Engagement" into klp-docs
Scott Main [Tue, 17 Dec 2013 02:03:40 +0000 (02:03 +0000)]
Merge "add new training course for Interaction and Engagement" into klp-docs

10 years agoam eec66178: am 73c1681b: Merge "Docs: Clean up HCE dev guide" into klp-docs
Trevor Johns [Mon, 16 Dec 2013 22:59:19 +0000 (14:59 -0800)]
am eec66178: am 73c1681b: Merge "Docs: Clean up HCE dev guide" into klp-docs

* commit 'eec66178668d22910d3889e62087b3797ebf6dd2':
  Docs: Clean up HCE dev guide

10 years agoam 73c1681b: Merge "Docs: Clean up HCE dev guide" into klp-docs
Trevor Johns [Mon, 16 Dec 2013 22:56:38 +0000 (22:56 +0000)]
am 73c1681b: Merge "Docs: Clean up HCE dev guide" into klp-docs

* commit '73c1681b2f557dfba09a2e1a071dec190dd05e36':
  Docs: Clean up HCE dev guide

10 years agoMerge "Docs: Clean up HCE dev guide" into klp-docs
Trevor Johns [Mon, 16 Dec 2013 22:43:47 +0000 (22:43 +0000)]
Merge "Docs: Clean up HCE dev guide" into klp-docs

10 years agoDocs: Clean up HCE dev guide
Trevor Johns [Fri, 13 Dec 2013 04:09:14 +0000 (20:09 -0800)]
Docs: Clean up HCE dev guide

Fixed various typos and minor errors in the HCE dev guide. Also added a
note to clarify when CATEGORY_PAYMENT should be used vs CATEGORY_OTHER.

Issue: 11991294

Change-Id: Ifa3f30fe5f35715a4cea3f3565b6f3771f44814a
Signed-off-by: Trevor Johns <trevorjohns@google.com>
10 years agoam 31647391: am c53b7aad: fix typo bug: 12174614
Scott Main [Mon, 16 Dec 2013 21:31:45 +0000 (13:31 -0800)]
am 31647391: am c53b7aad: fix typo bug: 12174614

* commit '316473915d6f41523c21d7077093c4071ebb4283':
  fix typo bug: 12174614

10 years agoam c53b7aad: fix typo bug: 12174614
Scott Main [Mon, 16 Dec 2013 21:29:18 +0000 (21:29 +0000)]
am c53b7aad: fix typo bug: 12174614

* commit 'c53b7aad505b9d3130ad56fe72989704015858a3':
  fix typo bug: 12174614

10 years agofix typo
Scott Main [Mon, 16 Dec 2013 21:22:08 +0000 (13:22 -0800)]
fix typo
bug: 12174614

Change-Id: I9a37c3b86c89254ad2a994531cf0bd1a3d31c85f

10 years agoadd new training course for Interaction and Engagement
Scott Main [Tue, 10 Dec 2013 02:02:48 +0000 (18:02 -0800)]
add new training course for Interaction and Engagement

Change-Id: If0880399c495aa9233cd30aa119b2d48fccd3dd8

10 years agoam 5d6332e3: Merge "AArch64: Use long for pointers in MediaDrm and MediaMuxer"
Elliott Hughes [Mon, 16 Dec 2013 21:01:19 +0000 (13:01 -0800)]
am 5d6332e3: Merge "AArch64: Use long for pointers in MediaDrm and MediaMuxer"

* commit '5d6332e3744e37ced079e5360f1fa3e0e5681d57':
  AArch64: Use long for pointers in MediaDrm and MediaMuxer

10 years agoMerge "AArch64: Use long for pointers in MediaDrm and MediaMuxer"
Elliott Hughes [Mon, 16 Dec 2013 20:58:01 +0000 (20:58 +0000)]
Merge "AArch64: Use long for pointers in MediaDrm and MediaMuxer"

10 years agoam 6040bd47: Merge "Fix ResTable_config::CONFIG_* typo (MCC vs MNC)"
Christopher Tate [Mon, 16 Dec 2013 20:49:55 +0000 (12:49 -0800)]
am 6040bd47: Merge "Fix ResTable_config::CONFIG_* typo (MCC vs MNC)"

* commit '6040bd47f41fd56ee608f6a80a0babe942ea1df3':
  Fix ResTable_config::CONFIG_* typo (MCC vs MNC)

10 years agoMerge "Fix ResTable_config::CONFIG_* typo (MCC vs MNC)"
Christopher Tate [Mon, 16 Dec 2013 20:44:33 +0000 (20:44 +0000)]
Merge "Fix ResTable_config::CONFIG_* typo (MCC vs MNC)"

10 years agoam 3ddee4de: Merge "[bootanimation] Drop user loadable bootanimation.zip abiltiy."
Nick Kralevich [Mon, 16 Dec 2013 18:36:39 +0000 (10:36 -0800)]
am 3ddee4de: Merge "[bootanimation] Drop user loadable bootanimation.zip abiltiy."

* commit '3ddee4dec9b7ae2265c356f5809eae73e1ef8796':
  [bootanimation] Drop user loadable bootanimation.zip abiltiy.

10 years agoam 4e6c5408: am c8b93fd9: Merge "Doc update: clarify version of flags." into klp...
Katie McCormick [Mon, 16 Dec 2013 18:29:57 +0000 (10:29 -0800)]
am 4e6c5408: am c8b93fd9: Merge "Doc update: clarify version of flags." into klp-docs

* commit '4e6c5408273882fc297142456c0ad5bbcb5f2f6a':
  Doc update: clarify version of flags.

10 years agoMerge "[bootanimation] Drop user loadable bootanimation.zip abiltiy."
Nick Kralevich [Mon, 16 Dec 2013 18:28:42 +0000 (18:28 +0000)]
Merge "[bootanimation] Drop user loadable bootanimation.zip abiltiy."

10 years agoam c8b93fd9: Merge "Doc update: clarify version of flags." into klp-docs
Katie McCormick [Mon, 16 Dec 2013 18:28:00 +0000 (18:28 +0000)]
am c8b93fd9: Merge "Doc update: clarify version of flags." into klp-docs

* commit 'c8b93fd9727d5ac408f492b22364c1d50c5bc97a':
  Doc update: clarify version of flags.

10 years agoMerge "Doc update: clarify version of flags." into klp-docs
Katie McCormick [Mon, 16 Dec 2013 18:25:12 +0000 (18:25 +0000)]
Merge "Doc update: clarify version of flags." into klp-docs

10 years agoam 44291d9c: Merge "Use StrictJarFile instead of JarFile for cert collection."
Narayan Kamath [Mon, 16 Dec 2013 15:20:26 +0000 (07:20 -0800)]
am 44291d9c: Merge "Use StrictJarFile instead of JarFile for cert collection."

* commit '44291d9c2722e0d22dc6f909585f4302abdce205':
  Use StrictJarFile instead of JarFile for cert collection.

10 years ago[bootanimation] Drop user loadable bootanimation.zip abiltiy.
Robert Craig [Mon, 16 Dec 2013 14:42:51 +0000 (09:42 -0500)]
[bootanimation] Drop user loadable bootanimation.zip abiltiy.

A prior change removed the ability of
the shell to push to /data/local. Because
of this, the bootanimation code no longer
supports users loading custom bootanimation.zip
files. This patch drops the access attempt
from the code.

Change-Id: Ie30dd73699c8296be00dc6fbf14691e08baa6410
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
10 years agoFix ResTable_config::CONFIG_* typo (MCC vs MNC)
Mårten Kongstad [Tue, 26 Nov 2013 13:48:22 +0000 (14:48 +0100)]
Fix ResTable_config::CONFIG_* typo (MCC vs MNC)

In commit 08d5b8f, the ResTable_config::CONFIG_* enum was incorrectly
changed to assign the same value to both CONFIG_MCC and CONFIG_MNC:
    - CONFIG_MCC = 0x0001,
    - CONFIG_MNC = 0x0002,
    + CONFIG_MCC = ACONFIGURATION_MCC,
    + CONFIG_MNC = ACONFIGURATION_MCC,

This commit assigns CONFIG_MNC the value ACONFIGURATION_MNC, as
intended.

Change-Id: I3b8799914a55debdb3ff30a82ada7ad990c49970

10 years agoMerge "Use StrictJarFile instead of JarFile for cert collection."
Narayan Kamath [Mon, 16 Dec 2013 11:29:45 +0000 (11:29 +0000)]
Merge "Use StrictJarFile instead of JarFile for cert collection."

10 years agoam a0ab49bb: Merge "Fix incorrect name in eglSwapBuffers log wrapper"
Jesse Hall [Sun, 15 Dec 2013 00:16:24 +0000 (16:16 -0800)]
am a0ab49bb: Merge "Fix incorrect name in eglSwapBuffers log wrapper"

* commit 'a0ab49bb52f44eac97f81117d6864edd6a2e0487':
  Fix incorrect name in eglSwapBuffers log wrapper

10 years agoMerge "Fix incorrect name in eglSwapBuffers log wrapper"
Jesse Hall [Sun, 15 Dec 2013 00:11:21 +0000 (00:11 +0000)]
Merge "Fix incorrect name in eglSwapBuffers log wrapper"

10 years agoam 37c69fdd: Merge "Use java.util.Objects instead on internal API"
Kenny Root [Fri, 13 Dec 2013 22:17:29 +0000 (14:17 -0800)]
am 37c69fdd: Merge "Use java.util.Objects instead on internal API"

* commit '37c69fdd826f3973966430adc1abfbefc19bc16e':
  Use java.util.Objects instead on internal API

10 years agoMerge "Use java.util.Objects instead on internal API"
Kenny Root [Fri, 13 Dec 2013 22:12:52 +0000 (22:12 +0000)]
Merge "Use java.util.Objects instead on internal API"

10 years agoUse java.util.Objects instead on internal API
Kenny Root [Fri, 13 Dec 2013 20:00:26 +0000 (12:00 -0800)]
Use java.util.Objects instead on internal API

Not needed since java.util.Objects implements all the needed
functionality.

Change-Id: Icd31d49a9801d1705427f028e9ac927d58e7d34c

10 years agoUse StrictJarFile instead of JarFile for cert collection.
Narayan Kamath [Thu, 12 Dec 2013 16:54:33 +0000 (16:54 +0000)]
Use StrictJarFile instead of JarFile for cert collection.

This ensures that we use the same underlying zip
processing code as the runtimes.

bug: 10193060

(cherry picked from commit eb565dc527eda8c0a43df0d1f30132638ca4ba20)

Change-Id: Iaaa26b02678278394619d0a41613d9ceeae3203c

10 years agoam 584ace0d: Merge "Fix one and hide the other warnings from core/jni"
Kristian Monsen [Fri, 13 Dec 2013 06:38:21 +0000 (22:38 -0800)]
am 584ace0d: Merge "Fix one and hide the other warnings from core/jni"

* commit '584ace0d3f79ff43db9298798065dd5beaa66a45':
  Fix one and hide the other warnings from core/jni

10 years agoMerge "Fix one and hide the other warnings from core/jni"
Kristian Monsen [Fri, 13 Dec 2013 06:32:03 +0000 (06:32 +0000)]
Merge "Fix one and hide the other warnings from core/jni"

10 years agoam fc2f459c: Merge "Add GCMParameterSpec to preloaded-classes"
Kenny Root [Fri, 13 Dec 2013 01:13:38 +0000 (17:13 -0800)]
am fc2f459c: Merge "Add GCMParameterSpec to preloaded-classes"

* commit 'fc2f459c522448331b79c388e9f7b19f72650586':
  Add GCMParameterSpec to preloaded-classes

10 years agoMerge "Add GCMParameterSpec to preloaded-classes"
Kenny Root [Fri, 13 Dec 2013 01:08:26 +0000 (01:08 +0000)]
Merge "Add GCMParameterSpec to preloaded-classes"

10 years agoam f85470e6: am fbbc1b79: Merge "Doc update: Update package summary for BT." into...
Katie McCormick [Fri, 13 Dec 2013 00:58:35 +0000 (16:58 -0800)]
am f85470e6: am fbbc1b79: Merge "Doc update: Update package summary for BT." into klp-docs

* commit 'f85470e6861e012c145dc04d70656757be611280':
  Doc update: Update package summary for BT.

10 years agoam fbbc1b79: Merge "Doc update: Update package summary for BT." into klp-docs
Katie McCormick [Fri, 13 Dec 2013 00:55:59 +0000 (00:55 +0000)]
am fbbc1b79: Merge "Doc update: Update package summary for BT." into klp-docs

* commit 'fbbc1b791e0a26a56bc8d45622d06f06e020191a':
  Doc update: Update package summary for BT.

10 years agoMerge "Doc update: Update package summary for BT." into klp-docs
Katie McCormick [Fri, 13 Dec 2013 00:52:33 +0000 (00:52 +0000)]
Merge "Doc update: Update package summary for BT." into klp-docs

10 years agoAdd GCMParameterSpec to preloaded-classes
Kenny Root [Fri, 13 Dec 2013 00:37:45 +0000 (16:37 -0800)]
Add GCMParameterSpec to preloaded-classes

Needed for Bouncycastle 1.50 upgrade with art.

Change-Id: I901122c1ce21abba437a7537e70331724c3cbc9c

10 years agoDoc update: Update package summary for BT.
Katie McCormick [Tue, 26 Nov 2013 23:59:03 +0000 (15:59 -0800)]
Doc update: Update package summary for BT.

Fixes:

b/8584860

Change-Id: Ic85436f90b46508e6a182e3fc51365f5bfb8da14

10 years agoDoc update: clarify version of flags.
Katie McCormick [Thu, 12 Dec 2013 22:42:55 +0000 (14:42 -0800)]
Doc update: clarify version of flags.

Fixes:

b/11999080

Change-Id: I0eda86d5162caab6809ff780387091544530dc32

10 years agoFix one and hide the other warnings from core/jni
Kristian Monsen [Thu, 12 Dec 2013 03:46:41 +0000 (19:46 -0800)]
Fix one and hide the other warnings from core/jni

Most of the warnings are unused parameter from skia functions.

Change-Id: I9df57718d117c26b96163f751ccb056ca86ac072

10 years agoam 861f8d85: am a58967a9: Doc update: removed the word "new".
Katie McCormick [Thu, 12 Dec 2013 02:25:56 +0000 (18:25 -0800)]
am 861f8d85: am a58967a9: Doc update: removed the word "new".

* commit '861f8d8503bf1c384b3fc39531b2ea6db563ebb3':
  Doc update: removed the word "new".

10 years agoam a58967a9: Doc update: removed the word "new".
Katie McCormick [Thu, 12 Dec 2013 02:23:04 +0000 (02:23 +0000)]
am a58967a9: Doc update: removed the word "new".

* commit 'a58967a9899e691a28fc8e277115838e2b0d0f67':
  Doc update: removed the word "new".

10 years agoDoc update: removed the word "new".
Katie McCormick [Thu, 12 Dec 2013 02:12:22 +0000 (18:12 -0800)]
Doc update: removed the word "new".

Change-Id: I8764d94e0f924feeae21a0230dc4f50eacf7754a

10 years agoam f93cc02f: am c6da5232: Merge "Remove inaccurate statement that recommends remainin...
Dirk Dougherty [Thu, 12 Dec 2013 00:00:13 +0000 (16:00 -0800)]
am f93cc02f: am c6da5232: Merge "Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3." into klp-docs

* commit 'f93cc02f70d06060ad487fec868e565129c9282c':
  Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3.

10 years agoam c6da5232: Merge "Remove inaccurate statement that recommends remaining wih IAB...
Dirk Dougherty [Wed, 11 Dec 2013 23:41:11 +0000 (23:41 +0000)]
am c6da5232: Merge "Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3." into klp-docs

* commit 'c6da523207d3ddf7b9da98fcb5e461f286eb7aa4':
  Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3.

10 years agoMerge "Remove inaccurate statement that recommends remaining wih IAB v2 if you uses...
Dirk Dougherty [Wed, 11 Dec 2013 23:38:19 +0000 (23:38 +0000)]
Merge "Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3." into klp-docs

10 years agoRemove inaccurate statement that recommends remaining wih IAB v2 if you uses subscrip...
Dirk Dougherty [Wed, 11 Dec 2013 23:35:30 +0000 (15:35 -0800)]
Remove inaccurate statement that recommends remaining wih IAB v2 if you uses subscriptions. Subscriptions are supported in v3.

Change-Id: I9592f5364afd3c24ab047bb938bdaf6e8bf3b922

10 years agoam efa5c88f: Merge "Don\'t try to set service.bootanim.exit"
Nick Kralevich [Wed, 11 Dec 2013 21:53:29 +0000 (13:53 -0800)]
am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"

* commit 'efa5c88f37165d02e3e11882026c7660c879ff61':
  Don't try to set service.bootanim.exit

10 years agoam 32aa8222: (-s ours) am 0a102150: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Wed, 11 Dec 2013 21:52:06 +0000 (13:52 -0800)]
am 32aa8222: (-s ours) am 0a102150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '32aa82223a5e0e5475df81378d0e6715601b2cc2':
  Import translations. DO NOT MERGE

10 years agoam e30461c0: (-s ours) am 60835d4b: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Wed, 11 Dec 2013 21:52:01 +0000 (13:52 -0800)]
am e30461c0: (-s ours) am 60835d4b: (-s ours) Import translations. DO NOT MERGE

* commit 'e30461c07676496e9f848c6ea35e70583cec5949':
  Import translations. DO NOT MERGE

10 years agoam 0a102150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Wed, 11 Dec 2013 21:46:35 +0000 (13:46 -0800)]
am 0a102150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '0a102150448747bcedcd3276740e1adb8130ae03':
  Import translations. DO NOT MERGE

10 years agoam 60835d4b: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Wed, 11 Dec 2013 21:46:31 +0000 (13:46 -0800)]
am 60835d4b: (-s ours) Import translations. DO NOT MERGE

* commit '60835d4be46caff5d5b62ffb19031b580d42b504':
  Import translations. DO NOT MERGE

10 years agoMerge "Don't try to set service.bootanim.exit"
Nick Kralevich [Wed, 11 Dec 2013 21:46:08 +0000 (21:46 +0000)]
Merge "Don't try to set service.bootanim.exit"

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Wed, 11 Dec 2013 21:32:53 +0000 (21:32 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoDon't try to set service.bootanim.exit
Nick Kralevich [Wed, 11 Dec 2013 21:10:55 +0000 (13:10 -0800)]
Don't try to set service.bootanim.exit

init has never allowed the bootanimation code to
set service.bootanim.exit, and has always generated the
dmesg error message

  <3>[   17.644615] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit

Since setting this property has no effect and never worked, delete
the code which tries to do it.

Change-Id: Idacc5467d85479a8cf974702af8895011be585ea

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 11 Dec 2013 20:55:02 +0000 (12:55 -0800)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 11 Dec 2013 20:46:13 +0000 (12:46 -0800)]
Import translations. DO NOT MERGE

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

10 years agoam ce3bd309: Merge "Parse UUID string with Long.parseLong"
Marco Nelissen [Wed, 11 Dec 2013 18:14:56 +0000 (10:14 -0800)]
am ce3bd309: Merge "Parse UUID string with Long.parseLong"

* commit 'ce3bd309b12e9552c05d5a59a06d7883618c5ca0':
  Parse UUID string with Long.parseLong

10 years agoMerge "Parse UUID string with Long.parseLong"
Marco Nelissen [Wed, 11 Dec 2013 18:07:50 +0000 (18:07 +0000)]
Merge "Parse UUID string with Long.parseLong"

10 years agoam bb349cdb: Merge "Add libutils dependency for libandroidfw host build."
Narayan Kamath [Wed, 11 Dec 2013 18:07:35 +0000 (10:07 -0800)]
am bb349cdb: Merge "Add libutils dependency for libandroidfw host build."

* commit 'bb349cdb09d67118842fb86a0f4a8b66b5a32985':
  Add libutils dependency for libandroidfw host build.

10 years agoMerge "Add libutils dependency for libandroidfw host build."
Narayan Kamath [Wed, 11 Dec 2013 17:36:20 +0000 (17:36 +0000)]
Merge "Add libutils dependency for libandroidfw host build."

10 years agoAdd libutils dependency for libandroidfw host build.
Narayan Kamath [Wed, 11 Dec 2013 16:48:07 +0000 (16:48 +0000)]
Add libutils dependency for libandroidfw host build.

Change-Id: I7fe0bb466f0b1cdbfef8934da2231ad20f05b648

10 years agoam d21752df: Merge "Reimplement ZipFileRO in terms of libziparchive."
Narayan Kamath [Wed, 11 Dec 2013 11:45:58 +0000 (03:45 -0800)]
am d21752df: Merge "Reimplement ZipFileRO in terms of libziparchive."

* commit 'd21752dff45c7d8856e63026cfddc303a302df14':
  Reimplement ZipFileRO in terms of libziparchive.

10 years agoMerge "Reimplement ZipFileRO in terms of libziparchive."
Narayan Kamath [Wed, 11 Dec 2013 11:41:10 +0000 (11:41 +0000)]
Merge "Reimplement ZipFileRO in terms of libziparchive."

10 years agoam 4a72b306: Merge "fix possible buffer overrun and memory leak"
Elliott Hughes [Wed, 11 Dec 2013 01:35:25 +0000 (17:35 -0800)]
am 4a72b306: Merge "fix possible buffer overrun and memory leak"

* commit '4a72b3064cecc85c56b8d75bb4a2d9fedbf76ec8':
  fix possible buffer overrun and memory leak

10 years agoMerge "fix possible buffer overrun and memory leak"
Elliott Hughes [Wed, 11 Dec 2013 01:29:27 +0000 (01:29 +0000)]
Merge "fix possible buffer overrun and memory leak"

10 years agoam cf5ed42f: am df75bdcc: rewrite intent guide and add doc with intents supported...
Scott Main [Wed, 11 Dec 2013 01:04:57 +0000 (17:04 -0800)]
am cf5ed42f: am df75bdcc: rewrite intent guide and add doc with intents supported by platform apps

* commit 'cf5ed42f0b5f2b3787da39d19e9716d6b244b9b5':
  rewrite intent guide and add doc with intents supported by platform apps

10 years agoam df75bdcc: rewrite intent guide and add doc with intents supported by platform...
Scott Main [Wed, 11 Dec 2013 01:00:46 +0000 (01:00 +0000)]
am df75bdcc: rewrite intent guide and add doc with intents supported by platform apps

* commit 'df75bdcc5546112958a6a5834c1a7e060f88bc68':
  rewrite intent guide and add doc with intents supported by platform apps

10 years agorewrite intent guide and add doc with intents supported by platform apps
Scott Main [Tue, 15 Jan 2013 23:12:13 +0000 (15:12 -0800)]
rewrite intent guide and add doc with intents supported by platform apps

Change-Id: Ida7ccbc693e7635198fd368b9560b7843266c7cc

10 years agoFix incorrect name in eglSwapBuffers log wrapper
Brian Harris [Tue, 10 Dec 2013 23:23:51 +0000 (15:23 -0800)]
Fix incorrect name in eglSwapBuffers log wrapper

Correctly identify eglSwapBuffers in EGLLogWrapper, which had been
labeled as "eglInitialize".

Change-Id: I67c61e100e2f84400ceebc28712f036e5a055017

10 years agoAArch64: Use long for pointers in MediaDrm and MediaMuxer
Ashok Bhat [Thu, 28 Nov 2013 10:56:06 +0000 (10:56 +0000)]
AArch64: Use long for pointers in MediaDrm and MediaMuxer

For storing pointers, long is used in MediaDrm and
MediaMuxer classes, as native pointers can be 64-bit.

Change-Id: I77f26cde627baf0dce70b6aa3a4dbd974051d9a6
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
10 years agoam 3270172f: am 7618a960: docs: Adding Android Build Tools Release Notes 19.0.1
Joe Fernandez [Tue, 10 Dec 2013 16:33:18 +0000 (08:33 -0800)]
am 3270172f: am 7618a960: docs: Adding Android Build Tools Release Notes 19.0.1

* commit '3270172fcabd8d280daa55eb5ba50439b1c88b20':
  docs: Adding Android Build Tools Release Notes 19.0.1

10 years agoam 99d663aa: Merge "NDK release notes for r9c for review" into klp-ub-dev
Scott Main [Tue, 10 Dec 2013 16:29:29 +0000 (08:29 -0800)]
am 99d663aa: Merge "NDK release notes for r9c for review" into klp-ub-dev

* commit '99d663aafa09496bcce1aa46ed928ee01532d0d6':
  NDK release notes for r9c for review

10 years agoam 7618a960: docs: Adding Android Build Tools Release Notes 19.0.1
Joe Fernandez [Tue, 10 Dec 2013 16:27:54 +0000 (16:27 +0000)]
am 7618a960: docs: Adding Android Build Tools Release Notes 19.0.1

* commit '7618a960ab96c282b9905c038a96e2137011ba44':
  docs: Adding Android Build Tools Release Notes 19.0.1

10 years agoMerge "NDK release notes for r9c for review" into klp-ub-dev
Scott Main [Tue, 10 Dec 2013 16:27:10 +0000 (16:27 +0000)]
Merge "NDK release notes for r9c for review" into klp-ub-dev

10 years agoam bea98dc2: Merge "Fix inconsistency in LoggingPrintStream."
Narayan Kamath [Tue, 10 Dec 2013 09:50:59 +0000 (01:50 -0800)]
am bea98dc2: Merge "Fix inconsistency in LoggingPrintStream."

* commit 'bea98dc245bad71eb3b5fd831218b3db1f75ee21':
  Fix inconsistency in LoggingPrintStream.

10 years agoMerge "Fix inconsistency in LoggingPrintStream."
Narayan Kamath [Tue, 10 Dec 2013 09:30:56 +0000 (09:30 +0000)]
Merge "Fix inconsistency in LoggingPrintStream."

10 years agoNDK release notes for r9c for review
David Friedman [Tue, 26 Nov 2013 22:32:22 +0000 (14:32 -0800)]
NDK release notes for r9c for review

Staged at http://boku.mtv.corp.google.co:9196/tools/sdk/ndk/index.html

Change-Id: Id058d39e10ce64fff2def3dea746ac5e11eff2b4

10 years agoam 0ff1e37a: am bc06f8ee: Merge "docs: Support Library 19.0.1 Release Notes" into...
Joe Fernandez [Tue, 10 Dec 2013 06:04:44 +0000 (22:04 -0800)]
am 0ff1e37a: am bc06f8ee: Merge "docs: Support Library 19.0.1 Release Notes" into klp-docs

* commit '0ff1e37a4cfa38b504517246681f94b0ce89322a':
  docs: Support Library 19.0.1 Release Notes

10 years agoam f31d9151: am cdac3b1e: Merge "docs: Platform image version release notes Android...
Joe Fernandez [Tue, 10 Dec 2013 06:04:40 +0000 (22:04 -0800)]
am f31d9151: am cdac3b1e: Merge "docs: Platform image version release notes Android 4.4.2" into klp-docs

* commit 'f31d915113234e35b43af72f35320f4cbad6e465':
  docs: Platform image version release notes Android 4.4.2

10 years agoam 5e95f0e5: am ad7cf3af: Merge "docs: Added training doc for app indexing (aka Calyp...
quddusc [Tue, 10 Dec 2013 06:04:35 +0000 (22:04 -0800)]
am 5e95f0e5: am ad7cf3af: Merge "docs: Added training doc for app indexing (aka Calypso)." into klp-docs

* commit '5e95f0e55cd9deb450151d990e89ed957b2802a8':
  docs: Added training doc for app indexing (aka Calypso).

10 years agoam bc06f8ee: Merge "docs: Support Library 19.0.1 Release Notes" into klp-docs
Joe Fernandez [Tue, 10 Dec 2013 06:01:18 +0000 (06:01 +0000)]
am bc06f8ee: Merge "docs: Support Library 19.0.1 Release Notes" into klp-docs

* commit 'bc06f8ee369c92e47de18b9d6ae143cf337390e1':
  docs: Support Library 19.0.1 Release Notes

10 years agoam cdac3b1e: Merge "docs: Platform image version release notes Android 4.4.2" into...
Joe Fernandez [Tue, 10 Dec 2013 06:01:15 +0000 (06:01 +0000)]
am cdac3b1e: Merge "docs: Platform image version release notes Android 4.4.2" into klp-docs

* commit 'cdac3b1e9732b7392c0ab9236757c5e00ef7fce8':
  docs: Platform image version release notes Android 4.4.2

10 years agoam ad7cf3af: Merge "docs: Added training doc for app indexing (aka Calypso)." into...
quddusc [Tue, 10 Dec 2013 06:01:10 +0000 (06:01 +0000)]
am ad7cf3af: Merge "docs: Added training doc for app indexing (aka Calypso)." into klp-docs

* commit 'ad7cf3afa372ba2479867c1f49aea7566564b5da':
  docs: Added training doc for app indexing (aka Calypso).

10 years agodocs: Adding Android Build Tools Release Notes 19.0.1
Joe Fernandez [Wed, 30 Oct 2013 00:35:12 +0000 (17:35 -0700)]
docs: Adding Android Build Tools Release Notes 19.0.1

New release notes page to capture updates to the Android build tools

Change-Id: Ide53142529c8eafed297e8e75ec40ae2c389375b

10 years agoMerge "docs: Support Library 19.0.1 Release Notes" into klp-docs
Joe Fernandez [Tue, 10 Dec 2013 05:15:33 +0000 (05:15 +0000)]
Merge "docs: Support Library 19.0.1 Release Notes" into klp-docs

10 years agoMerge "docs: Platform image version release notes Android 4.4.2" into klp-docs
Joe Fernandez [Tue, 10 Dec 2013 05:14:56 +0000 (05:14 +0000)]
Merge "docs: Platform image version release notes Android 4.4.2" into klp-docs

10 years agoam 3254260b: Merge "Update Dalvik process state through VMRuntime."
Mathieu Chartier [Tue, 10 Dec 2013 02:24:29 +0000 (18:24 -0800)]
am 3254260b: Merge "Update Dalvik process state through VMRuntime."

* commit '3254260b8b55496468e2b897c76cadd9ecde508d':
  Update Dalvik process state through VMRuntime.

10 years agoam 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655
Kenny Root [Tue, 10 Dec 2013 02:24:24 +0000 (18:24 -0800)]
am 25fd0c9e: Merge changes Ib4450c39,Ie7ed5655

* commit '25fd0c9e74f1b59d8b49258a3081af4479574f3f':
  preloaded-classes: remove some OpenSSLCipher modes
  Add CertStoreParameters to preloaded-classes

10 years agoMerge "Update Dalvik process state through VMRuntime."
Mathieu Chartier [Tue, 10 Dec 2013 02:13:51 +0000 (02:13 +0000)]
Merge "Update Dalvik process state through VMRuntime."

10 years agoMerge "docs: Added training doc for app indexing (aka Calypso)." into klp-docs
quddusc [Mon, 9 Dec 2013 23:50:57 +0000 (23:50 +0000)]
Merge "docs: Added training doc for app indexing (aka Calypso)." into klp-docs

10 years agodocs: Added training doc for app indexing (aka Calypso).
quddusc [Mon, 18 Nov 2013 23:15:07 +0000 (15:15 -0800)]
docs: Added training doc for app indexing (aka Calypso).

Change-Id: Ic71a1ab607799153c030054b3e1017942c5db91a

10 years agoMerge changes Ib4450c39,Ie7ed5655
Kenny Root [Mon, 9 Dec 2013 22:28:59 +0000 (22:28 +0000)]
Merge changes Ib4450c39,Ie7ed5655

* changes:
  preloaded-classes: remove some OpenSSLCipher modes
  Add CertStoreParameters to preloaded-classes

10 years agopreloaded-classes: remove some OpenSSLCipher modes
Kenny Root [Mon, 9 Dec 2013 22:01:54 +0000 (14:01 -0800)]
preloaded-classes: remove some OpenSSLCipher modes

Some cipher modes were removed from OpenSSLCipher. This change removes
those classes from the preloaded classes list.

Change-Id: Ib4450c392513973836684b4d5df7fffb200b6260

10 years agoAdd CertStoreParameters to preloaded-classes
Kenny Root [Mon, 9 Dec 2013 21:49:27 +0000 (13:49 -0800)]
Add CertStoreParameters to preloaded-classes

For image creating, art needs this in the preloaded-classes list.
Otherwise it complains loudly about not being able to load it from a
class initializer in Provider.java.

Change-Id: Ie7ed5655cba038b504767c3de9f70b47a8965cce

10 years agodocs: Support Library 19.0.1 Release Notes
Joe Fernandez [Fri, 22 Nov 2013 00:16:22 +0000 (16:16 -0800)]
docs: Support Library 19.0.1 Release Notes

Release notes for Support Library version releasing with the
KitKat MR1 update.

Change-Id: I6e2641e563772f93cc2f61ee7b466b0920209f77