)]}'
{
  "log": [
    {
      "commit": "159a5ff708063d92a6be4ed12c7a3c9d85dec1e1",
      "tree": "0334dc7e4dda3c2037d785aab469dad9403e48cc",
      "parents": [
        "2ffbfba5ad2f5cf0290eb04cae0db4f636dcb0da"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jul 30 12:06:38 2013 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jul 30 12:15:16 2013 -0700"
      },
      "message": "fix a few bugs.\nxxhpi bug: 10071401\nbitmap code, aosp: 58020\nintent code, aosp: 57698\n\nChange-Id: Ice59c52d095d1e173918cae692368bf0f6636a14\n"
    },
    {
      "commit": "4e2c9dc74b74b1ba10793177475a599f75fbb18b",
      "tree": "3d8ad9a6fdc1aaa71ca7666d101e7f6ce0982331",
      "parents": [
        "f213415175ec83df7b39089d559eb9d02b72883a"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jul 23 19:35:17 2013 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jul 23 19:37:52 2013 -0700"
      },
      "message": "update all links to the support library\n\nChange-Id: I173e3690148e5de3020bfdca8087906faa56b13b\n"
    },
    {
      "commit": "f82df78b3534b0ffde83fe83bdb798d3bb7ab780",
      "tree": "f62b71e113cce71cf835c163be701b02defb02e6",
      "parents": [
        "4758e3e7c824bc5cb8b11b6536c5236145f2670f",
        "7d711b1995abb44163da35ef759eae86a6ea585b"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Mar 18 21:29:17 2013 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Mar 18 21:29:18 2013 +0000"
      },
      "message": "Merge \"add tags to some docs. Training classes from top to bottom of \"Connectivity and the Cloud\"\" into jb-mr1.1-docs"
    },
    {
      "commit": "7571542c9d54fa3501e3ce9d50d3625e22f39e81",
      "tree": "307f227995b31d87d9ad4437e0737d2195176687",
      "parents": [
        "f80cb1869e6db8168379d92c81689b486a493c0b"
      ],
      "author": {
        "name": "kmccormick",
        "email": "kmccormick@google.com",
        "time": "Mon Mar 04 15:25:40 2013 -0800"
      },
      "committer": {
        "name": "kmccormick",
        "email": "kmccormick@google.com",
        "time": "Fri Mar 15 15:10:37 2013 -0700"
      },
      "message": "Doc update: Add memory mgt lesson to bitmaps class\n\nChange-Id: If780ad8bfabd66de21842bdb465d86ab24b2940c\n"
    },
    {
      "commit": "7d711b1995abb44163da35ef759eae86a6ea585b",
      "tree": "4dfd3b360c67f6f27e03fa92938fc2354fcd607a",
      "parents": [
        "d55091f6fdec4bb42e2f922369dfa19f8993be8d"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Mar 11 13:52:35 2013 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Mar 11 15:01:13 2013 -0700"
      },
      "message": "add tags to some docs.\nTraining classes from top to bottom of \"Connectivity and the Cloud\"\n\nChange-Id: I42afb34b2a3c64d0d7a325027a19e0ab7a1847a4\n"
    },
    {
      "commit": "6f680f524a66dabcf0d86d0f19f3855f8c5e594f",
      "tree": "389a0754831fc7a252e548e6c6a5d4c7ad8af175",
      "parents": [
        "0bb4dade30d3413cc7951c5d2c0ee761a93ae468"
      ],
      "author": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Fri Jan 11 16:53:37 2013 -0500"
      },
      "committer": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Fri Jan 11 16:53:37 2013 -0500"
      },
      "message": "Displaying Bitmaps Efficiently Training - Change memory calculation\n\nWhen calculating memory cache size, use Runtime.maxMemory() instead\nof getMemoryClass() which is a more accurate value of available VM\nheap size.\n\nBug: 7988323\nChange-Id: Iaa9681a11aad5cad3857dfe76f0b8e4811b2243c\n"
    },
    {
      "commit": "0bb4dade30d3413cc7951c5d2c0ee761a93ae468",
      "tree": "4e7236033782f428172c425a7a99d8ed368b3e1e",
      "parents": [
        "cdf5106aafb77d17584d5401b207cbcc7a20f5f3"
      ],
      "author": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Wed Jan 09 16:58:59 2013 -0500"
      },
      "committer": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Wed Jan 09 16:58:59 2013 -0500"
      },
      "message": "Displaying Bitmaps Efficiently Training - Fix inSampleSize selection\n\nWhen computing inSampleSize, calculateInSampleSize() needs to compare\nheight/width ratios, rather than raw values.\n\nBug: 7951398\nChange-Id: I207f9abc2aae4cc569b406bac237e221d8e64d1e\n"
    },
    {
      "commit": "9977dddee3662ad8c9e3f3342400c22f0bcfd011",
      "tree": "1c05f259041fae94315c1698dd9efc92ad80a92d",
      "parents": [
        "116748d0d16f8e747fdfdaf2326d9a58bb2317d5"
      ],
      "author": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Tue Aug 14 14:53:42 2012 -0400"
      },
      "committer": {
        "name": "Adam Koch",
        "email": "akoch@google.com",
        "time": "Tue Aug 28 10:42:55 2012 -0400"
      },
      "message": "Updates to \"Displaying Bitmaps Efficiently\" class.\nChanges:\n -Updated code sample (see http://ag/214812)\n -Updated code snippets to match updated sample\n -Fixed \u003c\u003e in code snippets\n -Updated disk cache section\n -Some other minor updates\n\nChange-Id: Id7ca4d161f165814d71f238f940b2c5bfbc220aa\n"
    },
    {
      "commit": "50e990c64fa23ce94efa76b9e72df7f8ec3cee6a",
      "tree": "52605cd25e01763596477956963fabcd087054b0",
      "parents": [
        "a2860267cad115659018d636bf9203a644c680a7"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Jun 21 17:14:39 2012 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Jun 21 21:27:30 2012 -0700"
      },
      "message": "Massive clobber of all HTML files in developer docs for new site design\n\nChange-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3\n"
    },
    {
      "commit": "f90f4ed19c1bd7e0492c1aa1494a1d8ed5185275",
      "tree": "8ed1dad2682b74c7446e95d84b6baa489e12e905",
      "parents": [
        "71427bae84f51b5c269b2520c36d2811491e67fb"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Apr 20 11:53:32 2012 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Apr 20 11:53:32 2012 -0700"
      },
      "message": "docs: fix more broken links\n\nChange-Id: Ia5317f5ead8ac9810c893576596bd3a80f6ecbdb\n"
    },
    {
      "commit": "153f8fe420506a7e1b7a8f6b4d07db798867746e",
      "tree": "4b5f3da3426c0ccb2286d83f20e8e0ab505be317",
      "parents": [
        "e07b58506579085b62fde0771b74111b24aa27a0"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Apr 04 17:45:24 2012 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Apr 04 17:45:24 2012 -0700"
      },
      "message": "docs: Android U: Displaying Bitmaps Efficiently\n\nChange-Id: I749f6dd82438fc0902b892e9b918243fc0a826d3\n"
    }
  ]
}
