)]}'
{
  "log": [
    {
      "commit": "dd50c3fc15461a7342f5a38fe13fe702c953e1d2",
      "tree": "e1b8e5d8596852408aaf15f99b5184be6d53389c",
      "parents": [
        "8f2a44f934afd5492248935f564d0b3f2f676d93"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:55:07 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:55:50 2016 -0800"
      },
      "message": "Fix build\n\nChange-Id: I42ae0a22ce7259aa37c39a09d3b754785d000892\n"
    },
    {
      "commit": "8f2a44f934afd5492248935f564d0b3f2f676d93",
      "tree": "b28726ce2355b709b164d68180cae9574e0f8151",
      "parents": [
        "ea4a19f1aa27ba4b9fc4ec0af1d19b4177f801df"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 22:18:45 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:39:46 2016 -0800"
      },
      "message": "Hide swipe-up gesture behind tuner flag\n\n(;ﾟ︵ﾟ;)\n\nBug: 26317834\nChange-Id: If489d2bac21e376f2b24a3ce0537a2a8a29651ab\n"
    },
    {
      "commit": "ea4a19f1aa27ba4b9fc4ec0af1d19b4177f801df",
      "tree": "0615f1fe43c4c8cd628e491d19a86a5436ad3190",
      "parents": [
        "1b025a6026fc988ad849303f0df7821354b84c86"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 21:31:27 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:39:22 2016 -0800"
      },
      "message": "When long pressing recents and already docked, undock\n\nBug: 26771328\nChange-Id: I1fe12181cd80fd948e4184be6a8790c77bfe9e45\n"
    },
    {
      "commit": "1b025a6026fc988ad849303f0df7821354b84c86",
      "tree": "a038422b3fb523eca7bbbf3c8b8feea5e3ad0d2b",
      "parents": [
        "8202b2a5db2219c72c4895b497d256ddca216821"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 19:27:49 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:37:47 2016 -0800"
      },
      "message": "More multi-window fixes\n\n- When exiting multi-window (taskOverride gets EMPTY), emulate\nthe same task configuration so we don\u0027t end up with unnecessary\nrelaunches.\n- Fix flicker by not calling WM.setAppVisibility if the app is\nalready visible. setAppVisibility makes a dummy transition,\nwhich sets the transformation\u0027s alpha to zero if we think that\nthe app is not visible, which is the case because the app is in\nDRAW_PENDING state because we are waiting for it to exit the\ndragResize mode, but it\u0027s really visible.\n\nChange-Id: Ieb4f586ae86e1185b21a901c57883a1f19d58fee\n"
    },
    {
      "commit": "8202b2a5db2219c72c4895b497d256ddca216821",
      "tree": "daa0471ccb826b512dff3d978b1bc4c66090791c",
      "parents": [
        "067e817585524aeb0fb2c5ff4444c21fadc3f0d3"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 19:24:31 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:37:26 2016 -0800"
      },
      "message": "Use separate flag to suppress resizes\n\nWhen moving a task between stacks, we temporarily suppress resize\nchanges because while moving, the task is still in another stack\nwhich might get resized by the docked stack because when fetching\nthe stack, we might create it and thus resize the other stack.\n\nIntroduce mTemporarilyUnresizable which makes it really not resizable,\nregardless of whether we are force resizing our activities.\n\nChange-Id: Ib51163a0606106fd55f5bdeecf8e53f08add4b4b\n"
    },
    {
      "commit": "067e817585524aeb0fb2c5ff4444c21fadc3f0d3",
      "tree": "52d6c7274f2299fb3db3d0cf3956dd148c1ea2ca",
      "parents": [
        "0a932141980b576e0b9bcec9a077f55b7b269a02"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 18:24:12 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:37:07 2016 -0800"
      },
      "message": "Only treat \"null\" bounds as fullscreen\n\nWhen long pressing on the recents button, we made it one pixel smaller\nthan fullscreen so we don\u0027t dismiss the stack immediately again.\nHowever, this is a huge hack, and lead to problems with navigation bar\nbackground because there we actually rely on the fact whether\nthe window is fullscreen or not to determine whether to draw the\nnavigation bar background, which lead to flickering.\n\nBug: 26777526\nChange-Id: Ifdfcf3ad4138bc88c5164177cd20f1ff1635085f\n"
    },
    {
      "commit": "0a932141980b576e0b9bcec9a077f55b7b269a02",
      "tree": "6b358db8f4df0c15014cdf6beb3ce19a63144b08",
      "parents": [
        "9511b0f1e9ac629a4a747a0c9373d33ab33cfc32"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Mon Feb 01 17:42:25 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:36:57 2016 -0800"
      },
      "message": "Exclude stable insets from task config\n\nWhen a app is in fullscreen, we exclude navigation bar and status bar\nsize when calculating the config. However, when in multi-window, and\nthe task was almost fullscreen, the height/width reported to the app\nwas actually larger than when it was in fullscreen. In order to fix\nthis, exclude the stable insets when calculating the task\nconfiguration, and also fix a bug when calculating the screen layout.\n\nChange-Id: I843ae012fb3050c79643d125550aacb6e73d27da\n"
    },
    {
      "commit": "9511b0f1e9ac629a4a747a0c9373d33ab33cfc32",
      "tree": "881c8e65413e941ef5d55fec57bb2c7f8e3fa1c9",
      "parents": [
        "defd9225e65a5111833ab3f08e29b394571532d8"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Fri Jan 29 19:12:44 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:36:46 2016 -0800"
      },
      "message": "Fix bug where surface was not clipped off during resizing\n\nWhen dragging the divider in a way such the task size goes through\nthe following transition\n\n- Half size\n- Full screen\n- Half size\n\nthe surface wasn\u0027t clipped off anymore. This was because in full\nscreen configuration, computeDragResizing() \u003d\u003d false thus when\ngoing full screen -\u003e half size, we reset the draw state to\nDRAW_PENDING to get notified when it has finished drawn. However,\nthis also broke clipping.\n\nIn order to fix this, we always put the window into a resizing mode\nno matter whether the bounds are fullscreen or not.\n\nHowever, this introduces an ugly flickering on the navigation bar,\nwhen going into docked mode, because the app doesn\u0027t draw navigation\nbar background in resize mode.\n\nTo fix that, we calculate the presence of navigation bar whether the\nwindow is fullscreen, and not just whether it\u0027s resizing. For that,\nwe need to calculate the presence in BackdropFrameRenderer, by using\nthe insets just sent by window manager.\n\nChange-Id: Idf56df4ae7fefe67d068bc2eeda8dc4d83bbefb7\n"
    },
    {
      "commit": "defd9225e65a5111833ab3f08e29b394571532d8",
      "tree": "c8c2870d0422522d7df4c4300c318c0f6d14fba1",
      "parents": [
        "95085d154b1ea6b4db3ae14d39a1c8c8a6560f78"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Feb 03 18:28:49 2016 -0800"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 14:36:35 2016 -0800"
      },
      "message": "Fix crash in SysUI when configuration changes\n\nBug: 26913675\nChange-Id: Ib36e5fcdd22197317f1b99a3aec8a46896a8cc36\n"
    },
    {
      "commit": "95085d154b1ea6b4db3ae14d39a1c8c8a6560f78",
      "tree": "45331b20d9ed22f531f46d9600cb86a9a1ddb79c",
      "parents": [
        "3db779646151123073db918869125bd66135fcbb",
        "3aaff80f3232aa4d7aba826a5ad9edd95bc45c65"
      ],
      "author": {
        "name": "Doris Liu",
        "email": "tianliu@google.com",
        "time": "Thu Feb 04 20:03:44 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 20:03:44 2016 +0000"
      },
      "message": "Merge \"Revert \"Fix NPE for invalid target exception\"\""
    },
    {
      "commit": "3aaff80f3232aa4d7aba826a5ad9edd95bc45c65",
      "tree": "dd19880ed1a0f3a7340765209fd4b955a79228c0",
      "parents": [
        "d4fda02dd59adff9553dca5647ebb6c023145d5f"
      ],
      "author": {
        "name": "Doris Liu",
        "email": "tianliu@google.com",
        "time": "Thu Feb 04 20:02:52 2016 +0000"
      },
      "committer": {
        "name": "Doris Liu",
        "email": "tianliu@google.com",
        "time": "Thu Feb 04 20:02:52 2016 +0000"
      },
      "message": "Revert \"Fix NPE for invalid target exception\"\n\nThis reverts commit d4fda02dd59adff9553dca5647ebb6c023145d5f.\n\nChange-Id: I73341dc41c7effaa3209107b4e85503b17e2c826\n"
    },
    {
      "commit": "3db779646151123073db918869125bd66135fcbb",
      "tree": "6974092a363fed6a0f3d9fac616e72edd2bf77f2",
      "parents": [
        "0a1abd3247d856fe875d5ef45f75bc2c8167ea96"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 14:53:00 2016 -0500"
      },
      "committer": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 14:53:00 2016 -0500"
      },
      "message": "Use correct condition for killing background processes\n\nBug: 26881641\nChange-Id: Iccb0f48497e5a2023543d73b5c2067e5edaf717e\n"
    },
    {
      "commit": "0a1abd3247d856fe875d5ef45f75bc2c8167ea96",
      "tree": "ab627effb6444397279f956e3f931be445a60a5c",
      "parents": [
        "57218cbbf773f389e5e9493623dd3d017e459590",
        "f648108f83d4e74811919e9811efb8fcc184b8a3"
      ],
      "author": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Thu Feb 04 19:32:57 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 19:32:57 2016 +0000"
      },
      "message": "Merge \"Have RT drive window positioning\""
    },
    {
      "commit": "f648108f83d4e74811919e9811efb8fcc184b8a3",
      "tree": "a7e20b3298846cd072499a921bfa59d244c717e0",
      "parents": [
        "15d21b3aca1c3eeb3932752194e9f196b546387b"
      ],
      "author": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Tue Feb 02 15:18:23 2016 -0800"
      },
      "committer": {
        "name": "John Reck",
        "email": "jreck@google.com",
        "time": "Thu Feb 04 11:23:49 2016 -0800"
      },
      "message": "Have RT drive window positioning\n\nBug: 22802885\n\nChange-Id: I6beed5474d3a943b16e9097f7bd61ce3cbd37505\n"
    },
    {
      "commit": "57218cbbf773f389e5e9493623dd3d017e459590",
      "tree": "597e92e968c27dc591d7e042039e0b7f711284ca",
      "parents": [
        "37e80e3167a3e79828e4e08575474b81b7ad3a2e",
        "569258689a0d28f25cbdf7189038833d45a63a80"
      ],
      "author": {
        "name": "Sudheer Shanka",
        "email": "sudheersai@google.com",
        "time": "Thu Feb 04 19:14:14 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 19:14:14 2016 +0000"
      },
      "message": "Merge \"Made changes to fix some policy transparency options.\""
    },
    {
      "commit": "37e80e3167a3e79828e4e08575474b81b7ad3a2e",
      "tree": "ec0b340cb36085c8d057c1f5625e038155ec26a7",
      "parents": [
        "37fd29f2842c4b92ba3ddbba2f9a5024ce103783",
        "b09fdff0ff3089e908b7c815ca88ace617f93acc"
      ],
      "author": {
        "name": "Brian Jones",
        "email": "bjones@google.com",
        "time": "Thu Feb 04 19:11:59 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 19:11:59 2016 +0000"
      },
      "message": "Merge \"Allow Full ICCID Print in dumpsys on Debuggable Builds\""
    },
    {
      "commit": "b09fdff0ff3089e908b7c815ca88ace617f93acc",
      "tree": "c9265e92e98c83c81703a177e0e3732a52410e1a",
      "parents": [
        "a5da90c6f495fbf68b76b46e275614f09268364e"
      ],
      "author": {
        "name": "Nathan Harold",
        "email": "nharold@google.com",
        "time": "Thu Feb 04 11:03:15 2016 -0800"
      },
      "committer": {
        "name": "Nathan Harold",
        "email": "nharold@google.com",
        "time": "Thu Feb 04 11:10:20 2016 -0800"
      },
      "message": "Allow Full ICCID Print in dumpsys on Debuggable Builds\n\nBug: 26981705\nChange-Id: I83b1cb7e4e382123daf506b1621e8e100b874611\n"
    },
    {
      "commit": "37fd29f2842c4b92ba3ddbba2f9a5024ce103783",
      "tree": "9d6540a664b974f36961ddd0eff8802681779b38",
      "parents": [
        "c8ca8ceba067e5f439560275fd9529646f2b569a",
        "7fc1b0349bc2ac8c880120dc5611f703faa7f06f"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Thu Feb 04 19:08:59 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 19:08:59 2016 +0000"
      },
      "message": "Merge \"Fix ripple clipping + quick rejection\""
    },
    {
      "commit": "c8ca8ceba067e5f439560275fd9529646f2b569a",
      "tree": "0c88de51f044e603fbe1bcb6c57133982633bf72",
      "parents": [
        "b6aae68912984d8da9063c2351c22361be37756f",
        "d8165e863b37d82c937ad960dc970f2d2cf72c2a"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Thu Feb 04 19:04:18 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 19:04:18 2016 +0000"
      },
      "message": "Merge \"Simplify shadow task cleanup\""
    },
    {
      "commit": "b6aae68912984d8da9063c2351c22361be37756f",
      "tree": "a6d0f8aa069567868b0ab6ac061281a1d9ce314a",
      "parents": [
        "fba5a3b6da329178a6e964c5cf386a3dfd8011d6",
        "2b11b688b841a00afe5eda8bda02409172751318"
      ],
      "author": {
        "name": "Igor Murashkin",
        "email": "iam@google.com",
        "time": "Thu Feb 04 18:56:24 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:56:24 2016 +0000"
      },
      "message": "Merge \"api: Un-@hide new annotation APIs from java 8\""
    },
    {
      "commit": "fba5a3b6da329178a6e964c5cf386a3dfd8011d6",
      "tree": "c5bf97b571914cc4ec648a673d71ab7e26729b5e",
      "parents": [
        "6bfa4286e0701de57e8812f938f7af74c8c1e3e1",
        "0218fc7dbb2df36cf5f9ca30075da84e0020b218"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:47:23 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:47:23 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\" into cw-e-dev am: e2c27eede5  -s ours am: 44b73f54fb  -s ours am: 3db7909c7a  -s ours\nam: 0218fc7dbb  -s ours\n\n* commit \u00270218fc7dbb2df36cf5f9ca30075da84e0020b218\u0027:\n  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\n"
    },
    {
      "commit": "6bfa4286e0701de57e8812f938f7af74c8c1e3e1",
      "tree": "c5bf97b571914cc4ec648a673d71ab7e26729b5e",
      "parents": [
        "ae7c208adfcdf3b1acfd110ad20f646009d2447c",
        "2aa46d43257ed724298faece0726cebbaff4cbe3"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 18:45:17 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:45:17 2016 +0000"
      },
      "message": "Merge \"Kill background processes targeting SDK \u003c N on density change\""
    },
    {
      "commit": "0218fc7dbb2df36cf5f9ca30075da84e0020b218",
      "tree": "8200648fc6767908f668f2a7fa076eb13eb1c1d3",
      "parents": [
        "7007254630ef6e8d236bcc2b548a08f34e443061",
        "3db7909c7a2b827a9c887ae8a00360cb75001c8b"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:41:11 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:41:11 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\" into cw-e-dev am: e2c27eede5  -s ours am: 44b73f54fb  -s ours\nam: 3db7909c7a  -s ours\n\n* commit \u00273db7909c7a2b827a9c887ae8a00360cb75001c8b\u0027:\n  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\n"
    },
    {
      "commit": "3db7909c7a2b827a9c887ae8a00360cb75001c8b",
      "tree": "ee50551bda5ae44980b1f520c83deec98384ab5c",
      "parents": [
        "1886efacfc22aff9e191cd57820c2d151bac66e3",
        "44b73f54fb223538eb05fe7b86ff0f47c117be7e"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:35:22 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:35:22 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\" into cw-e-dev am: e2c27eede5  -s ours\nam: 44b73f54fb  -s ours\n\n* commit \u002744b73f54fb223538eb05fe7b86ff0f47c117be7e\u0027:\n  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\n"
    },
    {
      "commit": "ae7c208adfcdf3b1acfd110ad20f646009d2447c",
      "tree": "12db96b1d352976dad591042b38164bbca121749",
      "parents": [
        "c1e3a38d29082866f57c3c69cd39c8f3d5e43c63",
        "4c4c7384d46d6fbc9e3d4ac82af04af8dac5fecd"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:30:01 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:30:01 2016 +0000"
      },
      "message": "Merge \"Apapted the touch region for notification headers\""
    },
    {
      "commit": "c1e3a38d29082866f57c3c69cd39c8f3d5e43c63",
      "tree": "1562750b4c671bcf033906159073ca18612e4ee1",
      "parents": [
        "b5e6af5f55a6ad16ab5636acc335f3e69826d312",
        "413142a1c1df59934c78a45e6304a29eb7d624e1"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:29:41 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:29:41 2016 +0000"
      },
      "message": "Merge \"Not truncating notification info anymore\""
    },
    {
      "commit": "b5e6af5f55a6ad16ab5636acc335f3e69826d312",
      "tree": "b3dde4284ce4f29011fa75717ff2caae5b7a9409",
      "parents": [
        "7fce1206fa499dc7033f94b234fd2ef03ed343c8",
        "9184f9c4cdff27c6eea47c885d95bad2859b5eb3"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:28:45 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:28:45 2016 +0000"
      },
      "message": "Merge \"Collapse all groups now when the shade is collapsed\""
    },
    {
      "commit": "7fce1206fa499dc7033f94b234fd2ef03ed343c8",
      "tree": "82e0c281f286ab64968d3ab066e7b154744e959a",
      "parents": [
        "9c916fbe76872710e939bc28fbf902fdb4795fce",
        "b66685b0d08147641253aab0a95b9bd5edaa1549"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:28:27 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:28:27 2016 +0000"
      },
      "message": "Merge \"Fixed a crash when transforming\""
    },
    {
      "commit": "44b73f54fb223538eb05fe7b86ff0f47c117be7e",
      "tree": "379c03b344a42c81b7292f29bfbc8b774748a83d",
      "parents": [
        "4577aac5510db6c3255a5e09a573c52bbfa8b609",
        "e2c27eede562241423c02d086703b12d4b3dddd3"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:28:10 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:28:10 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\" into cw-e-dev\nam: e2c27eede5  -s ours\n\n* commit \u0027e2c27eede562241423c02d086703b12d4b3dddd3\u0027:\n  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\n"
    },
    {
      "commit": "9c916fbe76872710e939bc28fbf902fdb4795fce",
      "tree": "7d40e480573012dd880d5a5c5f8d280c3bf061ca",
      "parents": [
        "3c30c063311956261a41673565b4518025f8cafe",
        "e3efd8393014275e8c090391606782cb698b0ed3"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:28:03 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:28:03 2016 +0000"
      },
      "message": "Merge \"Fixed that group children expand buttons were sometimes colored\""
    },
    {
      "commit": "3c30c063311956261a41673565b4518025f8cafe",
      "tree": "51b9e21c95df9422f4d88f3bc12884154d5ec482",
      "parents": [
        "e13b5c87883a6de833e61f5b98ab2b245a4f218f",
        "d634d069dd484698c6d109525ee0b6e882ca49df"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:27:39 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:27:39 2016 +0000"
      },
      "message": "Merge \"Fixed a bug where the notification big text wasn\u0027t transforming\""
    },
    {
      "commit": "e13b5c87883a6de833e61f5b98ab2b245a4f218f",
      "tree": "008f3b494d6e45c6f3d2691a46041d15c35b71f2",
      "parents": [
        "c3e3652126b8a7243dd2734ca57c25907d77a9b5",
        "7db4298cb9903cd58432dafd97d2902841e5a372"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:27:13 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:27:13 2016 +0000"
      },
      "message": "Merge \"Adapted the background behavior on the lockscreen\""
    },
    {
      "commit": "c3e3652126b8a7243dd2734ca57c25907d77a9b5",
      "tree": "cee3cf6c6849eaf6a6059bc0f1ad3c6e9ac34b95",
      "parents": [
        "09159fcf5546d662e56cd11fb59062449bc33f90",
        "a3d3b91a6eb1db65b52f12442973a1820754c8c0"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:26:56 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:26:56 2016 +0000"
      },
      "message": "Merge \"Adapted the style of notification groups\""
    },
    {
      "commit": "09159fcf5546d662e56cd11fb59062449bc33f90",
      "tree": "a730f8cdc6b3a565f1886430da2ec84c86b94457",
      "parents": [
        "fee27b2d6b1e0eaa14f7514397a8d02872e05034",
        "2b39c4ccdf26300ab18af0b941ab5b3cf124fd13"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:25:53 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:25:53 2016 +0000"
      },
      "message": "Merge \"Adapted the no notifications view according to spec\""
    },
    {
      "commit": "fee27b2d6b1e0eaa14f7514397a8d02872e05034",
      "tree": "4ae74037fac6d899967c7d8de87f3ada396c5273",
      "parents": [
        "5650c523d664de84363441470cbf2aef7ecb139f",
        "3109ec39fa1d87eba2c961c072096cf03934efc4"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Thu Feb 04 18:25:36 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:25:36 2016 +0000"
      },
      "message": "Merge \"Updated the clear all button to spec\""
    },
    {
      "commit": "5650c523d664de84363441470cbf2aef7ecb139f",
      "tree": "779aa900435cdc52f19632bfde4e81547a146cf4",
      "parents": [
        "5f3f86af66046445703c71bbee2a5d2434c536a9",
        "cc9d617dca3e3b332db2e2e7293c5501dd935cec"
      ],
      "author": {
        "name": "Abodunrinwa Toki",
        "email": "toki@google.com",
        "time": "Thu Feb 04 18:24:01 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:24:01 2016 +0000"
      },
      "message": "Merge \"Make sure the scrollbar shows when the overflow is opened.\""
    },
    {
      "commit": "e2c27eede562241423c02d086703b12d4b3dddd3",
      "tree": "e0d8c3778b2d94455e0327f03b1110d4bf8d47cb",
      "parents": [
        "fbd88d132e3d75c9f1af607fc1ba00a6596d7406",
        "c47749f9908b5d98397379fb3bf80d330f9c8283"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:23:59 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:23:59 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.\" into cw-e-dev"
    },
    {
      "commit": "5f3f86af66046445703c71bbee2a5d2434c536a9",
      "tree": "8e57510da5e84d3a4ccf25c4cddca60fd4c54e8e",
      "parents": [
        "1af0ad71ef743eefd8d6e7733b59561ba6f86103",
        "7007254630ef6e8d236bcc2b548a08f34e443061"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:19:53 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:19:53 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\" into cw-e-dev am: fbd88d132e  -s ours am: 4577aac551  -s ours am: 1886efacfc  -s ours\nam: 7007254630  -s ours\n\n* commit \u00277007254630ef6e8d236bcc2b548a08f34e443061\u0027:\n  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\n"
    },
    {
      "commit": "1af0ad71ef743eefd8d6e7733b59561ba6f86103",
      "tree": "8e57510da5e84d3a4ccf25c4cddca60fd4c54e8e",
      "parents": [
        "3fd03b718d336ddb492125a07df62d3050d08bd4",
        "eae7c318864bcfd814c8be697315f829952ccc69"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 18:17:33 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:17:33 2016 +0000"
      },
      "message": "Merge \"Fix battery off center\""
    },
    {
      "commit": "7007254630ef6e8d236bcc2b548a08f34e443061",
      "tree": "8200648fc6767908f668f2a7fa076eb13eb1c1d3",
      "parents": [
        "7cbc1aeecdb41076e26c2aa70bdc971ddb294e21",
        "1886efacfc22aff9e191cd57820c2d151bac66e3"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:15:26 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:15:26 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\" into cw-e-dev am: fbd88d132e  -s ours am: 4577aac551  -s ours\nam: 1886efacfc  -s ours\n\n* commit \u00271886efacfc22aff9e191cd57820c2d151bac66e3\u0027:\n  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\n"
    },
    {
      "commit": "1886efacfc22aff9e191cd57820c2d151bac66e3",
      "tree": "ee50551bda5ae44980b1f520c83deec98384ab5c",
      "parents": [
        "8152fbd7e999fe57f85944a12b281be47fec0a79",
        "4577aac5510db6c3255a5e09a573c52bbfa8b609"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:10:16 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:10:16 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\" into cw-e-dev am: fbd88d132e  -s ours\nam: 4577aac551  -s ours\n\n* commit \u00274577aac5510db6c3255a5e09a573c52bbfa8b609\u0027:\n  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\n"
    },
    {
      "commit": "3fd03b718d336ddb492125a07df62d3050d08bd4",
      "tree": "ae0e17f34bdc8c4b7257bd0fb2873c2693b91636",
      "parents": [
        "0df25f0d2a4af1550bcf7d4c52d5dd763ec27757",
        "07d8d59e21125fe7cba09b10e3dd7ecb9c49e8d8"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Thu Feb 04 18:08:20 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:08:20 2016 +0000"
      },
      "message": "Merge \"Add SkiaBehaviorTests\""
    },
    {
      "commit": "0df25f0d2a4af1550bcf7d4c52d5dd763ec27757",
      "tree": "719252ad16ffb2b41379d0227c9a8af27c87140e",
      "parents": [
        "37c80bc984790721777d0fd770060ee8262b6b55",
        "f8d898590b1263cc5a8e990b34bf4573eb04102c"
      ],
      "author": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Thu Feb 04 18:06:45 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:06:45 2016 +0000"
      },
      "message": "Merge \"Honor javadocs, call super first in DocumentsProvider.call handling.\""
    },
    {
      "commit": "37c80bc984790721777d0fd770060ee8262b6b55",
      "tree": "395633471f8c5dec070e9616e60a4c5f3032fe54",
      "parents": [
        "cc83ea79673c472ce0db3c72ef4390cb8ef60602",
        "2f35c6405e19512a36947fe9bd784b9e6b06f790"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Thu Feb 04 18:05:54 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:05:54 2016 +0000"
      },
      "message": "Merge \"Add CharSequence interfaces for BidiFormatter\""
    },
    {
      "commit": "f8d898590b1263cc5a8e990b34bf4573eb04102c",
      "tree": "b8e985784c1b4f067bd38eac1c06ffefd65a9887",
      "parents": [
        "5f5d707bad1ac89d2d7d04cdc0f20b9de14a604b"
      ],
      "author": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Thu Feb 04 10:02:09 2016 -0800"
      },
      "committer": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Thu Feb 04 10:05:52 2016 -0800"
      },
      "message": "Honor javadocs, call super first in DocumentsProvider.call handling.\n\nChange-Id: Ic7d8d629c4c7df39ce3e2524670169752bab899b\n"
    },
    {
      "commit": "4577aac5510db6c3255a5e09a573c52bbfa8b609",
      "tree": "379c03b344a42c81b7292f29bfbc8b774748a83d",
      "parents": [
        "a3144a52c63a8f69f0f79fe05070fd181bc70b1d",
        "fbd88d132e3d75c9f1af607fc1ba00a6596d7406"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:05:34 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 18:05:34 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\" into cw-e-dev\nam: fbd88d132e  -s ours\n\n* commit \u0027fbd88d132e3d75c9f1af607fc1ba00a6596d7406\u0027:\n  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\n"
    },
    {
      "commit": "fbd88d132e3d75c9f1af607fc1ba00a6596d7406",
      "tree": "7938ecd56df30b243f22f7f93a6663aba03ecdc2",
      "parents": [
        "94d9f3c78856217a1d7c6444fb7f9bc47ce96adc",
        "aae35640cd4e08186c01875e8d14962258e3d365"
      ],
      "author": {
        "name": "Wei Liu",
        "email": "luciferleo@google.com",
        "time": "Thu Feb 04 18:01:45 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 18:01:45 2016 +0000"
      },
      "message": "Merge \"DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\" into cw-e-dev"
    },
    {
      "commit": "eae7c318864bcfd814c8be697315f829952ccc69",
      "tree": "ed90827544a8ae568db68cde15764146e17a683d",
      "parents": [
        "c265356596e74d5658dbd0088cd93b50afad3be8"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 13:00:48 2016 -0500"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 13:00:48 2016 -0500"
      },
      "message": "Fix battery off center\n\nBug: 26811313\nChange-Id: I1637ebcbc06665252a34ad9929bd772d04abe33f\n"
    },
    {
      "commit": "2aa46d43257ed724298faece0726cebbaff4cbe3",
      "tree": "5c1569bd45af2749f909039a4d0a3a4d3d09a37b",
      "parents": [
        "b52567d6a3197718a912b83799b92c47fe6a482d"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 12:49:44 2016 -0500"
      },
      "committer": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 12:49:44 2016 -0500"
      },
      "message": "Kill background processes targeting SDK \u003c N on density change\n\nBug: 26881641\nChange-Id: Iea8e95e550e2ca32f15c2bdaa14b6bf81f06a477\n"
    },
    {
      "commit": "cc83ea79673c472ce0db3c72ef4390cb8ef60602",
      "tree": "44423d8827620443005982b58c4edcfc3aa743f5",
      "parents": [
        "62d59cc4a675c9db66e9e701f7ba3ad7724034ee",
        "278fb3b35920cd7d5ba4ce3a4c24776e89007bbd"
      ],
      "author": {
        "name": "Mikhail Naganov",
        "email": "mnaganov@google.com",
        "time": "Thu Feb 04 17:41:19 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 17:41:19 2016 +0000"
      },
      "message": "Merge \"Make flags related for \"external services\" public\""
    },
    {
      "commit": "62d59cc4a675c9db66e9e701f7ba3ad7724034ee",
      "tree": "45feeabf87c323675648041e2d840656f8549ce0",
      "parents": [
        "5f5d707bad1ac89d2d7d04cdc0f20b9de14a604b",
        "fece2ab2f73af098430b10fa0979e49f97079ab5"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 17:38:58 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 17:38:58 2016 +0000"
      },
      "message": "Merge \"Adjust QS Header in landscape\""
    },
    {
      "commit": "5f5d707bad1ac89d2d7d04cdc0f20b9de14a604b",
      "tree": "e08d6baae625cf1c0913ce0447493705d0882c25",
      "parents": [
        "95f6280bf13272b0dd345ef8f07f956710c02791"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Wed Jan 27 10:41:22 2016 -0800"
      },
      "committer": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Thu Feb 04 17:20:13 2016 +0000"
      },
      "message": "Defined an intent to let apps launch the Data Saver settings screen.\n\nBUG: 26451391\nBUG: 26820898\nChange-Id: Ie9dbe2d08d362aa548e385967d101faafb87c9b7\n"
    },
    {
      "commit": "95f6280bf13272b0dd345ef8f07f956710c02791",
      "tree": "503eac1d168abafc57e1832fb84cee2c9f9e33b4",
      "parents": [
        "1ad24fe2283809046c2244c07ed7e4debc6f48b7",
        "3f52cd5f2a0fb29b9dd65b7dee6d84b6fc9e2e88"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Thu Feb 04 17:19:34 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 17:19:34 2016 +0000"
      },
      "message": "Merge \"Propagate changes when uids are added or removed to the restricted background whitelist.\""
    },
    {
      "commit": "1ad24fe2283809046c2244c07ed7e4debc6f48b7",
      "tree": "42b1f973b37a3e20873c86e5ba77072679e80caa",
      "parents": [
        "a2773089a660f06fb4f7945239aed48a9bc71648",
        "c17d8b79afd02133b021d89b536c812578308329"
      ],
      "author": {
        "name": "Filip Gruszczynski",
        "email": "gruszczy@google.com",
        "time": "Thu Feb 04 17:16:53 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 17:16:53 2016 +0000"
      },
      "message": "Merge \"Infrastructure for animating of maximizing pip activity.\""
    },
    {
      "commit": "c17d8b79afd02133b021d89b536c812578308329",
      "tree": "42a6752998fda312170eb6717c653595e60b0777",
      "parents": [
        "3bc8dd8eddc103a32a66a9cf3aa411f1f0615f2d"
      ],
      "author": {
        "name": "Filip Gruszczynski",
        "email": "gruszczy@google.com",
        "time": "Wed Feb 03 16:52:59 2016 -0800"
      },
      "committer": {
        "name": "Filip Gruszczynski",
        "email": "gruszczy@google.com",
        "time": "Thu Feb 04 09:01:05 2016 -0800"
      },
      "message": "Infrastructure for animating of maximizing pip activity.\n\nBug: 25672053\nChange-Id: Ie8a83c626680e01ff7115f40731ab9e6c13769c0\n"
    },
    {
      "commit": "a2773089a660f06fb4f7945239aed48a9bc71648",
      "tree": "34b8a05da95465442c8a29b3b7f27af073a4c460",
      "parents": [
        "47148a798730e9705e1a3579ea54a833d9fec449",
        "de4e8e3a8eee1fb86ccef9e4e3966db4089f9b2e"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Thu Feb 04 17:00:52 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 17:00:52 2016 +0000"
      },
      "message": "Merge \"Created commands to manage metered networks.\""
    },
    {
      "commit": "fece2ab2f73af098430b10fa0979e49f97079ab5",
      "tree": "9c48bb86d999f9939601f653d4a6b17af9c88e58",
      "parents": [
        "c265356596e74d5658dbd0088cd93b50afad3be8"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 11:41:18 2016 -0500"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 11:41:18 2016 -0500"
      },
      "message": "Adjust QS Header in landscape\n\nGive some padding on the expand arrow.\n\nChange-Id: Ia2f88beb453634bfc82a17033f2e7a76d12e2620\n"
    },
    {
      "commit": "47148a798730e9705e1a3579ea54a833d9fec449",
      "tree": "5eda516c3009283b25193031eca801dac1d84a5d",
      "parents": [
        "d50ed370f3596c6c3a0f6294414dfc9d7c7f683b",
        "62b63a02d7ca630e3ad39991ea6550cab57e5d22"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 16:22:24 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 16:22:24 2016 +0000"
      },
      "message": "Merge \"Rewrite QS customizer\""
    },
    {
      "commit": "d50ed370f3596c6c3a0f6294414dfc9d7c7f683b",
      "tree": "282f25bbbb711cc1c4da30839a0305d7fcc66559",
      "parents": [
        "c265356596e74d5658dbd0088cd93b50afad3be8",
        "634a808226cc5d00bd6897bdc881cafe064e37ac"
      ],
      "author": {
        "name": "Alan Viverette",
        "email": "alanv@google.com",
        "time": "Thu Feb 04 16:09:09 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 16:09:09 2016 +0000"
      },
      "message": "Merge \"Improve handling of popup window exit when host window goes away\""
    },
    {
      "commit": "62b63a02d7ca630e3ad39991ea6550cab57e5d22",
      "tree": "84f8b0a0eb954533d5ba4f61c0291fdc746c0244",
      "parents": [
        "49d34d995b791f148acfa5779bc28d79e6619168"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Tue Feb 02 15:15:31 2016 -0500"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 10:16:35 2016 -0500"
      },
      "message": "Rewrite QS customizer\n\nInstead of custom draginess, use RecyclerView with a GridLayoutManager.\n\nStill needs a bit of work, but the overall feel is significantly better\nthan before.\n\nChange-Id: I3b3927472f69721e265ef7591de2f3052862f392\n"
    },
    {
      "commit": "c265356596e74d5658dbd0088cd93b50afad3be8",
      "tree": "2a6a6e0df27b0bae20247dced982a39de54c9e21",
      "parents": [
        "1615c3ff12652fb51a6adb3b7d9ea0065bf299ba",
        "bef6de8b3fafea4453e28ecd419561563fcae771"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 15:06:02 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 15:06:02 2016 +0000"
      },
      "message": "Merge \"Update QS + Notification landscape width\""
    },
    {
      "commit": "bef6de8b3fafea4453e28ecd419561563fcae771",
      "tree": "3a25c3fedcb8d12719a36812598b95d41b2505a4",
      "parents": [
        "49d34d995b791f148acfa5779bc28d79e6619168"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Wed Feb 03 11:26:07 2016 -0500"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Thu Feb 04 10:04:58 2016 -0500"
      },
      "message": "Update QS + Notification landscape width\n\nMake it bigger, also make QS + Notification width update on config\nchange, so the new width can take effect.\n\nChange-Id: Id069d21358d7bb716a1dfadc21fa11d1e5d69575\n"
    },
    {
      "commit": "1615c3ff12652fb51a6adb3b7d9ea0065bf299ba",
      "tree": "a3b3a332e02dab8f8874e1165d5561d2efc5d93d",
      "parents": [
        "49d34d995b791f148acfa5779bc28d79e6619168",
        "decd9ea263d00087f6f90182fc0325953e50cfa4"
      ],
      "author": {
        "name": "Nicolas Prévot",
        "email": "nprevot@google.com",
        "time": "Thu Feb 04 14:29:47 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 14:29:47 2016 +0000"
      },
      "message": "Merge \"IntentForwarderActivity shouldn\u0027t crash if intent has no action.\""
    },
    {
      "commit": "decd9ea263d00087f6f90182fc0325953e50cfa4",
      "tree": "875ca0447d82b980fb6d518a014af7ba756575ac",
      "parents": [
        "95aaf5d5b0050441d4160aeb5b96605d597b67e2"
      ],
      "author": {
        "name": "Nicolas Prevot",
        "email": "nprevot@google.com",
        "time": "Wed Feb 03 16:18:03 2016 +0000"
      },
      "committer": {
        "name": "Nicolas Prevot",
        "email": "nprevot@google.com",
        "time": "Thu Feb 04 14:15:46 2016 +0000"
      },
      "message": "IntentForwarderActivity shouldn\u0027t crash if intent has no action.\n\nAlso don\u0027t crash when receiving a chooser intent with no\nextra initial intent.\n\nBUG:26445101\nChange-Id: Icaf55881a015cf8cc76e5269b9bb67784dbf33c3\n"
    },
    {
      "commit": "49d34d995b791f148acfa5779bc28d79e6619168",
      "tree": "fc3c4412dfef0d47183a981b734a3085fb133c16",
      "parents": [
        "14ea90e8241803e37326f67c7ae8c7a12d47d397",
        "b7b1db11d6098c45d6a46abb1331862a2af7b097"
      ],
      "author": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Feb 04 13:11:00 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 13:11:00 2016 +0000"
      },
      "message": "Merge \"Revert \"Add java.util.function APIs\"\""
    },
    {
      "commit": "b7b1db11d6098c45d6a46abb1331862a2af7b097",
      "tree": "816afb450751d7bda5b4f2c6969f7eb91086a918",
      "parents": [
        "311a97e7f41c494bc355f5d77adc276e2a400970"
      ],
      "author": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Feb 04 13:09:42 2016 +0000"
      },
      "committer": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Feb 04 13:09:42 2016 +0000"
      },
      "message": "Revert \"Add java.util.function APIs\"\n\nPremature submission. Need to wait until stubs support 1.8.\n\nThis reverts commit 311a97e7f41c494bc355f5d77adc276e2a400970.\n\nChange-Id: Iba1361b90f75cad139f94044184c5295483fedcd\n"
    },
    {
      "commit": "14ea90e8241803e37326f67c7ae8c7a12d47d397",
      "tree": "fbb3dc8584ff4ed4cb37c5857f801210d2f8a6f7",
      "parents": [
        "ee081d5bd0fdbe7224382da7ce388b9d21f21c78",
        "311a97e7f41c494bc355f5d77adc276e2a400970"
      ],
      "author": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Feb 04 13:07:43 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 13:07:43 2016 +0000"
      },
      "message": "Merge \"Add java.util.function APIs\""
    },
    {
      "commit": "ee081d5bd0fdbe7224382da7ce388b9d21f21c78",
      "tree": "fc3c4412dfef0d47183a981b734a3085fb133c16",
      "parents": [
        "95aaf5d5b0050441d4160aeb5b96605d597b67e2",
        "980a1b6fa872f82133a7421bcfe14e2b03a0745e"
      ],
      "author": {
        "name": "Steven Ng",
        "email": "stevenckng@google.com",
        "time": "Thu Feb 04 10:24:44 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 10:24:44 2016 +0000"
      },
      "message": "Merge \"Add new permission and action for managed provisioning (QR flow)\""
    },
    {
      "commit": "95aaf5d5b0050441d4160aeb5b96605d597b67e2",
      "tree": "2a738d8bb3727298256839a21ebac0120f4f222d",
      "parents": [
        "85a74240fbed44e460ea09993fbf4964e70640d4",
        "f83ccbd7edd32e728785fb7aad44f11886e79645"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 08:29:46 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 08:29:46 2016 +0000"
      },
      "message": "Merge \"Drop device name from storage document name.\""
    },
    {
      "commit": "f83ccbd7edd32e728785fb7aad44f11886e79645",
      "tree": "c07f9472cc653670a6435909dce19650f882c934",
      "parents": [
        "19aa93249edc5dac01025456ce3bb1881f1b11d1"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 16:58:55 2016 +0900"
      },
      "committer": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 17:27:52 2016 +0900"
      },
      "message": "Drop device name from storage document name.\n\nWhen device has multiple storages, storage are shown as directory under\nthe device root. In this case, we would not like to add device name to\nstorage.\n\nNote that we still use \"device name + storage name\" for root name if the\ndevice has a single storage because we skip storage directory in this\ncase and shows storage\u0027s contents directly under the device.\n\nBUG\u003d26625708\n\nChange-Id: Ie13b044e71ae9b5131c4a01ee9d605023d05f168\n"
    },
    {
      "commit": "85a74240fbed44e460ea09993fbf4964e70640d4",
      "tree": "477aeeb5897ac65b52e327f24e84bfe2b79d4fb2",
      "parents": [
        "e21d23515f220d01cc79a102d242b01e3eea598e",
        "920280b4d15ab00bf9eb10c8991bbf0aee424305"
      ],
      "author": {
        "name": "Mihai Niță",
        "email": "mnita@google.com",
        "time": "Thu Feb 04 06:13:43 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 06:13:43 2016 +0000"
      },
      "message": "Merge \"Fixing language search box size and maximization\""
    },
    {
      "commit": "e21d23515f220d01cc79a102d242b01e3eea598e",
      "tree": "63452ec172207b6bb8d3ede54d2d6400edff9807",
      "parents": [
        "7c1cb59fab5429b5964d61e89c717ecc175f79a7",
        "24586893ba40a2d55c6e6cdab63399837c7cb12e"
      ],
      "author": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 06:07:43 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 06:07:43 2016 +0000"
      },
      "message": "Merge \"Migrate *ActivityUiTest to use ActivityInstrumentationTestCase2.\""
    },
    {
      "commit": "24586893ba40a2d55c6e6cdab63399837c7cb12e",
      "tree": "98b6d1d55ecb5c2c8a355bbe8d246df014cd16b7",
      "parents": [
        "1c0b2326b89b011ef16d9b6654f758b0b28eaea6"
      ],
      "author": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 13:48:21 2016 +0900"
      },
      "committer": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 15:06:35 2016 +0900"
      },
      "message": "Migrate *ActivityUiTest to use ActivityInstrumentationTestCase2.\n\nChange-Id: I24f2846c551e0123ad87b3db8a1f5c7dbf628c0c\n"
    },
    {
      "commit": "7c1cb59fab5429b5964d61e89c717ecc175f79a7",
      "tree": "04aaaae57673a2376c9c656d3930773199bc7fd4",
      "parents": [
        "30f0fc7f38278a97a51cea9bbbc626ef00b1a1ad",
        "19aa93249edc5dac01025456ce3bb1881f1b11d1"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 06:06:18 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 06:06:18 2016 +0000"
      },
      "message": "Merge \"Fix Identifier.equals method.\""
    },
    {
      "commit": "920280b4d15ab00bf9eb10c8991bbf0aee424305",
      "tree": "f17a3409d82b9f7b39dc7e8ca41d10f9faf46f71",
      "parents": [
        "8e9316cdde5a06cf70673de7462b7ba31ab7a032"
      ],
      "author": {
        "name": "Mihai Nita",
        "email": "mnita@google.com",
        "time": "Wed Feb 03 21:33:37 2016 -0800"
      },
      "committer": {
        "name": "Mihai Nita",
        "email": "mnita@google.com",
        "time": "Wed Feb 03 21:33:37 2016 -0800"
      },
      "message": "Fixing language search box size and maximization\n\nThe search box for the language was entering full screen in\nlandscape mode, making the search results invisible.\nIt was also \"shifted\" to the right, leaving a few characters from\nthe title visible (ugly), and making the edit area smaller.\n\nThis change fixes that behavior, and because we have more space\nwe can also increase the character limit for the hint string.\n\nBug: 26944452\nBug: 26944321\nBug: 26957818\nBug: 26732587\nChange-Id: Ib5901bd7240ac57b6d39cb4392edccc8d941802d\n"
    },
    {
      "commit": "19aa93249edc5dac01025456ce3bb1881f1b11d1",
      "tree": "79244126812d2c8d12fdcd3a10b0a8234f80b8d4",
      "parents": [
        "fda7474c5faae1e36a9274d8a5fe83e42ec6503b"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 14:19:52 2016 +0900"
      },
      "committer": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 14:19:52 2016 +0900"
      },
      "message": "Fix Identifier.equals method.\n\nPreviously the string was compared by \u003d\u003d.\n\nBUG\u003d26970351\n\nChange-Id: If88b74392955388c9bf59002f2d2a186c2dff71a\n"
    },
    {
      "commit": "30f0fc7f38278a97a51cea9bbbc626ef00b1a1ad",
      "tree": "87d4bfcd0b9dd1f025ddb990dcf715c14d259783",
      "parents": [
        "c67aacc76f4ec1b08803c8fa32fa4a4786bfd2d9",
        "1c0b2326b89b011ef16d9b6654f758b0b28eaea6"
      ],
      "author": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 04:38:29 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 04:38:29 2016 +0000"
      },
      "message": "Merge \"Fix flaky testLoadsHomebyDefault.\""
    },
    {
      "commit": "4c4c7384d46d6fbc9e3d4ac82af04af8dac5fecd",
      "tree": "c782e326f35d3ff488aad11fce8ce3311b74bc49",
      "parents": [
        "413142a1c1df59934c78a45e6304a29eb7d624e1"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 16:17:09 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:21 2016 -0800"
      },
      "message": "Apapted the touch region for notification headers\n\nAlso fixed that RTL wasn\u0027t working correctly.\n\nChange-Id: I597b346792fc837bb3a6eb5aa2f23c5c47a7cf57\n"
    },
    {
      "commit": "413142a1c1df59934c78a45e6304a29eb7d624e1",
      "tree": "f4d07e693f2881afdf20e5d85c4b6bf7cf1174e7",
      "parents": [
        "9184f9c4cdff27c6eea47c885d95bad2859b5eb3"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 10:58:13 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:20 2016 -0800"
      },
      "message": "Not truncating notification info anymore\n\nBug: 26860987\nChange-Id: I4803ce93aa6b70a80ebb478cba29bd4b6be2277f\n"
    },
    {
      "commit": "9184f9c4cdff27c6eea47c885d95bad2859b5eb3",
      "tree": "f5a90ef2ebbd38b6c488e77ad04803ee3435d64b",
      "parents": [
        "b66685b0d08147641253aab0a95b9bd5edaa1549"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 17:36:53 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:20 2016 -0800"
      },
      "message": "Collapse all groups now when the shade is collapsed\n\nThis could lead to huuge HUNs\n\nBug: 26884670\nChange-Id: Ia99029ccc56b0fb9338bff32c300eaf27ea10c51\n"
    },
    {
      "commit": "b66685b0d08147641253aab0a95b9bd5edaa1549",
      "tree": "1032547305312b2ec2ec158cf3a91d6084ed781e",
      "parents": [
        "e3efd8393014275e8c090391606782cb698b0ed3"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 17:16:08 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:19 2016 -0800"
      },
      "message": "Fixed a crash when transforming\n\nWhen transforming directly from a hybrid view into a bigtext,\nthe transformation could crash. This is now fixed.\n\nChange-Id: Ie45c1feaf916c9aa584f1797b7fa0831fe757b9b\n"
    },
    {
      "commit": "e3efd8393014275e8c090391606782cb698b0ed3",
      "tree": "a8e8056e76b4c41365a42956f7330bd31fc8f1da",
      "parents": [
        "d634d069dd484698c6d109525ee0b6e882ca49df"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 16:54:02 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:19 2016 -0800"
      },
      "message": "Fixed that group children expand buttons were sometimes colored\n\nBecause of a race the visibility wasn\u0027t set correctly yet\n\nChange-Id: I94366a57049f39c5d12f9aed7af95e2f97bc15ea\n"
    },
    {
      "commit": "d634d069dd484698c6d109525ee0b6e882ca49df",
      "tree": "d016583a75d8089f86e79069a2b10ee562dbc3a9",
      "parents": [
        "7db4298cb9903cd58432dafd97d2902841e5a372"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 15:47:14 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:18 2016 -0800"
      },
      "message": "Fixed a bug where the notification big text wasn\u0027t transforming\n\nBecause it has a different id the big text wasn\u0027t transforming correctly\n\nChange-Id: I2fdb423d3ef4a8fbe651c0bbd32e04c63b193ba5\n"
    },
    {
      "commit": "7db4298cb9903cd58432dafd97d2902841e5a372",
      "tree": "f927c08f67190c7c756b6c6e1f25e469c6c090e8",
      "parents": [
        "a3d3b91a6eb1db65b52f12442973a1820754c8c0"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 15:21:41 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:30:18 2016 -0800"
      },
      "message": "Adapted the background behavior on the lockscreen\n\nThe background is now at most at the topPadding\n\nBug: 26869443\nChange-Id: I752977300084200ac77f5c0887e4439c3acc2b56\n"
    },
    {
      "commit": "a3d3b91a6eb1db65b52f12442973a1820754c8c0",
      "tree": "a9ff0314c53d367f5e12e877e6affbb9daf5ad27",
      "parents": [
        "2b39c4ccdf26300ab18af0b941ab5b3cf124fd13"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Tue Feb 02 11:22:06 2016 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Feb 03 20:29:36 2016 -0800"
      },
      "message": "Adapted the style of notification groups\n\nThe title is now not using the spanned styling anymore\nand the overflow is divided differently. Also fixed the\nlayout for RTL languagues and BIDI.\n\nChange-Id: I5963e1990fe0efefd0355fcaae249546cbb75181\n"
    },
    {
      "commit": "c67aacc76f4ec1b08803c8fa32fa4a4786bfd2d9",
      "tree": "314b16f2d41a881e916477cea737d6d5787b9422",
      "parents": [
        "cf2b0ab2059e0e4dd3cb120ba78216f4f2803c26",
        "1f264a8a1a6c3e770e45c52fc08dc06de6b1aa55"
      ],
      "author": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Thu Feb 04 04:20:55 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 04:20:55 2016 +0000"
      },
      "message": "Merge \"Normalize toolbar management.\""
    },
    {
      "commit": "cf2b0ab2059e0e4dd3cb120ba78216f4f2803c26",
      "tree": "664ed9abd2c937bf04a5a714d99495c87a045957",
      "parents": [
        "28310218dd1ef8c0e32e7b0a23cd65a31e7acf90",
        "fda7474c5faae1e36a9274d8a5fe83e42ec6503b"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 04:15:50 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 04:15:50 2016 +0000"
      },
      "message": "Merge \"Open MTP device on demand.\""
    },
    {
      "commit": "7fc1b0349bc2ac8c880120dc5611f703faa7f06f",
      "tree": "6eb28dc729ca8fcecc3be81bffb27828e32052e9",
      "parents": [
        "d38308e4d0599836f9c5446ba9d6edbc0713c428"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 19:45:06 2016 -0800"
      },
      "committer": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 20:09:00 2016 -0800"
      },
      "message": "Fix ripple clipping + quick rejection\n\nbug:26524690\n\nDon\u0027t intersect the first clip with the viewport. Instead, the first\nclip op should always be a replace op.\n\nAdditionally, only quick reject nodes that clip to bounds, since some\nnodes (like ripples) draw outside their own bounds.\n\nChange-Id: I96a52029f360328aba19af7349888cc0a026b5b1\n"
    },
    {
      "commit": "28310218dd1ef8c0e32e7b0a23cd65a31e7acf90",
      "tree": "2e47d90aba03eae00a02fc47b99389a2b8b9c2a9",
      "parents": [
        "09102359ed0bdc52c636bbb24726212e4d22dfe3",
        "df1ccbdc97a6540613c686298b82ea8385577c56"
      ],
      "author": {
        "name": "Mihai Niță",
        "email": "mnita@google.com",
        "time": "Thu Feb 04 04:03:48 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 04:03:48 2016 +0000"
      },
      "message": "Merge \"Update the title when going back from region selection\""
    },
    {
      "commit": "09102359ed0bdc52c636bbb24726212e4d22dfe3",
      "tree": "8e24dcffc0ea011b52e6bf103a61a0d5ca905cc5",
      "parents": [
        "3af4eb5b5076bef618b4b5e48b7d11813d973fe3",
        "7e29dea3f86e37dcf1753402cf73865114283656"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Thu Feb 04 03:46:08 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 03:46:08 2016 +0000"
      },
      "message": "Merge \"Incremental local builds for frameworks\""
    },
    {
      "commit": "fda7474c5faae1e36a9274d8a5fe83e42ec6503b",
      "tree": "6c5c102a9293f2ba4524cd4355f3cae1fa910ebd",
      "parents": [
        "6a5ea7eae8a70bced97ceef051c965c27cb642ca"
      ],
      "author": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Mon Feb 01 13:00:31 2016 +0900"
      },
      "committer": {
        "name": "Daichi Hirono",
        "email": "hirono@google.com",
        "time": "Thu Feb 04 12:45:58 2016 +0900"
      },
      "message": "Open MTP device on demand.\n\nPreviously MtpDocumentsProvider opens a device just after device is\nconnected to Android. But MtpDocumentsProvider should open MTP device on\ndemand so that other applications can open device if user starts to use\nthe application before using MtpDocumentsProvider.\n\nBUG\u003d26625708\n\nChange-Id: I6083b8c7cef49ee6e9fb0d15ca4adc129734f3eb\n"
    },
    {
      "commit": "3af4eb5b5076bef618b4b5e48b7d11813d973fe3",
      "tree": "7759ab3522d181bcb027b7169b1e75c9f41fdf2a",
      "parents": [
        "505514e68ef4c2a45d135eca6603a67d89cf4452",
        "1908cb84a5fdf7cc10892d54da8e2411c8d1c1c6"
      ],
      "author": {
        "name": "Abhijith Shastry",
        "email": "ashastry@google.com",
        "time": "Thu Feb 04 03:43:54 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 03:43:54 2016 +0000"
      },
      "message": "Merge \"Add API in TelecomManager to launch the UI to manage blocked numbers.\""
    },
    {
      "commit": "1c0b2326b89b011ef16d9b6654f758b0b28eaea6",
      "tree": "5b4f63725458d2a6a31a7979d40b3c959f90a793",
      "parents": [
        "4cf5a49e545ec67271452ce1215de86d28fc2087"
      ],
      "author": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 11:50:45 2016 +0900"
      },
      "committer": {
        "name": "Tomasz Mikolajewski",
        "email": "mtomasz@google.com",
        "time": "Thu Feb 04 11:50:45 2016 +0900"
      },
      "message": "Fix flaky testLoadsHomebyDefault.\n\nThe test was resuming a previously opened activity, so naturally the\nredirect to Home didn\u0027t happen.\n\nThis CL fixes the issue by closing the activity in TearDown().\n\nChange-Id: I43e78a83c2b53c52745bc7eef515a8f759559e46\n"
    },
    {
      "commit": "2f35c6405e19512a36947fe9bd784b9e6b06f790",
      "tree": "588943994bc2dc937ed7f4496e72de49cd792139",
      "parents": [
        "505514e68ef4c2a45d135eca6603a67d89cf4452"
      ],
      "author": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 03 18:41:54 2016 -0800"
      },
      "committer": {
        "name": "Roozbeh Pournader",
        "email": "roozbeh@google.com",
        "time": "Wed Feb 03 18:44:15 2016 -0800"
      },
      "message": "Add CharSequence interfaces for BidiFormatter\n\nThe previous code just supported strings, but there were requests for\nusing BidiFormatter while keeping the spans.\n\nBug: 26967041\nChange-Id: If2a1eeaf2cf1eedff3a83b79a105ea79ed1b85c1\n"
    },
    {
      "commit": "07d8d59e21125fe7cba09b10e3dd7ecb9c49e8d8",
      "tree": "a32ce8df5a7cde5a48b4a3f2775f668b34de07b5",
      "parents": [
        "d38308e4d0599836f9c5446ba9d6edbc0713c428"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 18:43:04 2016 -0800"
      },
      "committer": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 18:43:04 2016 -0800"
      },
      "message": "Add SkiaBehaviorTests\n\nChange-Id: Ie2983f7a0c9e8bdd8c8de507d70ecf3aefdd9425\n"
    },
    {
      "commit": "505514e68ef4c2a45d135eca6603a67d89cf4452",
      "tree": "17ed706d08132c2f501a8bbec8bd0cf21fd284f1",
      "parents": [
        "fdbc795e489d89f46f8ad0efd18ff01fafdbfb98",
        "7cbc1aeecdb41076e26c2aa70bdc971ddb294e21"
      ],
      "author": {
        "name": "Andre Eisenbach",
        "email": "eisenbach@google.com",
        "time": "Thu Feb 04 02:17:07 2016 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 04 02:17:07 2016 +0000"
      },
      "message": "Merge \"Implementation of BluetoothDevice.createBondOutOfBand\" am: 026a58476b\nam: 7cbc1aeecd\n\n* commit \u00277cbc1aeecdb41076e26c2aa70bdc971ddb294e21\u0027:\n  Implementation of BluetoothDevice.createBondOutOfBand\n"
    },
    {
      "commit": "1f264a8a1a6c3e770e45c52fc08dc06de6b1aa55",
      "tree": "fdd1fd7ab3520df7d35fc590ceab5cac474a5b89",
      "parents": [
        "5e8a6e5661f8c28ac7513e1ae4a991cc85a1dd3d"
      ],
      "author": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Wed Feb 03 11:15:57 2016 -0800"
      },
      "committer": {
        "name": "Steve McKay",
        "email": "smckay@google.com",
        "time": "Wed Feb 03 17:59:06 2016 -0800"
      },
      "message": "Normalize toolbar management.\n\nSince it was almost all redundant (especially the stack stuff).\nEnsure \"Files\" title present on drawer title in Files app.\nDocumentsToolBar \u003e DocumentsToolbar to match toolkit naming.\n\nBug: 26193264\nChange-Id: I92c82c66d936aae3ce0f792581daa12898dfadee\n"
    },
    {
      "commit": "fdbc795e489d89f46f8ad0efd18ff01fafdbfb98",
      "tree": "17ed706d08132c2f501a8bbec8bd0cf21fd284f1",
      "parents": [
        "4cf5a49e545ec67271452ce1215de86d28fc2087",
        "2705c983f5e3299e1481fd98a80fc78bce927527"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Thu Feb 04 01:43:40 2016 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Feb 04 01:43:40 2016 +0000"
      },
      "message": "Merge \"Remove unnecessary fence in macrobench\""
    },
    {
      "commit": "2705c983f5e3299e1481fd98a80fc78bce927527",
      "tree": "f2e0d01085ad70cfbbc744e5596e0b37a7660375",
      "parents": [
        "d38308e4d0599836f9c5446ba9d6edbc0713c428"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 17:39:40 2016 -0800"
      },
      "committer": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Wed Feb 03 17:39:41 2016 -0800"
      },
      "message": "Remove unnecessary fence in macrobench\n\nbug:26882579\n\nChange-Id: Ic2d610b5ae7e04513dc7f7fa99d355d406a73379\n"
    },
    {
      "commit": "569258689a0d28f25cbdf7189038833d45a63a80",
      "tree": "c088cedd694075ed16af1cd7356721c2dc3bceeb",
      "parents": [
        "4fb2d18c467a674861d23ca95adabefacea25583"
      ],
      "author": {
        "name": "Sudheer Shanka",
        "email": "sudheersai@google.com",
        "time": "Thu Jan 28 19:43:59 2016 +0000"
      },
      "committer": {
        "name": "Sudheer Shanka",
        "email": "sudheersai@google.com",
        "time": "Thu Feb 04 01:12:44 2016 +0000"
      },
      "message": "Made changes to fix some policy transparency options.\n\nAdd isInputMethodPermittedByAdmin and\nisAccessibilityServicePermittedByAdmin APIs in DevicePolicyManager.\nAnd update utility methods in RestrictedLockUtils to use the correct\nuserId when checking if disabled by admin.\n\nBug: 26897250\nBug: 26767564\nBug: 26966213\nChange-Id: I0b74b3e57904a82f8ce72d856769d35b5e8403e5\n"
    }
  ],
  "next": "c47749f9908b5d98397379fb3bf80d330f9c8283"
}
