)]}'
{
  "log": [
    {
      "commit": "09ff04d7893a9f49e478bb732ce1ea1b17662a3b",
      "tree": "903f4ad807034afde7935cd20fb38510446e443a",
      "parents": [
        "48ac0f14de9be4c91bdce4e601c5eef4fd2c3123"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Feb 07 21:45:00 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Feb 07 21:45:00 2012 -0800"
      },
      "message": "docs: fix typo in menu TOC\n\nChange-Id: Ief511803ef5b4bed1823a12918de814aca119681\n"
    },
    {
      "commit": "48ac0f14de9be4c91bdce4e601c5eef4fd2c3123",
      "tree": "95908d60c0ee7ec9d6047f67cc47de9d06023ddf",
      "parents": [
        "331bb0c393d5e2ea2485102dcddbb8c2d42654d2",
        "7c70cefcae2d6a096112d746ae72f515898a3f45"
      ],
      "author": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Mon Feb 06 17:00:49 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Feb 06 17:00:49 2012 -0800"
      },
      "message": "Merge \"Don\u0027t use SNR in the invalid check.\" into ics-mr1"
    },
    {
      "commit": "331bb0c393d5e2ea2485102dcddbb8c2d42654d2",
      "tree": "ae190ea4bed14fbe12870f685b7c59f74219eede",
      "parents": [
        "a9d9fa723a10ae41c047a4e8eba330112d344dc8"
      ],
      "author": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Mon Feb 06 14:57:22 2012 -0800"
      },
      "committer": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Mon Feb 06 16:40:03 2012 -0800"
      },
      "message": "Setup ActionBars in layoutlib the same way the platform does it. do not merge.\n\nInstead of using a simple ImageView for the icon, this uses the platform\nlayout/action_bar_home which uses a custom class to position and resize\nthe icon (and also supports the Up icon that we don\u0027t yet support).\n\nThis ensures that the icon is properly positionned and sized like\non devices.\n\n(cherry picked from commit 7396348dfcfb45b7ad055f4c18cabbe5e8270d26)\n\nChange-Id: Ifd3bc318089b70ba843519523e366e59d434e919\n"
    },
    {
      "commit": "a9d9fa723a10ae41c047a4e8eba330112d344dc8",
      "tree": "c83d82b885088650d5726b06288af9750b24f3f0",
      "parents": [
        "4ba15efc5b9c884a7651d699a20f9edd7ebd7cb5",
        "cf9fe43ce95ed19e027fe34899be52816cbe7670"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Feb 06 14:10:16 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Feb 06 14:10:16 2012 -0800"
      },
      "message": "Merge \"docs: switch from caps to initial-case for device button names\" into ics-mr1"
    },
    {
      "commit": "cf9fe43ce95ed19e027fe34899be52816cbe7670",
      "tree": "76ec6467aa7a7803b33697fa6e0dc269340f381f",
      "parents": [
        "0b2701b7344fb7b7b6f9a1c1c99c8ede81b49d2d"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 19:14:35 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Feb 06 14:09:00 2012 -0800"
      },
      "message": "docs: switch from caps to initial-case for device button names\n\nChange-Id: I2affdf7400fd814e43633806cebebee4c6075b0b\n"
    },
    {
      "commit": "7c70cefcae2d6a096112d746ae72f515898a3f45",
      "tree": "955247c8dd1fb8f16a31dbac98180cf16af99737",
      "parents": [
        "f8aea99385df8373b6edd6d5dd1d15b7b36b525b"
      ],
      "author": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Mon Feb 06 13:58:26 2012 -0800"
      },
      "committer": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Mon Feb 06 14:03:57 2012 -0800"
      },
      "message": "Don\u0027t use SNR in the invalid check.\n\nSince some RILs use -1 instead of INVALID_SNR as invalid vlue for\nLTE SNR, SignalStrength will not use LTE SNR to check if LTE valid.\n\nbug:5970403\nChange-Id: Ia948e076f8f5878e081e87680076b187857879c8\n"
    },
    {
      "commit": "4ba15efc5b9c884a7651d699a20f9edd7ebd7cb5",
      "tree": "4678686824673cfc8d2c5324bd55ef9aff59bcf3",
      "parents": [
        "f8aea99385df8373b6edd6d5dd1d15b7b36b525b",
        "ed4d1f7dcf841b132e8d534294c80a0d0d223bf1"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Feb 06 13:03:16 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Feb 06 13:03:16 2012 -0800"
      },
      "message": "Merge \"docs: add Sony USB VID issue 5967572\" into ics-mr1"
    },
    {
      "commit": "ed4d1f7dcf841b132e8d534294c80a0d0d223bf1",
      "tree": "48b4dc1e9722599350aa1103a593f9e7b29f5e47",
      "parents": [
        "633de7bab9397c4f7591c5514d903305254451b2"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Feb 06 13:01:44 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Feb 06 13:01:44 2012 -0800"
      },
      "message": "docs: add Sony USB VID\nissue 5967572\n\nChange-Id: I5735d15bec6bd85b5fa74300193dfba1c9da6f34\n"
    },
    {
      "commit": "f8aea99385df8373b6edd6d5dd1d15b7b36b525b",
      "tree": "0aaaca523a54eff95fd89e4c1a711da9109e5c75",
      "parents": [
        "633de7bab9397c4f7591c5514d903305254451b2"
      ],
      "author": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Thu Feb 02 17:18:18 2012 -0800"
      },
      "committer": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Mon Feb 06 11:25:28 2012 -0800"
      },
      "message": "Make aapt ignore tools-related data.\n\nThis patchset introduces a new standard namespace http://schemas.android.com/tools\nwhich will be used for tools specific XML attributes.\nAny attributes using this namespace will not be compiled into the binary XML file.\n\nThe namespace node is also not written at all, and its string is not collected\nto ensure that there is no impact on the devices.\n\n(cherry picked from commit a5d5e9d906583ebeb590ca200ca9840302a5cd1a)\n\nChange-Id: I62937b8bc34c07ac544930aa8eadd7797e0179d5\n"
    },
    {
      "commit": "633de7bab9397c4f7591c5514d903305254451b2",
      "tree": "4570f6aaed9c8ae7ce4e2eaec1328bcbd110a2a2",
      "parents": [
        "6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 14:49:32 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 14:49:32 2012 -0800"
      },
      "message": "docs: fix meta description tag for homepage\n\nChange-Id: Idfbc5e04fcdfc9d4e20c02ae7b1366c566722053\n"
    },
    {
      "commit": "6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2",
      "tree": "512699af864654f4d95d02972e7a3eff85d4175b",
      "parents": [
        "6b3f98b458b9dc7771cce37221d4fe8c4a19bf05"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 14:32:11 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 14:32:11 2012 -0800"
      },
      "message": "docs: fix broken link\n\nChange-Id: I58a082341373370bf97fed49d4d6584b468b4b46\n"
    },
    {
      "commit": "6b3f98b458b9dc7771cce37221d4fe8c4a19bf05",
      "tree": "f910d5701835b529739254ec972b7dc793c78693",
      "parents": [
        "f47f6791f897b436530557dea3a57a2ca969afe6",
        "b6802e7b584f276e33c86bc7275c77edb137599c"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:54:57 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Feb 01 11:54:57 2012 -0800"
      },
      "message": "Merge \"docs: fix action bar style example\" into ics-mr1"
    },
    {
      "commit": "b6802e7b584f276e33c86bc7275c77edb137599c",
      "tree": "bdcd435ed3e2ec2741b0ebbd4b14a08ea54a9c13",
      "parents": [
        "ccc11c4d3c8357a402b84c546e7b2f889729358c"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:52:02 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:53:03 2012 -0800"
      },
      "message": "docs: fix action bar style example\n\nChange-Id: I9e02c3b3ade17c832b97836c03cf023fe6ea9340\n"
    },
    {
      "commit": "f47f6791f897b436530557dea3a57a2ca969afe6",
      "tree": "8d878c956f6fc39d95f57bb161e054c5da6d47cd",
      "parents": [
        "5e0959393426371dadef2c7905d5c915a1ac2dd4",
        "1d45bc2eefd76a06898b4e24c957b76f0378591d"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:43:48 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Feb 01 11:43:48 2012 -0800"
      },
      "message": "Merge \"docs: dashboard update for feb 1\" into ics-mr1"
    },
    {
      "commit": "5e0959393426371dadef2c7905d5c915a1ac2dd4",
      "tree": "7a3ada43e2f53b7ba6f55708b91025c659c5af96",
      "parents": [
        "ccc11c4d3c8357a402b84c546e7b2f889729358c"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Fri Dec 16 13:06:22 2011 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:40:49 2012 -0800"
      },
      "message": "docs: update menu guide with CAB and popup menu, plus many other revisions\n\nChange-Id: I5faedd5f5b812ca58eb2085b0c036570de861f15\n"
    },
    {
      "commit": "1d45bc2eefd76a06898b4e24c957b76f0378591d",
      "tree": "505efc44fda90a8b65c01ee030ae3bf4e7189fd2",
      "parents": [
        "ccc11c4d3c8357a402b84c546e7b2f889729358c"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:27:14 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Feb 01 11:27:14 2012 -0800"
      },
      "message": "docs: dashboard update for feb 1\n\nChange-Id: I112d649e70e78678f986a4ed02e6db1cbdcf607f\n"
    },
    {
      "commit": "ccc11c4d3c8357a402b84c546e7b2f889729358c",
      "tree": "53298723e2756ab236fc519031b402008c93573c",
      "parents": [
        "0b2701b7344fb7b7b6f9a1c1c99c8ede81b49d2d",
        "e2ce3b8252d402653810ef3810bf0f2643307706"
      ],
      "author": {
        "name": "Xia Wang",
        "email": "xiaw@google.com",
        "time": "Wed Feb 01 10:51:43 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Feb 01 10:51:43 2012 -0800"
      },
      "message": "Merge \"Fix a typo in image processing test\" into ics-mr1"
    },
    {
      "commit": "e2ce3b8252d402653810ef3810bf0f2643307706",
      "tree": "cf95377787172322f0352c6fe9d76488432258dc",
      "parents": [
        "1bae80668cc1d12bb4a4b93bce1960b2601de131"
      ],
      "author": {
        "name": "Xia Wang",
        "email": "xiaw@google.com",
        "time": "Wed Feb 01 10:47:18 2012 -0800"
      },
      "committer": {
        "name": "Xia Wang",
        "email": "xiaw@google.com",
        "time": "Wed Feb 01 10:47:18 2012 -0800"
      },
      "message": "Fix a typo in image processing test\n\nChange-Id: I6c39a144dc7c724188e6ebad76c51c3ac1e818e1\n"
    },
    {
      "commit": "0b2701b7344fb7b7b6f9a1c1c99c8ede81b49d2d",
      "tree": "e9bf5ebe96a4974d350c706818b82583ad01f7d8",
      "parents": [
        "792d83c5087a7a6dec4e64f59f5b78d1041c9585",
        "493d27b89cc12400864080d9291c544dde43f763"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 16:08:09 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 31 16:08:09 2012 -0800"
      },
      "message": "Merge \"docs: change that stated as a few doc fixes and turned into fully documenting the device default themes and fixing many more, including adding API level information for older themes to avoid confusion. Oh and fix an unclosed \u003cem\u003e tag causing a format bug.\" into ics-mr1"
    },
    {
      "commit": "493d27b89cc12400864080d9291c544dde43f763",
      "tree": "30a2946a329dbc2ad8b7cc91acad5fbcaa92a95b",
      "parents": [
        "34260ad79ede2ed35cc9859095b778f194b9650b"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Oct 01 12:39:50 2009 -0700"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 15:24:08 2012 -0800"
      },
      "message": "docs: change that stated as a few doc fixes and turned into\nfully documenting the device default themes and fixing many more,\nincluding adding API level information for older themes to avoid confusion.\nOh and fix an unclosed \u003cem\u003e tag causing a format bug.\n\nChange-Id: Ia4b33559bd5ad2cbae8b53966999cf7f5038b125\n"
    },
    {
      "commit": "792d83c5087a7a6dec4e64f59f5b78d1041c9585",
      "tree": "caeaf1b74ae296f727cae53d0569dc4cf68e64c3",
      "parents": [
        "34260ad79ede2ed35cc9859095b778f194b9650b",
        "5e39519396918f9e2312d1c355a9b6889851d887"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Tue Jan 31 14:00:55 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 31 14:00:55 2012 -0800"
      },
      "message": "Merge \"Use LTE SNR and RSRP to set signal level bar.\" into ics-mr1"
    },
    {
      "commit": "5e39519396918f9e2312d1c355a9b6889851d887",
      "tree": "09ae6d3a8e4bc3bca9e2f9b909e5620862a43e47",
      "parents": [
        "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae"
      ],
      "author": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Mon Jan 30 18:45:56 2012 -0800"
      },
      "committer": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Tue Jan 31 11:15:28 2012 -0800"
      },
      "message": "Use LTE SNR and RSRP to set signal level bar.\n\nThe LTE signal strength level is the smaller one\nbetween lte rsrp level and lte snr level if both\nrsrp and snr are valid.\n\nThe lte snr mapping are\n\n  Four  bars: SNR \u003e\u003d 45\n  Three bars: 10 \u003c\u003d SNR \u003c 45\n  Two   bars: -30 \u003c\u003d SNR \u003c 10\n  One   bars: SNR \u003c -30\n  No    bars: No Service\n\nThe invalid value of lte snr is changed to INVALID_SNR\nfrom -1, since -1 is a valid value of lte snr.\n\nbug:5640958\nChange-Id: If26aaba0c7fcc0fee3db488b5adfa02922f06715\n"
    },
    {
      "commit": "34260ad79ede2ed35cc9859095b778f194b9650b",
      "tree": "23319d745c27edb350dfc78cb8e9e07c69a38953",
      "parents": [
        "8bfeb10f98125706d8bb7afa1067ca563e741540",
        "b16965cf65309114cea0e197822d0410fc4de4b0"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 08:39:36 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 31 08:39:36 2012 -0800"
      },
      "message": "Merge \"docs: fix locale name; South Africa is local en_ZA external issue 23133\" into ics-mr1"
    },
    {
      "commit": "8bfeb10f98125706d8bb7afa1067ca563e741540",
      "tree": "bb3cf9b5599facbe457169170616e44facf34fd7",
      "parents": [
        "4b2eb9a50bbead0b756944ebffd01c89916896ad",
        "5b259c6e4d2b98ef880122cfd6ab76e91af2035a"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 08:39:03 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 31 08:39:03 2012 -0800"
      },
      "message": "Merge \"docs: fix typo in market doc external issue 22650\" into ics-mr1"
    },
    {
      "commit": "4b2eb9a50bbead0b756944ebffd01c89916896ad",
      "tree": "03aa09f782cfc6713ab06b0eac62e8c3f5cfa12d",
      "parents": [
        "b86cba156c78740793d94444e01d17ef21cb53cc",
        "644053466018c08e326787b909a76355bad1dd30"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 31 08:37:59 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 31 08:37:59 2012 -0800"
      },
      "message": "Merge \"docs: fix typos and clarify some grammar in summary external issue 21548\" into ics-mr1"
    },
    {
      "commit": "b86cba156c78740793d94444e01d17ef21cb53cc",
      "tree": "a57bdd1fbeb8d61888d9f707261cad4b0b3a3d0e",
      "parents": [
        "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:56:53 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:56:53 2012 -0800"
      },
      "message": "docs: fix typo in eclipse doc\nexternal issue 21475\n\nChange-Id: I5aeee5710175964e2cf969965c7ed58c01f0e433\n"
    },
    {
      "commit": "644053466018c08e326787b909a76355bad1dd30",
      "tree": "fe48ef8e89f9218bf662458fa709270357551d36",
      "parents": [
        "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:49:26 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:49:26 2012 -0800"
      },
      "message": "docs: fix typos and clarify some grammar in summary\nexternal issue 21548\n\nChange-Id: Ic38921cb64390b42651f3971efeb4b76101dfc14\n"
    },
    {
      "commit": "5b259c6e4d2b98ef880122cfd6ab76e91af2035a",
      "tree": "611daf6509bb86aae7c9f4de650100d7207ac46c",
      "parents": [
        "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:39:45 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:39:45 2012 -0800"
      },
      "message": "docs: fix typo in market doc\nexternal issue 22650\n\nChange-Id: I2bbfddef4692cb6b7567ea3ab04443a6ac421a80\n"
    },
    {
      "commit": "b16965cf65309114cea0e197822d0410fc4de4b0",
      "tree": "99eae011b9638fd0d5fdbdefef12dcbc7073b245",
      "parents": [
        "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:33:01 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 23:33:01 2012 -0800"
      },
      "message": "docs: fix locale name; South Africa is local en_ZA\nexternal issue 23133\n\nChange-Id: Ia17f61e6a4e14506aec5491db0c3fc65707f2c2b\n"
    },
    {
      "commit": "b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae",
      "tree": "f057774961770c4acea210ebd6910329e011ed18",
      "parents": [
        "6507df8b78d80403d66d321748ad47290a611e3f",
        "a21ac88b10a79f734d25cfbd7ffc0da9ea60a0ea"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 16:13:28 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 30 16:13:28 2012 -0800"
      },
      "message": "Merge \"docs: update sidenav to use \u003cspan\u003e instead of \u003ch2\u003e for headings, under suspicion that the h2s are causing poor snippet extraction in search results\" into ics-mr1"
    },
    {
      "commit": "a21ac88b10a79f734d25cfbd7ffc0da9ea60a0ea",
      "tree": "7ca93970e67c0becacbec3f3a64c2e91ecc71cbb",
      "parents": [
        "e22f4748565915948c8af2961ac74fe81a417e3b"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 15:27:37 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 15:27:37 2012 -0800"
      },
      "message": "docs: update sidenav to use \u003cspan\u003e instead of \u003ch2\u003e for headings,\nunder suspicion that the h2s are causing poor snippet extraction in search results\n\nChange-Id: I35f414fbb104984408b087db1366535cb18d4718\n"
    },
    {
      "commit": "6507df8b78d80403d66d321748ad47290a611e3f",
      "tree": "46e064f39efb08c09b2bd43bfa5f7571de07991c",
      "parents": [
        "e22f4748565915948c8af2961ac74fe81a417e3b"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 13:02:22 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 14:04:22 2012 -0800"
      },
      "message": "docs: add meta descriptions for home and sdk\nalso revise the G+ widget to make fit\n\nChange-Id: Iadc8858bec2524fa9ed905534949885c7130ccc2\n"
    },
    {
      "commit": "e22f4748565915948c8af2961ac74fe81a417e3b",
      "tree": "cc99bad1975f3dbb2ac994e6bd381bf74a5dce28",
      "parents": [
        "b069833e63f711a6b140385003d67b3ff68fe66b",
        "fa9b5cae646ab1461c9f0f4b170c941e3da7c740"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 30 12:52:11 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 30 12:52:11 2012 -0800"
      },
      "message": "Merge \"Update documentation to reflect the old approach not working.\" into ics-mr1"
    },
    {
      "commit": "fa9b5cae646ab1461c9f0f4b170c941e3da7c740",
      "tree": "293979c9320968405e88adcb0549c8b427118e84",
      "parents": [
        "7eeaf3f07aa6fb10639d9f96c1367eb98c3e8839"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 30 11:45:00 2012 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 30 11:45:00 2012 -0800"
      },
      "message": "Update documentation to reflect the old approach not working.\n\nThe old approach has a problem with the original application\u0027s\nrecent tasks entry disappearing (this is probably a bug in the\nplatform).  Update to an alternative approach that does work.\n\nChange-Id: I15e582eff8c77cc22628f7b099e9f04eb5bfbce7\n"
    },
    {
      "commit": "b069833e63f711a6b140385003d67b3ff68fe66b",
      "tree": "f05dfa5a7cc8fb48b6867512bd15a8cc9fea8e45",
      "parents": [
        "73790a53b580b8ec8eff88e25a19b5fcfa33392a",
        "2c911b24163c9bcb50bc548c828b7fc2f6ef8bce"
      ],
      "author": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Mon Jan 30 11:20:35 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 30 11:20:35 2012 -0800"
      },
      "message": "Merge \"Adjust the LTE signal bar mapping.\" into ics-mr1"
    },
    {
      "commit": "73790a53b580b8ec8eff88e25a19b5fcfa33392a",
      "tree": "d5f73e9bc24b9ba847c3bd34bc70b3453c6bec39",
      "parents": [
        "639b25ea289481da6cfd4229649b51ffc6ce3406",
        "b1560f20859ac46d48a753e67d9ac33748d2c558"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 10:03:21 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 30 10:03:21 2012 -0800"
      },
      "message": "Merge \"docs: add G+ page announcement to homepage\" into ics-mr1"
    },
    {
      "commit": "b1560f20859ac46d48a753e67d9ac33748d2c558",
      "tree": "151299984f8f71bf13e941a289b339c723dd4af9",
      "parents": [
        "5b08738a62ece5bf0ca5d22a6f062e2fb67af272"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Jan 26 16:14:29 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Mon Jan 30 09:59:42 2012 -0800"
      },
      "message": "docs: add G+ page announcement to homepage\n\nChange-Id: I400334fc1465b67ec34af2071a6cca5b6eda116f\n"
    },
    {
      "commit": "2c911b24163c9bcb50bc548c828b7fc2f6ef8bce",
      "tree": "120d8eae2e6efd74ebebc236c106569c65725216",
      "parents": [
        "639b25ea289481da6cfd4229649b51ffc6ce3406"
      ],
      "author": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Fri Jan 27 11:05:24 2012 -0800"
      },
      "committer": {
        "name": "John Wang",
        "email": "johnwang@google.com",
        "time": "Fri Jan 27 11:05:24 2012 -0800"
      },
      "message": "Adjust the LTE signal bar mapping.\n\nThe new mapping are\n\n  Four  bars: RSRP \u003e\u003d -95dBm\n  Three bars: -105 dBm \u003c\u003d RSRP \u003c -95 dBm\n  Two   bars: -115 dBm \u003c\u003d RSRP \u003c -105 dBm\n  One   bars: RSRP \u003c -115 dBm\n  No    bars: No Service\n\nbug:5640958\nChange-Id: I9efabaeac33b624ea0a58a4d3760169dff6544f6\n"
    },
    {
      "commit": "639b25ea289481da6cfd4229649b51ffc6ce3406",
      "tree": "f6be4a646429f0132cc49b3f950025be43ac2e57",
      "parents": [
        "00b3ceb48b5e23daa8101db6080bee46d6518f43",
        "bb9bffb6b9baede8239589599f7ef59859f94f7d"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 16:32:56 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 26 16:32:56 2012 -0800"
      },
      "message": "Merge \"docs: add NOTICE to action bar icon pack and sprinkle download links\" into ics-mr1"
    },
    {
      "commit": "bb9bffb6b9baede8239589599f7ef59859f94f7d",
      "tree": "b263285912a76e28ca4821320a20118189c679e8",
      "parents": [
        "5b08738a62ece5bf0ca5d22a6f062e2fb67af272"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 14:56:28 2012 -0800"
      },
      "committer": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 15:57:34 2012 -0800"
      },
      "message": "docs: add NOTICE to action bar icon pack and sprinkle download links\n\nChange-Id: I1437ce64908c28621e86fff54767ddbd2b1fcb3a\n"
    },
    {
      "commit": "00b3ceb48b5e23daa8101db6080bee46d6518f43",
      "tree": "b52b61c9e4ef12119ebecbc2cd88b7c43eaf6845",
      "parents": [
        "5b08738a62ece5bf0ca5d22a6f062e2fb67af272",
        "3ba792c7f4646f6a33fdc2b6d9b8831ecf479e2c"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 15:33:57 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 26 15:33:57 2012 -0800"
      },
      "message": "Merge \"docs: Update designing-navigation training class to link to Android Design\" into ics-mr1"
    },
    {
      "commit": "3ba792c7f4646f6a33fdc2b6d9b8831ecf479e2c",
      "tree": "915c2c54bd9d3b749e85127f4de15962e1568f9f",
      "parents": [
        "5e5b57aef29b33d03965b4dc370cde9a39220adc"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 11:56:31 2012 -0800"
      },
      "committer": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Thu Jan 26 13:12:22 2012 -0800"
      },
      "message": "docs: Update designing-navigation training class to link to Android Design\n\nChange-Id: I1cdda032f31798f9a32b7bec583dcfaa6eafb8c2\n"
    },
    {
      "commit": "5b08738a62ece5bf0ca5d22a6f062e2fb67af272",
      "tree": "218eb237e3c28aadbc187ac79ebe1f74e126725a",
      "parents": [
        "6c055bbdf475e6cd324912326c802244b9a76c3b",
        "62a1eb8972f6eb1133060ae96142abcd57d347dd"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Jan 26 13:02:32 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 26 13:02:32 2012 -0800"
      },
      "message": "Merge \"Suppress mobile-out-of-service label if wifi connected.\" into ics-mr1"
    },
    {
      "commit": "62a1eb8972f6eb1133060ae96142abcd57d347dd",
      "tree": "6f0f210a0855684001e3e2b5ab0bc8a0a7d06baf",
      "parents": [
        "9ac4dd828065410efbb380992d996c7e93daf437"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Jan 26 10:22:23 2012 -0500"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Jan 26 15:35:03 2012 -0500"
      },
      "message": "Suppress mobile-out-of-service label if wifi connected.\n\nCarrier name is shown if\n - in service and connected to mobile data\n - in service and connected to wifi\n\nCarrier name is blanked if out of service and connected to\nwifi.\n\n\"No internet connection\" is shown if out of service without\nany other route.\n\nBug: 5903914\nChange-Id: I59d4d0c90e4153d73c38f7f0e150becf7e021a5b\n"
    },
    {
      "commit": "6c055bbdf475e6cd324912326c802244b9a76c3b",
      "tree": "f437a21af0ce30f0d03fc70e8f396f137102244f",
      "parents": [
        "9ac4dd828065410efbb380992d996c7e93daf437"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Jan 26 11:35:20 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Thu Jan 26 11:35:20 2012 -0800"
      },
      "message": "docs: add action bar icons ZIP\n\nChange-Id: Id38d82655d6bcc468890a4db93a19ac4e385db13\n"
    },
    {
      "commit": "9ac4dd828065410efbb380992d996c7e93daf437",
      "tree": "f987c9f108e2df83689f5383b06602c30898ba44",
      "parents": [
        "f466db14ec32fbaf08a868df40f7685a7e7df3db",
        "3fe452906d9445f82df20ef49d7cce4ee28e11bc"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:58:54 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 25 17:58:54 2012 -0800"
      },
      "message": "Merge \"docs: remove the 1.0 icon template pack\" into ics-mr1"
    },
    {
      "commit": "3fe452906d9445f82df20ef49d7cce4ee28e11bc",
      "tree": "74adb82338fb045380401a30692ff651244be3f1",
      "parents": [
        "948eb9b29efea68d728a733ce7818e92734c3da8"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:54:28 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:54:28 2012 -0800"
      },
      "message": "docs: remove the 1.0 icon template pack\n\nChange-Id: Ia73426f67b95bc3c5aa39150a6518ee28a215b42\n"
    },
    {
      "commit": "f466db14ec32fbaf08a868df40f7685a7e7df3db",
      "tree": "6e56475a6e928ea6dca26753ede93390000b8e02",
      "parents": [
        "9f426604e6f21e31f8a2194dcff0ea7bf488eee2",
        "948eb9b29efea68d728a733ce7818e92734c3da8"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:50:20 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 25 17:50:20 2012 -0800"
      },
      "message": "Merge \"docs: remove ADL presentation PDFs to conserve site space\" into ics-mr1"
    },
    {
      "commit": "948eb9b29efea68d728a733ce7818e92734c3da8",
      "tree": "5ccf26cb8df0e83f4f384c02085495d34b88c643",
      "parents": [
        "44f64c965776ae65ff85ef8c37afb7e14483bdf2"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:47:46 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Wed Jan 25 17:47:46 2012 -0800"
      },
      "message": "docs: remove ADL presentation PDFs to conserve site space\n\nChange-Id: Ie606dc02943eb27a318b183b8ebd7201e3ee38bb\n"
    },
    {
      "commit": "9f426604e6f21e31f8a2194dcff0ea7bf488eee2",
      "tree": "bb7bb45f84d3b82381491849987d186251927d21",
      "parents": [
        "44f64c965776ae65ff85ef8c37afb7e14483bdf2",
        "a2a46f629446af0935e8ebbbd7cdb55e395f79f3"
      ],
      "author": {
        "name": "Joe Malin",
        "email": "jmalin@google.com",
        "time": "Wed Jan 25 17:27:46 2012 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Jan 25 17:27:46 2012 -0800"
      },
      "message": "am a2a46f62: DOC CHANGE: New Content Provider topics\n\n* commit \u0027a2a46f629446af0935e8ebbbd7cdb55e395f79f3\u0027:\n  DOC CHANGE: New Content Provider topics\n"
    },
    {
      "commit": "44f64c965776ae65ff85ef8c37afb7e14483bdf2",
      "tree": "a6f39a4b8dd67283ad5bf6d1dbf8ddc6b640eb81",
      "parents": [
        "cf077fdd79853dd4778598a623dc2f469c1a8934",
        "03d58bc656f64f98f36462ac18dca16107da5a57"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Wed Jan 25 11:28:30 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 25 11:28:30 2012 -0800"
      },
      "message": "Merge \"Filter our v6 address from tethering dns.\" into ics-mr1"
    },
    {
      "commit": "cf077fdd79853dd4778598a623dc2f469c1a8934",
      "tree": "01c9f433253b507d0788824e6df9db1387dc62e9",
      "parents": [
        "185c0ef7e4aaa4bb978a6eb5c93c569585a07f56",
        "5d3b0c7a7a74c18879c4a98970cab4be19ffd37f"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Tue Jan 24 18:08:52 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 18:08:52 2012 -0800"
      },
      "message": "Merge \"docs: Android Design typo and grammar fixes\" into ics-mr1"
    },
    {
      "commit": "5d3b0c7a7a74c18879c4a98970cab4be19ffd37f",
      "tree": "a3b60f5c51e9ba527ff163da68cb90727c11bacf",
      "parents": [
        "5e5b57aef29b33d03965b4dc370cde9a39220adc"
      ],
      "author": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Mon Jan 23 11:23:46 2012 -0800"
      },
      "committer": {
        "name": "Roman Nurik",
        "email": "romannurik@google.com",
        "time": "Tue Jan 24 17:51:17 2012 -0800"
      },
      "message": "docs: Android Design typo and grammar fixes\n\nChange-Id: Ice0eb216c985183e2f41c287ea5d1cc7af1f31f2\n"
    },
    {
      "commit": "03d58bc656f64f98f36462ac18dca16107da5a57",
      "tree": "a11ef82283de783e62756b85a40f726b36798e3f",
      "parents": [
        "185c0ef7e4aaa4bb978a6eb5c93c569585a07f56"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Mon Dec 19 16:59:31 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Tue Jan 24 16:44:50 2012 -0800"
      },
      "message": "Filter our v6 address from tethering dns.\n\nDon\u0027t support IPv6 yet, and the tools crash when they see one, so\nfilter them out.\n\nbug:5913888\nChange-Id: Id7096aa70da4e3cc8e4702b0b489c0228a100db9\n"
    },
    {
      "commit": "185c0ef7e4aaa4bb978a6eb5c93c569585a07f56",
      "tree": "1d50ad139a61368599a9c11df78f38a382c123df",
      "parents": [
        "7eeaf3f07aa6fb10639d9f96c1367eb98c3e8839",
        "2e481b9146fe194fb1344ff8c1d1e0d499bdf06b"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Jan 24 12:54:48 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 12:54:48 2012 -0800"
      },
      "message": "Merge \"Stop showing \"No internet connection\" when there is one.\" into ics-mr1"
    },
    {
      "commit": "7eeaf3f07aa6fb10639d9f96c1367eb98c3e8839",
      "tree": "1ee60909ec62718656be769b458fd14ad8272079",
      "parents": [
        "41773d46556aa47d4322ff89fdaf7d1345c2d1f2",
        "0609231f4fa415cc8198d706ee1c6b5f5e911023"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Jan 24 11:49:39 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:49:39 2012 -0800"
      },
      "message": "Merge \"AudioFlinger: refine mixer sleep time logic\" into ics-mr1"
    },
    {
      "commit": "41773d46556aa47d4322ff89fdaf7d1345c2d1f2",
      "tree": "9a2dd281a4b2c19acbcc2d9cbfdbb6adec8db88e",
      "parents": [
        "f449ea9e96162698f4ec6d62c70750eb50744da7",
        "0b0896555827d2a5a9c8240f27dd94e8933dd778"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Jan 24 11:49:16 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:49:16 2012 -0800"
      },
      "message": "Merge \"DO NOT MERGE Revert \"Revert \"AudioFlinger: mix track only when really ready (2)\"\"\" into ics-mr1"
    },
    {
      "commit": "2e481b9146fe194fb1344ff8c1d1e0d499bdf06b",
      "tree": "6a991c8ba2f745ef1c76915e8aa900604adf4386",
      "parents": [
        "44760b106a4bafcf83fb356bf91683db40e0e5a2"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Jan 24 14:45:40 2012 -0500"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Jan 24 14:45:40 2012 -0500"
      },
      "message": "Stop showing \"No internet connection\" when there is one.\n\nIn particular, even though the mobile data network isn\u0027t\nrouting packets (and therefore is not an internet\nconnection), we want to show the PLMN anyway:\n\n  [MOBILE RSSI] Carrier  [WIFI RSSI] WiFi SSID\n\nThis change also improves the following cases:\n\n - Combines \"No internet connection\" from wifi and mobile\n   into one single string in airplane mode:\n\n     [AIRPLANE] No internet connection.\n\n - Removes \"No internet connection\" from the mobile string\n   when wifi is on in airplane mode, making a nice compact\n   display in this case:\n\n     [AIRPLANE] [WIFI RSSI] WiFi SSID\n\nBug: 5903914\nChange-Id: I477821d2c5e9922252dd6bcb3ed494c8c57d99b0\n"
    },
    {
      "commit": "f449ea9e96162698f4ec6d62c70750eb50744da7",
      "tree": "cf7ef3cfd707477e23ee79937d295ed83afa8be1",
      "parents": [
        "47163685eb90f9520e7ae0ac0984b4e1535e8e5b",
        "7df80fa4e8a017243f26e287c23b7c9092a391fd"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Tue Jan 24 11:40:19 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:40:19 2012 -0800"
      },
      "message": "Merge \"Use the carrier-given dns addrs for tethering.\" into ics-mr1"
    },
    {
      "commit": "47163685eb90f9520e7ae0ac0984b4e1535e8e5b",
      "tree": "559bf70973aa1b8be1106d6243553893aa43b4f0",
      "parents": [
        "c986d6f01b00dd760ba1650918baadd24a6dc838",
        "b7ff51bde92b76757a002bb5b1889f5790986513"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jan 24 11:33:15 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:33:15 2012 -0800"
      },
      "message": "Merge \"Another attempt at issue #5823276: home repaints after full-screen app is exited\" into ics-mr1"
    },
    {
      "commit": "c986d6f01b00dd760ba1650918baadd24a6dc838",
      "tree": "c0c559b7e8c4e31b8f27fa26b288f53baa8bcd57",
      "parents": [
        "a4474ae02546d725686f9c08113c16a84aca912c",
        "a486a53a02392c5d5de5a3d0856433a25e56b110"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jan 24 11:33:06 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:33:06 2012 -0800"
      },
      "message": "Merge \"Fix issue #5906017: Missing menu entries in portrait when in compatibility mode\" into ics-mr1"
    },
    {
      "commit": "a4474ae02546d725686f9c08113c16a84aca912c",
      "tree": "3529f0ee0a645b3418f04d912ddae0af0b07ba13",
      "parents": [
        "4809f09f55a6177bd69303630dc42cc738f71116",
        "0b69b59877896e4cab448cef9e12ff4c29a4252e"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Jan 24 11:32:31 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 24 11:32:31 2012 -0800"
      },
      "message": "Merge \"Detect and repair invalid layouts in the navigation bar.\" into ics-mr1"
    },
    {
      "commit": "4809f09f55a6177bd69303630dc42cc738f71116",
      "tree": "07111ba127689034a1cefbdc673be2697f888060",
      "parents": [
        "cdf14454326dcb2f43ae0da208a8ed65a38f2897"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 24 10:58:06 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 24 10:58:06 2012 -0800"
      },
      "message": "docs: update fujitsu id, capitalize\n\nChange-Id: I776bdf0af37baa98b2b2dd70c5950ea1e98d36ec\n"
    },
    {
      "commit": "cdf14454326dcb2f43ae0da208a8ed65a38f2897",
      "tree": "bda8b45010a31f7cab45079c0a9f6c9a5a136841",
      "parents": [
        "44760b106a4bafcf83fb356bf91683db40e0e5a2"
      ],
      "author": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 24 10:54:50 2012 -0800"
      },
      "committer": {
        "name": "Scott Main",
        "email": "smain@google.com",
        "time": "Tue Jan 24 10:54:50 2012 -0800"
      },
      "message": "docs: add fujitsu/toshiba USB vendor id\n\nChange-Id: I7917035d8c3f4b0fc80b7c992fcdf085aa984b4f\n"
    },
    {
      "commit": "b7ff51bde92b76757a002bb5b1889f5790986513",
      "tree": "909e96458330c2b4203af28ee6b5bf6244a7e567",
      "parents": [
        "a486a53a02392c5d5de5a3d0856433a25e56b110"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 23 19:15:27 2012 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 23 19:15:27 2012 -0800"
      },
      "message": "Another attempt at issue #5823276: home repaints after full-screen app is exited\n\nThis is between the two previous attempts.  I returned the part from the\noriginal that was breaking gallery, but have some new code to detect when\nsomething about the window params has changed that would require a\nlayout pass to make sure we still do a layout then, even if the window is\nnot currently visible.\n\nChange-Id: I07745e1f66022583e3076b84cc8bbe8bd2acd48f\n"
    },
    {
      "commit": "0609231f4fa415cc8198d706ee1c6b5f5e911023",
      "tree": "d49c9a55196ca8e8517dfee39246dc222e38b20d",
      "parents": [
        "0b0896555827d2a5a9c8240f27dd94e8933dd778"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Jan 23 18:56:59 2012 -0800"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Jan 23 18:56:59 2012 -0800"
      },
      "message": "AudioFlinger: refine mixer sleep time logic\n\nWhen an AudioTrack is in underrun state, the AudioFlinger mixer will\nsleep for a short period of time to give the app a chance to fill the\nAudioTrack buffer. If the AudioTrack is still not ready during next mixing round,\nthe mixer will proceed with other tracks.\n\nIf an application keeps a steady underrun condition, the AudioFlinger mixer will\nalternate between ready and not ready states. In the longer term this will cause the\naudio HAL to underrun.\nThere is a mechanism to reduce the sleep period if the mixer is not ready several times in a\nrow but this mechanism is defeated by the alternating ready/not ready conditions.\n\nThe fix consists in only increasing sleep time if the mixer is ready for at least two\nconsecutive times.\n\nIssue 5904527.\n\nChange-Id: Id0139bca9be8c4e425ec6d428515c4d8f718e8c9\n"
    },
    {
      "commit": "0b0896555827d2a5a9c8240f27dd94e8933dd778",
      "tree": "1c5913b524ed1acdc5648df5f209d378120082e3",
      "parents": [
        "44760b106a4bafcf83fb356bf91683db40e0e5a2"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Jan 23 18:35:10 2012 -0800"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Jan 23 18:37:07 2012 -0800"
      },
      "message": "DO NOT MERGE Revert \"Revert \"AudioFlinger: mix track only when really ready (2)\"\"\n\nThis reverts commit b918035d34422a2041b6ec8c09c566bb93345b40.\n\nChange-Id: I093bcfa56ad54a080b930208b6b79169d33581fb\n"
    },
    {
      "commit": "0b69b59877896e4cab448cef9e12ff4c29a4252e",
      "tree": "867dd632a6ddd4dfcf8b43b3902f0a6ee018457d",
      "parents": [
        "5e5b57aef29b33d03965b4dc370cde9a39220adc"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Mon Jan 23 21:08:36 2012 -0500"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Mon Jan 23 21:14:37 2012 -0500"
      },
      "message": "Detect and repair invalid layouts in the navigation bar.\n\nIt seems that something (probably layout transitions)\noccasionally leaves the navigation bar layout in a weird\nstate such that most of the buttons are offscreen. For\nexample, the portrait nav bar might have buttons with widths\nmatching the nav bar\u0027s old width from landscape; the\nclickable regions will therefore be far off the right edge\nof the display.\n\nThe navigation bar now looks for this situation when the\nsize of the view changes and corrects for it.\n\nBug: 5549288\nChange-Id: I8464ac9fd64cb64ec18baf51478dd0f6564a2284\n"
    },
    {
      "commit": "a486a53a02392c5d5de5a3d0856433a25e56b110",
      "tree": "1e10978bdb9fbdaf144d95e27f8c96362b15620d",
      "parents": [
        "fee5a860a8355cda071ff23644e943414ba7f65d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 23 17:23:08 2012 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jan 23 18:02:46 2012 -0800"
      },
      "message": "Fix issue #5906017: Missing menu entries in portrait when in compatibility mode\n\nThis was a bug only when the status bar was hidden, the screen space for\nthe nav bar would not be correctly removed for all frames used in layout\ncomputation.\n\nThis code really $*#\u0026^!! needs to be cleaned up, the whole \"status bar\nis the system bar when on a tablet so it should take space from apps,\nbut status bar doesn\u0027t do that on phones but on phones there is a nav\nbar that does the same thing\" thing is whacked.\n\nProof that evolution DOESN\u0027T WORK!!!!!!!!!!\n\nChange-Id: I24e4994328480820cb638e7a40aa0b65b7ae2003\n"
    },
    {
      "commit": "44760b106a4bafcf83fb356bf91683db40e0e5a2",
      "tree": "95bd104768afda39f48084ed5cdf324487a40ca5",
      "parents": [
        "fee5a860a8355cda071ff23644e943414ba7f65d",
        "54dbbce1c3cd3b534b0bf7cb15c85f966ed029b7"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Mon Jan 23 15:49:32 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 23 15:49:32 2012 -0800"
      },
      "message": "Merge \"Revert \"Fix 5797764: Increase lock screen\u0027s thread priority\"\" into ics-mr1"
    },
    {
      "commit": "54dbbce1c3cd3b534b0bf7cb15c85f966ed029b7",
      "tree": "fda89338361f2ebbc5bc9a8fa7333b54466d1cd2",
      "parents": [
        "6d6a70a33746ef5147ab146f1802f0db424dd2f1"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Mon Jan 23 15:24:42 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 23 15:24:42 2012 -0800"
      },
      "message": "Revert \"Fix 5797764: Increase lock screen\u0027s thread priority\"\n\nThis reverts commit 6d6a70a33746ef5147ab146f1802f0db424dd2f1\n\nThis doesn\u0027t appear to have a measurable impact for this issue."
    },
    {
      "commit": "fee5a860a8355cda071ff23644e943414ba7f65d",
      "tree": "360ac42d2c006e32c5ae74570ea1d58eb1681c9f",
      "parents": [
        "5e5b57aef29b33d03965b4dc370cde9a39220adc",
        "b918035d34422a2041b6ec8c09c566bb93345b40"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Mon Jan 23 15:11:00 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 23 15:11:00 2012 -0800"
      },
      "message": "Merge \"DO NOT MERGE Revert \"AudioFlinger: mix track only when really ready (2)\"\" into ics-mr1"
    },
    {
      "commit": "b918035d34422a2041b6ec8c09c566bb93345b40",
      "tree": "316213e4d9306e8f13656664f362cf6295f89c91",
      "parents": [
        "eaa11a723150f1ea79446d7ba4bf77eb47b73337"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Mon Jan 23 14:01:15 2012 -0800"
      },
      "committer": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Mon Jan 23 15:02:41 2012 -0800"
      },
      "message": "DO NOT MERGE Revert \"AudioFlinger: mix track only when really ready (2)\"\n\nThis reverts commit 71c4496a9757438afd30b4404824f296f6158a49.\n\nChange-Id: Iff10c49ea728bb10023ddeb50a3b708db770fff2\n"
    },
    {
      "commit": "a2a46f629446af0935e8ebbbd7cdb55e395f79f3",
      "tree": "f399280fee25944f5d17e04819622a3e5d5a9ea0",
      "parents": [
        "b078d942911d5e1cf9533f7fe3e156c579ba396e"
      ],
      "author": {
        "name": "Joe Malin",
        "email": "jmalin@google.com",
        "time": "Mon Nov 14 10:51:16 2011 -0800"
      },
      "committer": {
        "name": "Joe Malin",
        "email": "jmalin@google.com",
        "time": "Mon Jan 23 14:18:24 2012 -0800"
      },
      "message": "DOC CHANGE: New Content Provider topics\n\nChange-Id: Ib5507f4c9ecce3aea51cd39310e3f4990c9b3070\n"
    },
    {
      "commit": "7df80fa4e8a017243f26e287c23b7c9092a391fd",
      "tree": "777abb518c32c4be2f65b75150edad99b1df96a7",
      "parents": [
        "5e5b57aef29b33d03965b4dc370cde9a39220adc"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Dec 09 15:36:50 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Mon Jan 23 11:29:37 2012 -0800"
      },
      "message": "Use the carrier-given dns addrs for tethering.\n\nThis fixes a complaint from carriers (that we used 8.8.8.8), but also\nfixes the case where there is only room for one live radio\nconnection: the secondary connection (tethering) doesn\u0027t have a\ndefault route to prevent on-device traffic from slipping out on the\ntethering connection, but tethered dns is proxied through dnsmasq, so\nit is appearing as on-device traffic and is unroutable.  By switching\nto the carrier-indicated dns servers we can use the host-routes\nalready set for those and kill two bugs with one fix.\n\nbug:5898904\nChange-Id: Ida8777687994f353b2d4f2c7db5d6ea4b6ac3882\n"
    },
    {
      "commit": "5e5b57aef29b33d03965b4dc370cde9a39220adc",
      "tree": "3fdba9ee28d2d44fc0c75f8148b8d48d2273c0d4",
      "parents": [
        "eaa11a723150f1ea79446d7ba4bf77eb47b73337",
        "41ca0ac06bc7fe22a4f9ed9c007aa26f27934662"
      ],
      "author": {
        "name": "Bill Gruber",
        "email": "billg@google.com",
        "time": "Mon Jan 23 10:21:16 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jan 23 10:21:16 2012 -0800"
      },
      "message": "Merge \"DevDocs update: Publishing on Market\" into ics-mr1"
    },
    {
      "commit": "eaa11a723150f1ea79446d7ba4bf77eb47b73337",
      "tree": "65340e7a9715009d887cb013c705e3eaae2f7873",
      "parents": [
        "b09f6f96e3583da320b69486869bc98fd463735e",
        "6d6a70a33746ef5147ab146f1802f0db424dd2f1"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Fri Jan 20 15:24:20 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 15:24:20 2012 -0800"
      },
      "message": "Merge \"Fix 5797764: Increase lock screen\u0027s thread priority\" into ics-mr1"
    },
    {
      "commit": "b09f6f96e3583da320b69486869bc98fd463735e",
      "tree": "98ea7835f8336eac6008e6355b8b33428f4adfbe",
      "parents": [
        "639ed754bba866d2a47ef7ca58e56806b546b149",
        "f87da6e84637ce36216825681aad2b69e0310094"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:48:51 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 14:48:51 2012 -0800"
      },
      "message": "Merge \"Update WiMAX assets to match new style Bug: 5724605\" into ics-mr1"
    },
    {
      "commit": "f87da6e84637ce36216825681aad2b69e0310094",
      "tree": "7280b828ad23c366de13b321a0502281bc8f1e12",
      "parents": [
        "70e21c927afeff05d8f26e9df2f36785ca19fdfd"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:46:55 2012 -0800"
      },
      "committer": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:47:26 2012 -0800"
      },
      "message": "Update WiMAX assets to match new style\nBug: 5724605\n\nChange-Id: Iab24c3e5aad3af38d5ba3a5a8f383c79270bdea3\n"
    },
    {
      "commit": "6d6a70a33746ef5147ab146f1802f0db424dd2f1",
      "tree": "415cc2c4d78a70f8caf3300f3819d8f426e31a1f",
      "parents": [
        "ff321d496a6a07fc667112ecfe4d9a107d44147b"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Fri Jan 20 14:35:56 2012 -0800"
      },
      "committer": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Fri Jan 20 14:41:55 2012 -0800"
      },
      "message": "Fix 5797764: Increase lock screen\u0027s thread priority\n\nThis increases lock screen\u0027s thread priority from THREAD_PRIORITY_FOREGROUND\nto THREAD_PRIORITY_DISPLAY to ensure it runs before other activities that\nmight stall lock screen when the screen turns on.\n\nChange-Id: I14cf9f3f5c092817bc6cf2d0a254001a5d34f744\n"
    },
    {
      "commit": "639ed754bba866d2a47ef7ca58e56806b546b149",
      "tree": "756cb9b4c12b97e058fc4844b98ee4830fa87381",
      "parents": [
        "70e21c927afeff05d8f26e9df2f36785ca19fdfd"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Fri Jan 20 14:22:07 2012 -0500"
      },
      "committer": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:37:54 2012 -0800"
      },
      "message": "Hide mobile RSSI on devices without mobile data.\n\nAlso fixes some minor layout glitches along that row of\nicons (Bluetooth vertical alignment \u0026 spacing, battery text\nwidth, inter-icon padding).\n\nBug: 5895226\nChange-Id: I303c2899bf21ddb7e28914d8fb36efd7090ac5e2\n"
    },
    {
      "commit": "70e21c927afeff05d8f26e9df2f36785ca19fdfd",
      "tree": "581626586970535e528f14d2691b0f91f585d4ed",
      "parents": [
        "1bae80668cc1d12bb4a4b93bce1960b2601de131",
        "e3b86f2137f7e98fe2ec5adf09404d0fe0d6fecc"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:33:07 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 14:33:07 2012 -0800"
      },
      "message": "Merge \"New out-of-service RSSI.\" into ics-mr1"
    },
    {
      "commit": "e3b86f2137f7e98fe2ec5adf09404d0fe0d6fecc",
      "tree": "a995238d595598912eb1b1ed1b6c1a9ce89fa5dc",
      "parents": [
        "820b45c0a21980a43532b9fb9823f8aa08c64a15"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Jan 18 15:49:49 2012 -0500"
      },
      "committer": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Fri Jan 20 14:06:40 2012 -0800"
      },
      "message": "New out-of-service RSSI.\n\nThis creates (well, restores, since we had this until\nHoneycomb) a user-visible state for \"no service\" that is\ndistinguishable from \"very very weak service\" (less than one\nbar).\n\nBug: 5775939\nChange-Id: Idd08b1a9411d5d94e4d7a97fa7f3ffd92b8113a6\n"
    },
    {
      "commit": "1bae80668cc1d12bb4a4b93bce1960b2601de131",
      "tree": "31682135168927976967c976f25d2211fe701703",
      "parents": [
        "4d3161f379195302b720e120c5e6b65a0adfaf8c",
        "cfbf7dedaddd825b608e87d3dcf46adf80a46976"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jan 20 12:01:51 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 12:01:51 2012 -0800"
      },
      "message": "Merge \"Fix issue #5823276 again: home repaints after full-screen app is exited\" into ics-mr1"
    },
    {
      "commit": "4d3161f379195302b720e120c5e6b65a0adfaf8c",
      "tree": "8db813c75501832102fec718d08efd1009a0a600",
      "parents": [
        "ad1f4a2ca825b8524c6bed494a7cf3ca70ee7e28",
        "32f470017246e397e2c21556b9dc04bb99e52862"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Fri Jan 20 11:28:44 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 11:28:44 2012 -0800"
      },
      "message": "Merge \"Always show appropriate mobile service label.\" into ics-mr1"
    },
    {
      "commit": "ad1f4a2ca825b8524c6bed494a7cf3ca70ee7e28",
      "tree": "5f069e6de8184f9d9c8190075cb3dd2c2beb2699",
      "parents": [
        "5d58eb06bcc8671bae72fb2389a9929e106131cc",
        "8fd86f38d203a8934bcf1fe580f032082dcef75f"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Fri Jan 20 11:24:13 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 11:24:13 2012 -0800"
      },
      "message": "Merge \"Implement a max time bound for rotation.  (DO NOT MERGE)\" into ics-mr1"
    },
    {
      "commit": "5d58eb06bcc8671bae72fb2389a9929e106131cc",
      "tree": "a071eaa43a1b9156ce7de30e5aff51a1cb0a947e",
      "parents": [
        "820b45c0a21980a43532b9fb9823f8aa08c64a15",
        "9f63f121bdc0db64f9dd2be9db792a8698bb0d67"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Fri Jan 20 11:24:01 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 20 11:24:01 2012 -0800"
      },
      "message": "Merge \"Fix a few memory leaks in the input dispatcher.  (DO NOT MERGE)\" into ics-mr1"
    },
    {
      "commit": "cfbf7dedaddd825b608e87d3dcf46adf80a46976",
      "tree": "75601703069be05b1da575fdb95be34ef2fd8c52",
      "parents": [
        "820b45c0a21980a43532b9fb9823f8aa08c64a15"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jan 12 14:05:03 2012 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jan 20 11:01:01 2012 -0800"
      },
      "message": "Fix issue #5823276 again: home repaints after full-screen app is exited\n\nDon\u0027t consider a window as a candidate for the top fullscreen window\nif it is not going to be a candiate for layout.\n\nThis fix does not include the change to ignore app tokens that are\nhidden.  This causes problems in some dialogs that stay hidden until\ntheir app is ready to display, but need to perform a series of relayouts\nduring that time to get to the right size.  Dropping this part of\nthe change still (mostly?) seems to allow us to avoid the bad states.\n\nChange-Id: Ic052cb1499d3287f47e9ffeac5cd2470ee5a308c\n"
    },
    {
      "commit": "32f470017246e397e2c21556b9dc04bb99e52862",
      "tree": "ccad2adb031104397f4eeb4f8519db65f484c1c2",
      "parents": [
        "12310ee801553e63091ce3bda6f07a5be31a473c"
      ],
      "author": {
        "name": "Kazuhiro Ondo",
        "email": "kazuhiro.ondo@motorola.com",
        "time": "Wed Jan 18 20:45:17 2012 -0600"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Jan 19 20:25:26 2012 -0500"
      },
      "message": "Always show appropriate mobile service label.\n\nFix for Carrier Verification case failure for not showing\n\"no internet connection\" text on expanded status bar while\nmobile data connection is not CONNECTED state.\n\nBug:5884774\nChange-Id: I433d5de626b9b0cff20d192cb6aae214f3e014b3\n"
    },
    {
      "commit": "820b45c0a21980a43532b9fb9823f8aa08c64a15",
      "tree": "702c1d08450476567130bde508e2d8a822556932",
      "parents": [
        "4e552533ea049970b54c1cdba5afb7d13496c3c1",
        "170997a519ce79e93e4f6984e9663232475ce92c"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Thu Jan 19 15:43:19 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 19 15:43:19 2012 -0800"
      },
      "message": "Merge \"DO NOT MERGE Revert \"Fix issue #5823276: home repaints after full-screen app is exited\"\" into ics-mr1"
    },
    {
      "commit": "170997a519ce79e93e4f6984e9663232475ce92c",
      "tree": "35cfb58116933c36a5cdad70c429bdce095ed87a",
      "parents": [
        "12310ee801553e63091ce3bda6f07a5be31a473c"
      ],
      "author": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Thu Jan 19 13:48:18 2012 -0800"
      },
      "committer": {
        "name": "Justin Ho",
        "email": "justinho@google.com",
        "time": "Thu Jan 19 15:41:33 2012 -0800"
      },
      "message": "DO NOT MERGE Revert \"Fix issue #5823276: home repaints after full-screen app is exited\"\n\nThis reverts commit 01b02a734d2988c22b00f5df6346ad03d8bf52b6.\n\nChange-Id: I848c01fc44eb9a51ead1116b2647ed838ec1825f\n"
    },
    {
      "commit": "4e552533ea049970b54c1cdba5afb7d13496c3c1",
      "tree": "2cd6a249bd9e5f9535e72fd234071279d5c24417",
      "parents": [
        "12310ee801553e63091ce3bda6f07a5be31a473c",
        "b078d942911d5e1cf9533f7fe3e156c579ba396e"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 19 13:25:07 2012 -0800"
      },
      "committer": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 19 13:25:07 2012 -0800"
      },
      "message": "resolved conflicts for merge of b078d942 to ics-mr1\n\nChange-Id: I831c06f2c198cc8825788a05770397457e8d511c\n"
    },
    {
      "commit": "b078d942911d5e1cf9533f7fe3e156c579ba396e",
      "tree": "7d91977bc2c2e27c40a99c7560ce385dfa0ed050",
      "parents": [
        "9575a1ab5d033248284d59b2a2ae6eda80f79762"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 05 10:50:39 2012 -0800"
      },
      "committer": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 19 12:36:06 2012 -0800"
      },
      "message": "cherrypick from master docs: Renderscript changes Change-Id: Ic84b7d8c5c48e118f337e60c8bb5b8bc68b0da16\n\nChange-Id: I8bd2ba1f0a4f284c52cfd6de817744264d2c50de\n"
    },
    {
      "commit": "12310ee801553e63091ce3bda6f07a5be31a473c",
      "tree": "2b545b12222a7a8760767de94cfcad8b78ba216b",
      "parents": [
        "230a709285abc5dfd92f05d91a8997d52a59d3c7",
        "9575a1ab5d033248284d59b2a2ae6eda80f79762"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 19 10:41:28 2012 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Jan 19 10:41:28 2012 -0800"
      },
      "message": "am 9575a1ab: Merge \"docs: wifi direct\" into ics-mr0\n\n* commit \u00279575a1ab5d033248284d59b2a2ae6eda80f79762\u0027:\n  docs: wifi direct\n"
    },
    {
      "commit": "9575a1ab5d033248284d59b2a2ae6eda80f79762",
      "tree": "fa2602d69668db2f09b4a2abeec7963d900ff846",
      "parents": [
        "00697a90bec4e0536cfa0873602b64bb6785022e",
        "12a1de04ffa6fdc2d00d1573f3643d9e12199b50"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Thu Jan 19 10:38:51 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 19 10:38:51 2012 -0800"
      },
      "message": "Merge \"docs: wifi direct\" into ics-mr0"
    },
    {
      "commit": "12a1de04ffa6fdc2d00d1573f3643d9e12199b50",
      "tree": "c6266ef77ae7055d350901b02fdc5d29be7b0b95",
      "parents": [
        "19b1c12b5eb3417e9f56810cc08ee1e560da0a99"
      ],
      "author": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Wed Nov 02 11:56:50 2011 -0700"
      },
      "committer": {
        "name": "Robert Ly",
        "email": "robertly@google.com",
        "time": "Wed Jan 18 18:38:24 2012 -0800"
      },
      "message": "docs: wifi direct\n\nChange-Id: I462a90feec29350db6bedea16e03bdd785fa60bb\n"
    },
    {
      "commit": "230a709285abc5dfd92f05d91a8997d52a59d3c7",
      "tree": "782118afed3a59641c740dc5a32559b80eccc3cc",
      "parents": [
        "db2e71635968f455ad4f41b2e24fb8b909c24ca0",
        "93c518e4f8abd98f87cda1712b30a5a86cfa60dd"
      ],
      "author": {
        "name": "Jim Miller",
        "email": "jaggies@google.com",
        "time": "Wed Jan 18 16:44:52 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 18 16:44:52 2012 -0800"
      },
      "message": "Merge \"Fix 5863053: Add method to lock screen immediately.\" into ics-mr1"
    },
    {
      "commit": "8fd86f38d203a8934bcf1fe580f032082dcef75f",
      "tree": "523d2d8b61aaa5d8323b1607db9c2b2d0b682b98",
      "parents": [
        "722c8c02f1e17c232b041440ea97a2fda336a6e8"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Wed Jan 18 15:54:33 2012 -0800"
      },
      "committer": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Wed Jan 18 16:10:13 2012 -0800"
      },
      "message": "Implement a max time bound for rotation.  (DO NOT MERGE)\n\nAlso relaxed the settle time constraints a little bit.\nWith this change, a rotation proposal will always be\nadvertised within 500ms even if the device is still shaking\naround.\n\nBug: 5496491\nChange-Id: I0bf562f4c19c0be45c016254f2f881d265f8e266\n"
    },
    {
      "commit": "db2e71635968f455ad4f41b2e24fb8b909c24ca0",
      "tree": "7ec96e0d02104d31079bfcd564b4b4f04fab892c",
      "parents": [
        "aba798510129327a046d57844381382fb1faa3ba",
        "71c4496a9757438afd30b4404824f296f6158a49"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Wed Jan 18 16:05:31 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 18 16:05:31 2012 -0800"
      },
      "message": "Merge \"AudioFlinger: mix track only when really ready (2)\" into ics-mr1"
    },
    {
      "commit": "aba798510129327a046d57844381382fb1faa3ba",
      "tree": "dcdd4b046415d015e9603597e8007421869c9bf7",
      "parents": [
        "04f3848986efda8cf006f575d2e4990f120a1bc8",
        "1e6329d4545955d5ebb440d09be9eb974ab3a2a6"
      ],
      "author": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Wed Jan 18 16:03:24 2012 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 18 16:03:24 2012 -0800"
      },
      "message": "Merge \"Use new preferredAPN URI avoiding onApnChanged() call with self-change\" into ics-mr1"
    }
  ],
  "next": "04f3848986efda8cf006f575d2e4990f120a1bc8"
}
