)]}'
{
  "log": [
    {
      "commit": "13e28bb9386a3eb579c457985f0324238f2bfe38",
      "tree": "e881b0bcc7a2ea3771cc8bd583989ad7fb3ab77c",
      "parents": [
        "d5adbec5271dca42d0f937b1c869601786cc2ad3"
      ],
      "author": {
        "name": "Junda Liu",
        "email": "junda@google.com",
        "time": "Fri Sep 05 17:31:08 2014 -0700"
      },
      "committer": {
        "name": "Junda Liu",
        "email": "junda@google.com",
        "time": "Tue Sep 09 17:50:09 2014 -0700"
      },
      "message": "Add ForSubscriber suffix to APIs w/ subId argument.\n\nBug: b/17255752\nChange-Id: I142d8961aa4c1fa074833f70c404c955caea0870\n"
    },
    {
      "commit": "d5adbec5271dca42d0f937b1c869601786cc2ad3",
      "tree": "ee582556d2bf2ad4cef59abdb7e0e0ba6aa597c1",
      "parents": [
        "f14fb34292a31b278501e325a7f89745a91abf5a",
        "f5cc3644f6d246138d22f35d00f1ce562cd715d5"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Sep 10 00:40:54 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 10 00:40:55 2014 +0000"
      },
      "message": "Merge \"Fix build.\" into lmp-dev"
    },
    {
      "commit": "f5cc3644f6d246138d22f35d00f1ce562cd715d5",
      "tree": "1d9edcb48c3fbbf7e2e0364fb5540992e95842c1",
      "parents": [
        "bb8c4834613207cf880e8491b33eb495cc268548"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Sep 09 17:38:34 2014 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Sep 09 17:38:34 2014 -0700"
      },
      "message": "Fix build.\n\nChange-Id: I92eabc35168acfe58641917179be0d90a14f2f11\n"
    },
    {
      "commit": "f14fb34292a31b278501e325a7f89745a91abf5a",
      "tree": "4d0950e8d57865912e2855d53e9f5d6928c69d2e",
      "parents": [
        "e12c6f7d545ba4b44386003d41c208cf0367c56d",
        "b9515f9c44573118d39506d3d187f5b873a86196"
      ],
      "author": {
        "name": "Amit Mahajan",
        "email": "amitmahajan@google.com",
        "time": "Wed Sep 10 00:23:48 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 10 00:23:50 2014 +0000"
      },
      "message": "Merge \"Support to load default voicemail number from the configuration.\" into lmp-dev"
    },
    {
      "commit": "e12c6f7d545ba4b44386003d41c208cf0367c56d",
      "tree": "1a5698cf0a18bdef32768ad0362905da9c7842ec",
      "parents": [
        "109526fe4f01a2b7ac90106cf41966b2d872d03a",
        "dd806b0ed3d7bda6830067bf342417e9bce495d9"
      ],
      "author": {
        "name": "wsmlby",
        "email": "wsmlby@google.com",
        "time": "Wed Sep 10 00:21:26 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 10 00:21:27 2014 +0000"
      },
      "message": "Merge \"Fix AppCompatibility test for different process name of one package.\" into lmp-dev"
    },
    {
      "commit": "109526fe4f01a2b7ac90106cf41966b2d872d03a",
      "tree": "06ec415c3774676aefea244e65df742c66171a14",
      "parents": [
        "fb04057bf6d6d21376e9907e559490006cb24fe9",
        "781041239f2931ca16c902fb371cd041b057c918"
      ],
      "author": {
        "name": "Jinsuk Kim",
        "email": "jinsukkim@google.com",
        "time": "Wed Sep 10 00:16:14 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 10 00:16:15 2014 +0000"
      },
      "message": "Merge \"CEC: Stub MHL Controller\" into lmp-dev"
    },
    {
      "commit": "b9515f9c44573118d39506d3d187f5b873a86196",
      "tree": "df7d39760f815b2c5d82310df0f92ac125cdf944",
      "parents": [
        "fb04057bf6d6d21376e9907e559490006cb24fe9"
      ],
      "author": {
        "name": "Xia Ying",
        "email": "yingxia@motorola.com",
        "time": "Thu Sep 04 17:12:25 2014 -0500"
      },
      "committer": {
        "name": "Amit Mahajan",
        "email": "amitmahajan@google.com",
        "time": "Wed Sep 10 00:11:23 2014 +0000"
      },
      "message": "Support to load default voicemail number from the configuration.\n\nIf there is no preload VM number in the sim card, carriers such as\nVerizon require to load a default vm number from the configurantion.\nDefine config_default_vm_number for this purpose. And there are two\noptional formats for this configuration, example as below:\n(1)\u003citem\u003evoicemail number\u003c/item\u003e\n(2)\u003citem\u003evoicemail number;gid\u003c/item\u003e\n\nBug: 17209959\nChange-Id: Ia4e78ad7265e73bb4e4a823dbaeb606935d39f46"
    },
    {
      "commit": "fb04057bf6d6d21376e9907e559490006cb24fe9",
      "tree": "be325b68523330f7c83fb4b0a46efb068ac743f1",
      "parents": [
        "b00ab012bf3d325f81813fb949d6cc20702ccd7e",
        "0cb4c738fba92671dc3a1a75917259f09532a9e4"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Wed Sep 10 00:02:31 2014 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Sep 10 00:02:31 2014 +0000"
      },
      "message": "am 0cb4c738: am 9f60bc3f: am 52a18161: docs: update api dashboard for september\n\n* commit \u00270cb4c738fba92671dc3a1a75917259f09532a9e4\u0027:\n  docs: update api dashboard for september\n"
    },
    {
      "commit": "b00ab012bf3d325f81813fb949d6cc20702ccd7e",
      "tree": "4da8596a7162dbbad4860e3270f1d77d91087968",
      "parents": [
        "732edf098fe9728238bf3b69a3b3cfcb221edf35",
        "336d3eabc0d57fd2d1b8a9aa4ade7a0450cf183e"
      ],
      "author": {
        "name": "Jeff Tinker",
        "email": "jtinker@google.com",
        "time": "Tue Sep 09 23:56:10 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 23:56:11 2014 +0000"
      },
      "message": "Merge \"Add support for max-res decode\" into lmp-dev"
    },
    {
      "commit": "0cb4c738fba92671dc3a1a75917259f09532a9e4",
      "tree": "8cf1d90724681b20f6972710e9947c3a299b77d8",
      "parents": [
        "d87e04843ee6dfdba45f133cde423ba30be60e7a",
        "9f60bc3f129037f2f1b05a09902c8e97d66322f3"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Tue Sep 09 23:51:10 2014 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Sep 09 23:51:10 2014 +0000"
      },
      "message": "am 9f60bc3f: am 52a18161: docs: update api dashboard for september\n\n* commit \u00279f60bc3f129037f2f1b05a09902c8e97d66322f3\u0027:\n  docs: update api dashboard for september\n"
    },
    {
      "commit": "732edf098fe9728238bf3b69a3b3cfcb221edf35",
      "tree": "db8240cb51045529de5734745a1661ef21a33ae6",
      "parents": [
        "98ff7bce66f03da14e39fa7e532a7202bde7dce6",
        "6590d7c75c1d706f70ebf6a5594d6a7601c080df"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 23:50:02 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 23:50:04 2014 +0000"
      },
      "message": "Merge changes I79ba54d7,I224fb4b6 into lmp-dev\n\n* changes:\n  Make UsageStats API default on only for the system\n  ActivityManager shouldn\u0027t return null for getCurrentUser\n"
    },
    {
      "commit": "9f60bc3f129037f2f1b05a09902c8e97d66322f3",
      "tree": "b4b360a1154a89089919554005318f3bd379b3c5",
      "parents": [
        "604ae4c79e67be6be19724e03f35b9e6cc3fd617",
        "52a1816180c7a85b13c543a5cdb6a7506cb8f01d"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Tue Sep 09 23:40:51 2014 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Sep 09 23:40:51 2014 +0000"
      },
      "message": "am 52a18161: docs: update api dashboard for september\n\n* commit \u002752a1816180c7a85b13c543a5cdb6a7506cb8f01d\u0027:\n  docs: update api dashboard for september\n"
    },
    {
      "commit": "98ff7bce66f03da14e39fa7e532a7202bde7dce6",
      "tree": "c595f43f037eef38ec6c3cae8f164f3c95e231b2",
      "parents": [
        "e7ad74f070559336e9ad67897553e34a9c584242",
        "67862cf3de23f112c92cba6cbedce86a4ff43da4"
      ],
      "author": {
        "name": "Tsuwei Chen",
        "email": "tsuwei@google.com",
        "time": "Tue Sep 09 23:29:13 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 23:29:14 2014 +0000"
      },
      "message": "Merge \"Move carrier-specific GPS parameters out of framework/base directory. Bug: 17288144\" into lmp-dev"
    },
    {
      "commit": "52a1816180c7a85b13c543a5cdb6a7506cb8f01d",
      "tree": "61e73e7cc74da2deab76227095d8ff4625649971",
      "parents": [
        "552e5ce6bb418b9a8b3b1ba9c102c562d0a4019e"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Tue Sep 09 15:40:50 2014 -0700"
      },
      "committer": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Tue Sep 09 16:28:08 2014 -0700"
      },
      "message": "docs: update api dashboard for september\n\nChange-Id: Icae4efd0729b61c0f6c1850da641bc065bc12122\n"
    },
    {
      "commit": "e7ad74f070559336e9ad67897553e34a9c584242",
      "tree": "8fb3e335bbeedb3378a6e43c57e3f8f0ce3e2e07",
      "parents": [
        "a7cbaeb138b280b51f282a371cd11c65c0d05d1b",
        "3fb8c9b50ef1873454acf3a4e7fd33ad182c03d7"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 23:15:07 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 23:15:08 2014 +0000"
      },
      "message": "Merge \"AAPT: Don\u0027t crash on illegal symbol name\" into lmp-dev"
    },
    {
      "commit": "dd806b0ed3d7bda6830067bf342417e9bce495d9",
      "tree": "68dda7e668f7bce36646f6b9344f96d6875f04c7",
      "parents": [
        "329a406ed9b7349e7bdba083c7d768264336ace2"
      ],
      "author": {
        "name": "wsmlby",
        "email": "wsmlby@google.com",
        "time": "Tue Sep 09 16:06:50 2014 -0700"
      },
      "committer": {
        "name": "wsmlby",
        "email": "wsmlby@google.com",
        "time": "Tue Sep 09 16:10:12 2014 -0700"
      },
      "message": "Fix AppCompatibility test for different process name of one package.\n\nChange-Id: Ic30e5ee81fe6ea82e88d2c5541dc9fa9eba71043\n"
    },
    {
      "commit": "3fb8c9b50ef1873454acf3a4e7fd33ad182c03d7",
      "tree": "dec5449bab1566ca938ba1a3d81f39c064a36458",
      "parents": [
        "97e75e1da97f01e82c0105b1f915821a99dda196"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 16:05:10 2014 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 16:05:10 2014 -0700"
      },
      "message": "AAPT: Don\u0027t crash on illegal symbol name\n\nWe never checked the return value when adding a nested\nsymbol, which would be NULL if the symbol name was invalid.\n\nExternal bug: https://code.google.com/p/android/issues/detail?id\u003d75876\n\nChange-Id: I5211f4d4b87897d52f2b6e5907113d31930bb92d\n"
    },
    {
      "commit": "a7cbaeb138b280b51f282a371cd11c65c0d05d1b",
      "tree": "64814e042625d0b77817479b94fd003e6b199892",
      "parents": [
        "ad0c450d4d9a1db6384984884e2a8244fe0c5071",
        "b687788f52e8367a32efbfdbc4738c2cae5804c1"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Tue Sep 09 22:58:27 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:58:28 2014 +0000"
      },
      "message": "Merge \"Bring up the IME when TextView receives ACTION_CLICK\" into lmp-dev"
    },
    {
      "commit": "ad0c450d4d9a1db6384984884e2a8244fe0c5071",
      "tree": "bcb2e3b83c201798e0e2e319c25957e82eecda13",
      "parents": [
        "363c408af59604ff8d7c644130d13f3b726fd119",
        "e8d153673bdbbb113559ad592ad8a4e92e8d0d7e"
      ],
      "author": {
        "name": "Adam Powell",
        "email": "adamp@google.com",
        "time": "Tue Sep 09 22:56:19 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:56:20 2014 +0000"
      },
      "message": "Merge \"ActionMenuViews always reserve overflow when creating their own menus\" into lmp-dev"
    },
    {
      "commit": "363c408af59604ff8d7c644130d13f3b726fd119",
      "tree": "90fca111cd572be1c0af90e81bf0277c4024c7c6",
      "parents": [
        "ee44595bd53c4f3f6a2eeb664ea96a268636c041",
        "9e079298edd022c43a960729442a53557fd16e45"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Sep 09 22:51:25 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:51:27 2014 +0000"
      },
      "message": "Merge \"Fix BackupManager.isBackupEnabled()\" into lmp-dev"
    },
    {
      "commit": "ee44595bd53c4f3f6a2eeb664ea96a268636c041",
      "tree": "7ce25e89fb78ecfe0f7d561b01dff319c52a2ae9",
      "parents": [
        "8a8d9611e23ae56be13de46f56203be3bf02bcec"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 16:12:59 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 22:50:01 2014 +0000"
      },
      "message": "Announcing the task list as you scroll. (Bug 15699050)\n\nChange-Id: I7453f41a2c87241e538cdc7281cdc20a8710ebbb\n"
    },
    {
      "commit": "8a8d9611e23ae56be13de46f56203be3bf02bcec",
      "tree": "86c295e94e7f393359bada85a1645642213ba9d5",
      "parents": [
        "e5c06a6431f8d87b5fd33f15d8078c42712376a9"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 19:12:14 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 22:49:24 2014 +0000"
      },
      "message": "Fixing issue with Recents showing blank. (Bug 16987565)\n"
    },
    {
      "commit": "e5c06a6431f8d87b5fd33f15d8078c42712376a9",
      "tree": "98a8c8ec5c268bdfc8f546017546ee2c1ef90edf",
      "parents": [
        "3aa9c221c0d092b927628be6a7ba371028cebe79"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 18:02:06 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 22:49:04 2014 +0000"
      },
      "message": "Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)\n\nChange-Id: Id8f96455f6e11a13a8ac12d341464bca4419d7c5\n"
    },
    {
      "commit": "3aa9c221c0d092b927628be6a7ba371028cebe79",
      "tree": "a1454c02084007346c5278d4f8fb79f45d97a259",
      "parents": [
        "7937fdb34133803ff8dcc67f7f1c0b6928598e62"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 17:54:51 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 22:48:19 2014 +0000"
      },
      "message": "Adding task switching animation xmls for further tweaking. (Bug 16656169)\n\nChange-Id: I472116cb3d86a3f90a935b2a3ac058ffc2ac1b5d"
    },
    {
      "commit": "7937fdb34133803ff8dcc67f7f1c0b6928598e62",
      "tree": "2b44c7e503947a3b3348001a38cb89f266795e92",
      "parents": [
        "ad5f44a68c70f783fb4be85f089f63bfdd63ec0c"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Mon Sep 08 22:03:37 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 22:47:43 2014 +0000"
      },
      "message": "Fixing weird highlight on dismiss button ripple. (Bug 17420495)\n\nChange-Id: I769c0647417efeda9b39913c01c62be0d6ff7887\n"
    },
    {
      "commit": "ad5f44a68c70f783fb4be85f089f63bfdd63ec0c",
      "tree": "dd89b0fc2596dd64f402076d9e8f6794b770e2ed",
      "parents": [
        "8544c7da8640d4c0b6c94f46d0519c1006aa6452",
        "bc09755e193c2802d2d88871ac3d1f182b260c30"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 22:44:51 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:44:52 2014 +0000"
      },
      "message": "Merge \"Missing manifest error should be NO_CERTIFICATES.\" into lmp-dev"
    },
    {
      "commit": "9e079298edd022c43a960729442a53557fd16e45",
      "tree": "8c7b74f07d15cc0e9dc6a608ee0c1ea12bf91e6b",
      "parents": [
        "8544c7da8640d4c0b6c94f46d0519c1006aa6452"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Sep 09 15:10:56 2014 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@android.com",
        "time": "Tue Sep 09 22:36:14 2014 +0000"
      },
      "message": "Fix BackupManager.isBackupEnabled()\n\nIt wasn\u0027t properly lazy-initializing the service binder, so it always\nthought the backend service didn\u0027t exist, and so always returned false.\n\nAlso directly validated that every usage of sService in the module is\nnow correctly lazy-initialized.\n\nBug 16661321\n\nChange-Id: If5fbb18aef81bfa8fd70eb40a1f6af54cc96d804\n"
    },
    {
      "commit": "67862cf3de23f112c92cba6cbedce86a4ff43da4",
      "tree": "d233f756a0d06fe0763e2c8fcbb2ec63ca27631f",
      "parents": [
        "38553adb4fb42bde28f4a08fb115650741f14643"
      ],
      "author": {
        "name": "Tsuwei Chen",
        "email": "tsuwei@google.com",
        "time": "Tue Sep 09 15:09:57 2014 -0700"
      },
      "committer": {
        "name": "Tsuwei Chen",
        "email": "tsuwei@google.com",
        "time": "Tue Sep 09 22:27:04 2014 +0000"
      },
      "message": "Move carrier-specific GPS parameters out of framework/base directory.\nBug: 17288144\n\nAll carrier values has been moved to device only directory, in this change:\nhttps://googleplex-android-review.git.corp.google.com/#/c/543322\n\nChange-Id: Idb958a75edc612dc83c8382fa6546c3588889e39"
    },
    {
      "commit": "8544c7da8640d4c0b6c94f46d0519c1006aa6452",
      "tree": "e0e1729444a2d7f7da6825ea26a803a6c9985705",
      "parents": [
        "31913c334a7bae1e1a285dc947d15911f028c10b",
        "808150f066b53da1573e8b1fbd6b377d0fc229f8"
      ],
      "author": {
        "name": "Yin-Chia Yeh",
        "email": "yinchiayeh@google.com",
        "time": "Tue Sep 09 22:24:42 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:24:49 2014 +0000"
      },
      "message": "Merge \"camera2: make 3A regions null when not available\" into lmp-dev"
    },
    {
      "commit": "31913c334a7bae1e1a285dc947d15911f028c10b",
      "tree": "248b0c7d03cda3b08612594f3ccb2f2bb1435a83",
      "parents": [
        "2bc9f4178a1f7851c54e91c8d2e6e98a50729742",
        "e8df3093f53fa992f89e019b2fc87ff4fac0f335"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Sep 09 22:20:57 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:20:58 2014 +0000"
      },
      "message": "Merge \"Camera2: Add frameNumber to CaptureCallback#onCaptureStarted\" into lmp-dev"
    },
    {
      "commit": "2bc9f4178a1f7851c54e91c8d2e6e98a50729742",
      "tree": "b5a9ea89c5c3ce6ea4039669e641e7fb6f3079f7",
      "parents": [
        "15040e0a58b620e0fd75c8a6a8cd8b403aad5c22",
        "cbd55abd81f6715b20dda70c8616534c89f50aec"
      ],
      "author": {
        "name": "vandwalle",
        "email": "vandwalle@google.com",
        "time": "Tue Sep 09 22:12:05 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:12:06 2014 +0000"
      },
      "message": "Merge \"make autojoin associated scan period a config opttion\" into lmp-dev"
    },
    {
      "commit": "15040e0a58b620e0fd75c8a6a8cd8b403aad5c22",
      "tree": "3c208273095eda6e99c20bc49c4765add712580e",
      "parents": [
        "bc67eee7106df735d69cc4b4939605ef19b9c881",
        "62ce332c141cf7bc7200c4c87d63e395874fc3ec"
      ],
      "author": {
        "name": "Svetoslav",
        "email": "svetoslavganov@google.com",
        "time": "Tue Sep 09 22:11:19 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 22:11:20 2014 +0000"
      },
      "message": "Merge \"Trim unnecessary pages when printing.\" into lmp-dev"
    },
    {
      "commit": "bc09755e193c2802d2d88871ac3d1f182b260c30",
      "tree": "46bbfe3a4a4dbff500dc63b738f2ae195ef6fd5f",
      "parents": [
        "e47d5435de839523c1bb05c283eaec5968167db0"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 14:57:26 2014 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 14:57:26 2014 -0700"
      },
      "message": "Missing manifest error should be NO_CERTIFICATES.\n\nWhen META-INF/MANIFEST.MF is missing, treat as NO_CERTIFICATES\ninstead of CERTIFICATE_ENCODING.  Also remove redundant layer of\ndebugging details when wrapping exceptions.\n\nBug: 15667982\nChange-Id: I6e8216d5bf6e42da1feb70c89f991001380305be\n"
    },
    {
      "commit": "bc67eee7106df735d69cc4b4939605ef19b9c881",
      "tree": "52a343040a70b004c9f4067bb0855517b8fd1cde",
      "parents": [
        "3ab7bf1a3d1383190a8c3a84f1216227529fdcec",
        "aa79d9957652af446d01d5e72afd11a44f7e91ed"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Tue Sep 09 21:55:42 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 21:55:43 2014 +0000"
      },
      "message": "Merge \"initialize codec list before MediaCodec.getCodecInfo()\" into lmp-dev"
    },
    {
      "commit": "3ab7bf1a3d1383190a8c3a84f1216227529fdcec",
      "tree": "8907b17eecbb7fcf0cd5b9f6057b4873a4436134",
      "parents": [
        "8143d2fbfdb47ba9e4ed3d6f05972dabf1bf7e5a",
        "30478148bda4667f9ab9a9cd83f90d6c2fb017ff"
      ],
      "author": {
        "name": "Guang Zhu",
        "email": "guangzhu@google.com",
        "time": "Tue Sep 09 21:51:15 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 21:51:17 2014 +0000"
      },
      "message": "Merge \"add some assert messages to download manager test\" into lmp-dev"
    },
    {
      "commit": "8143d2fbfdb47ba9e4ed3d6f05972dabf1bf7e5a",
      "tree": "07fe33d0037aab2ab4afeb0e95994128c2888ea6",
      "parents": [
        "6aad5057b66775d7eb5c781de12dd22de7823405",
        "baa958dc447c4f5c3261d9288c81b3fc7464126c"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 21:47:52 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 21:47:53 2014 +0000"
      },
      "message": "Merge \"QS: Fix tile padding on dual tile first lines.\" into lmp-dev"
    },
    {
      "commit": "30478148bda4667f9ab9a9cd83f90d6c2fb017ff",
      "tree": "056c269038b1c1a2dc5cf9c545c209a557d541a2",
      "parents": [
        "97dc52c8579d70a075e9c999f1f244bbcf3e9bc1"
      ],
      "author": {
        "name": "Guang Zhu",
        "email": "guangzhu@google.com",
        "time": "Tue Sep 09 14:44:17 2014 -0700"
      },
      "committer": {
        "name": "Guang Zhu",
        "email": "guangzhu@google.com",
        "time": "Tue Sep 09 14:44:17 2014 -0700"
      },
      "message": "add some assert messages to download manager test\n\nChange-Id: If2e1bdd115eddeeb7bdebf0fab29a3756fee4ceb\n"
    },
    {
      "commit": "6aad5057b66775d7eb5c781de12dd22de7823405",
      "tree": "b62d08fbb11f17ae600459c6c5da567131bb364f",
      "parents": [
        "1a7a63ad5eb0e45277421bcc75b1c484b15ff70c",
        "304a13b25bf9e35afb83df83202c271fd2685126"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Tue Sep 09 21:43:32 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 21:43:33 2014 +0000"
      },
      "message": "Merge \"Update alert dialog styling to match Material spec\" into lmp-dev"
    },
    {
      "commit": "aa79d9957652af446d01d5e72afd11a44f7e91ed",
      "tree": "acc2895ee7e6cf006bef56856c3efca242ca2ecf",
      "parents": [
        "1a7a63ad5eb0e45277421bcc75b1c484b15ff70c"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Tue Sep 09 14:33:57 2014 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Tue Sep 09 14:35:33 2014 -0700"
      },
      "message": "initialize codec list before MediaCodec.getCodecInfo()\n\nBug: 17374217\nChange-Id: I8e8fc3a34ec01afdf5fc577979010183971c878b\n"
    },
    {
      "commit": "baa958dc447c4f5c3261d9288c81b3fc7464126c",
      "tree": "7bb8c66e0efa83c5e64cb6902282f026aa87c817",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 17:33:01 2014 -0400"
      },
      "committer": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 17:33:01 2014 -0400"
      },
      "message": "QS: Fix tile padding on dual tile first lines.\n\nNow that the caret is not being set, update the padding to\nhandle this case.\n\nBug:17421027\nChange-Id: Iaacf60df6e39801a27dad054f2d42c99b85c46cd\n"
    },
    {
      "commit": "1a7a63ad5eb0e45277421bcc75b1c484b15ff70c",
      "tree": "dbf3ceed2ab80b47b9324c939f840978b1f10df0",
      "parents": [
        "38553adb4fb42bde28f4a08fb115650741f14643"
      ],
      "author": {
        "name": "Philip Milne",
        "email": "pmilne@google.com",
        "time": "Tue Sep 09 10:37:31 2014 -0700"
      },
      "committer": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Tue Sep 09 21:25:44 2014 +0000"
      },
      "message": "Fix for b/16400888 - API Review: GridLayout attributes\n\nColumn weights specify the relative proportions of space distribution \nwithin a *row*. With that in mind, I flipped the vertical and horizontal \naxes in the docs - but that was a mistake. This CL flips the docs back. \nThe code works the right way around so doesn\u0027t need to be modified.\n\nChange-Id: I1a36882eee8d1b9bd7b8ef10e03cbf66de0ac261\n(cherry picked from commit 4ae5f5ee917b2014abe3b6e0b99451693cd2b896)\n"
    },
    {
      "commit": "38553adb4fb42bde28f4a08fb115650741f14643",
      "tree": "22869cc7a54c48095cdb00f162abb4af4f9fe5ec",
      "parents": [
        "97dc52c8579d70a075e9c999f1f244bbcf3e9bc1",
        "7d424b6c5080133c25e0c19dd0d6ce212e352a1d"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 21:20:27 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 21:20:28 2014 +0000"
      },
      "message": "Merge \"On db upgrade, reset ringer mode to normal.\" into lmp-dev"
    },
    {
      "commit": "7d424b6c5080133c25e0c19dd0d6ce212e352a1d",
      "tree": "1d96abdaa4726d6ef1989fffa9f55d6bc53b8324",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 17:05:54 2014 -0400"
      },
      "committer": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 17:05:54 2014 -0400"
      },
      "message": "On db upgrade, reset ringer mode to normal.\n\nWhen users upgrade to L, don\u0027t restore into a state that would force\nzen mode to follow suit.  A user\u0027s first encounter with zen mode\nshould be via the UI.\n\nBug:16826161\nChange-Id: I4eb63dce37d88f3a91b5034b3393eed2b768562c\n"
    },
    {
      "commit": "e8d153673bdbbb113559ad592ad8a4e92e8d0d7e",
      "tree": "1e977e497800bd0233a16c10f82af6ecfa3a8c4a",
      "parents": [
        "345d4f4f14038c2225cd599f9c432b25e572dc2c"
      ],
      "author": {
        "name": "Adam Powell",
        "email": "adamp@google.com",
        "time": "Tue Sep 09 13:51:16 2014 -0700"
      },
      "committer": {
        "name": "Adam Powell",
        "email": "adamp@google.com",
        "time": "Tue Sep 09 13:51:16 2014 -0700"
      },
      "message": "ActionMenuViews always reserve overflow when creating their own menus\n\nActionMenuViews work in two modes: hosting another Menu instance or\ncreating their own. The former is used when an action bar is\ndisplaying a window\u0027s options menu. The latter is used when an\nActionMenuView (or Toolbar) is placed within an arbitrary layout and\nthe getMenu method is called.\n\nWhen showing a window\u0027s options menu, ActionMenuPresenter calls into\nthe ActionBarPolicy to determine if we should reserve an overflow\nbutton or if overflow will be presented by the window instead. Always\nreserve overflow if the ActionMenuView is presenting its own menu.\n\nBug 17381966\n\nChange-Id: I17c495986994d421bf6276ae39ba233243432e97\n"
    },
    {
      "commit": "97dc52c8579d70a075e9c999f1f244bbcf3e9bc1",
      "tree": "134d5b0609d2298172194854e3b24df13fd2a5a0",
      "parents": [
        "9ed0292a650eb52becc0c17e4001767065d325ca",
        "ceb79bc31a91daf3d43156947f6666d2a8887859"
      ],
      "author": {
        "name": "Jean-Michel Trivi",
        "email": "jmtrivi@google.com",
        "time": "Tue Sep 09 20:49:49 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:49:50 2014 +0000"
      },
      "message": "Merge \"Prevent NotificationManagerService from using bad stream type\" into lmp-dev"
    },
    {
      "commit": "9ed0292a650eb52becc0c17e4001767065d325ca",
      "tree": "cfb8803fb03f184946579822f50a13bd35f65970",
      "parents": [
        "da6e6c888f81d3bd19ff1f3cf9b081b7f9b2a013",
        "806dbae9e12f3875cf0def3da2f3c3c2b768a844"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 20:40:02 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:40:03 2014 +0000"
      },
      "message": "Merge \"Zen: Map transition to ringer-mode silent to \"priority\".\" into lmp-dev"
    },
    {
      "commit": "b687788f52e8367a32efbfdbc4738c2cae5804c1",
      "tree": "ed72fa03c68a1d63e00e25e854567c39eee88a79",
      "parents": [
        "f98fbb710b3092cd2282682cee1dc9cd09ecaa2e"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Sun Sep 07 15:49:49 2014 -0700"
      },
      "committer": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Tue Sep 09 13:38:08 2014 -0700"
      },
      "message": "Bring up the IME when TextView receives ACTION_CLICK\n\nSimulates the relevant portions of a DOWN/UP event pair to request focus\nand bring up the IME.\n\nBUG: 8213791\nChange-Id: Idb32d81552ecbbdefc64686c914eba6d8e28b0b8\n"
    },
    {
      "commit": "806dbae9e12f3875cf0def3da2f3c3c2b768a844",
      "tree": "b2b7bbcacffb333a3fb25e4d1f6e8ddafe7ea6f4",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 16:32:42 2014 -0400"
      },
      "committer": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 16:32:42 2014 -0400"
      },
      "message": "Zen: Map transition to ringer-mode silent to \"priority\".\n\nInstead of \"none\".\n\nBug:16875664\nChange-Id: I2a425663f08f35854e7e857330afc20eef01ef2e\n"
    },
    {
      "commit": "6590d7c75c1d706f70ebf6a5594d6a7601c080df",
      "tree": "90e3ea0e6a5304833bb6e2f1d36e6dc756ddb4f4",
      "parents": [
        "eddeb49a734a524347587e7654025c489fb6331e"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Mon Sep 08 18:31:21 2014 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 20:30:33 2014 +0000"
      },
      "message": "Make UsageStats API default on only for the system\n\nThis changes the PACKAGE_USAGE_STATS permission to be\na signature only permission, meaning that only apps\nsigned with the system signature have access to the\nUsageStats API enabled by default.\n\nBug:17428130\nChange-Id: I79ba54d7102c770ea2490f014a1f6736f0f46b3a\n"
    },
    {
      "commit": "da6e6c888f81d3bd19ff1f3cf9b081b7f9b2a013",
      "tree": "e2561a92276ba6ba431bb20f5e20ebb33812f52b",
      "parents": [
        "a237e05cd7d86bd322b15b1552dcb93f9f70c0f1",
        "26af829fd70609cf073b56e54e1f78faf83a5e8b"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Tue Sep 09 20:29:38 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:29:57 2014 +0000"
      },
      "message": "Merge \"User restriction to disallow outgoing NFC beam\" into lmp-dev"
    },
    {
      "commit": "a237e05cd7d86bd322b15b1552dcb93f9f70c0f1",
      "tree": "c51c3ce1b0b7123be94b6725c9547f99ac2eeeff",
      "parents": [
        "d5dfb723b8a33a74d5e86173ce4e72ad400a6375",
        "e47d5435de839523c1bb05c283eaec5968167db0"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 20:29:34 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:29:36 2014 +0000"
      },
      "message": "Merge \"Use sscanf() for parsing tag values.\" into lmp-dev"
    },
    {
      "commit": "d5dfb723b8a33a74d5e86173ce4e72ad400a6375",
      "tree": "29c9d009f8256acb69615ef86cf327b3e6f73cd5",
      "parents": [
        "b2201151f367a432650a5ea2ba7b2b22fccf1f20",
        "8b12f22bc1f654d0afe1a5588ed3667428b305c8"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 20:24:03 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:24:04 2014 +0000"
      },
      "message": "Merge \"Doze: Wake up on touch, fade between states.\" into lmp-dev"
    },
    {
      "commit": "8b12f22bc1f654d0afe1a5588ed3667428b305c8",
      "tree": "bac2e9658e50fa43d4ac33549c180a02366055a4",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce"
      ],
      "author": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 11:54:11 2014 -0400"
      },
      "committer": {
        "name": "John Spurlock",
        "email": "jspurlock@google.com",
        "time": "Tue Sep 09 16:06:22 2014 -0400"
      },
      "message": "Doze: Wake up on touch, fade between states.\n\n- When dozing, the first motion event triggers a wake up.\n- Fade the backgrounds to ease the transition out of doze.\n\nBug:17167296\nChange-Id: I5615ca0839dfa3ed2cf3001baf407c707f0676d5\n"
    },
    {
      "commit": "b2201151f367a432650a5ea2ba7b2b22fccf1f20",
      "tree": "893fd8fd11c7f60e9c40c222ed501f8cf5abe575",
      "parents": [
        "0b81adcaea4acd2968947efa516321e6378dd51d",
        "70735bd5ddd6ba3063d5537f510324cb2515aba6"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Tue Sep 09 20:03:08 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 20:03:09 2014 +0000"
      },
      "message": "Merge \"hwui: Caches: use mBoundTextures only for GL_TEXTURE_2D\" into lmp-dev"
    },
    {
      "commit": "70735bd5ddd6ba3063d5537f510324cb2515aba6",
      "tree": "dab6e5ebc8d098c1e75dc5f1922237fe799bdb80",
      "parents": [
        "95e71085e2d6f9482679a2a5c34d3d7fbc7d39c6"
      ],
      "author": {
        "name": "Fred Fettinger",
        "email": "fred.fettinger@motorola.com",
        "time": "Fri Aug 29 14:02:31 2014 -0500"
      },
      "committer": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Tue Sep 09 20:00:52 2014 +0000"
      },
      "message": "hwui: Caches: use mBoundTextures only for GL_TEXTURE_2D\n\nbug:17441218\n\nGLConsumer uses glBindTexture() directly instead of going through\nCaches::bindTexture(). This can cause libhwui to draw with the wrong\ntexture bound in the following case which involves 2 TextureViews:\n\nFrame 1:\nGLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 1)\nHWUI renders TextureView A:\n    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 1) and draws\n\nFrame 2:\nGLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 1)\nGLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 2)\nHWUI renders TextureView A:\n    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 1) and draws\nHWUI renders TextureView B:\n    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 2) and draws\n\nIn this case, HWUI will incorrectly draw TextureView A using texture 2 on\nframe 2, because mBoundTextures[0]\u003d1, even though the texture currently\nbound to GL_TEXTURE_EXTERNAL_OES is 2.\n\nSince GLConsumer is always used with a target of GL_TEXTURE_EXTERNAL_OES,\nwork around this problem by having mBoundTextures[] store only the\ntextures bound to the target GL_TEXTURE_2D. This is the common case\nwhere the extra performance is needed. Since it\u0027s legal to have\ndifferent textures bound to GL_TEXTURE_2D and GL_TEXTURE_EXTERNAL_OES\non one texture unit, Caches::bindTexture() does not need to clear\nmBoundTextures[mTextureUnit] when target !\u003d GL_TEXTURE_2D.\n\nChange-Id: I8bc54ab8adcfacad7f3ed17a31236dc7a86c967a\nSigned-off-by: Fred Fettinger \u003cfred.fettinger@motorola.com\u003e"
    },
    {
      "commit": "0b81adcaea4acd2968947efa516321e6378dd51d",
      "tree": "9f4547fb0488afd18087485f126995a6271cdd75",
      "parents": [
        "b505298489ca55e605dda7195dc5e2d58f6be365",
        "1d13406538b79785d2d0928689b8d5037e851ecf"
      ],
      "author": {
        "name": "Riley Andrews",
        "email": "riandrews@google.com",
        "time": "Tue Sep 09 19:59:14 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 19:59:15 2014 +0000"
      },
      "message": "Merge \"Use surfaceflinger for recents thumbnail rotations.\" into lmp-dev"
    },
    {
      "commit": "b505298489ca55e605dda7195dc5e2d58f6be365",
      "tree": "6060c88591c983075f86426b4fe7714477f8673f",
      "parents": [
        "2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33",
        "77c180a5137348022fce388930a9781863f83e74"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Tue Sep 09 19:57:08 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 19:57:09 2014 +0000"
      },
      "message": "Merge \"Use correct row/column order in list and grid CollectionItems\" into lmp-dev"
    },
    {
      "commit": "e8df3093f53fa992f89e019b2fc87ff4fac0f335",
      "tree": "485c68892af4ab75e69c461783ffb7cbd26100c8",
      "parents": [
        "5f5df97df96895c92f0d067c90d527aab2d7f1e3"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Sep 08 14:30:50 2014 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Sep 09 12:38:11 2014 -0700"
      },
      "message": "Camera2: Add frameNumber to CaptureCallback#onCaptureStarted\n\nOtherwise, cannot reliably match up capture progressed and failure callbacks\nwith the start callback.\n\nBug: 17421092\nChange-Id: I91d92be70a15536b215bac330370ce37e426ec26\n"
    },
    {
      "commit": "e47d5435de839523c1bb05c283eaec5968167db0",
      "tree": "ce5292ee5a44ffd20cca26eb2e2fdd4a6e368a92",
      "parents": [
        "e016605981985b64cc28a8272474ae925801548b"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 12:29:41 2014 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Sep 09 12:29:41 2014 -0700"
      },
      "message": "Use sscanf() for parsing tag values.\n\nNeither strtoll() nor strtoull() can parse the %llx formatted tag\nvalues coming from the kernel.  We know the lowest 32 bits will never\nbe set, so fast-path the 3-character case as 0x0.\n\nBug: 17365163\nChange-Id: I238bbd2830c9335e7ab7a53362d6e12b46e0bcb3\n"
    },
    {
      "commit": "26af829fd70609cf073b56e54e1f78faf83a5e8b",
      "tree": "dc36d8c2cf0e6c0df0f0448a061f819dfdc701cf",
      "parents": [
        "6a73202e00c2cef8f9438c3308f19739101c3d6d"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Tue Sep 09 09:57:27 2014 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Tue Sep 09 12:09:47 2014 -0700"
      },
      "message": "User restriction to disallow outgoing NFC beam\n\nThis can be controlled by MDMs via DPM.\n\nAlso fixes:\n - javadoc for restrictions\n - persisting of cross profile copy/paste restriction\n\nBug: 17387303\nChange-Id: Ie148f56189181d2a4c6345c0823d417ab13a94a3\n"
    },
    {
      "commit": "2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33",
      "tree": "b16803773b79f18cf4930ec242772809e5f7f8a1",
      "parents": [
        "69fb8a23990fd8948be6f0045c2b0b988b6ca6d6",
        "e9aac5f44d7bf8c4a523773e57c30fd8340850eb"
      ],
      "author": {
        "name": "Griff Hazen",
        "email": "griff@google.com",
        "time": "Tue Sep 09 18:35:53 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:35:54 2014 +0000"
      },
      "message": "Merge \"Remove reference to StatusBarNotification after the value is accessed.\" into lmp-dev"
    },
    {
      "commit": "69fb8a23990fd8948be6f0045c2b0b988b6ca6d6",
      "tree": "c29df4a9292bf8884885ce72c134549e4cdf0d7f",
      "parents": [
        "69550456e34da774a92a67769b913f516d0acb36",
        "21bcfc4ff8642771bf42b264e1524ef47b00ae22"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Tue Sep 09 18:34:06 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:34:08 2014 +0000"
      },
      "message": "Merge \"Fix tessellation bounds computation\" into lmp-dev"
    },
    {
      "commit": "69550456e34da774a92a67769b913f516d0acb36",
      "tree": "8f21a652a4fd8e2448d2bafb687e5106041c3ee0",
      "parents": [
        "31e8d7602c23661fb4540e2858af4833d2347c9f",
        "3751c359b4eaac9a7f149d791c8bf811e41fc61b"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 18:33:17 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:33:18 2014 +0000"
      },
      "message": "Merge \"Fixing issue with screen pinning not working. (Bug 17436123)\" into lmp-dev"
    },
    {
      "commit": "31e8d7602c23661fb4540e2858af4833d2347c9f",
      "tree": "e01c03dd0447ace453217f4dd1f18b9c6dc21327",
      "parents": [
        "fc3922d49b20f52a12c7557b8c37bb022030e6f2",
        "27acf761229779e1777d380616846ac07f484ed6"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 18:33:06 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:33:08 2014 +0000"
      },
      "message": "Merge \"Separating the notion of transposed search vs nav bar. (Bug 17402331)\" into lmp-dev"
    },
    {
      "commit": "eddeb49a734a524347587e7654025c489fb6331e",
      "tree": "be97112ec8bef4e25069185b038446bbd5988892",
      "parents": [
        "97e75e1da97f01e82c0105b1f915821a99dda196"
      ],
      "author": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Mon Sep 08 17:50:03 2014 -0700"
      },
      "committer": {
        "name": "Adam Lesinski",
        "email": "adamlesinski@google.com",
        "time": "Tue Sep 09 11:15:17 2014 -0700"
      },
      "message": "ActivityManager shouldn\u0027t return null for getCurrentUser\n\nThere was a race where ActivityManager would return null\nfor getCurrentUser() when switching between guest accounts.\nThis is because the Guest account was marked for deletion\nwhile it was still active.\n\nBug:17290209\n\nChange-Id: I224fb4b6836380e5acb7dbeb8f3343d74505f88a\n"
    },
    {
      "commit": "fc3922d49b20f52a12c7557b8c37bb022030e6f2",
      "tree": "72f77a381d2f5d5f5d93a8439905a3cce21ef173",
      "parents": [
        "9580f6c6cb24086c250f1d1c09139c060fd8b50a"
      ],
      "author": {
        "name": "Griff Hazen",
        "email": "griff@google.com",
        "time": "Wed Aug 20 11:56:44 2014 -0700"
      },
      "committer": {
        "name": "Dan Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Sep 09 18:03:40 2014 +0000"
      },
      "message": "Copy visibility docs from support version to base Notification.\n\n(Noticed the difference in a javadoc diff between Notification and\nNotificationCompat)\n\nBug: 17424399\n\nChange-Id: I639a46c429ffebf8ca47118b2ea80f40ccdc1286"
    },
    {
      "commit": "9580f6c6cb24086c250f1d1c09139c060fd8b50a",
      "tree": "a820625b4514529fa5d60381d8acbc18e8878c9d",
      "parents": [
        "1f14863871d9d1297dc51e085a83b304ca3917e3",
        "0c37ba318847a44cb9256e55eca1160dc1fffd4d"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Tue Sep 09 18:03:13 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:03:14 2014 +0000"
      },
      "message": "Merge \"Add user-specific playSoundEffect and use in NavBar\" into lmp-dev"
    },
    {
      "commit": "1f14863871d9d1297dc51e085a83b304ca3917e3",
      "tree": "41bc64b633ad3a04a7d77ceaca6f44a6b101c8bb",
      "parents": [
        "76776943204fa5367d13948dba5b1e3de8916cd9",
        "82468851b5ee54af3237b1e93a8518835e3be7bb"
      ],
      "author": {
        "name": "Vineeta Srivastava",
        "email": "vsrivastava@google.com",
        "time": "Tue Sep 09 18:02:56 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 18:02:57 2014 +0000"
      },
      "message": "Merge \"Set MTU size to 1410 for Telus.\" into lmp-dev"
    },
    {
      "commit": "76776943204fa5367d13948dba5b1e3de8916cd9",
      "tree": "7e5d14d39f340733568691a74b567aa77ffc295c",
      "parents": [
        "bc0272754df7a2fb71bf709a2a8a7c852ee69e5c",
        "c788487ae5b28bb6f84410fcdb101f0bdfcd467e"
      ],
      "author": {
        "name": "Alexandra Gherghina",
        "email": "alexgherghina@google.com",
        "time": "Tue Sep 09 17:45:34 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 17:45:36 2014 +0000"
      },
      "message": "Merge \"Removing the NO_CROSS_PROFILE flag for intent forwarding\" into lmp-dev"
    },
    {
      "commit": "bc0272754df7a2fb71bf709a2a8a7c852ee69e5c",
      "tree": "f45beae7a682d1ec30fa73ec761935a5c6b190a8",
      "parents": [
        "8fd30e4486376b6cf7dd9af14d2e16428b22844f"
      ],
      "author": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Mon Sep 08 14:50:58 2014 -0700"
      },
      "committer": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Tue Sep 09 17:38:19 2014 +0000"
      },
      "message": "Change suffix UsingSubId to ForSubscriber.\n\nBug: 17255752\nChange-Id: Ifd522888b5aaae111f642d1e35bd1bb939e539d4\n"
    },
    {
      "commit": "8fd30e4486376b6cf7dd9af14d2e16428b22844f",
      "tree": "340fb85a6782342b6fc7f6eb81d59fd614b67648",
      "parents": [
        "a45fe78110424f8228d6b2d8a85af9754a670ee6",
        "7fb614664707f4c67dbbad8320e7d3cc10750df1"
      ],
      "author": {
        "name": "Griff Hazen",
        "email": "griff@google.com",
        "time": "Tue Sep 09 17:25:46 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 17:25:47 2014 +0000"
      },
      "message": "Merge \"Add support for a circular bitmap overlay for round android wear emulator.\" into lmp-dev"
    },
    {
      "commit": "a45fe78110424f8228d6b2d8a85af9754a670ee6",
      "tree": "19fb3b07f1fd266ab0b723875e30f9a128ea28a1",
      "parents": [
        "345d4f4f14038c2225cd599f9c432b25e572dc2c",
        "fe5998b5add1e96eafd5583528bfc8d9874a4123"
      ],
      "author": {
        "name": "Jae Seo",
        "email": "jaeseo@google.com",
        "time": "Tue Sep 09 17:21:58 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 17:21:59 2014 +0000"
      },
      "message": "Merge \"Add Japanese content ratings\" into lmp-dev"
    },
    {
      "commit": "fe5998b5add1e96eafd5583528bfc8d9874a4123",
      "tree": "cd8cb07bfc62fe2d47da2f532cd86345f85ec616",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce"
      ],
      "author": {
        "name": "Jae Seo",
        "email": "jaeseo@google.com",
        "time": "Tue Sep 09 10:02:37 2014 -0700"
      },
      "committer": {
        "name": "Jae Seo",
        "email": "jaeseo@google.com",
        "time": "Tue Sep 09 10:06:52 2014 -0700"
      },
      "message": "Add Japanese content ratings\n\nBug: 17434802\nChange-Id: I4be1ff9e5621f0a973c38f1abb377b1c92131a02\n"
    },
    {
      "commit": "345d4f4f14038c2225cd599f9c432b25e572dc2c",
      "tree": "e116de958f5269166bac765250fbacb2239be860",
      "parents": [
        "bb8c4834613207cf880e8491b33eb495cc268548",
        "0321573fa7583cd2ac4ece015c2eb784e3b24eb8"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Sep 09 17:05:03 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 17:05:04 2014 +0000"
      },
      "message": "Merge \"Remove deprecated (and now unused) API method.\" into lmp-dev"
    },
    {
      "commit": "82468851b5ee54af3237b1e93a8518835e3be7bb",
      "tree": "62dfad8acbaf13a14c511dde78013da808dd330f",
      "parents": [
        "4a965545aec00df81d6c5075269c5de8cae5aa95"
      ],
      "author": {
        "name": "New Author Steven Liu",
        "email": "stevenliu@motorola.com",
        "time": "Tue Aug 26 11:27:54 2014 -0700"
      },
      "committer": {
        "name": "Vineeta Srivastava",
        "email": "vsrivastava@google.com",
        "time": "Tue Sep 09 16:44:44 2014 +0000"
      },
      "message": "Set MTU size to 1410 for Telus.\n\nBug: 17391167\nChange-Id: I38c0d2a311624db66113b5eda2a5eceb6fec2a69\n"
    },
    {
      "commit": "bb8c4834613207cf880e8491b33eb495cc268548",
      "tree": "72cbe245c7a129087bd75a5611d8dddd820f1538",
      "parents": [
        "84e4e62d3b173b6d4a3645fd947244980576da6b",
        "067e5f68b9216b233df1c6529db182ff9b2887ab"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Sep 09 16:41:43 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 16:41:44 2014 +0000"
      },
      "message": "Merge \"Add new wallpaper features for insets and offsets.\" into lmp-dev"
    },
    {
      "commit": "62ce332c141cf7bc7200c4c87d63e395874fc3ec",
      "tree": "b07d01bf00e4cdd04ed74514e392578ceb9409f7",
      "parents": [
        "b86d5b57aa7e15455fc16e558121fa84c81ca38b"
      ],
      "author": {
        "name": "Svetoslav",
        "email": "svetoslavganov@google.com",
        "time": "Thu Sep 04 21:17:17 2014 -0700"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Tue Sep 09 09:38:07 2014 -0700"
      },
      "message": "Trim unnecessary pages when printing.\n\nA user may request a subset of the document\u0027s pages to be printed.\nIn this case the expectation is that the resulting document does\nnot include not selected pages. While print serivices can do the\ntrimming themselves or the printer may do so, moving, potantually\nmany, redundant pages is inefficient. The real problem is when\nsaving to a PDF file where the saved file must not have the pages\nthe user did not select. This change adds shredding of undesired\npages from the PDF before saving it or passing it to a print service.\n:\nbug:17285994\n\nChange-Id: I7deba535af99457bea3c118202314f0f3812e809\n"
    },
    {
      "commit": "84e4e62d3b173b6d4a3645fd947244980576da6b",
      "tree": "ba0891d9e38ff6993c7823211f2bd4bf2ad9bacf",
      "parents": [
        "e5322f47bff973c3844bd95c9c2bdbc3d0159184",
        "b60d47ccefc7e4bcee81a91b108244b7dbdd7081"
      ],
      "author": {
        "name": "Adrian Roos",
        "email": "roosa@google.com",
        "time": "Tue Sep 09 16:37:39 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 16:37:40 2014 +0000"
      },
      "message": "Merge \"Initilize LockPatternUtils with the current user\" into lmp-dev"
    },
    {
      "commit": "e5322f47bff973c3844bd95c9c2bdbc3d0159184",
      "tree": "248e308c7e5e5058d217533f3d3e8c9c5aea3094",
      "parents": [
        "bb9637bb58a1e0753ffed6a43f91675d1979e3b6",
        "0c6763a19f32f73f8a940aaee7abecb2a04d1889"
      ],
      "author": {
        "name": "Adrian Roos",
        "email": "roosa@google.com",
        "time": "Tue Sep 09 16:37:08 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 16:37:09 2014 +0000"
      },
      "message": "Merge \"Show confirmation dialog when adding user from QS\" into lmp-dev"
    },
    {
      "commit": "bb9637bb58a1e0753ffed6a43f91675d1979e3b6",
      "tree": "75df3977d79976409c561e308c9c458a0fdff983",
      "parents": [
        "e60d6ed7cbd19d59bacdb8dfe6683a4e6281123d",
        "d4e3fe4f7fbffcc5b8dabf6663906c97afbc4d60"
      ],
      "author": {
        "name": "Adrian Roos",
        "email": "roosa@google.com",
        "time": "Tue Sep 09 16:36:38 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 16:36:39 2014 +0000"
      },
      "message": "Merge \"Don\u0027t draw system bar backgrounds if FLAG_FULLSCREEN is set\" into lmp-dev"
    },
    {
      "commit": "e60d6ed7cbd19d59bacdb8dfe6683a4e6281123d",
      "tree": "e8519dc5069a44f3e29b6f377c9781171d74130e",
      "parents": [
        "fbc3f1984a1630186b8f37f8be951ae3033441ce",
        "1e4ecf8e7b9351c772d4545adcf89493966da73d"
      ],
      "author": {
        "name": "Adrian Roos",
        "email": "roosa@google.com",
        "time": "Tue Sep 09 16:35:07 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 16:35:09 2014 +0000"
      },
      "message": "Merge \"Don\u0027t crash if there\u0027s no QS panel\" into lmp-dev"
    },
    {
      "commit": "0321573fa7583cd2ac4ece015c2eb784e3b24eb8",
      "tree": "b623a531de65b0eb2cae0cd778fcfa654829a1a9",
      "parents": [
        "68c936f77d836285c255e98b73bdadb78025ade9"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Sep 09 08:53:56 2014 -0700"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Sep 09 08:53:56 2014 -0700"
      },
      "message": "Remove deprecated (and now unused) API method.\n\nRemoves ActivityOptions.makeLaunchTaskBehindAnimation().\n\nFixes bug 16958544.\n\nChange-Id: I2d58f4235994fe01d55b3309d0ec6f8449c5d5b8\n"
    },
    {
      "commit": "fbc3f1984a1630186b8f37f8be951ae3033441ce",
      "tree": "59f3d908ba8a5b35cdcfab5686776d444f7e9e71",
      "parents": [
        "f832638b5720b6cbd0ce6c776782719972fd326a",
        "6107a10ca57f8794d27d4717e837f7c869389c04"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 15:51:16 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 15:51:18 2014 +0000"
      },
      "message": "Merge \"Remove a few unnecessary withLayer() calls\" into lmp-dev"
    },
    {
      "commit": "f832638b5720b6cbd0ce6c776782719972fd326a",
      "tree": "095ac9975a56907bae2eb85d719cf258c092be0f",
      "parents": [
        "a9dddfb011c1e5f7610eaeb0956f65e3b080aa0a",
        "c737b9bd5a0bc60fd92150d55f8ddb530697b987"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 15:49:06 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 15:49:08 2014 +0000"
      },
      "message": "Merge \"Fix padding between R and wifi icon\" into lmp-dev"
    },
    {
      "commit": "a9dddfb011c1e5f7610eaeb0956f65e3b080aa0a",
      "tree": "39a5ac7a88e5262e266baba9ecf35a53f6bcea5b",
      "parents": [
        "2d12d983031b67821e00c4edce04958561237e36",
        "51ae05d92047049250ddbfd6c4998cb7cbca017d"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Sep 09 15:35:05 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 15:35:07 2014 +0000"
      },
      "message": "Merge \"Fixed a bug that the icon was not animating anymore when updating.\" into lmp-dev"
    },
    {
      "commit": "2d12d983031b67821e00c4edce04958561237e36",
      "tree": "00691b7c891f45aba67501f68d8911f8f9d0953f",
      "parents": [
        "f219dad7e575c336ffa89f806a8e6827c6319267",
        "5276a772ced5e9faf298064d1ba676fb5c1e445d"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Sep 09 15:34:44 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 15:34:45 2014 +0000"
      },
      "message": "Merge \"Properly announcing HUN state for talkback\" into lmp-dev"
    },
    {
      "commit": "f219dad7e575c336ffa89f806a8e6827c6319267",
      "tree": "0c5ddbd7d947fcd711ef978307b4b7e757c5b63e",
      "parents": [
        "33b5f783afb9b6c20f675fa345a3d533f94c9ac2",
        "a8fefa54bdf273fa4d445873e4ab053c577dd607"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Sep 09 15:34:06 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 15:34:07 2014 +0000"
      },
      "message": "Merge \"Avoiding heads-up when accessibility is turned on\" into lmp-dev"
    },
    {
      "commit": "6107a10ca57f8794d27d4717e837f7c869389c04",
      "tree": "37b7e1b5a5e4e5706c3ac12ff3b6ac607d0a756d",
      "parents": [
        "f8a52c06674e3e215898ba4a390f7cc43b4c486a"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 17:21:39 2014 +0200"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 17:23:29 2014 +0200"
      },
      "message": "Remove a few unnecessary withLayer() calls\n\nFixes some jank.\n\nBug: 17287256\nChange-Id: I6c518f12decffa0d3a180499a92823b35e2dd4d5\n"
    },
    {
      "commit": "808150f066b53da1573e8b1fbd6b377d0fc229f8",
      "tree": "28bbd0e33575b0aeb0ad2edec7c0bddd538f1db8",
      "parents": [
        "a740b2bf9a492df5301336e2533651fa90e57c6b"
      ],
      "author": {
        "name": "Yin-Chia Yeh",
        "email": "yinchiayeh@google.com",
        "time": "Mon Sep 08 15:48:47 2014 -0700"
      },
      "committer": {
        "name": "Yin-Chia Yeh",
        "email": "yinchiayeh@google.com",
        "time": "Tue Sep 09 07:56:18 2014 -0700"
      },
      "message": "camera2: make 3A regions null when not available\n\nBug: 17346456\nChange-Id: If8e1611614622e7eef6f77e03ef55375650f1c51\n"
    },
    {
      "commit": "c737b9bd5a0bc60fd92150d55f8ddb530697b987",
      "tree": "1790b7e97e49b7ac139bd1831c1bcdc3d6bb5269",
      "parents": [
        "457a10d29c151664fc274c06be7e44f813b12767"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Mon Sep 08 23:57:20 2014 +0200"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 16:35:17 2014 +0200"
      },
      "message": "Fix padding between R and wifi icon\n\nAlso adds some padding for the type and the signal strength icon in\nLTE, 3G, 4G and 1x case.\n\nBug: 17421452\n\nChange-Id: Ib3e6d2983397833958bca1fd33eb8b8c69e7c7fd\n"
    },
    {
      "commit": "51ae05d92047049250ddbfd6c4998cb7cbca017d",
      "tree": "c3be7482b7d5e221721ea93641c193772c1275cc",
      "parents": [
        "e51d6a3aecf22b263dccdb9c1ef1d4f12fd47d03"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Sep 09 15:51:38 2014 +0200"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Sep 09 16:35:08 2014 +0200"
      },
      "message": "Fixed a bug that the icon was not animating anymore when updating.\n\nBug: 16043845\nChange-Id: I0cdb1ee5ddefd4404cd9a6cab61baf1b281a457b\n"
    },
    {
      "commit": "33b5f783afb9b6c20f675fa345a3d533f94c9ac2",
      "tree": "9f1301cf67e9ad6cbe21af11cae7612cd533493e",
      "parents": [
        "e51d6a3aecf22b263dccdb9c1ef1d4f12fd47d03",
        "4538cee46d3aa91c85a453049d2b2284b799c66a"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 14:01:23 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 14:01:24 2014 +0000"
      },
      "message": "Merge \"Do not dim the non-activated notifications on lockscreen\" into lmp-dev"
    },
    {
      "commit": "4538cee46d3aa91c85a453049d2b2284b799c66a",
      "tree": "ac5897703225ea8aa4432767d8f782425ce8737b",
      "parents": [
        "f8a52c06674e3e215898ba4a390f7cc43b4c486a"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 15:21:38 2014 +0200"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 15:51:39 2014 +0200"
      },
      "message": "Do not dim the non-activated notifications on lockscreen\n\nThis fixes a lot of jank when showing all cards by tapping the more\ncard, because this lead to layer trashing in every frame (the\nbackground was updated as well as the overall alpha for the card).\n\nBug: 17419967\nChange-Id: Ib39af6eaab26409eedff72c921e9aa1ede31b830\n"
    },
    {
      "commit": "3751c359b4eaac9a7f149d791c8bf811e41fc61b",
      "tree": "5a97a41acb6aa3861a99d12f13402296989dd657",
      "parents": [
        "a41c4bcc3dcac9e808c9d524e24454d132790e9a"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 14:13:04 2014 +0200"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Tue Sep 09 14:13:04 2014 +0200"
      },
      "message": "Fixing issue with screen pinning not working. (Bug 17436123)"
    },
    {
      "commit": "e51d6a3aecf22b263dccdb9c1ef1d4f12fd47d03",
      "tree": "a7ee4cd6ccbc67d32a7aa7fb611812a261095d9d",
      "parents": [
        "1d38f5899019f3f0dead3b7aae6a22b216546845",
        "a1eeadee63cad1d6405804f0e7e88c8b9a4ba2b1"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Tue Sep 09 12:01:31 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 12:01:32 2014 +0000"
      },
      "message": "Merge \"Apply color to auto-redacted notification\" into lmp-dev"
    },
    {
      "commit": "1d38f5899019f3f0dead3b7aae6a22b216546845",
      "tree": "c5d3bcb5977ab8fe5dedfb0ad7f1c3d834da0156",
      "parents": [
        "eea87a3a44b27d849c594f1fcea57013f7c4d2fb",
        "f0ae135049048424bceccb0799b12377181b25f0"
      ],
      "author": {
        "name": "Zoltan Szatmary-Ban",
        "email": "szatmz@google.com",
        "time": "Tue Sep 09 11:05:44 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 11:05:45 2014 +0000"
      },
      "message": "Merge \"Extend IKeyChainService AIDL with CACert retrieval\" into lmp-dev"
    },
    {
      "commit": "c788487ae5b28bb6f84410fcdb101f0bdfcd467e",
      "tree": "90aef27b70aa50b76b391f2e98e120442e692261",
      "parents": [
        "5f183f0671dfa1d87ca6d741deb457170c432493"
      ],
      "author": {
        "name": "Alexandra Gherghina",
        "email": "alexgherghina@google.com",
        "time": "Tue Sep 09 10:21:11 2014 +0100"
      },
      "committer": {
        "name": "Alexandra Gherghina",
        "email": "alexgherghina@google.com",
        "time": "Tue Sep 09 12:04:34 2014 +0100"
      },
      "message": "Removing the NO_CROSS_PROFILE flag for intent forwarding\n\nBug: 17435289\nChange-Id: Iffbecd3cf9338a8633bfcc5bc47247bfc50e7546\n"
    },
    {
      "commit": "eea87a3a44b27d849c594f1fcea57013f7c4d2fb",
      "tree": "0472c674517acdb717b737a6af220ed33487ff73",
      "parents": [
        "fc2c5c919973c1b3c571eadca4bdf0d99167b2d1",
        "b31c0636344d8b0888e9ccf726d3f3cf6fc6f9aa"
      ],
      "author": {
        "name": "Paul Jensen",
        "email": "pauljensen@google.com",
        "time": "Tue Sep 09 10:59:40 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 10:59:42 2014 +0000"
      },
      "message": "Merge \"Stop logging false error when lingering completes.\" into lmp-dev"
    },
    {
      "commit": "fc2c5c919973c1b3c571eadca4bdf0d99167b2d1",
      "tree": "3342fd5596dc18abd59e7d6d4d891a3e1a85537b",
      "parents": [
        "f9b42de2ab33de2eddf0bf25d88e3f4512aaf932",
        "d7063e66ab03f68a85ec96df2e83e2af551bef77"
      ],
      "author": {
        "name": "Paul Jensen",
        "email": "pauljensen@google.com",
        "time": "Tue Sep 09 10:59:18 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 10:59:20 2014 +0000"
      },
      "message": "Merge \"Don\u0027t send listening NetworkRequests to NetworkFactories.\" into lmp-dev"
    },
    {
      "commit": "f9b42de2ab33de2eddf0bf25d88e3f4512aaf932",
      "tree": "73a71916351457f045e38e48643716b44e273740",
      "parents": [
        "5da328beb2e438a62a020e3e25d9748e5042fe09",
        "7ccd3dfd53d8d45c447398ff137f052865dfd3b3"
      ],
      "author": {
        "name": "Paul Jensen",
        "email": "pauljensen@google.com",
        "time": "Tue Sep 09 10:58:58 2014 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 09 10:58:59 2014 +0000"
      },
      "message": "Merge \"Implement ConnectivityManager.reportBadNetwork() to trigger network validation.\" into lmp-dev"
    }
  ],
  "next": "5276a772ced5e9faf298064d1ba676fb5c1e445d"
}
