)]}'
{
  "log": [
    {
      "commit": "8a27f923eb9dbbe3c2d0184e82d9f1a98f1e4cdc",
      "tree": "785242d6c32e7b9bd30c353444c7de452209304c",
      "parents": [
        "c73a218c2663e6ae3ec8a9ab8b9524f95702ade9"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 26 11:49:18 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 26 12:20:10 2009 -0700"
      },
      "message": "Don\u0027t crash in various ways when using backup services too early\n\nBackupManager now no longer tries to use a null service binder if it\u0027s used\nearly during the boot process.  ActivityManagerService no longer tries to\ndereference null pointers if bind/unbind semantics get out of step due to things\nbeing run too early.\n"
    },
    {
      "commit": "7d562ec393d54dd9ef387c49d1283243bfdbd2b1",
      "tree": "ac2590ef8df168167789764153a1869c80363748",
      "parents": [
        "b505ae4195d9b8a93c71b1f9da6d7d8c3aaa3c08"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 25 18:03:43 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 25 18:09:28 2009 -0700"
      },
      "message": "Add a new IRestoreObserver callback class to the restore process\n\nThe observer is told when restore begins how many packages are being restored.\nIt then gets an onUpdate() call telling it that the Nth package is now\nundergoing restore.  Ultimately, its restoreFinished() callback is invoked,\npassing a simple success/fail error code, to let it know that the restore\noperation has concluded.\n"
    },
    {
      "commit": "5cb400bd72726c22f641f334951b35ce2ddcfeef",
      "tree": "efb4514d204568a5031c6aa4f847b3a227391273",
      "parents": [
        "2f437b4c56db1750cc6cb3d1ad549a79049b6370"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 25 16:03:14 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 25 16:09:03 2009 -0700"
      },
      "message": "Keep track of backup state independently for each transport\n\nBackup transports now provide the Backup Manager with a suggested name with\nwhich it can disambiguate any transport-specific bookkeeping that it needs to\nmaintain.  The Manager keeps separate application backup \u0027state blobs\u0027 for each\ntransport now, preventing things from getting out of step if the device is\nswitched among multiple transports.\n\nAlso, the metadata backup agent is always invoked now on each backup pass.  This\nis cheap when there is nothing to do, but also strongly ensures that we never\nwind up in a situation where a given transport destination has not been given\nall of the metadata necessary for the backup set.\n"
    },
    {
      "commit": "6f21128d1fc949828b1a4c2a0023f07bfd280e2e",
      "tree": "ca275b667d1dadb19b971fc9b22b730dc8deea28",
      "parents": [
        "0bcfc537e81b959a7d674deea4a5aee7f5c6eb2d"
      ],
      "author": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Thu Jun 25 09:28:29 2009 -0700"
      },
      "committer": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Thu Jun 25 12:07:58 2009 -0700"
      },
      "message": "Switch the default transport to GOOGLE.\n"
    },
    {
      "commit": "819f928f6a9dc3fdf408236f33e17f03a7dfed2c",
      "tree": "e830a39404ad66b8a2bfc40ef7e96f0c2a85c014",
      "parents": [
        "c6a482e778e7b5fc5790edf22e554c93f53b1112"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Wed Jun 24 23:18:15 2009 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Wed Jun 24 23:26:29 2009 -0700"
      },
      "message": "Add a method to Process to get uid for a pid.\n\nUse the uids to track native processes. Cache the uids to avoid\nchecking /proc every time.\n"
    },
    {
      "commit": "5416d7c905e723a978ac29ccaf22a91b76e9d5c2",
      "tree": "5e8734e0f37338c4321b9b414e121f616592a942",
      "parents": [
        "7941e903c973af66075bbd4fa4bcadf021a61ccc",
        "111bd4acdb378266221b430a284f88a3990a3958"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 18:46:59 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 18:46:59 2009 -0700"
      },
      "message": "Merge change 5317 into donut\n\n* changes:\n  Start backing up wallpaper\n"
    },
    {
      "commit": "111bd4acdb378266221b430a284f88a3990a3958",
      "tree": "1ca7da34b22ffc0ab846151633916e203544ecae",
      "parents": [
        "69e1f472c33e241f729c470285a5680866ede75c"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 17:29:38 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 18:45:56 2009 -0700"
      },
      "message": "Start backing up wallpaper\n\nThis CL does the following:\n   + adds an AbsoluteFileBackupHelper class for managing backup of files\n     known by absolute path, not based off of the app\u0027s getFilesDir() root\n   + bumps up the collection interval from its testing-only default of 1 second\n     to 3 minutes\n   + adds a SystemBackupAgent class to the main system package and names it as\n     the android:backupAgent for the main OS package.  Right now this agent\n     only backs up \u0026 restores the wallpaper file.\n   + amend the Wallpaper Service to inform the Backup Manager when the wallpaper\n     changes.\n\nOn the subject of the 3-minute collection interval before the backup actually\noccurs:  this can be short-circuited from an adb shell.  Running the command\n\u0027bmgr run\u0027 will cause the Backup Manager to kick off any pending backup\noperations immediately.\n"
    },
    {
      "commit": "7941e903c973af66075bbd4fa4bcadf021a61ccc",
      "tree": "43344dacf7cf25bd47a1d20bdf68dd57e82ab188",
      "parents": [
        "69e1f472c33e241f729c470285a5680866ede75c",
        "64f59342d41849bd365cb43fad7505d5e3daa417"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 17:53:57 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 17:53:57 2009 -0700"
      },
      "message": "Merge change 5091 into donut\n\n* changes:\n  * new screen resolution support impl.   * use full window for activities, and shift \u0026 clip the content   * refactored the compatibility code, and introdcued Translator class to handle cooridnate translations.   * removed a workaround to handle an activity with configChagne\u003drotation in old implementation.   * I\u0027ll fix background issue on rotation in next CL.\n"
    },
    {
      "commit": "67669c9c1753b062fe2a71f89b589d01b32ba0f7",
      "tree": "729bb3c925638802fdb42e67c508f08f85a3ff55",
      "parents": [
        "5158cc55088fec902320cafc02c746e3bf087a10",
        "efe52647f6b41993be43a5f47d1178bb0468cec8"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 16:52:16 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 16:52:16 2009 -0700"
      },
      "message": "Merge change 5196 into donut\n\n* changes:\n  Modify the IBackupTransport API to support bulk restore operations. Change the BackupManagerService and LocalTransport to support the new API.\n"
    },
    {
      "commit": "efe52647f6b41993be43a5f47d1178bb0468cec8",
      "tree": "d0fc1dba5187836d7e8d318c65af780b400bfc0a",
      "parents": [
        "0bc7b8490b1575bb8266a3b0c6652d4f460fcda1"
      ],
      "author": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Wed Jun 24 00:16:33 2009 -0700"
      },
      "committer": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Wed Jun 24 16:49:44 2009 -0700"
      },
      "message": "Modify the IBackupTransport API to support bulk restore operations.\nChange the BackupManagerService and LocalTransport to support the new API.\n"
    },
    {
      "commit": "9c8dd55a9d829c29a3feee9469d8c2f27a9f5516",
      "tree": "deb1f95fbdc6972bf1d50fffb79ef2c74731314b",
      "parents": [
        "0bc7b8490b1575bb8266a3b0c6652d4f460fcda1"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jun 23 19:22:52 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jun 24 16:23:14 2009 -0700"
      },
      "message": "Fix bug 1829561 (\"am profile\" with bad filename kills process).\n\nThe am command is now the one that takes care of opening the target file,\nhandling the opened file descriptor to the process that will be profiled.\nThis allows you to send profile data to anywhere the shell can access, and\navoids any problems coming up from the target process trying to open the\nfile.\n"
    },
    {
      "commit": "32dbefda71c50bf848da21fb5d1255273439f90d",
      "tree": "b73db68d5802a75471a85fb93fa7109054e05a30",
      "parents": [
        "4133751d51a04172aa65e24658b4207ef764de91"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Fri Jun 19 09:21:17 2009 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Wed Jun 24 11:17:36 2009 -0700"
      },
      "message": "Track native processes and airplane mode.\n\nTurn signal strengths on/off when toggling airplane mode.\n"
    },
    {
      "commit": "64f59342d41849bd365cb43fad7505d5e3daa417",
      "tree": "b0cef479b2674ee78a8bff6e833224850a36f2ab",
      "parents": [
        "5a42b08389f3fe9195930ce5d2998e68bb09b748"
      ],
      "author": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Sun Jun 21 00:03:11 2009 -0700"
      },
      "committer": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Tue Jun 23 23:11:55 2009 -0700"
      },
      "message": "* new screen resolution support impl.\n  * use full window for activities, and shift \u0026 clip the content\n  * refactored the compatibility code, and introdcued Translator class to handle cooridnate translations.\n  * removed a workaround to handle an activity with configChagne\u003drotation in old implementation.\n  * I\u0027ll fix background issue on rotation in next CL.\n\n  * removed unnecessary scaling code in SurfaceView, which I forgot to remove when I changed SurfaceView\n    not to scale the content.\n"
    },
    {
      "commit": "722baf5ec47b57020ac39ec3e2b6cd1a02c3c4db",
      "tree": "6d24dec955f30f03b1b6e268df7320b22f410f97",
      "parents": [
        "5277103db9033226814edc8fcba6f4ba4e846678",
        "d7f6daa5d182f21b41782057e8a9b72f7a1eb54a"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 18:30:05 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 18:30:05 2009 -0700"
      },
      "message": "Merge change 5014 into donut\n\n* changes:\n  Fix issue #1933587.  Perform dexopt of instrumentation .apks.\n"
    },
    {
      "commit": "d7f6daa5d182f21b41782057e8a9b72f7a1eb54a",
      "tree": "e373d3d928df396f8362e64974f4268edb0d4839",
      "parents": [
        "ecfb9f91afa49df7b9b62526dcaca431b5ff1e01"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jun 22 17:06:35 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jun 22 17:06:35 2009 -0700"
      },
      "message": "Fix issue #1933587.  Perform dexopt of instrumentation .apks.\n"
    },
    {
      "commit": "5cbbf5652a78902ac3382dc4a3583bc5b0351027",
      "tree": "58a0d7260ed8c441b638f6197b885d3b16656465",
      "parents": [
        "3a31a93b8a195ae2d0180e6dfbf292da2e581f50"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 22 16:44:51 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 22 16:44:51 2009 -0700"
      },
      "message": "Pass the originating app\u0027s versionCode along with a restore set\n\nThis change amends the doRestore() / onRestore() interface to backup agents to\nprovide the integer android:versionCode of the app that stored the backup set.\nThis should help agents figure out how to handle whatever historical data set\nthey\u0027re handed at restore time.\n"
    },
    {
      "commit": "3a31a93b8a195ae2d0180e6dfbf292da2e581f50",
      "tree": "a834618fe7ecf9cbb25f799c2fd558075dfc5eda",
      "parents": [
        "e146d824785078fed578f88b11ff47a7390d27c5"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 22 15:10:30 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 22 15:14:04 2009 -0700"
      },
      "message": "Add some global metadata to the restore set\n\nIn addition to the signatures of each participating application, we now also\nstore the versionCode of each backed-up package, plus the OS version running on\nthe device that contributed the backup set.  We also refuse to process a backup\nfrom a later OS revision to an earlier one, or from a later app version to an\nearlier.\n\nLocalTransport has been modified as well to be more resilient to changes in the\nsystem\u0027s use of metadata pseudopackages.\n"
    },
    {
      "commit": "856dd8a60a70a5b7dca2bf2114872ce063e2ad60",
      "tree": "1ca8a159484890b5db5dcce3ca92e921e80f03e5",
      "parents": [
        "eb717b9c4337e5b88664802b0804f4cb48758120",
        "06290a4bb9b280fa14a2bbeb2d3ceb09396a78c3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 13:18:09 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 13:18:09 2009 -0700"
      },
      "message": "Merge change 4952 into donut\n\n* changes:\n  Helper API cleanup.  Allows multiple helpers to function, because they\u0027ll always go in the same order, and this lets us not have to write headers to keep them paired.\n"
    },
    {
      "commit": "06290a4bb9b280fa14a2bbeb2d3ceb09396a78c3",
      "tree": "15fccf5ce4e9c42bba3fc7581ac2ddc0d8363dc9",
      "parents": [
        "eed76b2a8ddc41af01cd3ae87c4722f3784c975c"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 20:10:37 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Mon Jun 22 13:02:24 2009 -0700"
      },
      "message": "Helper API cleanup.  Allows multiple helpers to function,\nbecause they\u0027ll always go in the same order, and this lets\nus not have to write headers to keep them paired.\n"
    },
    {
      "commit": "07a5f126df2cf0dbeb7096535ae634ea8eaeb306",
      "tree": "8d24267d7acce913adf101c5c1b2f1df45dc39c6",
      "parents": [
        "d6dd686bc7adba448af1bc36a022cddba9f9561f",
        "b8cba95ffd4d9be0edace7a9eb42286e668ef3e3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 10:55:25 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 10:55:25 2009 -0700"
      },
      "message": "Merge change 4754 into donut\n\n* changes:\n  At boot time, add additional per-device information to the kernel randomness pool.  This helps increase the quality / uniqueness of the random numbers, and is especially important during the device\u0027s first boot, when insufficient randomness is available.\n"
    },
    {
      "commit": "6bf1208c58ab2c39f95c733a22df882c7a59f4fc",
      "tree": "9ed92d8ec7b89cd5cfcb017203ce33a752e27e95",
      "parents": [
        "be7f0f78afde931ce6ea2d4ba61c340fac5722f6",
        "b97b8f88063e64449da6d27a48b711ac60ccc6c8"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 10:39:15 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 10:39:15 2009 -0700"
      },
      "message": "Merge change 4827 into donut\n\n* changes:\n  Fix issue with shared user permissions. just look in the requested permissions of packages within shared user setting rather than the granted permissions\n"
    },
    {
      "commit": "b8cba95ffd4d9be0edace7a9eb42286e668ef3e3",
      "tree": "cf7c94031e0f4a59333127af74469bb07d10c6e7",
      "parents": [
        "649f99e8347984c1e031dae302830f4c9ebd3df4"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Fri Jun 19 09:45:35 2009 -0700"
      },
      "committer": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Mon Jun 22 10:37:50 2009 -0700"
      },
      "message": "At boot time, add additional per-device information to the\nkernel randomness pool.  This helps increase the\nquality / uniqueness of the random numbers, and is especially\nimportant during the device\u0027s first boot, when insufficient\nrandomness is available.\n"
    },
    {
      "commit": "b97b8f88063e64449da6d27a48b711ac60ccc6c8",
      "tree": "fbbea4d73d785964031fe8d54c0dcab03aafdab6",
      "parents": [
        "6afe81339ed973f1ef4a6c30110d5ce3b001ea4c"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri Jun 19 15:09:18 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri Jun 19 16:02:27 2009 -0700"
      },
      "message": "Fix issue with shared user permissions.\njust look in the requested permissions of packages within shared user setting rather than the granted permissions\n"
    },
    {
      "commit": "6aa41f4c575479672661f7eb4c704ef59d26a629",
      "tree": "5af2115ba57391f6ec3e057487e6b539886034de",
      "parents": [
        "3af8e9389e008c0076b86cc6b3c6f005e7473d10"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 19 14:14:22 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 19 15:24:51 2009 -0700"
      },
      "message": "Add app version to the backup metadata\n\nWe now record the version number of the app (drawn from its manifest versionCode\nattribute) along with its signatures.  At restore time, we compare the version\nassociated with the restore set with the version present on the device.  If the\nrestore set is from a newer version of the app than is present on device, we do\nnot perform the restore operation.\n\nAlso fix the pending-backup iteration in \u0027dumpsys backup\u0027.\n"
    },
    {
      "commit": "3d74bb4ab27ae9601f5c9c3706fad287845fb672",
      "tree": "535a85ff083f52453637c2ece5d643e79276c142",
      "parents": [
        "03255de32d127d17504b6d475e6e79190dd637f8"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 19 10:35:21 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 19 11:46:58 2009 -0700"
      },
      "message": "Add \"why?\" button to low battery dialog.\n\nThis takes the user to the power usage activity.\n"
    },
    {
      "commit": "bc806f65edc33f6eda0f475ac84e5e037a013a90",
      "tree": "086604fbc605d4b416e85b565227ffb7e489d1d7",
      "parents": [
        "2b1aed1021fb472de83c4c0143f2c4452244a0af"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Wed Jun 17 15:18:19 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri Jun 19 10:25:37 2009 -0700"
      },
      "message": "Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage.\n"
    },
    {
      "commit": "20efdf6b56e54b0520d8629cd706045dc8d280d3",
      "tree": "8f1a5cd2f092c418c93e234c61ad6bcefc72e9fd",
      "parents": [
        "63e7155c7d1d0c3f0027400aa09e9a45f648a80d"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 19:41:36 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 19:42:24 2009 -0700"
      },
      "message": "Make signature checks on restore work with unsigned apps\n"
    },
    {
      "commit": "63e7155c7d1d0c3f0027400aa09e9a45f648a80d",
      "tree": "1f3bf9743613460533de9df78f2c8c5cd65cf070",
      "parents": [
        "5502f04c1dcf2b1918858bacb99fb0480a711707",
        "5c1e00b14d2ef10ec76abf3e951fa8003a67f558"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 19:33:33 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 19:33:33 2009 -0700"
      },
      "message": "Merge change 4696 into donut\n\n* changes:\n  Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo.\n"
    },
    {
      "commit": "5d605dc56b036232e885f6ec36b888b729673060",
      "tree": "8a29f6a2feb495cbac08bb43b08e0ca9b8cf7dce",
      "parents": [
        "d2d9ceb7305d593c1b767bbb05de0082a9af4109"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 18:23:43 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 18:41:11 2009 -0700"
      },
      "message": "backup stuff\n"
    },
    {
      "commit": "abce4e8714bed26a2b37b20ad3f02cf619d71c9a",
      "tree": "274cf438fcda8dca4b13a056bc73fea61ba4dd77",
      "parents": [
        "2810f681991d1beb5ceb3515159f9fad3cc341d5"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 18:35:32 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 18:38:02 2009 -0700"
      },
      "message": "Use signatures on restore\n\nOn restore now, the backup manager gets the signature blocks corresponding to\nthe restore set from the transport.  It then validates those signatures against\nthe on-device app signatures, and refuses to restore data to an app whose\non-device sig block does not match the backup image\u0027s.\n\nAlso actually implement \u0027bmgr transport N\u0027 so that we can select the local\ntransport easily during runtime.\n"
    },
    {
      "commit": "5c1e00b14d2ef10ec76abf3e951fa8003a67f558",
      "tree": "fa723a6f96f5b977dfdfdc08b5b8aab98c20d500",
      "parents": [
        "e748161ca89867e8c57d4e71c780486d4de8039c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jun 18 17:10:57 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jun 18 17:10:57 2009 -0700"
      },
      "message": "Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo.\n\n- Fix a bug where targetSdkVersion could not be set if minSdkVersion.  Stupid, stupid.\n  Also make sure to fail if minSdkVersion is for a code name.  Really stupid.\n\n- Change the API for resize compatibility mode to be a bit in the flags field, instead\n  of a separate boolean.\n\n- Implement delayed dexopting, to avoid the looong full dexopt during boot.  This is\n  only enabled for \"eng\" builds.  When in this mode, the activity manager will make\n  sure that a dexopt has been done before loading an .apk into a process, and will\n  try to avoid displaying ANRs if they are due to the dexopt causing some operation\n  to take longer than it normally would (though I make no guarantees about this\n  totally working).\n\n- Add API to Context to get the ApplicationInfo for its package, for easy access to\n  things like targetSdkVersion.\n"
    },
    {
      "commit": "167dbe0bf1f8d807d1ced400f146b7780eb6c721",
      "tree": "deec759d42c4364a9363674d337374b635de4f6b",
      "parents": [
        "0bceb77b004a688ca044b794e0622385c6e2953d",
        "2854254c2f59544d682d41ffee4fc1e1f2a604a3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 17:05:19 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 17:05:19 2009 -0700"
      },
      "message": "Merge change 4670 into donut\n\n* changes:\n  Update RandomBlock to use RandomAccessFile.  This helps prevent certain unusual conditions from corrupting the entropy file.  (for example, if Android should happen to crash while a write is in progress)\n"
    },
    {
      "commit": "07eac016446c63711bebe6e553e98c02d1fe55a5",
      "tree": "413817514a1a5f6d7f232947a1eb1e61e89d1ed3",
      "parents": [
        "c9dc19bb96d2d77ec50f6e40fc22d1ff615f2044",
        "6785dd842075889e5230d93ed9c0ab9c204ab432"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 16:15:47 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 16:15:47 2009 -0700"
      },
      "message": "Merge change 4682 into donut\n\n* changes:\n  Store the app signatures as part of the backup set\n"
    },
    {
      "commit": "6785dd842075889e5230d93ed9c0ab9c204ab432",
      "tree": "7b7c6894f0c80254a3ceb4e14f9c113a5edeb6b6",
      "parents": [
        "df1ff2cb332ad2d819671f1e78e5bd68d758ca54"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 15:58:25 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 18 15:58:25 2009 -0700"
      },
      "message": "Store the app signatures as part of the backup set\n\nUnder a pseudo-app for the Package Manager, we store the app signatures for all\nparticipating applications installed on the device.  At restore time we will\nrestore this first, then ensure that the current on-device signature chain is\ncompatible with the one in the backup set.  If there\u0027s a mismatch, this may be a\nspoof attempt and we will refuse to restore that app\u0027s data.\n\nThe restore side of this is not implemented, but the Package Manager agent is\nhere as well as the backup side theoretically pushing the data now.\n"
    },
    {
      "commit": "2854254c2f59544d682d41ffee4fc1e1f2a604a3",
      "tree": "189b267f10f5ac94a00934cee7c5e3fca01ac68e",
      "parents": [
        "77dcf735ff3115ef20244408313823d489d88143"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Thu Jun 18 15:23:17 2009 -0700"
      },
      "committer": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Thu Jun 18 15:23:17 2009 -0700"
      },
      "message": "Update RandomBlock to use RandomAccessFile.  This helps\nprevent certain unusual conditions from corrupting the\nentropy file.  (for example, if Android should happen to\ncrash while a write is in progress)\n"
    },
    {
      "commit": "5ad76ef5ee1b437b4c07ed0be78ec7cc16c81dfe",
      "tree": "678a5ed37827560b44aeab6f93e56225722421a3",
      "parents": [
        "df1ff2cb332ad2d819671f1e78e5bd68d758ca54",
        "4fb256117ca271e3e37284a19b663d116f6ec20c"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 11:58:54 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 11:58:54 2009 -0700"
      },
      "message": "Merge change 4521 into donut\n\n* changes:\n  load entropy data at boot.  Periodically write entropy data to disk.\n"
    },
    {
      "commit": "4fb256117ca271e3e37284a19b663d116f6ec20c",
      "tree": "1882f2a0a7e69dfeeb1238c9690a560c8d2ec77e",
      "parents": [
        "3f4263fac6bcc68b3c7fff8e6ac9ad2d97b2ad4c"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Wed Jun 17 16:03:22 2009 -0700"
      },
      "committer": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Thu Jun 18 11:00:19 2009 -0700"
      },
      "message": "load entropy data at boot.  Periodically write entropy data to disk.\n"
    },
    {
      "commit": "c14b9ccdf13163cae5ce5d21bcf377010b37594b",
      "tree": "45c2309b18ff4e56aef65e0c7d66f8800492e33e",
      "parents": [
        "e64bb1dd9ed68281af9968cf2cd23b4e49ead76c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jun 17 18:02:12 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jun 17 21:48:14 2009 -0700"
      },
      "message": "Extend Intent/Uri conversion for use by Browser\n\nThis introduces a new Uri form of Intent with an \"intent:\" scheme, and a\ncorresponding update to the parser to handle these, so that the browser\ncan use this generic facility for starting activities based on the links\nthat are clicked and allow for web pages to link to arbitrary intents.\n\nThere is also a new \"package\" field on Intent which allows you to limit\nthe components it finds to a given package.  This replaces the new method\nthat was added to PackageManger for doing this when resolving activities,\nand implements it for all Intent queries against the package manager.\n"
    },
    {
      "commit": "e64bb1dd9ed68281af9968cf2cd23b4e49ead76c",
      "tree": "be4412a48f3bcd4ee6271bb8661949c5d7a2c490",
      "parents": [
        "e9190a2750e1fb67e300d2c128227cc9b7339efe",
        "760ec4a095567457707abe764cf4dfda0ed84032"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 17 21:40:20 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 17 21:40:20 2009 -0700"
      },
      "message": "Merge change 4579 into donut\n\n* changes:\n  Fix issue #1924851\n"
    },
    {
      "commit": "760ec4a095567457707abe764cf4dfda0ed84032",
      "tree": "c2631746b144977ebfa44d41676847fefb009d06",
      "parents": [
        "83248c432ffe2e2a17abbc8e4960c26574b46bca"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jun 17 20:05:26 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jun 17 21:36:52 2009 -0700"
      },
      "message": "Fix issue #1924851\n\nWe now only increment the launch count when we are launching from one package\nto another.  Also the individual components in a package now have a count\nof the number of times they have been entered, which likewise is only updated\nwhen going to one component from another.\n\nThis requires a new data format (all old data is wiped) and new checkin\ndump format (tools must be updated to read it).\n"
    },
    {
      "commit": "87a02bcf68dd4cc1f6d9fdcee3d1ebc9b04cf1f8",
      "tree": "49f1177443cbed65a44a806d4390c0fe9dfb3725",
      "parents": [
        "ed336839d20aae0cb2ff46d3b231e39570281880"
      ],
      "author": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Wed Jun 17 02:30:10 2009 -0700"
      },
      "committer": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Wed Jun 17 18:23:05 2009 -0700"
      },
      "message": "Replace the stub GoogleTransport with callout to the\nGoogleTransportService (which lives in vendor/google).\nUse the Google transport by default.\nAlso, fix a bug: Thread.run() !\u003d Thread.start()\n"
    },
    {
      "commit": "f829a78f6c78141d2cf8074f00fcded37fbf9007",
      "tree": "c2d2639dcb578022f16a50751ac5d7f42d03264f",
      "parents": [
        "0781df943e5a7a72ac82394874b6200d14ddd02c"
      ],
      "author": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Thu Jun 11 22:47:02 2009 +0200"
      },
      "committer": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Wed Jun 17 21:48:17 2009 +0200"
      },
      "message": "add exception message to ApplicationErrorReport\n\nuseful signal for clustering\n"
    },
    {
      "commit": "1ccac75e1f1b97eccb916a8de04fc1012b30f6e5",
      "tree": "181c91a427de2ea609eff1f42c3970a441225b45",
      "parents": [
        "ef29f6afb4746eae8263ab901a5d3677bc04574b"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri Jun 12 10:09:58 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Wed Jun 17 11:31:26 2009 -0700"
      },
      "message": "Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app\nCreate a new public IntentSender class that can be used by PackageManager instead.\nThis new class uses IIntentSender internally and can only be created by PendingIntent for now.\nProvide a new getIntentSender api in PendingIntent to create an instance of this class.\nMove IIntentSender and IIntentReceiver from android.app to android.content\nChange imports of IIntentSender and IIntentReceiver to reflect the new package name\nThe PackageManager api has been named as freeStorageWithIntent and will be renamed as freeStorage\nonce the older api(which has been deprecated) will be removed shortly.\n"
    },
    {
      "commit": "07ca8c71f47ac8c61b3aef0210e44d2c48e62e48",
      "tree": "99af628547f741a12c018df2be395f7b264f40be",
      "parents": [
        "a0a854d47f9dc38ce41505f973aea01842694fb5",
        "82f3f0008eca314b69a86900deb93932b9912759"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 17 10:38:44 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 17 10:38:44 2009 -0700"
      },
      "message": "Merge change 4438 into donut\n\n* changes:\n  Fix many of the ANRs introduced by scheduling classes.\n"
    },
    {
      "commit": "82f3f0008eca314b69a86900deb93932b9912759",
      "tree": "8df476aeaab5cdc87e06a1a0c35f28ac75d2a697",
      "parents": [
        "8ad473994d402e42ec3c8f44f31e99ef2f7e9237"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jun 16 18:49:05 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jun 16 18:49:05 2009 -0700"
      },
      "message": "Fix many of the ANRs introduced by scheduling classes.\n\nWe weren\u0027t bumping the oom_adj of processes receiving a registered broadcast.  Previously\nthis wasn\u0027t a problem, because those processes are allowed to have their oom_adj\nmanaged by whatever else is in them and if the registered receiver goes away no problem.\nBut now this is also controlling the scheduling class, so we need to bump them up.\n\nThis is probably good anyway, since the developer has the same assurance of their process\nnot being killing in the middle of registered receivers like it had always been for\nmanifest receivers.\n\nAlso fixed a small issue where we were not recomputing the oom_adh after finished with\na broadcast.\n"
    },
    {
      "commit": "aa088447baadd2e0bbcfd18cc529645610c13ddc",
      "tree": "37653911cb8dddfdfc23b3cc1b516f98a21ea282",
      "parents": [
        "63d2700036d0f73cbde27f0fa724d30045b4bb07"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 18:25:46 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 18:25:46 2009 -0700"
      },
      "message": "Hold the current transport instantiated all the time.\n\nWe no longer instantiate the transport just for the duration of handling a\nbackup or restore operation.  Instead, we hold the object forever (replacing it\nif instructed to do so).  This makes it easier for transports to watch system\nstate and help set backup timing policy.\n\nAlso fixes up the IBackupTransport documentation a bit.\n"
    },
    {
      "commit": "63d2700036d0f73cbde27f0fa724d30045b4bb07",
      "tree": "b3a5407fa991bb027a5f2bef324f29d2f317474c",
      "parents": [
        "e705f2c52e683bdad2e845b50df6b6cbed660614"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 17:16:42 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 17:18:05 2009 -0700"
      },
      "message": "Allow privileged callers to schedule a backup pass for any app.\n"
    },
    {
      "commit": "f68eb500f99361541049e09eb7f9ddd6f4ef4efa",
      "tree": "ccb031f408b087de63baf720b13779d4d989a61d",
      "parents": [
        "5633034f79bfa67c4219f16fd6d23e962e800be2"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 11:02:01 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 16 13:58:17 2009 -0700"
      },
      "message": "More bmgr work; fix clear-data signalling\n\nThe \u0027list sets\u0027 and \u0027restore token#\u0027 commands from bmgr now do what they are\nsupposed to.  At this point we see the restore target\u0027s data being cleared\nproperly and its agent being launched and invoked for restore.\n"
    },
    {
      "commit": "6297cb2eb57c183e202744516a96b2dbbf204a09",
      "tree": "791001b9954331cdde48c2774e219be3c0514987",
      "parents": [
        "4ebd855bb7362d45833dc811f2622fcc788dec17",
        "ace7f094bf07bbd90cb998b9462e4f2d101a498c"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 15 19:03:48 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 15 19:03:48 2009 -0700"
      },
      "message": "Merge change 4287 into donut\n\n* changes:\n  Sketch out a \u0027bmgr\u0027 command line tool\n"
    },
    {
      "commit": "ace7f094bf07bbd90cb998b9462e4f2d101a498c",
      "tree": "9581b7ce708b84fa8c433041722e9f730e3c0fe3",
      "parents": [
        "9908b3d820f7574ef432f22d280c7f1f5065f67f"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 15 18:07:25 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 15 18:07:25 2009 -0700"
      },
      "message": "Sketch out a \u0027bmgr\u0027 command line tool\n\nNot finished, but eventually will allow adb shell access to the Backup Manager\nfor testing purposes etc.\n"
    },
    {
      "commit": "cfaef699e1dfb3a75d5b51f3b15816f13670fd51",
      "tree": "594192d551bfad6569f415c0a4371899ec480fdd",
      "parents": [
        "3adf7678cdf8fa955627e096bb5c27b94adc3079"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jun 15 14:24:44 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jun 15 14:35:07 2009 -0700"
      },
      "message": "Implement permission test for activity, window, service manager.\n\nThis also includes some changes to the window manager permission checks.  Almost all of these\nare to make it most testable (through an exception on a permission failure), though there is\none permission check that needed to be added: updateOrientationFromAppTokens().\n"
    },
    {
      "commit": "be3615bded04c7414db4da3721f512b6f76e09e2",
      "tree": "218ee88e95c64bc75371ee8c00a6817780dfd40b",
      "parents": [
        "bf0010b5e25549bf736478bc57fbde8d7a892e1a",
        "75b038545edd799836b712e6c32bd4d143f8df28"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 12 18:03:11 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 12 18:03:11 2009 -0700"
      },
      "message": "Merge change 4112 into donut\n\n* changes:\n  Fix bug #1812041: activity manager crash with bad args.\n"
    },
    {
      "commit": "75b038545edd799836b712e6c32bd4d143f8df28",
      "tree": "274063b7551f42b333eccff6e63dccbb4a8f401b",
      "parents": [
        "cafdea61a85c8f5d0646cc9413a09346c637f43f"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 12 15:43:26 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 12 15:43:26 2009 -0700"
      },
      "message": "Fix bug #1812041: activity manager crash with bad args.\n\nThere was old code that would kill the system process in some cases when there\nwas a bad activity token.  This is really no longer used, except in a few\nplaces where it allows apps to kill the system.  So just get rid of it and\nmake the world a better place.\n"
    },
    {
      "commit": "cde87f45e0fa052d070b88ae33fb03c89870536a",
      "tree": "5f0972e6f965cc06bb3d773038f79096e0715ace",
      "parents": [
        "0b77453076a22569f24318d194b378b68f11a63e"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 12 12:55:53 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 12 13:57:39 2009 -0700"
      },
      "message": "Journal backup requests so that they won\u0027t be lost in a crash\n\nWhen an application requests a backup via dataChanged(), we now journal that\nfact on disk.  The journal persists and is only removed following a successful\nbackup pass.  When the backup manager is started at boot time, it looks for any\nexisting journal files and schedules a backup for the apps listed in them, on\nthe expectation that the device shut down or crashed before a backup could be\nperformed.\n"
    },
    {
      "commit": "9bbc21a773cbdfbef2876a75c32bda5839647751",
      "tree": "f5e7274be3f4aee30f8894d5ba1ad90607793530",
      "parents": [
        "b6391d6377883586995127c9926c1b5b8035fd60"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 10 20:23:25 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 10 20:38:54 2009 -0700"
      },
      "message": "Flesh out restore interface on manager; work up most of LocalTransport\n"
    },
    {
      "commit": "238bf47a850532233ed51362dca95facf8680770",
      "tree": "9498825684544f5d61e24357c580d74a8384f44a",
      "parents": [
        "1d7d5db74f14e871c7be719a0cddf52a5a40dcbf",
        "4686657cee6411eb00235d49b4a8663a96361a00"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 10 17:32:21 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 10 17:32:21 2009 -0700"
      },
      "message": "Merge change 3826 into donut\n\n* changes:\n  LocationManagerService: Fix logic error removing multiple dead receivers.\n"
    },
    {
      "commit": "4686657cee6411eb00235d49b4a8663a96361a00",
      "tree": "da44281bd79d89a085c14f8dfaa7aac5b4076675",
      "parents": [
        "a32b5f3252a58416f328399680395aa5fa936640"
      ],
      "author": {
        "name": "Simon Schoar",
        "email": "schoar@googlemail.com",
        "time": "Wed Jun 10 21:12:10 2009 +0200"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Wed Jun 10 20:23:31 2009 -0400"
      },
      "message": "LocationManagerService: Fix logic error removing multiple dead receivers.\n\nIf multiple receivers are dead, only the first one will be added.\nfound in http://code.google.com/p/android/issues/detail?id\u003d2651\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "c7b31e3c3cd71129557d4bf9e3fbcebb9235aba5",
      "tree": "adbd6cb9919f8bf7af80acda4e5cc1049f1ed425",
      "parents": [
        "2795c2d6b73f6e72565569f7d4f2f4b34e526bba"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 10 15:49:30 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 10 16:43:50 2009 -0700"
      },
      "message": "The rest of the basic flow for restore\n\nAlso moved the processOneBackup() implementation into the Thread class that runs\nthe backup sequence.\n"
    },
    {
      "commit": "e5fb328825995aa33b5b7ecf8b5bee2b17f81715",
      "tree": "4b6ca87aaf21dd587e1d033f5ba3318c4329698f",
      "parents": [
        "ca436e24dec0fa258a8a756c3e7d07bcb096c5b3"
      ],
      "author": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Tue Jun 09 21:16:08 2009 -0700"
      },
      "committer": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Wed Jun 10 15:22:17 2009 -0700"
      },
      "message": "resolution support fix/improvement\n    * adding compatibility menu\n    * backup gravity\n    * set expanable\u003dtrue if the screen size is hvga * density.\n    * added \"supports any density\" mode. I\u0027ll add sdk check later.\n    * disallow to catch orientation change event if the app is not expandable. This\n      was causing layout problem under non-expandable mode. I discussed this with Mike C\n      and we agreed to do this approach for now. We\u0027ll revisit if this causes problem to\n      a lot of applications.\n"
    },
    {
      "commit": "06882f8effe0f69fb689c46b4fe876329ce60ada",
      "tree": "116d5118aab10439c42c00c9d889a8655d53b9f2",
      "parents": [
        "b81645c868b3d596b5ac56822959feb629a8651e"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@android.com",
        "time": "Wed Jun 10 13:36:04 2009 -0700"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@android.com",
        "time": "Wed Jun 10 14:44:11 2009 -0700"
      },
      "message": "Enable HierarchyViewer on debuggable builds, even if they\u0027re secure.\n\nThat will let us (finally) use the tool on userdebug builds.\n"
    },
    {
      "commit": "b81645c868b3d596b5ac56822959feb629a8651e",
      "tree": "abc951f530a58f8f194cf890c09680500459ac92",
      "parents": [
        "0e7cf6366b657498e51b7c7a433b80cfb83152cb",
        "9438de2001af5287d653a81c1360d1e5106c7df4"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 10 11:07:58 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 10 11:07:58 2009 -0700"
      },
      "message": "Merge change 3726 into donut\n\n* changes:\n  ActivityManager: Ensure that we clear the calling process identity around calls to Process.setProcessGroup().\n"
    },
    {
      "commit": "df01deaacff82b918b4f0ba774d5ad3087543629",
      "tree": "b148fc5ffd5abe0e45e7c6e8b502f630ad3931c4",
      "parents": [
        "8f094ca7d045132ec93d4e903e784a3c077708c3"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 09 20:45:02 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 10 10:53:24 2009 -0700"
      },
      "message": "More restore plumbing, plus add suggested-backoff to transport API\n\nAdds most of the code for a background-thread restore process, structured much\nlike the backup thread.  Broke some common functionality out into a helper\nfunction for doing a synchronous wait for a requested agent to attach.\n\nAdded a method to IBackupTransport whereby the transport will be asked for\nan opinion on whether this is a good time for a backup to happen.  It will\nreply with the results of its policymaking around backoff intervals, time-of-day\nselection, etc.\n"
    },
    {
      "commit": "9438de2001af5287d653a81c1360d1e5106c7df4",
      "tree": "deaa9428ada7ca9e5a31f9bafc83ef1d48f15d10",
      "parents": [
        "0cb53209c32457540a0fabe5567f68606c158963"
      ],
      "author": {
        "name": "San Mehat",
        "email": "san@google.com",
        "time": "Wed Jun 10 09:11:28 2009 -0700"
      },
      "committer": {
        "name": "San Mehat",
        "email": "san@google.com",
        "time": "Wed Jun 10 09:12:37 2009 -0700"
      },
      "message": "ActivityManager: Ensure that we clear the calling process identity around calls to Process.setProcessGroup().\n\nSigned-off-by: San Mehat \u003csan@google.com\u003e\n"
    },
    {
      "commit": "9b3905c4a25f2d785ce7535d1f2e1540b46bb561",
      "tree": "5a83d5f1c545317b3a087c2181b36f03f60cd790",
      "parents": [
        "b2df1699c996e62baa78877978cd2c5607ea4194"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 08 15:24:01 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon Jun 08 16:01:24 2009 -0700"
      },
      "message": "Revamp IRestoreSession a bit\n\nWe now supply an array of RestoreSet objects instead of wacky Bundle\nshenanigans.  Also, pushed beginRestoreSession() out to the BackupManager\nconcrete interface class so that SetupWizard can use it.\n\n(beginRestoreSession() is @hide, non-privileged apps cannot use it.  It\u0027s\nalso guarded by android.permission.BACKUP enforcement.)\n"
    },
    {
      "commit": "9d9953d94de4d17722ba2c768b92bd4ebeec908c",
      "tree": "576796767dbade84f759ffd5dbc07d0a6583f2df",
      "parents": [
        "8c850b792f2d371fd8a4aff146d9d757ee982539",
        "6ba283f726aaedd9a7c963d6b0514d4443c4a572"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Jun 07 20:30:45 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Jun 07 20:30:45 2009 -0700"
      },
      "message": "Merge change 3420 into donut\n\n* changes:\n  LocationManagerService: Remove some unneeded imports.\n"
    },
    {
      "commit": "6ba283f726aaedd9a7c963d6b0514d4443c4a572",
      "tree": "06c5a6cadf3a7543d38618ba1fc637e9cd5344ca",
      "parents": [
        "19cd309f9eccdf8454dc6e5076013588b7a170a3"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Sun Jun 07 23:29:25 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Sun Jun 07 23:29:25 2009 -0400"
      },
      "message": "LocationManagerService: Remove some unneeded imports.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "8c850b792f2d371fd8a4aff146d9d757ee982539",
      "tree": "3ab4ec581b85ed59078692c573725db69a109e8d",
      "parents": [
        "b4a6188a74273611abcae05f3a3b1f0547548301"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun Jun 07 19:33:20 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun Jun 07 19:33:20 2009 -0700"
      },
      "message": "Add IRestoreSession interface for the restore flow\n\nRestore is a fairly complicated, somewhat stateful process, so we introduce\na new interface to encapsulate the various bits and pieces into a nicely\nseparable component.  In particular, this will make it much cleaner to\nopen and interrogate an expensive-to-construct transport and then reuse it\nfor the actual restore process itself.\n"
    },
    {
      "commit": "7b88128e08ba45b071cd714dad9681ce66920d32",
      "tree": "1e6517a62d2d4b9062719d72b735fba88c286203",
      "parents": [
        "19cd309f9eccdf8454dc6e5076013588b7a170a3"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun Jun 07 13:52:37 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun Jun 07 13:55:42 2009 -0700"
      },
      "message": "Adjust IBackupTransport interface\n\nInstead of just passing a package name to performBackup, pass the whole\nPackageInfo struct, explicitly including the list of signatures for the package.\nNo need to make each transport look this up individually when it\u0027s a necessary\npart of the backup payload for each app.\n"
    },
    {
      "commit": "19cd309f9eccdf8454dc6e5076013588b7a170a3",
      "tree": "97a9dc6b9ccbd887f053e39a2a7510e8fabe4c33",
      "parents": [
        "6fa959769051f08655292ec47aa8480b248b67fd",
        "5069cc78497209c035a7019b2f407bd1ed57f64a"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 05 19:55:44 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 05 19:55:44 2009 -0700"
      },
      "message": "Merge change 3017 into donut\n\n* changes:\n  Add the EAP related fields for WiFi configuration.\n"
    },
    {
      "commit": "6fa959769051f08655292ec47aa8480b248b67fd",
      "tree": "57c5930396cd3cd6000ff7b16926359b7521c4cb",
      "parents": [
        "1aa8170e6a448afad86e5d62927d3b8ca4cd9707"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 05 18:43:55 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 05 18:45:34 2009 -0700"
      },
      "message": "Apply OOM adjustment while an app is undergoing backup\n"
    },
    {
      "commit": "cd4ff2e72d42d66ea2d6a27f1c87cfffd16b1791",
      "tree": "66ded148b870e0374debd3298cf16eb014327596",
      "parents": [
        "b1c2874790908d1bbb9b99242fc7cc96c7b45a8a"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 05 13:57:54 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 05 14:03:25 2009 -0700"
      },
      "message": "Fix tracking of backup participants across package remove/update\n"
    },
    {
      "commit": "1885b37913181230c36d6485bdd389f89fa90f43",
      "tree": "285579b79592713e35b8137efe8da85fdf8d0c53",
      "parents": [
        "b640da8fcbc63821dfca1ab92f038771a2bf0ab9"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 04 15:00:33 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 04 15:02:37 2009 -0700"
      },
      "message": "Fix backup agent unbind\n\nThe handwritten binder transaction passing wasn\u0027t propagating the agent-destroy\ntransaction to the client side.  Oops.\n\nAlso, remove obsolete run-one-agent code from the backup manager service.\n"
    },
    {
      "commit": "5069cc78497209c035a7019b2f407bd1ed57f64a",
      "tree": "20bcbb43d3d3a5897297c31a8e584a3541057100",
      "parents": [
        "641bb3d8dfd72f57356d39ef00256d6077c9e235"
      ],
      "author": {
        "name": "Chung-yih Wang",
        "email": "cywang@google.com",
        "time": "Wed Jun 03 17:33:47 2009 +0800"
      },
      "committer": {
        "name": "Chung-yih Wang",
        "email": "cywang@google.com",
        "time": "Fri Jun 05 02:10:35 2009 +0800"
      },
      "message": "Add the EAP related fields for WiFi configuration.\n\n-- added the EAP/802.1X related fields in WifiConfiguration for\n  supporting EAP/802.1X authentication.\n-- hid the related fields for now.\n"
    },
    {
      "commit": "043dadc7516d20c3b3ccbcb20c53aaeef076a237",
      "tree": "4ff8692d43447a1416b3d605e386237c8b97e9d3",
      "parents": [
        "4ee0a751682e713d3d6ca97fa1271df12d352ee0"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 02 16:11:00 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 03 20:42:15 2009 -0700"
      },
      "message": "More backup work\n\n* Put in some permission enforcement around agent connection notification\n  and full-backup scheduling.\n* Full backup now applies to any package, not just backup participants who\n  have declared their own android:backupAgent\n* The process of running the backup operation on the set of apps who have\n  been queued for it is now done in a separate thread, with a notification\n  mechanism from the main Backup Manager service to pass along new-agent\n  binding knowledge.  There\u0027s no longer one do-backup message on the primary\n  Handler per target application.\n* The new backup thread sets up the desired transport now and passes\n  along the newly backed-up data to it for each backup target.  Two\n  transports have been defined so far, GoogleTransport and AdbTransport;\n  both are stubs at present.\n\nNote that at present the backup data output file seems to be properly\ncreated, but after doBackup() is called on the test app\u0027s agent it\u0027s\nstill zero size.\n"
    },
    {
      "commit": "9654cba89ebf02b68bd7109df2d9f758a30fb8bf",
      "tree": "8f6f4309702c130afab6bd0c4c1d2d9271014c13",
      "parents": [
        "9189cabb0b6c6c28232fe6f412b7ba7a37352a6a",
        "701f5164c1230cc1416b1a1f3b0091ca68f6caec"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 03 16:32:18 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 03 16:32:18 2009 -0700"
      },
      "message": "Merge change 3094 into donut\n\n* changes:\n  Grant permissions to older package when deleting an updated system application. When a system app gets updated, the permissions are granted to the new pkg. Similary when this updated pkg(from data partition) gets removed, the older pkg from system partition is restored. but the permissions are\u0027nt being granted explicitly and so the restore fails. This fix addresses specific bugs related to uninstall of updated system apps. These code paths will be revisited later but this fix is needed for OTA\u0027s that might fall back to older versions of system apps.\n"
    },
    {
      "commit": "9189cabb0b6c6c28232fe6f412b7ba7a37352a6a",
      "tree": "6ddc6a8eb0158cba32cc6139b04c6b6eb9f0ba5f",
      "parents": [
        "eaeb663bcd7a82b654954b42663232cbd7bef7e7"
      ],
      "author": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Wed Jun 03 11:19:12 2009 -0700"
      },
      "committer": {
        "name": "Mitsuru Oshima",
        "email": "oshima@google.com",
        "time": "Wed Jun 03 16:28:10 2009 -0700"
      },
      "message": "* Moved supports-density tag under manifest\n* Refactored Compatibility code\n  * Added CompatibilityInfo class\n  * Removed getApplicationScale from Context\n  * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context\n* Expandable support\n  * Added expandable tag under manifest\n  * Old application w/o expandable is given the default screen size  ([320, 480] x density).\n  * The non-expandable window is centered.\n"
    },
    {
      "commit": "701f5164c1230cc1416b1a1f3b0091ca68f6caec",
      "tree": "b90842e5c1697daf6d4232f076b7b39df1f1a24d",
      "parents": [
        "cede1ed3e1721dc4a697a540388ef0f4b51c60eb"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Wed Jun 03 15:47:55 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Wed Jun 03 15:52:04 2009 -0700"
      },
      "message": "Grant permissions to older package when deleting an updated system application.\nWhen a system app gets updated, the permissions are granted to the new pkg. Similary when this updated pkg(from data partition)\ngets removed, the older pkg from system partition is restored. but the permissions are\u0027nt being granted explicitly and so the restore fails.\nThis fix addresses specific bugs related to uninstall of updated system apps. These code paths will be revisited later but this fix is needed for OTA\u0027s that might\nfall back to older versions of system apps.\n"
    },
    {
      "commit": "eaeb663bcd7a82b654954b42663232cbd7bef7e7",
      "tree": "c9b62c0df637d7bd394aaf39e490641dadda9744",
      "parents": [
        "cede1ed3e1721dc4a697a540388ef0f4b51c60eb"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Wed Jun 03 15:16:10 2009 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Wed Jun 03 15:38:24 2009 -0700"
      },
      "message": "Track activity foreground CPU usage for battery stats.\n\nTrack the foreground CPU time of an activity so that we can tell if apps are\nspending more time in the background compared to foreground.\nUpdate power profile values for screen backlight and GPS.\nFix some javadoc bugs (milliseconds vs. microseconds).\n"
    },
    {
      "commit": "8dbe612dc60526d635e57257b58627b33a099678",
      "tree": "2f02924de3a2e890aab2d4a75a1b52d2e2aa1328",
      "parents": [
        "5f784df5680e07f6cbc5d929560dfadc0e22db3b"
      ],
      "author": {
        "name": "Satish Sampath",
        "email": "satish@android.com",
        "time": "Tue Jun 02 23:35:54 2009 +0100"
      },
      "committer": {
        "name": "Satish Sampath",
        "email": "satish@android.com",
        "time": "Wed Jun 03 07:54:42 2009 +0100"
      },
      "message": "Adding internal method replacePreferredActivity.\n\nThis was required because we need a way to set the preferred activity for a\nparticular intent filter based on user selection (in our case the\nACTION_WEB_SEARCH intent filter for selecting the preferred search engine from\nthe list of available search engines providers). The current\naddPreferredActivity call was not sufficient since it leaves the existing\npreferred activities in the list and does not remove them, which this call\ndoes.\n"
    },
    {
      "commit": "f315238a2b07c7e84f6ade800e504f520d262e66",
      "tree": "ca139c52989818f8a0adbbc28c13799c15bb5cf0",
      "parents": [
        "ff0d91479d3c8523bc290bd1b65fcd2546be1d40"
      ],
      "author": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Mon Jun 01 14:39:20 2009 -0700"
      },
      "committer": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Mon Jun 01 14:39:20 2009 -0700"
      },
      "message": "TODO\u0027s from Teleca with modifications from wink.\n"
    },
    {
      "commit": "5a3a77dabd744d5be79d7745c2a977c108a9ad98",
      "tree": "2c5ad40a1c6c967839c60f91542eb99ca599502e",
      "parents": [
        "181fafaf48208978b8ba2022683ffa78aaeddde1"
      ],
      "author": {
        "name": "San Mehat",
        "email": "san@google.com",
        "time": "Mon Jun 01 09:25:28 2009 -0700"
      },
      "committer": {
        "name": "San Mehat",
        "email": "san@google.com",
        "time": "Mon Jun 01 09:25:28 2009 -0700"
      },
      "message": "base: Rename WRITE_SDCARD -\u003e WRITE_EXTERNAL_STORAGE\n\nSigned-off-by: San Mehat \u003csan@google.com\u003e\n"
    },
    {
      "commit": "181fafaf48208978b8ba2022683ffa78aaeddde1",
      "tree": "7c062847d418415e28813e70aac53c8c47e4ff69",
      "parents": [
        "c01159bb00f7273f9b051dfbbe6bc10d54d3a846"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu May 14 11:12:14 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun May 31 13:10:03 2009 -0700"
      },
      "message": "Retool the backup process to use a new \u0027BackupAgent\u0027 class\n\nBackups will be handled by launching the application in a special\nmode under which no activities or services will be started, only\nthe BackupAgent subclass named in the app\u0027s android:backupAgent\nmanifest property.  This takes the place of the BackupService class\nused earlier during development.\n\nIn the cases of *full* backup or restore, an application that does\nnot supply its own BackupAgent will be launched in a restricted\nmanner; in particular, it will be using the default Application\nclass rather than any manifest-declared one.  This ensures that the\napp is not running any code that may try to manipulate its data\nwhile the backup system reads/writes its data set.\n"
    },
    {
      "commit": "45515659438964ec47f4feac247f0e9dce587c86",
      "tree": "20591901118276470ed49591d9387b0f5c8e97ab",
      "parents": [
        "d9cc7659fa9b8544e2a3ca7b7040fbd79afdf7ea"
      ],
      "author": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Thu Apr 23 15:20:21 2009 -0700"
      },
      "committer": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Fri May 29 11:38:00 2009 -0700"
      },
      "message": "Enforce permissions for PhoneStateListener events.\n\nPhoneStateListener events like LISTEN_CALL_STATE_CHANGED,\nhave privacy information like phone numbers and hence,\nneed to be protected with a permission. The permission\nREAD_PHONE_STATE is used for this purpose. Use the permission\ntrick to ensure backward compatability.\n"
    },
    {
      "commit": "fc1b15cfbfc5f69235ec1f367abd7a909381cd05",
      "tree": "eeca713d5c9078989763d3777aafd41007a2846f",
      "parents": [
        "1cb62b83241c5d1cac9e9cda60d0d5d9218b44fb"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Fri May 22 15:09:51 2009 -0700"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Thu May 28 13:37:06 2009 -0700"
      },
      "message": "Fix wifi multicast API for public use.\n\nApplying API review comments and taking it public.\n"
    },
    {
      "commit": "06de2ea752171f52a4e6e6872cb3a0689e591dcb",
      "tree": "5b970c93b8f49b81502d6ceb26a2e8fcfc240028",
      "parents": [
        "c29df57e5abb09c7e1ceed153e8f2b906f522d7b"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu May 21 12:56:43 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 26 18:50:46 2009 -0700"
      },
      "message": "Activity Manager changes the scheduling group of processes.\n\nThe algorithm for this is currently very simple: all persistent processes are\nalways in the normal scheduling group, all other processes are normal if their\noom_adj is as good or better than VISIBLE, otherwise they are in the background\ngroup.\n\nNote that this currently results in a fair number of log messages about not\nbeing able to change the group, since the system process does not have\npermission to do so.  Once a kernel fix is in, these will go away and the code\nwill start working.\n"
    },
    {
      "commit": "270e87f71abc2edf446dbec20c725c823e8c7f37",
      "tree": "bb4258a6f9206b11bb24f51d7aaf42ce8d90d623",
      "parents": [
        "fea1a459aaebc5fd66b12520312ddbe09547f094"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri May 22 10:02:14 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Sat May 23 13:22:08 2009 -0400"
      },
      "message": "Sensors: Use a native_handle for the data channel instead of a single file descriptor.\n\nThis eliminates the requirement that all sensors share a single file descriptor.\nThis, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "fea1a459aaebc5fd66b12520312ddbe09547f094",
      "tree": "fefbf223b0ac3f2cca7a11ce54dc118ef99b90c1",
      "parents": [
        "b181118b6e58c0014da4e9d52bf38548adc73a8a",
        "244fa5c05b2cc8c4c0754aeed4ee42c588ea89d1"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 22 19:40:33 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 22 19:40:33 2009 -0700"
      },
      "message": "Merge change 2364 into donut\n\n* changes:\n  Initial checkin for App Fuel Gauge infrastructure.\n"
    },
    {
      "commit": "b181118b6e58c0014da4e9d52bf38548adc73a8a",
      "tree": "4f62cb71cacc03d25935e5430d8aa431dbeef854",
      "parents": [
        "5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu May 21 15:45:42 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 22 18:45:25 2009 -0700"
      },
      "message": "Define TARGET_CPU_ABI for finding native code in .apks\n"
    },
    {
      "commit": "244fa5c05b2cc8c4c0754aeed4ee42c588ea89d1",
      "tree": "95a07e2ffa3405bece4187b1b063db343f5e975c",
      "parents": [
        "b204d4f12773ec67c7f0ded41cb111018f154476"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Fri May 22 14:36:07 2009 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Fri May 22 14:36:07 2009 -0700"
      },
      "message": "Initial checkin for App Fuel Gauge infrastructure.\n\nThis adds the PowerProfile class and data file that provides power consumption numbers\nfor different subsystems. Also added Audio/Video subsystems to track on a per UID basis.\n"
    },
    {
      "commit": "fd6e5f0dda50e113db4ccc55338b6c4f09da37a4",
      "tree": "faf8e2c6510d2a0c4439cdcdfe74d97100dc9020",
      "parents": [
        "bb7b7b316a6a15f4df6af3c62a293920c68c7b00"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 21 11:28:20 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 21 11:28:20 2009 -0400"
      },
      "message": "location: Replace ILocationCollector interface with new ILocationProvider method\n\nThis change replaces ILocationCollector with a more general mechanism that\npasses locations received from a provider to all other providers.\nThe network location provider now uses this to implement the location collector.\nIn the future, this could be used to inject network locations to the GPS\nas aiding data.\n\nThis change also removes the now obsolete permission INSTALL_LOCATION_COLLECTOR.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "d2110dbce071a236b6176de344ca797b737542eb",
      "tree": "996e044c8c7bf49463394bc911f0277d969bde5d",
      "parents": [
        "40f5a4ea3bc90e43a442ab336f2342020bba86b3"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue May 19 13:41:21 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed May 20 11:24:20 2009 -0700"
      },
      "message": "Hook up the backup data writer, and add a utility to read the backup data files.\n"
    },
    {
      "commit": "a5ca3425f9cbb930dc62559893590432ed29c961",
      "tree": "76aa5e00c32b01348aefcb667927751d31019135",
      "parents": [
        "eb2c314b4d31c44af8a27ef51120b33290e65837",
        "58ff0217a617d5b03d18f0ef532f254f8ba6de2b"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed May 20 09:06:22 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed May 20 09:06:22 2009 -0700"
      },
      "message": "Merge change 2017 into donut\n\n* changes:\n  Increment BatteryStatsImpl\u0027s VERSION. That\u0027ll make it stop trying to interpret older records with the new format. Also applied other comments involving name changes to remove un-needed \u0027Wifi\u0027 labels in WifiManager API, etc.\n"
    },
    {
      "commit": "f5b9c72022f574417862e064cc0fdd8ea2d846dc",
      "tree": "a4b41387ce0aab4cb12c145f2c7a7bc3d6e1e7a2",
      "parents": [
        "5bc21aa0671d83e406b46e0431816dea8d9ca5cb"
      ],
      "author": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Mon May 18 12:09:59 2009 +0200"
      },
      "committer": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Wed May 20 10:52:04 2009 +0200"
      },
      "message": "ActivityManagerService sends bug reports on crashes and ANRs\n\nIf an installerPackageName was specified when the app was installed,\nlooks for a receiver of ACTION_APP_ERROR in that package. If found,\nthis is the bug report receiver and the crash/ANR dialog will get a\n\"Report\" button. If pressed, a bug report will be delivered.\n"
    },
    {
      "commit": "95fc68f24a2a93e5664e2234abcfe479d385cc05",
      "tree": "6f8f8071cf8a69d82fd16c1d5455ea81d31e1275",
      "parents": [
        "ee748d37b01b3affb72b701d95ba20c189887b5f"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 19 18:37:45 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 19 18:46:53 2009 -0700"
      },
      "message": "Fix issue where apps could prevent the user from going home.\n\nNow we have a 5-second time after home is pressed, during which\nonly the home app (and the status bar) can switch to another app.\nAfter that time, any start activity requests that occurred will\nbe executed, to allow things like alarms to be displayed.  Also\nif during that time the user launches another app, the pending\nstarts will be executed without resuming their activities and\nthe one they started placed at the top and executed.\n"
    },
    {
      "commit": "58ff0217a617d5b03d18f0ef532f254f8ba6de2b",
      "tree": "430db7df4bd3d709f1ac15443101fa9511a15255",
      "parents": [
        "65ff54c44bbd8c1dd6818d42b7c91c634c644aa9"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Tue May 19 15:53:54 2009 -0700"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Tue May 19 15:53:54 2009 -0700"
      },
      "message": "Increment BatteryStatsImpl\u0027s VERSION.\nThat\u0027ll make it stop trying to interpret older records with the new format.\nAlso applied other comments involving name changes to remove un-needed \u0027Wifi\u0027 labels in WifiManager API, etc.\n"
    },
    {
      "commit": "ac61f6bc2b24f7ab03cdb0089c67c4034ea8549c",
      "tree": "f43610491a25a94d82fa7e404c20467a42bf0545",
      "parents": [
        "12bb9471cb9ce2eb48d8e9817841f43e7220566f"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue May 19 09:14:41 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue May 19 13:53:24 2009 -0400"
      },
      "message": "Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION\n\nACCESS_FINE_LOCATION should imply ACCESS_COARSE_LOCATION, so either of these\npermissions should be sufficient to allow TelephonyManager.getCellLocation().\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "c3320dbe1c7acf040a3ec895129d8aae09c570ea",
      "tree": "6ff817107e7b1ba755ef7e266c5b752b3e45e694",
      "parents": [
        "5615d35b28119865cd65a79814a69f910e0a3862"
      ],
      "author": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Mon May 18 20:15:32 2009 +0200"
      },
      "committer": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Tue May 19 14:15:14 2009 +0200"
      },
      "message": "Minor performance improvement when filtering intents by package.\n\nDon\u0027t consider the activities that have no intent filters.\n"
    },
    {
      "commit": "2f11599eb317887a8cca14d8e66bfc485e5169e7",
      "tree": "aff8975073de4d008a513466f6d53385a0189e89",
      "parents": [
        "15e74b9da8b4cda11ee54da1e77a02d1a86c944a",
        "e9b06d754af03faf27012fbed1e7559ec1ba7c79"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon May 18 22:26:25 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon May 18 22:26:25 2009 -0700"
      },
      "message": "Merge change 1579 into donut\n\n* changes:\n  Teleca 2b changes\n"
    },
    {
      "commit": "e9b06d754af03faf27012fbed1e7559ec1ba7c79",
      "tree": "44e2dd9f47661d5ae3e6d38a63f3592f4ded4cd2",
      "parents": [
        "ce2372de58ad018623748f63e61ffc70c9eb8895"
      ],
      "author": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Mon May 18 21:47:50 2009 -0700"
      },
      "committer": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Mon May 18 21:47:50 2009 -0700"
      },
      "message": "Teleca 2b changes\n"
    },
    {
      "commit": "7e4c34329c98fc4279d658387b65ef4d041872a8",
      "tree": "8bebe5a7ab5d67fa7f5b307ee7ab3c6b6a4fac98",
      "parents": [
        "d1a9337380cf9f40f1aa095457b11242d483295d",
        "d9c32bc838cb618dcbc1e48df02a34b6596b8930"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon May 18 13:17:38 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon May 18 13:17:38 2009 -0700"
      },
      "message": "Merge change 1881 into donut\n\n* changes:\n  WifiService: Wifi power management change\n"
    }
  ],
  "next": "d9c32bc838cb618dcbc1e48df02a34b6596b8930"
}
