)]}'
{
  "log": [
    {
      "commit": "8a3d9f03199b93e07a5f5edc14660eab6cd233e7",
      "tree": "3058626ef8ba6527a5467602c58431b14c8feb46",
      "parents": [
        "16ad17705eb22bb02a551cddd68f65b8addaa4d6"
      ],
      "author": {
        "name": "Przemyslaw Szczepaniak",
        "email": "pszczepaniak@google.com",
        "time": "Mon Oct 29 15:20:59 2012 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 09 03:08:29 2013 -0800"
      },
      "message": "Deprecate unused and implementation-specific parts of TTS API\n\nTTS Voice-data related API was originally written with\none engine in mind (pico sVox TTS). It exposes some implementation\ndetails that should be private to the engine implementation.\n\n- Deprecating fields of ACTION_CHECK_TTS_DATA results that were\nused by sVox language packs to find out location of voice data.\nThose fields are TTS engine implementation details and should be\nprivate:\nEXTRA_VOICE_DATA_ROOT_DIRECTORY\nEXTRA_VOICE_DATA_FILES\nEXTRA_VOICE_DATA_FILES_INFO\n\n- Deprecating fields of ACTION_CHECK_TTS_DATA request that are\nproviding unnescesary functionality (it can be easily done on client\nside):\nEXTRA_CHECK_VOICE_DATA_FOR\n\n- Deprecating some of the return codes of ACTION_CHECK_TTS_DATA - they\nare specific to sVox pico voice data and in all cases can be replaced\nby CHECK_VOICE_DATA_FAIL result code.\nCHECK_VOICE_DATA_BAD_DATA\nCHECK_VOICE_DATA_MISSING_DATA\nCHECK_VOICE_DATA_MISSING_VOLUME\n\n- Changing semantics of ACTION_TTS_DATA_INSTALLED intent. It\u0027s now\nmore generic and covers any change of available voice data set (so, not only\nadding languages, but also removing them should trigger broadcast. Adding and\nremoving features to existing locale (like embedded synthesis) should be marked\nby broadcast as well).\n\n- Deprecating its EXTRA_TTS_DATA_INSTALLED result field - client should discover\nthe change by running ACTION_CHECK_TTS_DATA intent.\n\n- Making GetSampleText intent public again - it\u0027s used by most TTS engines to\nprovide unique demonstation data.\n\n- Deprecating TextToSpeech.OnUtteranceCompletedListener - it was replaced\nby UtteranceProgressListener in API level 15, but no one put deprecation tag\non it.\n\nChange-Id: I6609cde5c50236457f14955e2e7c0481b2b217ec\n"
    },
    {
      "commit": "16ad17705eb22bb02a551cddd68f65b8addaa4d6",
      "tree": "9287b117524fc147849f1c921273fa3fcacbf26a",
      "parents": [
        "fdc6e4a603270b684df4b9c7e337661b16b3c7cf",
        "40f1fa6ed699b885e3270faf88085ed78f54a2f4"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Jan 08 17:57:25 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 17:57:25 2013 -0800"
      },
      "message": "Merge \"Add 3D LUT intrinsic java class\""
    },
    {
      "commit": "fdc6e4a603270b684df4b9c7e337661b16b3c7cf",
      "tree": "af7b69d3d43ef3e7da4956c4d8606b5ff5e6dd5a",
      "parents": [
        "ece0206d1273a488b3f622878c794db42dc2e301",
        "cda096ebf3fac67daf36e775547c2a337374927b"
      ],
      "author": {
        "name": "Fabrice Di Meglio",
        "email": "fdimeglio@google.com",
        "time": "Tue Jan 08 16:16:42 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 16:16:42 2013 -0800"
      },
      "message": "Merge \"Make SystemUI RTL aware\""
    },
    {
      "commit": "ece0206d1273a488b3f622878c794db42dc2e301",
      "tree": "880472fdfe11e2d8329615d48626a64b1e9828b4",
      "parents": [
        "c88c60bed1fdf5b84cc16905c8743453203c19a5",
        "c21b5a019c1da00b6d861cd2859e3c349a44b3a7"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Jan 08 15:57:21 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 15:57:37 2013 -0800"
      },
      "message": "Merge \"Fix cursor window leak when query execution fails.\""
    },
    {
      "commit": "c21b5a019c1da00b6d861cd2859e3c349a44b3a7",
      "tree": "750072f97e644448c149c8d5447d514cca189ba0",
      "parents": [
        "f6f00b14fb4d2a247393fd3e6d45de077a8b4da9"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Mon Jan 07 17:15:12 2013 -0800"
      },
      "committer": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Jan 08 15:32:50 2013 -0800"
      },
      "message": "Fix cursor window leak when query execution fails.\n\nEnsure that the Cursor object is closed if a query on a\ncontent provider fails due to an error or is canceled during\nexecution.  There are several places in the code where\nsimilar problems can occur.\n\nTo further reduce the likelihood of leaks, close the cursor\nwindow immediately when a query fails.\n\nBug: 7278577\nChange-Id: I8c686c259de80a162b9086628a817d57f09fdd13\n"
    },
    {
      "commit": "c88c60bed1fdf5b84cc16905c8743453203c19a5",
      "tree": "058d8741e5f239a519427ffde5cb819c282e7439",
      "parents": [
        "c34bc1178b3d5e60651e4b1ffb416ff8235bf388",
        "e3a9b24b5e3f9b2058486814a6d27729e51ad466"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jan 08 15:26:45 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 15:26:45 2013 -0800"
      },
      "message": "Merge \"Add plumbing for better text scaling\""
    },
    {
      "commit": "e3a9b24b5e3f9b2058486814a6d27729e51ad466",
      "tree": "17830a6fd61c286854cebb07638d3c2dea6277cd",
      "parents": [
        "5b4628aeeaa0462cd99256d28b636c06b1845930"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jan 08 11:15:30 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jan 08 15:21:42 2013 -0800"
      },
      "message": "Add plumbing for better text scaling\n\nFonts are now described by a transform matrix. This lead to switching\nfrom a vector to a hashmap. This change therefore adds new comparators\nand hash computations to Font.\n\nChange-Id: I2daffa7d6287c18554c606b8bfa06640d28b4530\n"
    },
    {
      "commit": "cda096ebf3fac67daf36e775547c2a337374927b",
      "tree": "c0f796bd9fe2f8f307637868a13237a2fc601c38",
      "parents": [
        "8afcd149970c79054a3a16377834aa0aec35eee0"
      ],
      "author": {
        "name": "Fabrice Di Meglio",
        "email": "fdimeglio@google.com",
        "time": "Wed Dec 26 17:11:13 2012 -0800"
      },
      "committer": {
        "name": "Fabrice Di Meglio",
        "email": "fdimeglio@google.com",
        "time": "Tue Jan 08 15:02:26 2013 -0800"
      },
      "message": "Make SystemUI RTL aware\n\n- mirror network signal icons\n- force icons refresh\n\nSee bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)\n\nChange-Id: I8e5c729c20c5b526c370ad142632bebeefb64198\n"
    },
    {
      "commit": "c34bc1178b3d5e60651e4b1ffb416ff8235bf388",
      "tree": "c108eceb8c8c673b6958baccca1b9a1a604daf7a",
      "parents": [
        "995c25bbcb0116eaa4010fb2635ea8ad00c0441c"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Jan 08 15:02:13 2013 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Jan 08 15:02:13 2013 -0800"
      },
      "message": "Turn off debug logging.\n\nChange-Id: I8dcfbb1f91d63e9126822a0c45b34cb21c09fa2a\n"
    },
    {
      "commit": "995c25bbcb0116eaa4010fb2635ea8ad00c0441c",
      "tree": "e4f3ef756893accd206eb56c356037557d64e6ee",
      "parents": [
        "4cef9969f5455def9c902457558193679ead9764",
        "f41c61bc1551c98c681fe3e6ae197fefed2bc856"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Tue Jan 08 14:44:41 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 14:45:11 2013 -0800"
      },
      "message": "Merge \"split active user animation across switch.\""
    },
    {
      "commit": "f41c61bc1551c98c681fe3e6ae197fefed2bc856",
      "tree": "cdf0a1c9535b853b65b0c38ac76e05ea7a57dc9d",
      "parents": [
        "0ada5d656de4c1ac76bc06221a1f5e561e50e258"
      ],
      "author": {
        "name": "Chris Wren",
        "email": "cwren@android.com",
        "time": "Thu Nov 29 15:19:54 2012 -0500"
      },
      "committer": {
        "name": "Chris Wren",
        "email": "cwren@android.com",
        "time": "Tue Jan 08 16:35:13 2013 -0500"
      },
      "message": "split active user animation across switch.\n\nBug: 7626087\nChange-Id: If743a4be498c624d2c4ec91989648e8be754ee4b\n"
    },
    {
      "commit": "4cef9969f5455def9c902457558193679ead9764",
      "tree": "999580862ff5aba1b58cefc3ae685fef86633479",
      "parents": [
        "3d5161049ab4b2c8efb1a8b18d960602ccaca520",
        "1360c555a4e060be30a7a6a7916449441c1bf646"
      ],
      "author": {
        "name": "Martijn Coenen",
        "email": "maco@google.com",
        "time": "Tue Jan 08 12:40:37 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 12:40:37 2013 -0800"
      },
      "message": "Merge \"Don\u0027t IPC for every onPause() in NfcActivityManager.\""
    },
    {
      "commit": "40f1fa6ed699b885e3270faf88085ed78f54a2f4",
      "tree": "8530f0e4c16df44ec3a7d58f2fb8d8c91cd8f5af",
      "parents": [
        "3d5161049ab4b2c8efb1a8b18d960602ccaca520"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Jan 08 11:52:32 2013 -0800"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Jan 08 11:52:56 2013 -0800"
      },
      "message": "Add 3D LUT intrinsic java class\n\nAdd test for 3D LUT\n\nChange-Id: I52bc20fd5458afda6de0a6015e9c8bc6a4970055\n"
    },
    {
      "commit": "3d5161049ab4b2c8efb1a8b18d960602ccaca520",
      "tree": "20817ea29e93cd6ec16171fd16ec7e6b51b5e2d2",
      "parents": [
        "7c208410d7d258242bd28435cbe92915f91363fa",
        "aa516b10ddbca4097102a068206df17bcfb7f322"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 08 10:27:32 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Jan 08 10:27:32 2013 -0800"
      },
      "message": "am aa516b10: am 76c28e54: am 7fc128fe: am b2039756: am e30d31c4: docs: misc bugs from external tracker\n\n* commit \u0027aa516b10ddbca4097102a068206df17bcfb7f322\u0027:\n  docs: misc bugs from external tracker\n"
    },
    {
      "commit": "7c208410d7d258242bd28435cbe92915f91363fa",
      "tree": "1471bfddd3fa979816237cd4279fd5b237092f31",
      "parents": [
        "c1b3d21306f9b48a385ca2d817820bafe9e450fc",
        "609d79a0ddf7efadf62d6836f6b03dbfbfa7b41d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Tue Jan 08 10:27:27 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Jan 08 10:27:27 2013 -0800"
      },
      "message": "am 609d79a0: am c02bbfb3: am 9fae2ecc: Merge \"Handle nested folder case\"\n\n* commit \u0027609d79a0ddf7efadf62d6836f6b03dbfbfa7b41d\u0027:\n  Handle nested folder case\n"
    },
    {
      "commit": "c1b3d21306f9b48a385ca2d817820bafe9e450fc",
      "tree": "1af998d755b3e4e08bbb2bfa7e640ebd948ae4ff",
      "parents": [
        "2ede4226952770714df307803e49f2ffdbd81601",
        "53d998368c6c6107c6d18de945f4dfee482e6f91"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Tue Jan 08 10:27:08 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Jan 08 10:27:08 2013 -0800"
      },
      "message": "am 53d99836: am 26c00dec: am b2d3904b: Merge \"Setting the default value for dock audio\"\n\n* commit \u002753d998368c6c6107c6d18de945f4dfee482e6f91\u0027:\n  Setting the default value for dock audio\n"
    },
    {
      "commit": "2ede4226952770714df307803e49f2ffdbd81601",
      "tree": "b9e986a8797e6a5842c4897af8f9ce7f6a94ec0b",
      "parents": [
        "ef6550195f2f403e5ace27d49ae4f7f38d29cf4a",
        "cb000a68cb3c994c118345f091eaae19e011d21a"
      ],
      "author": {
        "name": "Mikhail Naganov",
        "email": "mnaganov@google.com",
        "time": "Tue Jan 08 01:50:37 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 01:51:02 2013 -0800"
      },
      "message": "Merge \"Update JavaDoc for WebSettings.{get|set}UseWideViewPort\""
    },
    {
      "commit": "ef6550195f2f403e5ace27d49ae4f7f38d29cf4a",
      "tree": "09b6d539e9a1b9741d3fb7ea021c50f97722639a",
      "parents": [
        "73164dc7bce52f6658eb2f786c45538e52404ab4"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Thu Jan 03 11:20:24 2013 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Jan 08 00:36:16 2013 -0800"
      },
      "message": "Release Session earlier, release Session later.\n\nFor finishDrawingWindow queue the performLayoutAndPlaceSurfaces call\nand return immediately.\n\nFor setTransparentRegionHint call the WindowStateAnimator method\nimmediately, removing the previous queueing of it.\n\nFixes bug 7174665.\n\nChange-Id: Ia52f9a6685842220e4ffca6e214ee366470ff666\n"
    },
    {
      "commit": "73164dc7bce52f6658eb2f786c45538e52404ab4",
      "tree": "86ed8ae4ac4ca7fff157c3a8369709e0e6564e9d",
      "parents": [
        "581068131c192a8c495fac00d3c61807580c7eca",
        "1420b93fa5606979fd67eaf80f50294d4f8c191b"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Jan 08 00:23:46 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 08 00:23:46 2013 -0800"
      },
      "message": "Merge \"Combine DimAnimator and DimSurface into DimLayer\""
    },
    {
      "commit": "1420b93fa5606979fd67eaf80f50294d4f8c191b",
      "tree": "dae8e33d3f9e660398e3215b6eaf165d92756285",
      "parents": [
        "a22f980f993876570eab8297d3c2207c7fe3d65e"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Fri Dec 28 17:14:38 2012 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Tue Jan 08 00:22:22 2013 -0800"
      },
      "message": "Combine DimAnimator and DimSurface into DimLayer\n\nReplace two classes that did similar things in a complicated manner\nwith one class that does it more simply.\n\nBug 7064755 fixed.\n\nChange-Id: I8c415671f60d1d2ece9da5916421f4d24aed2d65\n"
    },
    {
      "commit": "581068131c192a8c495fac00d3c61807580c7eca",
      "tree": "730101d1db2d4c9eb5da8a7f760143110abc05af",
      "parents": [
        "9a29a5d6790cda3f9eedd8231570d9b4f76c06cd"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Fri Dec 28 12:27:40 2012 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Mon Jan 07 23:39:11 2013 -0800"
      },
      "message": "Remove some TODOs.\n\nChange-Id: I52f5a8a76593dde177c2e931f656b13134a3bd2b\n"
    },
    {
      "commit": "9a29a5d6790cda3f9eedd8231570d9b4f76c06cd",
      "tree": "62432befb1e2d4a69c1a9f343379d15803593528",
      "parents": [
        "4b71aa1f8a1a3b7189fd29241ea7c594ce01623c"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Thu Dec 27 19:03:40 2012 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Mon Jan 07 23:39:10 2013 -0800"
      },
      "message": "Convert three booleans into single state variable.\n\nMake app transition states easier to understand.\nRemove unnecessary dependence on ActivityOptions.\n\nChange-Id: If3942133e919a4121340f8ef5ca1c50df22f370d\n"
    },
    {
      "commit": "4b71aa1f8a1a3b7189fd29241ea7c594ce01623c",
      "tree": "2df032d5fff2a76836cb210c2e29c8f1259563a0",
      "parents": [
        "ecba50e528b99b581a9d1016bb8790709363699d"
      ],
      "author": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Thu Dec 27 17:20:01 2012 -0800"
      },
      "committer": {
        "name": "Craig Mautner",
        "email": "cmautner@google.com",
        "time": "Mon Jan 07 23:38:57 2013 -0800"
      },
      "message": "Move app transition constants\n\nMove app transition constants from WindowManagerPolicy to\nAppTransition.\n\nChange-Id: I8ae6c4d0da1db826c44eb4ea0c6b85016b50b1a3\n"
    },
    {
      "commit": "ecba50e528b99b581a9d1016bb8790709363699d",
      "tree": "edbd6ec2f02c88c036d2a717103b78fe1dc98271",
      "parents": [
        "f6f00b14fb4d2a247393fd3e6d45de077a8b4da9",
        "5b4628aeeaa0462cd99256d28b636c06b1845930"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 18:14:36 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 18:14:36 2013 -0800"
      },
      "message": "Merge \"Add more tests for libhwui\""
    },
    {
      "commit": "5b4628aeeaa0462cd99256d28b636c06b1845930",
      "tree": "1e438a572917e0cd4a32d64cdca8ff192b51169c",
      "parents": [
        "7d1c4fa322dec1247f7d509a066e436f1d2706fa"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 18:11:52 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 18:11:52 2013 -0800"
      },
      "message": "Add more tests for libhwui\n\nThese tests verify the behavior when scaling paths and text\n\nChange-Id: I0f3259175bcee93186e30296759996e0447cba99\n"
    },
    {
      "commit": "1360c555a4e060be30a7a6a7916449441c1bf646",
      "tree": "e1c91a7dcf881b89296a04af5e0ce9187ae2212c",
      "parents": [
        "0aa212e32ad0ef1333941e2c5228c7528da3c40f"
      ],
      "author": {
        "name": "Martijn Coenen",
        "email": "maco@google.com",
        "time": "Mon Jan 07 16:34:20 2013 -0800"
      },
      "committer": {
        "name": "Martijn Coenen",
        "email": "maco@google.com",
        "time": "Mon Jan 07 16:41:15 2013 -0800"
      },
      "message": "Don\u0027t IPC for every onPause() in NfcActivityManager.\n\nThe NfcService now contains additional code to make sure\nthat the registered NDEF callback corresponds to the package\nrunning in the foreground. This allows us to stop calling\nthe NfcService on every onPause() to register the NDEF callback,\nas NfcService itself will now detect that the app is no longer\nin the foreground, and won\u0027t call the callback.\n\nBug: 5199662\nChange-Id: Ibd0d21f8c7b76346238305a6684967263cb7d7e0\n"
    },
    {
      "commit": "aa516b10ddbca4097102a068206df17bcfb7f322",
      "tree": "1641daa88fc39707c1e474ea110a5bd586a5154e",
      "parents": [
        "609d79a0ddf7efadf62d6836f6b03dbfbfa7b41d",
        "76c28e54b876207d468309aecb2ff2f4708a6ca4"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 16:06:40 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 16:06:40 2013 -0800"
      },
      "message": "am 76c28e54: am 7fc128fe: am b2039756: am e30d31c4: docs: misc bugs from external tracker\n\n* commit \u002776c28e54b876207d468309aecb2ff2f4708a6ca4\u0027:\n  docs: misc bugs from external tracker\n"
    },
    {
      "commit": "76c28e54b876207d468309aecb2ff2f4708a6ca4",
      "tree": "c81c361db31d8645def9f0820e035c0dca83e4ed",
      "parents": [
        "f3b617fdef50d21a4dd829c8be623455abfa7fb3",
        "7fc128fef94273b82c66bd636ff7f9fced9a68db"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 16:04:04 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 16:04:04 2013 -0800"
      },
      "message": "am 7fc128fe: am b2039756: am e30d31c4: docs: misc bugs from external tracker\n\n* commit \u00277fc128fef94273b82c66bd636ff7f9fced9a68db\u0027:\n  docs: misc bugs from external tracker\n"
    },
    {
      "commit": "7fc128fef94273b82c66bd636ff7f9fced9a68db",
      "tree": "bb2f6afc6bba548a302c163d87738efe4ba83827",
      "parents": [
        "bc522717a7bbb0284d6bc37858ddda499b5c0696",
        "b203975610a8ebac9345aa381b008466389dfa33"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 16:01:17 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 16:01:17 2013 -0800"
      },
      "message": "am b2039756: am e30d31c4: docs: misc bugs from external tracker\n\n* commit \u0027b203975610a8ebac9345aa381b008466389dfa33\u0027:\n  docs: misc bugs from external tracker\n"
    },
    {
      "commit": "609d79a0ddf7efadf62d6836f6b03dbfbfa7b41d",
      "tree": "642fcdfec9f574c6a9ba8f4d2e23d23c42223ae7",
      "parents": [
        "53d998368c6c6107c6d18de945f4dfee482e6f91",
        "c02bbfb3ea64ec9f4f3e6eff796b0bfe571bda9b"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 15:58:43 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 15:58:43 2013 -0800"
      },
      "message": "am c02bbfb3: am 9fae2ecc: Merge \"Handle nested folder case\"\n\n* commit \u0027c02bbfb3ea64ec9f4f3e6eff796b0bfe571bda9b\u0027:\n  Handle nested folder case\n"
    },
    {
      "commit": "b203975610a8ebac9345aa381b008466389dfa33",
      "tree": "33ff5f40164b9432d369c189485553c6381b5b29",
      "parents": [
        "93a4ab2fa2efd8908c30298796af710c1ec0f85f",
        "e30d31c4e8439f8fa8647744cee93f1fd8b67407"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 15:58:19 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 15:58:19 2013 -0800"
      },
      "message": "am e30d31c4: docs: misc bugs from external tracker\n\n* commit \u0027e30d31c4e8439f8fa8647744cee93f1fd8b67407\u0027:\n  docs: misc bugs from external tracker\n"
    },
    {
      "commit": "c02bbfb3ea64ec9f4f3e6eff796b0bfe571bda9b",
      "tree": "6d8f6edf13e5067eb379a48d5e69d828d77540d4",
      "parents": [
        "26c00decb4c0352913396851c2b42a8705976614",
        "9fae2ecc5fb777230bde74e4a099fb4e98bf34b4"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 15:56:20 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 15:56:20 2013 -0800"
      },
      "message": "am 9fae2ecc: Merge \"Handle nested folder case\"\n\n* commit \u00279fae2ecc5fb777230bde74e4a099fb4e98bf34b4\u0027:\n  Handle nested folder case\n"
    },
    {
      "commit": "e30d31c4e8439f8fa8647744cee93f1fd8b67407",
      "tree": "3112f50d330958c2cbb6ce51ee5e79f0df7b7adb",
      "parents": [
        "8f70a7c46cc3c4732b11fd8088b47c3434cf64d9"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 15:54:30 2013 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 07 15:54:30 2013 -0800"
      },
      "message": "docs: misc bugs from external tracker\n\nChange-Id: I928659b23d1ff3a5d017d4fb50acb8ac0e3b251b\n"
    },
    {
      "commit": "9fae2ecc5fb777230bde74e4a099fb4e98bf34b4",
      "tree": "88fe906a76cc4ff75f9f94a9ab5f7ecf520961ea",
      "parents": [
        "b2d3904b0d0f02b3eddef1d228724b99962cba56",
        "1740ada533dc3bb86d0197eada3bad460809f657"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 15:20:45 2013 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jan 07 15:20:45 2013 -0800"
      },
      "message": "Merge \"Handle nested folder case\""
    },
    {
      "commit": "f6f00b14fb4d2a247393fd3e6d45de077a8b4da9",
      "tree": "8db4bbfed188a57444aacdf24318f455055ee546",
      "parents": [
        "aff5a6126da57fc23fe7ae8bb81c149f1af74a72",
        "025cca9bce38ef6fffd02049b93435b56a200a04"
      ],
      "author": {
        "name": "Baligh Uddin",
        "email": "baligh@google.com",
        "time": "Mon Jan 07 14:10:05 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 14:10:14 2013 -0800"
      },
      "message": "Merge \"Import translations. DO NOT MERGE\""
    },
    {
      "commit": "53d998368c6c6107c6d18de945f4dfee482e6f91",
      "tree": "6583a6ccb1b32084d2e8e972d9ad7f2ace8bac2c",
      "parents": [
        "449f006f9391b8c42d6d95ba06970216e8ef9f84",
        "26c00decb4c0352913396851c2b42a8705976614"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 13:53:12 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 13:53:12 2013 -0800"
      },
      "message": "am 26c00dec: am b2d3904b: Merge \"Setting the default value for dock audio\"\n\n* commit \u002726c00decb4c0352913396851c2b42a8705976614\u0027:\n  Setting the default value for dock audio\n"
    },
    {
      "commit": "26c00decb4c0352913396851c2b42a8705976614",
      "tree": "6f8624eb19e2da58021332b32bd50613a15c5f29",
      "parents": [
        "2a8de804a2a8313fc4571a73c625d8213237b825",
        "b2d3904b0d0f02b3eddef1d228724b99962cba56"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 13:26:38 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 13:26:38 2013 -0800"
      },
      "message": "am b2d3904b: Merge \"Setting the default value for dock audio\"\n\n* commit \u0027b2d3904b0d0f02b3eddef1d228724b99962cba56\u0027:\n  Setting the default value for dock audio\n"
    },
    {
      "commit": "aff5a6126da57fc23fe7ae8bb81c149f1af74a72",
      "tree": "aad8fb621574305d79ed889dc5f31954005f06c6",
      "parents": [
        "017129481b50b41a6ed102c76efe8b12d617a5ea",
        "64161ccb2f3341ebe1675e38a999250c7967d0ad"
      ],
      "author": {
        "name": "Chris Wren",
        "email": "cwren@android.com",
        "time": "Mon Jan 07 12:57:49 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 12:57:50 2013 -0800"
      },
      "message": "Merge \"add logging to debug panel touches.\""
    },
    {
      "commit": "017129481b50b41a6ed102c76efe8b12d617a5ea",
      "tree": "5a8fa261b004492433bfbfaccd6f03c42f004c44",
      "parents": [
        "dff561f42bdf15013d10666afdd1fd5fa16e9438",
        "449f006f9391b8c42d6d95ba06970216e8ef9f84"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:24:09 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:24:09 2013 -0800"
      },
      "message": "am 449f006f: am 2a8de804: am 350d5168: Merge \"Correcting typo in doc of MEDIA_XXX intents\"\n\n* commit \u0027449f006f9391b8c42d6d95ba06970216e8ef9f84\u0027:\n  Correcting typo in doc of MEDIA_XXX intents\n"
    },
    {
      "commit": "dff561f42bdf15013d10666afdd1fd5fa16e9438",
      "tree": "60189bc3531b2defbb25432575b8d47bbd1a73be",
      "parents": [
        "7d1c4fa322dec1247f7d509a066e436f1d2706fa",
        "9b59509c6a94f1943ce64d3b5e9b4de2aa846d4d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:23:59 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:23:59 2013 -0800"
      },
      "message": "am 9b59509c: am 138a3d3f: am d5d6f04f: Merge \"Hopefully fix PendingIntent.getActivities() documentation wtf.\"\n\n* commit \u00279b59509c6a94f1943ce64d3b5e9b4de2aa846d4d\u0027:\n  Hopefully fix PendingIntent.getActivities() documentation wtf.\n"
    },
    {
      "commit": "449f006f9391b8c42d6d95ba06970216e8ef9f84",
      "tree": "78c1262c54f81c5b6d294fc0e9bcb68c2ad7b4f9",
      "parents": [
        "9b59509c6a94f1943ce64d3b5e9b4de2aa846d4d",
        "2a8de804a2a8313fc4571a73c625d8213237b825"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:20:16 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:20:16 2013 -0800"
      },
      "message": "am 2a8de804: am 350d5168: Merge \"Correcting typo in doc of MEDIA_XXX intents\"\n\n* commit \u00272a8de804a2a8313fc4571a73c625d8213237b825\u0027:\n  Correcting typo in doc of MEDIA_XXX intents\n"
    },
    {
      "commit": "9b59509c6a94f1943ce64d3b5e9b4de2aa846d4d",
      "tree": "591e190801bc27a9553a9f249597c06361d60e82",
      "parents": [
        "7ba7c19f08cec5bec1e30bbe443e2ec9688fbfdd",
        "138a3d3f1a7990606c5aa0cb92019dac8568f3ec"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:19:58 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:19:58 2013 -0800"
      },
      "message": "am 138a3d3f: am d5d6f04f: Merge \"Hopefully fix PendingIntent.getActivities() documentation wtf.\"\n\n* commit \u0027138a3d3f1a7990606c5aa0cb92019dac8568f3ec\u0027:\n  Hopefully fix PendingIntent.getActivities() documentation wtf.\n"
    },
    {
      "commit": "b2d3904b0d0f02b3eddef1d228724b99962cba56",
      "tree": "dd282947752fbe70fb2348a2b2d05dd1012aff0d",
      "parents": [
        "350d5168e495c642873ee511d4e8dc27ac5377ce",
        "729f6685f9dfb7a1813a89dbf2298024d9da3813"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:17:25 2013 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jan 07 12:17:25 2013 -0800"
      },
      "message": "Merge \"Setting the default value for dock audio\""
    },
    {
      "commit": "2a8de804a2a8313fc4571a73c625d8213237b825",
      "tree": "d29b3a77ee7c9a30166bfafcffc11d54a9797340",
      "parents": [
        "138a3d3f1a7990606c5aa0cb92019dac8568f3ec",
        "350d5168e495c642873ee511d4e8dc27ac5377ce"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:16:40 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:16:40 2013 -0800"
      },
      "message": "am 350d5168: Merge \"Correcting typo in doc of MEDIA_XXX intents\"\n\n* commit \u0027350d5168e495c642873ee511d4e8dc27ac5377ce\u0027:\n  Correcting typo in doc of MEDIA_XXX intents\n"
    },
    {
      "commit": "138a3d3f1a7990606c5aa0cb92019dac8568f3ec",
      "tree": "98d5bc7f81a802141197edb72b998cc601d76e51",
      "parents": [
        "bc7d5a55b22ce30af250cc7468b6c5987cd25dfd",
        "d5d6f04f2ab0db0aea03e3ab1cdd378fcc952bad"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 12:16:23 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Jan 07 12:16:23 2013 -0800"
      },
      "message": "am d5d6f04f: Merge \"Hopefully fix PendingIntent.getActivities() documentation wtf.\"\n\n* commit \u0027d5d6f04f2ab0db0aea03e3ab1cdd378fcc952bad\u0027:\n  Hopefully fix PendingIntent.getActivities() documentation wtf.\n"
    },
    {
      "commit": "7d1c4fa322dec1247f7d509a066e436f1d2706fa",
      "tree": "4b2f426b2b32fae8096cd8fa0da9fb88b3ed6932",
      "parents": [
        "4a62374544152d9cc6dafd3e8dd9b0ba475a974c"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:55:27 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:55:27 2013 -0800"
      },
      "message": "Remove out-of-date comment and rename constant\n\nChange-Id: I0c60d349505776cff0d7e5360e87ac5584dc5876\n"
    },
    {
      "commit": "4a62374544152d9cc6dafd3e8dd9b0ba475a974c",
      "tree": "54703ccaa1cbf521734f14806d6ba19731e0b958",
      "parents": [
        "31ffc5713913062c58854b1cc3556547f6681f65",
        "666d5daab2a679ac0575c3a24ef18a737592f1d8"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:31:48 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 11:31:49 2013 -0800"
      },
      "message": "Merge \"Fix issue when toggling profiling from visual to off to visual\""
    },
    {
      "commit": "666d5daab2a679ac0575c3a24ef18a737592f1d8",
      "tree": "7c30998cbc18f6589710dc2228022cb584b742ba",
      "parents": [
        "a4fef0260ba5f69f1484dac4d7e39b9dc5ac7218"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:29:14 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:29:14 2013 -0800"
      },
      "message": "Fix issue when toggling profiling from visual to off to visual\n\nChange-Id: I4a623020a9bf0079029d184c13e58d92e692faf8\n"
    },
    {
      "commit": "64161ccb2f3341ebe1675e38a999250c7967d0ad",
      "tree": "1b7a7b6eef6aae817503757e1e1bc80c4760e1fc",
      "parents": [
        "0ada5d656de4c1ac76bc06221a1f5e561e50e258"
      ],
      "author": {
        "name": "Chris Wren",
        "email": "cwren@android.com",
        "time": "Mon Dec 17 16:49:30 2012 -0500"
      },
      "committer": {
        "name": "Chris Wren",
        "email": "cwren@android.com",
        "time": "Mon Jan 07 14:25:58 2013 -0500"
      },
      "message": "add logging to debug panel touches.\n\nTurn on gesture recorder.\nAdd events to the Event Log.\n\nBug:7686690\nChange-Id: I53b7d43f5bdc002360e305182597765f3c430b11\n"
    },
    {
      "commit": "350d5168e495c642873ee511d4e8dc27ac5377ce",
      "tree": "b57e5fe7642fb9aa86cc5d4898c5f7a36895ab6b",
      "parents": [
        "d5d6f04f2ab0db0aea03e3ab1cdd378fcc952bad",
        "be7af838295044462b2b0f9fc11ba89c7e97889e"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 11:21:54 2013 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jan 07 11:21:54 2013 -0800"
      },
      "message": "Merge \"Correcting typo in doc of MEDIA_XXX intents\""
    },
    {
      "commit": "31ffc5713913062c58854b1cc3556547f6681f65",
      "tree": "19c312505b7524246646dc1254ab4bee7f402d2f",
      "parents": [
        "e1730e77a3d02d54f8118e9256ea57d0f489d43e",
        "a4fef0260ba5f69f1484dac4d7e39b9dc5ac7218"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:20:19 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 11:20:20 2013 -0800"
      },
      "message": "Merge \"Update profiling properties\""
    },
    {
      "commit": "d5d6f04f2ab0db0aea03e3ab1cdd378fcc952bad",
      "tree": "eb3268f68f8ba376208b9c7a22a5c393e208062b",
      "parents": [
        "537fb0afe24a520e7b9a2442786b6fb4fe194392",
        "5313c9f0271f961c439e2e3407fb66d0aabf98bb"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@android.com",
        "time": "Mon Jan 07 11:19:11 2013 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jan 07 11:19:11 2013 -0800"
      },
      "message": "Merge \"Hopefully fix PendingIntent.getActivities() documentation wtf.\""
    },
    {
      "commit": "a4fef0260ba5f69f1484dac4d7e39b9dc5ac7218",
      "tree": "1233a6b82b1007e433a227ddd6d95b8b5d67487c",
      "parents": [
        "98e4a52cc0994c67343e33ec251d6d8b83c528bc"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:18:38 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 11:18:38 2013 -0800"
      },
      "message": "Update profiling properties\n\nThis change merges debug.hwui.profiling and profiling_visualize.\nNow only the first property exists and accepts the values true, false\nand visual. This enables setting the property from Settings.\n\nChange-Id: I16a11fe23ac1a6bb907a1a826e418d6b3994b56c\n"
    },
    {
      "commit": "e1730e77a3d02d54f8118e9256ea57d0f489d43e",
      "tree": "595b468eb3a836a272298e3d4150267b33bf5058",
      "parents": [
        "35d67ec31aa43926536a6aefb5a49401509d6fa5",
        "98e4a52cc0994c67343e33ec251d6d8b83c528bc"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 10:59:53 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 11:00:13 2013 -0800"
      },
      "message": "Merge \"Use dp units instead of px to draw profiling graph\""
    },
    {
      "commit": "98e4a52cc0994c67343e33ec251d6d8b83c528bc",
      "tree": "cc3f3370602e2225a26fa9d8c9d3ee3428c4a149",
      "parents": [
        "63f4d84ec2e9258726093bb435d6549fe63a053e"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 10:58:34 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Mon Jan 07 10:58:34 2013 -0800"
      },
      "message": "Use dp units instead of px to draw profiling graph\n\nChange-Id: Iba24b21ebe46738c6b1d6d320ce34af71f7c769d\n"
    },
    {
      "commit": "cb000a68cb3c994c118345f091eaae19e011d21a",
      "tree": "522bda008ccb017efa231327cd86fac646cdf861",
      "parents": [
        "0ada5d656de4c1ac76bc06221a1f5e561e50e258"
      ],
      "author": {
        "name": "Mikhail Naganov",
        "email": "mnaganov@google.com",
        "time": "Fri Jan 04 18:02:54 2013 +0000"
      },
      "committer": {
        "name": "Mikhail Naganov",
        "email": "mnaganov@google.com",
        "time": "Mon Jan 07 17:54:19 2013 +0000"
      },
      "message": "Update JavaDoc for WebSettings.{get|set}UseWideViewPort\n\nBased on a black-box inspection of WebView behavior.\n\nChange-Id: I8823dab9ef2302cf7d11abec87a64e854db9e116\n"
    },
    {
      "commit": "35d67ec31aa43926536a6aefb5a49401509d6fa5",
      "tree": "b57ca0e276a22780c020d3538e38a291685e8681",
      "parents": [
        "0ada5d656de4c1ac76bc06221a1f5e561e50e258",
        "8ac6a63a94494b356b30f076d7ad52fcc6024935"
      ],
      "author": {
        "name": "Alon Albert",
        "email": "aalbert@google.com",
        "time": "Mon Jan 07 09:18:51 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 07 09:18:52 2013 -0800"
      },
      "message": "Merge \"Put some useful information in User-Agent Header\""
    },
    {
      "commit": "025cca9bce38ef6fffd02049b93435b56a200a04",
      "tree": "c7b730317143c9721ad2c153ebd1d433ef9513c4",
      "parents": [
        "0ada5d656de4c1ac76bc06221a1f5e561e50e258"
      ],
      "author": {
        "name": "Baligh Uddin",
        "email": "baligh@google.com",
        "time": "Mon Jan 07 08:59:47 2013 -0800"
      },
      "committer": {
        "name": "Baligh Uddin",
        "email": "baligh@google.com",
        "time": "Mon Jan 07 08:59:47 2013 -0800"
      },
      "message": "Import translations. DO NOT MERGE\n\nChange-Id: I95ee4260cb3815af663678cf1bee15d7e5861862\nAuto-generated-cl: translation import\n"
    },
    {
      "commit": "0ada5d656de4c1ac76bc06221a1f5e561e50e258",
      "tree": "6a023a1097f41d42d0848386f186e1c28645490b",
      "parents": [
        "63e2098b7480ce4ca338a220b2de30b182e93b31",
        "836ecb539f32bcb5b404fb74897f23574f272bb8"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sat Jan 05 09:51:15 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat Jan 05 09:51:20 2013 -0800"
      },
      "message": "Merge \"Expose roaming flag for testing.\""
    },
    {
      "commit": "63e2098b7480ce4ca338a220b2de30b182e93b31",
      "tree": "7829264a41ba837f90df0ecae5497ffff3b13944",
      "parents": [
        "9acd1b4fa897f3a007dd23dc1f0471b151fa03ad",
        "63f4d84ec2e9258726093bb435d6549fe63a053e"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:32:50 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 04 19:32:50 2013 -0800"
      },
      "message": "Merge \"Make profiling graph more readable in all apps\""
    },
    {
      "commit": "63f4d84ec2e9258726093bb435d6549fe63a053e",
      "tree": "050561978a52dacc91c7e9d7569b70223c1b4112",
      "parents": [
        "672433d90fab7383cd28beac9d4485b566a90940"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:31:12 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:31:12 2013 -0800"
      },
      "message": "Make profiling graph more readable in all apps\n\nChange-Id: Ic9467d4420c2aa8d295d0045c714c9f8e6269220\n"
    },
    {
      "commit": "9acd1b4fa897f3a007dd23dc1f0471b151fa03ad",
      "tree": "4d27cd6bd64e25dede0a2db629a0cdef30cebb15",
      "parents": [
        "6c3c8a3c9a9176aaa68f1061a2e18a6b2fba0f74",
        "672433d90fab7383cd28beac9d4485b566a90940"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:23:42 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 04 19:24:10 2013 -0800"
      },
      "message": "Merge \"Add visual profiling feature\""
    },
    {
      "commit": "672433d90fab7383cd28beac9d4485b566a90940",
      "tree": "8e5088ba91b9a33aeffccd3b2c6f03b0c8e2b144",
      "parents": [
        "5913148104f0b233d861fab2873befc865bf57c0"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:05:13 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 19:21:54 2013 -0800"
      },
      "message": "Add visual profiling feature\n\nWhen profiling is enabled with debug.hwui.profile set to true,\nsetting debug.hwui.profile_visualizer to true will display the\nprofiling data directly on screen.\n\nChange-Id: I3d5fe3f0347090815087b1cbfce66b8e76d9347b\n"
    },
    {
      "commit": "6c3c8a3c9a9176aaa68f1061a2e18a6b2fba0f74",
      "tree": "3d46d46aa316c0c385d7b69ebacdda263f43a192",
      "parents": [
        "c3a2735c9826dc06de6da72f3f6498fe5c8233e4",
        "7ba7c19f08cec5bec1e30bbe443e2ec9688fbfdd"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 19:07:21 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 19:07:21 2013 -0800"
      },
      "message": "am 7ba7c19f: am f3b617fd: am bc522717: am 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory\n\n* commit \u00277ba7c19f08cec5bec1e30bbe443e2ec9688fbfdd\u0027:\n  move the nsdchat sample to proper download directory\n"
    },
    {
      "commit": "7ba7c19f08cec5bec1e30bbe443e2ec9688fbfdd",
      "tree": "eefdb32c9dcfb876925129657eab137387ef1b76",
      "parents": [
        "1a67e29262acba85396e85cf2d9c5dfdb28241c8",
        "f3b617fdef50d21a4dd829c8be623455abfa7fb3"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 19:04:44 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 19:04:44 2013 -0800"
      },
      "message": "am f3b617fd: am bc522717: am 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory\n\n* commit \u0027f3b617fdef50d21a4dd829c8be623455abfa7fb3\u0027:\n  move the nsdchat sample to proper download directory\n"
    },
    {
      "commit": "f3b617fdef50d21a4dd829c8be623455abfa7fb3",
      "tree": "0616ce15ea5f5e4731f24920a528d2a21cce7c46",
      "parents": [
        "79393df90b6e1cd85673d204cc5fd7f1ed542981",
        "bc522717a7bbb0284d6bc37858ddda499b5c0696"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 19:02:09 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 19:02:09 2013 -0800"
      },
      "message": "am bc522717: am 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory\n\n* commit \u0027bc522717a7bbb0284d6bc37858ddda499b5c0696\u0027:\n  move the nsdchat sample to proper download directory\n"
    },
    {
      "commit": "c3a2735c9826dc06de6da72f3f6498fe5c8233e4",
      "tree": "b0df3f18899a20d4f3212f23a9e284b417a50261",
      "parents": [
        "5effcc5438e8b8c56e0fca6dceb154f4952322dc",
        "1a67e29262acba85396e85cf2d9c5dfdb28241c8"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 19:01:37 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 19:01:37 2013 -0800"
      },
      "message": "am 1a67e292: am 79393df9: am bf85e053: am 4bc407e3: am 47e8d20d: move network usage sample zip\n\n* commit \u00271a67e29262acba85396e85cf2d9c5dfdb28241c8\u0027:\n  move network usage sample zip\n"
    },
    {
      "commit": "bc522717a7bbb0284d6bc37858ddda499b5c0696",
      "tree": "7330068a1f884cfd1ea4f7ad70ec5ef94196e878",
      "parents": [
        "bf85e0537d0df27ab5229b8745c59a995f560df5",
        "93a4ab2fa2efd8908c30298796af710c1ec0f85f"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:59:30 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:59:30 2013 -0800"
      },
      "message": "am 93a4ab2f: am 8f70a7c4: move the nsdchat sample to proper download directory\n\n* commit \u002793a4ab2fa2efd8908c30298796af710c1ec0f85f\u0027:\n  move the nsdchat sample to proper download directory\n"
    },
    {
      "commit": "1a67e29262acba85396e85cf2d9c5dfdb28241c8",
      "tree": "c4be123364defdc9d0044973516250f390eb2351",
      "parents": [
        "a6d6fbfc8a5809e8164a5bf357540d8e6f5a87cf",
        "79393df90b6e1cd85673d204cc5fd7f1ed542981"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:58:55 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:58:55 2013 -0800"
      },
      "message": "am 79393df9: am bf85e053: am 4bc407e3: am 47e8d20d: move network usage sample zip\n\n* commit \u002779393df90b6e1cd85673d204cc5fd7f1ed542981\u0027:\n  move network usage sample zip\n"
    },
    {
      "commit": "93a4ab2fa2efd8908c30298796af710c1ec0f85f",
      "tree": "509137a2f56150f54dae816dc121b60e0c0e9f8e",
      "parents": [
        "4bc407e3e1948bff1b57f552dba142d54191b264",
        "8f70a7c46cc3c4732b11fd8088b47c3434cf64d9"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:57:18 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:57:18 2013 -0800"
      },
      "message": "am 8f70a7c4: move the nsdchat sample to proper download directory\n\n* commit \u00278f70a7c46cc3c4732b11fd8088b47c3434cf64d9\u0027:\n  move the nsdchat sample to proper download directory\n"
    },
    {
      "commit": "79393df90b6e1cd85673d204cc5fd7f1ed542981",
      "tree": "bcc38ebf80309e4e13f5248f83792e4c789d300a",
      "parents": [
        "ff9414235a4d9052bd3003464be4649607447c9a",
        "bf85e0537d0df27ab5229b8745c59a995f560df5"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:56:40 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:56:40 2013 -0800"
      },
      "message": "am bf85e053: am 4bc407e3: am 47e8d20d: move network usage sample zip\n\n* commit \u0027bf85e0537d0df27ab5229b8745c59a995f560df5\u0027:\n  move network usage sample zip\n"
    },
    {
      "commit": "8f70a7c46cc3c4732b11fd8088b47c3434cf64d9",
      "tree": "154231c6de465f2b50bded9da481bbc9d4d4325d",
      "parents": [
        "47e8d20d7b87be59ce38828659231afd425d05f8"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:54:08 2013 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:54:08 2013 -0800"
      },
      "message": "move the nsdchat sample to proper download directory\n\nChange-Id: I9679e5642ffaa1baad104c5fa1c1f90b59a5b1ff\n"
    },
    {
      "commit": "bf85e0537d0df27ab5229b8745c59a995f560df5",
      "tree": "667e6ec1ea08bd8587d7bfd3777e9734b8795664",
      "parents": [
        "181bb3aabc81f7e834e62874065c640dbc900f3e",
        "4bc407e3e1948bff1b57f552dba142d54191b264"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:53:50 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:53:50 2013 -0800"
      },
      "message": "am 4bc407e3: am 47e8d20d: move network usage sample zip\n\n* commit \u00274bc407e3e1948bff1b57f552dba142d54191b264\u0027:\n  move network usage sample zip\n"
    },
    {
      "commit": "4bc407e3e1948bff1b57f552dba142d54191b264",
      "tree": "f77ef23d591a1e0d74301995408c97a4b6190670",
      "parents": [
        "921c8a5d86b08d331b757534a36ac519694ab2a2",
        "47e8d20d7b87be59ce38828659231afd425d05f8"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:51:32 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:51:32 2013 -0800"
      },
      "message": "am 47e8d20d: move network usage sample zip\n\n* commit \u002747e8d20d7b87be59ce38828659231afd425d05f8\u0027:\n  move network usage sample zip\n"
    },
    {
      "commit": "47e8d20d7b87be59ce38828659231afd425d05f8",
      "tree": "facae6bd8e43f38804e326dddc3b4ac8f0a542ed",
      "parents": [
        "4e483ed30697472aceb05bb1555f14b066ee8502"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:47:39 2013 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:47:39 2013 -0800"
      },
      "message": "move network usage sample zip\n\nChange-Id: I4ed2ebe357d420fea20d69515d9e91dc73579bba\n"
    },
    {
      "commit": "5effcc5438e8b8c56e0fca6dceb154f4952322dc",
      "tree": "6cf9d5e19c55acc1a6f5c76b54221433322847d5",
      "parents": [
        "1582b1d296cf4c972f2593023f3f4ed3d5bc6715",
        "a6d6fbfc8a5809e8164a5bf357540d8e6f5a87cf"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:29:16 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:29:16 2013 -0800"
      },
      "message": "am a6d6fbfc: am ff941423: am 181bb3aa: am 921c8a5d: am 4e483ed3: Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev\n\n* commit \u0027a6d6fbfc8a5809e8164a5bf357540d8e6f5a87cf\u0027:\n  docs: misc bug fixes. including important versioning fixes for first app class\n"
    },
    {
      "commit": "a6d6fbfc8a5809e8164a5bf357540d8e6f5a87cf",
      "tree": "28f97e9d0e8e0e8f211f7c491c3a3470d7a1d4db",
      "parents": [
        "00ac55ed8b56721536eedf509ea754f4f3737d98",
        "ff9414235a4d9052bd3003464be4649607447c9a"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:26:14 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:26:14 2013 -0800"
      },
      "message": "am ff941423: am 181bb3aa: am 921c8a5d: am 4e483ed3: Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev\n\n* commit \u0027ff9414235a4d9052bd3003464be4649607447c9a\u0027:\n  docs: misc bug fixes. including important versioning fixes for first app class\n"
    },
    {
      "commit": "ff9414235a4d9052bd3003464be4649607447c9a",
      "tree": "003623d328670151b614d68bd4acdaeefb3c34ca",
      "parents": [
        "dcab3ee6581fef5a2ed0e1e15a5d86d54ddbec6e",
        "181bb3aabc81f7e834e62874065c640dbc900f3e"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:23:58 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:23:58 2013 -0800"
      },
      "message": "am 181bb3aa: am 921c8a5d: am 4e483ed3: Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev\n\n* commit \u0027181bb3aabc81f7e834e62874065c640dbc900f3e\u0027:\n  docs: misc bug fixes. including important versioning fixes for first app class\n"
    },
    {
      "commit": "181bb3aabc81f7e834e62874065c640dbc900f3e",
      "tree": "71397f0b012b478e7ea08d14bae4c6d7567ed350",
      "parents": [
        "789716346ac21248efa37d3a7eadad854bbff350",
        "921c8a5d86b08d331b757534a36ac519694ab2a2"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:20:57 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:20:57 2013 -0800"
      },
      "message": "am 921c8a5d: am 4e483ed3: Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev\n\n* commit \u0027921c8a5d86b08d331b757534a36ac519694ab2a2\u0027:\n  docs: misc bug fixes. including important versioning fixes for first app class\n"
    },
    {
      "commit": "921c8a5d86b08d331b757534a36ac519694ab2a2",
      "tree": "d47a1f0239f928308f57ef37fbc1ef44ae37d6b3",
      "parents": [
        "928d2634ff9084ffc9d041b06fd7945cd8463801",
        "4e483ed30697472aceb05bb1555f14b066ee8502"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:19:00 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 18:19:00 2013 -0800"
      },
      "message": "am 4e483ed3: Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev\n\n* commit \u00274e483ed30697472aceb05bb1555f14b066ee8502\u0027:\n  docs: misc bug fixes. including important versioning fixes for first app class\n"
    },
    {
      "commit": "4e483ed30697472aceb05bb1555f14b066ee8502",
      "tree": "9ad055d06f423aa70d407c4e7df0a365dbc093db",
      "parents": [
        "2b13a475409aa28890c93088e86c065da1b07044",
        "f8daf19971606a9fa27339747318ac061321bcb1"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:16:15 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 04 18:16:16 2013 -0800"
      },
      "message": "Merge \"docs: misc bug fixes. including important versioning fixes for first app class\" into jb-mr1-dev"
    },
    {
      "commit": "f8daf19971606a9fa27339747318ac061321bcb1",
      "tree": "ac0c7276d11600457e0b532fdcc0b597ff66c5f0",
      "parents": [
        "197d0a6688ccf72632b461987671f1f2802935b7"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 17:41:54 2013 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 18:09:29 2013 -0800"
      },
      "message": "docs: misc bug fixes. including important versioning fixes for first app class\n\nChange-Id: Ifda2509fc90dd795bfd6c5e9b3d7eebcbd77892a\n"
    },
    {
      "commit": "1582b1d296cf4c972f2593023f3f4ed3d5bc6715",
      "tree": "9bce2ca1100cf6bf91fda4d588efaed739e6a31a",
      "parents": [
        "305efe23a326d0f886d3cf66ea05dfbd30e714e2",
        "00ac55ed8b56721536eedf509ea754f4f3737d98"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 17:51:08 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 17:51:08 2013 -0800"
      },
      "message": "am 00ac55ed: am dcab3ee6: am 78971634: am 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip\n\n* commit \u002700ac55ed8b56721536eedf509ea754f4f3737d98\u0027:\n  Doc update: fixed manifest typo in Network zip\n"
    },
    {
      "commit": "305efe23a326d0f886d3cf66ea05dfbd30e714e2",
      "tree": "372d8b2b0174061a1c9866abc5151504edc625bb",
      "parents": [
        "72c6137a7aa5e5ada6a4aeca52f33d060742beb6",
        "498eaf58ad399e42cf7b3aca020b828c35023288"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Jan 04 17:50:52 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 17:50:52 2013 -0800"
      },
      "message": "am 498eaf58: am bc7d5a55: am 537fb0af: Merge \"Use most specific attributes for distinguished name display\"\n\n* commit \u0027498eaf58ad399e42cf7b3aca020b828c35023288\u0027:\n  Use most specific attributes for distinguished name display\n"
    },
    {
      "commit": "00ac55ed8b56721536eedf509ea754f4f3737d98",
      "tree": "4e8a0d67551a9f6c752060252a3acc506216425c",
      "parents": [
        "498eaf58ad399e42cf7b3aca020b828c35023288",
        "dcab3ee6581fef5a2ed0e1e15a5d86d54ddbec6e"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:42:06 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 16:42:06 2013 -0800"
      },
      "message": "am dcab3ee6: am 78971634: am 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip\n\n* commit \u0027dcab3ee6581fef5a2ed0e1e15a5d86d54ddbec6e\u0027:\n  Doc update: fixed manifest typo in Network zip\n"
    },
    {
      "commit": "dcab3ee6581fef5a2ed0e1e15a5d86d54ddbec6e",
      "tree": "3bb4d086fb21b2ef3da41829c52741b83ce8862a",
      "parents": [
        "105a581b4fad270cae3120c58903ba0241db1e6d",
        "789716346ac21248efa37d3a7eadad854bbff350"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:39:35 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 16:39:35 2013 -0800"
      },
      "message": "am 78971634: am 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip\n\n* commit \u0027789716346ac21248efa37d3a7eadad854bbff350\u0027:\n  Doc update: fixed manifest typo in Network zip\n"
    },
    {
      "commit": "789716346ac21248efa37d3a7eadad854bbff350",
      "tree": "1a3ab733b3336b063e50e1834841dc597f4cb9c4",
      "parents": [
        "754204037234c2dbef8306df0066cb4edbf2a41c",
        "928d2634ff9084ffc9d041b06fd7945cd8463801"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:36:48 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 16:36:48 2013 -0800"
      },
      "message": "am 928d2634: am 2b13a475: Doc update: fixed manifest typo in Network zip\n\n* commit \u0027928d2634ff9084ffc9d041b06fd7945cd8463801\u0027:\n  Doc update: fixed manifest typo in Network zip\n"
    },
    {
      "commit": "928d2634ff9084ffc9d041b06fd7945cd8463801",
      "tree": "8a8fca39760dd63b897dee6731db6858da28dcaf",
      "parents": [
        "7edf80747171d61bf8f22e00a8318b2da5ae9400",
        "2b13a475409aa28890c93088e86c065da1b07044"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:34:19 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 16:34:19 2013 -0800"
      },
      "message": "am 2b13a475: Doc update: fixed manifest typo in Network zip\n\n* commit \u00272b13a475409aa28890c93088e86c065da1b07044\u0027:\n  Doc update: fixed manifest typo in Network zip\n"
    },
    {
      "commit": "2b13a475409aa28890c93088e86c065da1b07044",
      "tree": "d83cb88ec7cd04dd144fe213cf9ae6e107064464",
      "parents": [
        "197d0a6688ccf72632b461987671f1f2802935b7"
      ],
      "author": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:17:45 2013 -0800"
      },
      "committer": {
        "name": "Katie McCormick",
        "email": "kmccormick@google.com",
        "time": "Fri Jan 04 16:17:45 2013 -0800"
      },
      "message": "Doc update: fixed manifest typo in Network zip\n\nChange-Id: Iccf6dbce9d975337ab23b26dce63d3ec31303320\n"
    },
    {
      "commit": "498eaf58ad399e42cf7b3aca020b828c35023288",
      "tree": "50a04e033ae30ed454083b4f0cc2b0a7f27ba726",
      "parents": [
        "4a95952bc3ac6cef9ea2d00072de1fc5440a9a62",
        "bc7d5a55b22ce30af250cc7468b6c5987cd25dfd"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Jan 04 15:51:09 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 15:51:09 2013 -0800"
      },
      "message": "am bc7d5a55: am 537fb0af: Merge \"Use most specific attributes for distinguished name display\"\n\n* commit \u0027bc7d5a55b22ce30af250cc7468b6c5987cd25dfd\u0027:\n  Use most specific attributes for distinguished name display\n"
    },
    {
      "commit": "72c6137a7aa5e5ada6a4aeca52f33d060742beb6",
      "tree": "a590aabb109f56de4a4e28d0ba80b7be82ff9e90",
      "parents": [
        "48f7cfb10622f8675741f36bdf5b1f679e3fe37c"
      ],
      "author": {
        "name": "Tor Norbye",
        "email": "tnorbye@google.com",
        "time": "Fri Jan 04 15:46:25 2013 -0800"
      },
      "committer": {
        "name": "Tor Norbye",
        "email": "tnorbye@google.com",
        "time": "Fri Jan 04 15:48:58 2013 -0800"
      },
      "message": "Handle empty flag attributes, such as gravity\u003d\"\"\n\nWithout this, an empty string will be passed into\nXmlUtils.convertValueToInt, which throws an\nindex out of range exception.\n\nChange-Id: Ibd1a140e207653b205852087f33ccb87fbbb9bbc\n"
    },
    {
      "commit": "bc7d5a55b22ce30af250cc7468b6c5987cd25dfd",
      "tree": "dcf9f00a2f7ed7c9e8f515ba70adf5f51eeddb44",
      "parents": [
        "81cfb63e9fc6ef72e5b488225fe9b7a43551fc9e",
        "537fb0afe24a520e7b9a2442786b6fb4fe194392"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Jan 04 15:47:39 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 15:47:39 2013 -0800"
      },
      "message": "am 537fb0af: Merge \"Use most specific attributes for distinguished name display\"\n\n* commit \u0027537fb0afe24a520e7b9a2442786b6fb4fe194392\u0027:\n  Use most specific attributes for distinguished name display\n"
    },
    {
      "commit": "537fb0afe24a520e7b9a2442786b6fb4fe194392",
      "tree": "27a8205183428cb779c15b1749e15f04efd2fe03",
      "parents": [
        "d13b23a436075262cc83f7502f7159de24546003",
        "91154ce658483488a1390e3da58cc2950fb02acb"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Jan 04 15:40:34 2013 -0800"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Jan 04 15:40:35 2013 -0800"
      },
      "message": "Merge \"Use most specific attributes for distinguished name display\""
    },
    {
      "commit": "91154ce658483488a1390e3da58cc2950fb02acb",
      "tree": "27a8205183428cb779c15b1749e15f04efd2fe03",
      "parents": [
        "d13b23a436075262cc83f7502f7159de24546003"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Dec 21 17:28:04 2012 -0800"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri Jan 04 15:27:24 2013 -0800"
      },
      "message": "Use most specific attributes for distinguished name display\n\nBug: 7894348\nBug: http://code.google.com/p/android/issues/detail?id\u003d41662\nChange-Id: I8048a53b8a9a17b384f12b6a4f40071bb3dd3e04\n"
    },
    {
      "commit": "48f7cfb10622f8675741f36bdf5b1f679e3fe37c",
      "tree": "30c94aceb32a956c9af599b9763ec2feafb6230c",
      "parents": [
        "5c11ef10dbc6734ec028a7112eaaa57920aa184d",
        "886b275e529e44a59c54b933453d9bc902973178"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 15:21:16 2013 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 04 15:21:36 2013 -0800"
      },
      "message": "Merge \"Properly support ALPHA_8 bitmaps in all drawBitmap() methods\""
    },
    {
      "commit": "886b275e529e44a59c54b933453d9bc902973178",
      "tree": "33ed0717b43683ba9f8a825c7012739a2146e943",
      "parents": [
        "5913148104f0b233d861fab2873befc865bf57c0"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 12:26:18 2013 -0800"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Fri Jan 04 15:15:16 2013 -0800"
      },
      "message": "Properly support ALPHA_8 bitmaps in all drawBitmap() methods\n\nChange-Id: I869993c59e0a0d76f369c09acbae711753908f48\n"
    },
    {
      "commit": "5c11ef10dbc6734ec028a7112eaaa57920aa184d",
      "tree": "996f73b254e8cc78d20d709686fd8318a3f8f419",
      "parents": [
        "dd18adb28eaf343c05ce3834395178c97b512ab6"
      ],
      "author": {
        "name": "Selim Gurun",
        "email": "sgurun@google.com",
        "time": "Fri Jan 04 14:58:36 2013 -0800"
      },
      "committer": {
        "name": "Selim Gurun",
        "email": "sgurun@google.com",
        "time": "Fri Jan 04 14:58:36 2013 -0800"
      },
      "message": "Remove doc references to private browsing.\n\nRemove reference to private browsing since it is no longer supported.\n\nChange-Id: I65bc8aecd949717f662454d4bd1759ca91ad553d\n"
    },
    {
      "commit": "dd18adb28eaf343c05ce3834395178c97b512ab6",
      "tree": "d7c3565760533f4e82a93f8d8911d9a041691e72",
      "parents": [
        "64e7e22c5fecac7198b82cfb94e8674f987fb08a",
        "4a95952bc3ac6cef9ea2d00072de1fc5440a9a62"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 11:44:09 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 11:44:09 2013 -0800"
      },
      "message": "am 4a95952b: am 105a581b: am 75420403: am 7edf8074: am 197d0a66: Merge \"docs: update sony driver link and name bug: 6566732\" into jb-mr1-dev\n\n* commit \u00274a95952bc3ac6cef9ea2d00072de1fc5440a9a62\u0027:\n  docs: update sony driver link and name bug: 6566732\n"
    },
    {
      "commit": "4a95952bc3ac6cef9ea2d00072de1fc5440a9a62",
      "tree": "d7ec8b17b8701202b6f94d9af26cdef0e94bd4e9",
      "parents": [
        "1b1766f1003895eff65ab73148221fa2b5f0db1f",
        "105a581b4fad270cae3120c58903ba0241db1e6d"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 11:40:38 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 11:40:38 2013 -0800"
      },
      "message": "am 105a581b: am 75420403: am 7edf8074: am 197d0a66: Merge \"docs: update sony driver link and name bug: 6566732\" into jb-mr1-dev\n\n* commit \u0027105a581b4fad270cae3120c58903ba0241db1e6d\u0027:\n  docs: update sony driver link and name bug: 6566732\n"
    },
    {
      "commit": "105a581b4fad270cae3120c58903ba0241db1e6d",
      "tree": "249b61cfbe7c3fe237a6a2969f947f44ff73232d",
      "parents": [
        "7ae9316428087846d588d3a8f70fa649ebf5e090",
        "754204037234c2dbef8306df0066cb4edbf2a41c"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Jan 04 11:38:52 2013 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 04 11:38:52 2013 -0800"
      },
      "message": "am 75420403: am 7edf8074: am 197d0a66: Merge \"docs: update sony driver link and name bug: 6566732\" into jb-mr1-dev\n\n* commit \u0027754204037234c2dbef8306df0066cb4edbf2a41c\u0027:\n  docs: update sony driver link and name bug: 6566732\n"
    }
  ],
  "next": "754204037234c2dbef8306df0066cb4edbf2a41c"
}
