)]}'
{
  "log": [
    {
      "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": "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"
    },
    {
      "commit": "d9c32bc838cb618dcbc1e48df02a34b6596b8930",
      "tree": "cb7ff7abd7b1c2e99b5fcbfaebc7d19a9b4f5dfc",
      "parents": [
        "6342d3936ad8c9e6cf5bba1fc88c4e9338391bb4"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Mon May 18 14:14:15 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Mon May 18 15:54:16 2009 -0400"
      },
      "message": "WifiService: Wifi power management change\n\nPut Wifi into an idle state immediately if the screen is turned off and the Wifi interface has no IP address.\nWe will continue to keep Wifi up for 15 minutes in the case where the screen is turned off when Wifi is fully connected.\nThis will allow us to go into a low power mode faster when Wifi is not actively being used.\nIt also avoids bringing up Wifi if the user just turns on the screen for a few seconds to check the clock, etc.\n\nFixes bug b/1736920\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "d1a9337380cf9f40f1aa095457b11242d483295d",
      "tree": "efcd6973bca15ace831278f71b25c9923373b085",
      "parents": [
        "3a00d763dfb22982987e08f4c8751fe68451ed0d"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Thu May 14 17:54:31 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Mon May 18 10:47:24 2009 -0700"
      },
      "message": "Add a new window flag to display a window when keyguard is shown.\n"
    },
    {
      "commit": "074edef7c4fce50fc780e864068305f01965e3ac",
      "tree": "470dfecadad32412fdcf97b52118c549bbca9960",
      "parents": [
        "6342d3936ad8c9e6cf5bba1fc88c4e9338391bb4"
      ],
      "author": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Mon May 18 17:13:31 2009 +0200"
      },
      "committer": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Mon May 18 17:13:31 2009 +0200"
      },
      "message": "remove unused ContentResolver parameter from IntentResolver.queryIntent.\n"
    },
    {
      "commit": "a96cbb435d7b2197ab2b61fd98d14cbd6e0c5c3d",
      "tree": "75e0804e6628f9bb818c5f6f918315640c721d4b",
      "parents": [
        "ba2a3a1b32e242eea4e97c927d886e8987fde3d4"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed May 13 15:06:13 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 15 18:02:47 2009 -0700"
      },
      "message": "Implement compatibility support for WRITE_SDCARD permission.\n\nNow old applications will automatically be granted it.  Also renamed it from\nSDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions,\nand re-arranged how we do targetSdkVersion to actually be usuable for this\nkind of stuff.\n\nNote that right now this results in basically all apps being given the\nWRITE_SDCARD permission, because their targetSdkVersion is not set.  I will\nbe dealing with that in a future change.\n"
    },
    {
      "commit": "eae850cefe7e149f396c9e8ca1f34ec02b20a3f0",
      "tree": "a4e19d75aeef5529a0a8084d513638890afac2cd",
      "parents": [
        "75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec"
      ],
      "author": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Wed May 13 10:13:48 2009 +0200"
      },
      "committer": {
        "name": "Mihai Preda",
        "email": "preda@google.com",
        "time": "Fri May 15 12:32:07 2009 +0200"
      },
      "message": "Allow intent resolution to be constrained by package name.\n"
    },
    {
      "commit": "75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec",
      "tree": "84e1843368037d24f83749d152f818d537267bfa",
      "parents": [
        "669ec3a6e47248fee0a3a0f4877b46875eb42140"
      ],
      "author": {
        "name": "svetoslavganov",
        "email": "svetoslavganov@google.com",
        "time": "Thu May 14 22:28:01 2009 -0700"
      },
      "committer": {
        "name": "svetoslavganov",
        "email": "svetoslavganov@google.com",
        "time": "Thu May 14 23:47:05 2009 -0700"
      },
      "message": "Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut)\n"
    },
    {
      "commit": "2a5cfe519298702ef71ff8755b14f8daf6a92b2a",
      "tree": "51119ea6433cacc8b6b2b22c0bc8065005e01c58",
      "parents": [
        "4a8fb93f5e320f5bd5c1dd272339ae499e4b4ec4",
        "5347bd4cda2b6afc18f8acab48e52131f35ed13c"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu May 14 13:24:52 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu May 14 13:24:52 2009 -0700"
      },
      "message": "Merge change 1590 into donut\n\n* changes:\n  Add wifi multicast filter api (enable/disable). Fixes 1833432.  Automatically re-disables any request when the app exits/crashes.  Also hooked into Battery Stats for power managment analysis.\n"
    },
    {
      "commit": "aa642c0cc20293137376d44f8221876c121e5be9",
      "tree": "0de40101e01c37de412c89f0115b6386dea0db97",
      "parents": [
        "d47d81a4de581a85a55b8ed5f3a1f08cb573ccec",
        "c4b11a79fb164310af03c1190622fe52e3695d2b"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu May 14 11:59:33 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu May 14 11:59:33 2009 -0700"
      },
      "message": "Merge changes 1591,1596 into donut\n\n* changes:\n  Add a new feature to android.os.Debug to add the ability to inject only specific fields when calling setFieldsOn().\n  Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build.\n"
    },
    {
      "commit": "290bb011c5c1a9ba1f2116810b06cf52a9c36b3e",
      "tree": "cfb9ce077d79021e86c1b8d7951f3655520f368d",
      "parents": [
        "ec2d74d40f9b7a8bf96feeb45a5d054d8b0ce0dd"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed May 13 18:57:29 2009 -0400"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu May 14 09:39:32 2009 -0400"
      },
      "message": "Get the backup calling through to the file backup helper.\n\nThis includes some cleanup to make the parameters match\nbetween BackupService.onBackup and FileBackupHelper.performBackup.\n"
    },
    {
      "commit": "b91081113692acc87ae67f235956ae1cecab68cc",
      "tree": "2293c2b090a3a5e342e69f830627b382f23e49ca",
      "parents": [
        "c4cdc7d8a1a42f0ce6e28c39f70cfceeee29a781",
        "5d6d773fab559fdc12e553d60d789f3991ac552c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "nobody@android.com",
        "time": "Wed May 13 18:13:17 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed May 13 18:13:17 2009 -0700"
      },
      "message": "am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei\n\nMerge commit \u00275d6d773fab559fdc12e553d60d789f3991ac552c\u0027 into donut\n\n* commit \u00275d6d773fab559fdc12e553d60d789f3991ac552c\u0027:\n  AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).\n"
    },
    {
      "commit": "5d6d773fab559fdc12e553d60d789f3991ac552c",
      "tree": "6188416dceccd82a180f6d478d366270e38ff93e",
      "parents": [
        "04c72b47d877c9f3b45caa1ddc7f640b02e7be4c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "nobody@android.com",
        "time": "Wed May 13 18:09:56 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed May 13 18:09:56 2009 -0700"
      },
      "message": "AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).\n  To address issues where we could leave half-installed applications around if there was a failure during the install, we split getPackageLP() into two phases: the first would create the record, and only after doing all verification checks would we call insertPackageSettingLP() to do the remaining part of the original implementation and actually insert the record into the data structures.\n  Unfortunately it was only in insertPackageSettingLP() that we would set the sharedUser field of the PackageSetting structure, so when before that we went to verify certificates, we didn\u0027t think it had requested a shared user ID, and let it through without checking.\n  This fix simply sets the sharedUser field when the PackageSetting structure is first created, so we will actually check against its certs.  We still also set this again in insertPackageSettingLP(), but there is no harm in this because the only time we call this function is in that big install func, which just passes in the same shared user that it had when first getting the package.\n  BUG\u003d1851541\n\nAutomated import of CL 148824\n"
    },
    {
      "commit": "13922e03037d71a538f24ddf61c0b61bb4eb5af0",
      "tree": "e962dca19eee7c51affdfd8df7cf1fed0f541a8b",
      "parents": [
        "a2a34a5711bde03475b40edfe3cc052ece02700a"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@android.com",
        "time": "Tue May 12 17:56:14 2009 -0700"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@android.com",
        "time": "Wed May 13 15:42:23 2009 -0700"
      },
      "message": "Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build.\n"
    },
    {
      "commit": "5347bd4cda2b6afc18f8acab48e52131f35ed13c",
      "tree": "af3c0e520ff5712344bd5174b7d02d24ef34c4e7",
      "parents": [
        "6347c322b36cdf6a30a35e80d205d00d40368e61"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Wed May 13 15:10:16 2009 -0700"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "robdroid@android.com",
        "time": "Wed May 13 15:10:16 2009 -0700"
      },
      "message": "Add wifi multicast filter api (enable/disable).\nFixes 1833432.  Automatically re-disables any request when the app\nexits/crashes.  Also hooked into Battery Stats for power managment analysis.\n"
    },
    {
      "commit": "8ad028117d4b99883bbc52b29f097b2fb1d9b0c2",
      "tree": "a51bb51a34be08f2e5ac408de902bb07a3f293a3",
      "parents": [
        "d39afbdc92e95e597c311e78ac32edaad27fcf0d"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed May 13 01:41:44 2009 -0400"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed May 13 01:41:44 2009 -0400"
      },
      "message": "With this, the BackupService onBackup method is called.\n\nIt took a bunch of refactoring inside BackupManagerService,\nwhich is unfortunately all temporary anyway, but it unblocks\na bunch of stuff.\n"
    },
    {
      "commit": "ade3ecad94d1f4431576f53bae26c35efbf7a2c9",
      "tree": "066fc83ddeb6c52011e13744152b594911895094",
      "parents": [
        "807f23b2d8c7148cf6fc95bb88cfc2f78e4be66a"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon May 11 18:54:45 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 12 16:09:43 2009 -0700"
      },
      "message": "Implement issue #1783881 (manifest option for adb-install-only apps)\n\nYou can now use android:testOnly\u003d\"true\" to not allow your .apk to be installed\nas a normal app.  The only way to do so is with the pm command and giving the\n-t option, which sets a new INSTALL_ALLOW_TEST flag when installing.\n\nI also used this to clean up the install API...  actually, mostly to hide\nit, since it is not accessible to apps so shouldn\u0027t be in the SDK.  We\nwill be doing some more work on it, so this will prevent adding yet\nanother backwards-compatibility-for-no-reason version.\n"
    },
    {
      "commit": "c64322c35212e919906ffd66118c7d5d3ad36636",
      "tree": "846d1a95480c87f18975245ceea201535e23c553",
      "parents": [
        "3e3439d5ba0cf5eda060c4991219c32af917fc5b"
      ],
      "author": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Tue Apr 28 15:26:38 2009 +0200"
      },
      "committer": {
        "name": "Jacek Surazski",
        "email": "jaceks@google.com",
        "time": "Tue May 12 23:16:20 2009 +0200"
      },
      "message": "PackageManager keeps track of who installed what.\n\nStores the package name of the installer app in packages.xml\n"
    },
    {
      "commit": "3681f2614fa8c10560c790f6b4287f65d6fd2663",
      "tree": "e63317d42231df5146a9406efe18ae47208971b1",
      "parents": [
        "2677d0da34acad93cd7f164d587ccc30c46facc6"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue May 12 10:52:03 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue May 12 10:52:03 2009 -0400"
      },
      "message": "LocationManager:  Recover if process containing NetworkLocation provider crashes\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "1655be46d2b7d45f071a6a1411ac8bd41c749c21",
      "tree": "0b874b6acc545850478ad85d0ba94170c1ce1909",
      "parents": [
        "5e1d8aed4a557a7c055aa4c19875df75d7e41ae6"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 08 14:29:01 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon May 11 11:14:26 2009 -0700"
      },
      "message": "Fix issue #1837610 and #1753079\n\nIssue 1837610 Adding a Widget before Running the Associated App Causes a Force Close\n\nWe were not retrieving the shared libraries of an application when deliving a\nbroadcast to an explicit component.\n\nIssue 1753079 loading class path of instrumented app into instrumentation may load wrong path when instrumented app shares process with other apps:\n\nWe were using the ApplicationInfo that was used to originally create the process, not the one that the\ninstrumentation is against.\n"
    },
    {
      "commit": "851a54143c15a1c33361efae2db3f7f45059b472",
      "tree": "c9e6ced5424530ff9a40f5471afb969e15cac35e",
      "parents": [
        "ed3b804f2cc61029cf2969cbfa499ea230c22bb0"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 08 12:06:44 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 08 15:15:36 2009 -0700"
      },
      "message": "Implement targetSdkVersion and maxSdkVersion, plus version code names.\n\nThis adds new attributes for specifying a targetSdkVersion and maxSdkVersion.\nThere is a new ApplicationInfo flag that is set if the application has set\nits targetSdkVersion to the current platform or later.  Also you can now\nuse a string for minSdkVersion and targetSdkVerion, to indicate you are\nbuilding against a development tree instead of an official platform.\n"
    },
    {
      "commit": "c39aae0ee060b4ff54ba0ab37fd1925ce191f013",
      "tree": "56cfce33540826a0027219487725a3387a751adc",
      "parents": [
        "7b59fe316e23e05ef33648a855c2280dd8fad981",
        "c2af31f89bf3688db066c6eaee44d3b6bdc1d6ef"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 08 14:46:41 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 08 14:46:41 2009 -0700"
      },
      "message": "Merge change 1278 into donut\n\n* changes:\n  Squashed commit of the following:\n"
    },
    {
      "commit": "7b59fe316e23e05ef33648a855c2280dd8fad981",
      "tree": "faff3cdd69675dd5b67642171e7eaaa49fdd2170",
      "parents": [
        "98acd54fa6657e8131b3a2a957de7882a2f511ab",
        "0bfbae2c3241112f14abca6c9792e759e85e1c5e"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 08 14:46:21 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 08 14:46:21 2009 -0700"
      },
      "message": "Merge change 1275 into donut\n\n* changes:\n  Make the internal storage monitor work correctly when internal storage is very large.\n"
    },
    {
      "commit": "c2af31f89bf3688db066c6eaee44d3b6bdc1d6ef",
      "tree": "8e2b47eac81380d5ec99841c67db926bba566a2a",
      "parents": [
        "55280a91884b9256e8db6af6a09f28b3feeaa9d8"
      ],
      "author": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri May 08 14:44:41 2009 -0700"
      },
      "committer": {
        "name": "Suchi Amalapurapu",
        "email": "asuchitra@google.com",
        "time": "Fri May 08 14:44:41 2009 -0700"
      },
      "message": "Squashed commit of the following:\n\ncommit 85585eb0860e52a3dc3b8efe57ef8b30ee35c98d\nAuthor: Suchi Amalapurapu \u003casuchitra@google.com\u003e\nDate:   Thu May 7 11:59:24 2009 -0700\n\n    Remove new error code in PackageManager.\n    Remove version check in installation code path. Let the install continue irrespective of version number.\n    Check if data needs to be wiped(for downgrades only) in uninstallation code path.\n    Also remove only code and resources when checking for updated system packages(via ota)\n    Add version attribute when persisting package settings\n\ncommit f90797348c5170e6263d249e4fc77f1c0328eb27\nAuthor: Suchi Amalapurapu \u003casuchitra@google.com\u003e\nDate:   Thu May 7 10:54:07 2009 -0700\n\n    remove trailing white spaces\n    hide new install code in PackageManager\n\ncommit 397eb81265160f73caf9827d381ed6622041d54e\nAuthor: Suchi Amalapurapu \u003casuchitra@google.com\u003e\nDate:   Thu May 7 10:33:23 2009 -0700\n\n    Add version check in install and uninstall code paths.\n    New error code for invalid upgrades in PackageManager\n"
    },
    {
      "commit": "0bfbae2c3241112f14abca6c9792e759e85e1c5e",
      "tree": "cc24c75cf459a2546da9a0f13a45abc4428a68cf",
      "parents": [
        "c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri May 08 14:28:40 2009 -0700"
      },
      "committer": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri May 08 14:28:40 2009 -0700"
      },
      "message": "Make the internal storage monitor work correctly when internal storage is very large.\n"
    },
    {
      "commit": "55280a91884b9256e8db6af6a09f28b3feeaa9d8",
      "tree": "ac29de79b8ecec41f2fde6014a1834418a82d2fd",
      "parents": [
        "672f1e2b07d985526bfd5606e6a888005fdcb70c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu May 07 15:53:46 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 08 12:59:21 2009 -0700"
      },
      "message": "Improve shutdown process to send broadcast for applications.\n\nThis introduces a new class in the base platform for performing a clean\nshutdown (which was copied from the classes in the policies).  It\nincludes new features to send a shutdown broadcast for applications\nto do cleanup, and ot have the activity manager pause the current\nactivity before proceeding with the shutdown.  These facilities are\nalso use to write at the most recent stat files for sync, battery\nand user activity.\n"
    },
    {
      "commit": "b1a7ffef3a0007b6991b8338460f6aac8cbb11e8",
      "tree": "cd7745a25c1ab0d4c7c136672a8a87634d5fee4c",
      "parents": [
        "fedf566b9e00f18588fc104caafd047af069844a"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed May 06 18:06:21 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu May 07 15:32:48 2009 -0700"
      },
      "message": "More backup tests\n"
    },
    {
      "commit": "95427cdbd802f7cb529d62bb79953c45b36a8fcf",
      "tree": "ae907dc90b346cd96e62f44ccb589eae2bb0d560",
      "parents": [
        "8dfe5d8c6ba9cb165994f09843abaa6302d63c1d"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 13:27:54 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 13:27:54 2009 -0400"
      },
      "message": "location: Fix mock provider support\n\nAllow mock providers to be used for proximity alerts.\nClear calling identity so mock provider support does not fail due to\nlack of INSTALL_LOCATION_PROVIDER permission.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "8dfe5d8c6ba9cb165994f09843abaa6302d63c1d",
      "tree": "f6299aadc4c3572ab9e96325332b1b890c76697c",
      "parents": [
        "0528b9b26a9d64ba43acd0e334638303d514b8eb"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 11:49:01 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 11:49:01 2009 -0400"
      },
      "message": "location: Remove two unnecessary variables.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "0528b9b26a9d64ba43acd0e334638303d514b8eb",
      "tree": "52b5ce3b9887e8b6e5ca7800b3fe41a42144a9f8",
      "parents": [
        "90da134befec804852775be7fd4905a1a188ff00"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 10:12:54 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu May 07 11:02:22 2009 -0400"
      },
      "message": "location: Location Manager wakelock cleanup\n\nLocation Providers are now responsible for their own wakelocks and scheduling.\n\nAlso fixed a deadlock in LocationManagerService in the code for releasing\nwakelocks after client notifications have been received.\nThe fix is to use the Receiver object and mWakeLock for synchronization\n instead of the global mLock lock.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "05d24afb61e2fbd137468a065fd58685e1a62d78",
      "tree": "7006a5ca5ed49bf0a069031e08e3f33138205e45",
      "parents": [
        "d90a33111b3f1d0b2fff7ba9bafabc63fdb67d3a",
        "e96440fa15b9158690996dd1e5ef2096099d5388"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "nobody@android.com",
        "time": "Wed May 06 17:39:50 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed May 06 17:39:50 2009 -0700"
      },
      "message": "Merge branch \u0027readonly-p4-donut\u0027 into donut\n"
    },
    {
      "commit": "3799bc241b5cfc876cf082fbf39acc67c90a25b7",
      "tree": "4b3db9da132550555973070a886d5adb9a85931e",
      "parents": [
        "f7598245489c6d28c2673acd269ada2e6e834065"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 16:13:56 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 16:13:56 2009 -0700"
      },
      "message": "Track install/removal/update of packages that provide backup services\n"
    },
    {
      "commit": "b1d790b63e2115be558d451efbc914d1f8dfa846",
      "tree": "9f322b0eeab2171d6d2af0be67dcb816d190fc52",
      "parents": [
        "9a6f25033c51390cbcc4eec38f27e0ac35e97f1c"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 12:38:21 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 12:38:21 2009 -0700"
      },
      "message": "Pass null as savedState to indicate a full backup is required\n"
    },
    {
      "commit": "46758123868d91e7b186aebb27c4c4988dede43e",
      "tree": "dacb54c6da67d1ed7f355a956fc0b335d77af4b8",
      "parents": [
        "c770ed8a6bb7614ed4a85a672e4e6830bed19a95"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 11:22:00 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed May 06 11:24:27 2009 -0700"
      },
      "message": "Add a Backup Manager interface to request a full backup\n\nGiven a package name, the Backup Manager schedules a *full* (i.e. non-\nincremental) backup pass for that package.  Also added the state-file\nhandling for distinguishing to the target between the full and incremental\nbackup requests.\n"
    },
    {
      "commit": "e96440fa15b9158690996dd1e5ef2096099d5388",
      "tree": "7b638caafc25dd686026406a662142f5d2a69fe3",
      "parents": [
        "dffbb4dbceb7e90e91b65d02dfdbd1abd6147b94"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "nobody@android.com",
        "time": "Wed May 06 10:27:36 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed May 06 10:27:36 2009 -0700"
      },
      "message": "AI 148368: Decrease CPU usage by throttling touch events\n  We are decreasing CPU usage at the cost of event latency. Events are queued up\n  and released to the app at the specified rate. You can\n  experiment with different values via:\n  adb shell setprop windowsmgr.max_events_per_sec 35\n  The new value is picked up when you let go and retouch the screen. No\n  reboot needed.\n  Also the following changes were made after profiling:\n  - In WindowManagerService, limit the call to userActivity() when we\n  have a flood touch events.\n  - In PowerManagerService, skip checking of permission if the caller\n  is system user.\n  - In PowerManagerService, integrated the functionality of gatherState()\n  into reactivateWakeLocksLocked(). They loop through the same data\n  structure and are called back to back.\n  BUG\u003d1692771\n\nAutomated import of CL 148368\n"
    },
    {
      "commit": "dccc39b17ab85ad5b970dc299d95c0b53b4e7f25",
      "tree": "62f59b775fe44cdc8488e2da7803f756bc0a3117",
      "parents": [
        "3ed8b3dc42800068951332aea024f9737c25a0ed",
        "231cc608d06ffc31c24bf8aa8c8275bdd2636581"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue May 05 16:17:25 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue May 05 16:17:25 2009 -0700"
      },
      "message": "Merge change 777 into donut\n\n* changes:\n  Rewrite SyncStorageEngine to use flat files and in-memory data structures.\n"
    },
    {
      "commit": "f417247fa68524f2f34960f7389168eed7eb4a88",
      "tree": "96725ef9323a5617a117c3d8a2944c39f196677d",
      "parents": [
        "06d96020c35dac2bf1651cb8bd4cfced911f1142"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue May 05 15:50:03 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue May 05 15:50:03 2009 -0700"
      },
      "message": "Further development of backup file handling\n\n    Put backup data in flight into /cache\n    Close the files and delete the intermediates after backup pass\n"
    },
    {
      "commit": "231cc608d06ffc31c24bf8aa8c8275bdd2636581",
      "tree": "9b435c670f0f16751a21ae4678bfbed7d8e159b4",
      "parents": [
        "06d96020c35dac2bf1651cb8bd4cfced911f1142"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Apr 27 17:10:36 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 05 15:40:53 2009 -0700"
      },
      "message": "Rewrite SyncStorageEngine to use flat files and in-memory data structures.\n\nThe previous implementation used a database for storing all of its state, which could cause\na significant amount of IO activity as its tables were updated through the stages of a sync.\nThis new implementation replaces that in-memory data structures, with hand-written code\nfor writing them to persistent storage.\n\nThere are now 4 files associated with this class, holding various pieces of its state that\nshould be consistent.  These are everything from a main XML file of account information that\nmust always be retained, to a binary file of per-day statistics that can be thrown away at\nany time.  Writes of these files as scheduled at various times based on their importance of\nthe frequency at which they change.\n\nBecause the database no longer exists, there needs to be a new explicit interface for\ninteracting with the sync manager database.  This is provided by new APIs on IContentService,\nwith a hidden method on ContentResolver to retrieve the IContentService so that various\nsystem entities can use it.  Other changes in other projects are required to update to the\nnew API.\n\nThe goal here is to have as little an impact on the code and functionality outside of\nSyncStorageEngine, though due to the necessary change in API it is still somewhat extensive.\n"
    },
    {
      "commit": "22b8787ed4be8d4b7ed5d54802f9913fedb41425",
      "tree": "1055eb6988e1265fa75dbf0ab9f7d08c694c481f",
      "parents": [
        "636274185ed5ee75faf6ef4d84bbb7d5b0371248"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon May 04 16:41:53 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Mon May 04 20:19:21 2009 -0700"
      },
      "message": "Squashed commit of the following:\n\nAuthor: Christopher Tate \u003cctate@google.com\u003e\nDate:   Mon May 4 16:38:11 2009 -0700\n\n    IBackupService now passes ParcelFileDescriptors rather than int fds\n\n    The outlines of backup state file / data file handling are now in place as well\n    in the BackupManagerService.\n\nAuthor: Christopher Tate \u003cctate@google.com\u003e\nDate:   Thu Apr 30 12:40:19 2009 -0700\n\n    Hide the backup stuff for now\n\n    Also adjust based on comments:\n    + changed service intent string to conform to usage guidelines\n    + only publish the IBackupService binder when invoked with the right\n      intent action\n    + docs tweaks\n"
    },
    {
      "commit": "3413b8983a3af1c44ab7bafd186a56a5a116e5cc",
      "tree": "b6f540b517eb92d8611ca85b4d6e02ac9078f6eb",
      "parents": [
        "854c8c78c1bce214f6479772d94147070ec6764f"
      ],
      "author": {
        "name": "Owen Lin",
        "email": "owenlin@google.com",
        "time": "Fri May 01 17:12:32 2009 -0700"
      },
      "committer": {
        "name": "Owen Lin",
        "email": "owenlin@google.com",
        "time": "Fri May 01 19:31:33 2009 -0700"
      },
      "message": "Let screenOrientation\u003d\"behind\" works as expected\n"
    },
    {
      "commit": "275555c8eb3fb5df6e7320873b88b77cdde85a9e",
      "tree": "96c3bfe004179e2c08e87bf8784ad278dfdfe53d",
      "parents": [
        "767db0a1ec760042b145e7c19a672c7180ad10f3"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri May 01 11:30:34 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri May 01 15:06:31 2009 -0400"
      },
      "message": "location: Add support for location providers outside of the system process.\n\nAlso added new permissions android.permission.INSTALL_LOCATION_PROVIDER\nand android.permission.INSTALL_LOCATION_COLLECTOR to the public API.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "15e3d0f082d551f8819fbe4b0d502cc108627876",
      "tree": "ee0b12d89c14986b5447e7a000fd2a3f91fb6c13",
      "parents": [
        "a56b318cf2d4c3700899f9de394c5635761dda66"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri May 01 07:53:28 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri May 01 08:24:47 2009 -0400"
      },
      "message": "location: Use ILocationProvider Binder interface for all location providers.\n\nThis change eliminates the LocationProviderImpl class which had been used\nfor location providers running in the system process.\nNow the LocationProvider base class is only used to implement the\nLocationManager.createProvider() method for retrieving provider information.\nAdded a new IGpsStatusProvider interface for providers that serve GPS status.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "54796e740584b50323fe742a27e5d3f5be01ca06",
      "tree": "642dc67260a8a17a2ff1b1f95b39487ed82a7c05",
      "parents": [
        "36742528f89fd13e65c8652cc684cffc9e97b567"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Thu Apr 30 15:16:30 2009 -0700"
      },
      "committer": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Thu Apr 30 15:16:30 2009 -0700"
      },
      "message": "Make the home screen come up in the simulator.\n"
    },
    {
      "commit": "a8bf815c6153290b173f34b071dddb0a0034a115",
      "tree": "0fa451a3a1035092ce916e3d6a25b8e8553f03bd",
      "parents": [
        "487529a70cd1479ae8d6bbfb356be7e72542c185"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Apr 30 11:36:21 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Apr 30 11:36:21 2009 -0700"
      },
      "message": "Add android.backup.BackupManager\n\nAlso tweak the dataChanged() api to have the client supply a package name.  We\ndon\u0027t necessarily TRUST this, but we use it to narrow the set of packages requesting\na backup pass, no longer blithely scheduling a pass for all packages associated\nwith the caller\u0027s uid.\n"
    },
    {
      "commit": "487529a70cd1479ae8d6bbfb356be7e72542c185",
      "tree": "ca19a948a28e9d4eb7b4c9890b006e43b89d7a6d",
      "parents": [
        "dc67739af90aa31a0b546c14bf1e68e6acbb8375"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Apr 29 14:03:25 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Apr 29 14:49:30 2009 -0700"
      },
      "message": "First baby steps towards settings backup\n\nThis change adds a sketched outline of the backup system architecture, with\nall of the major pieces represented other than client-side helpers for\nspecific types of data.  IBackupManager and BackupService are public so that\nwe can write test apps against SDK-domain symbols from the outset.\n\nWhat code exists in this change hasn\u0027t been tested and may crash.  It\u0027s the\nbeginnings of the real implementation but of course is barely begun.\n"
    },
    {
      "commit": "662ea09a71ab241774456f7bd4791a3532904da3",
      "tree": "0ec2f476da8848d85cd4b03202f9369098b0c79e",
      "parents": [
        "5f2788bc9d947f7793aaea06f7e21d6b74c98826"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 16:56:30 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 21:38:06 2009 -0400"
      },
      "message": "location: Optimize use of mProviders ArrayList.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "b8adcad61d9225ecdabde1a01b73455f484cbed7",
      "tree": "b88cf6f21915391f1fbc1f0a910112215aeafd57",
      "parents": [
        "79762a3ee34eb8be5549bcb183af844b6f19c266"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 13:23:57 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 13:23:57 2009 -0400"
      },
      "message": "location: Remove obsolete fake provider support.\n\nNow that we have GPS support in the emulator and public APIs for mock providers,\nthe fake provider support is no longer needed.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "79762a3ee34eb8be5549bcb183af844b6f19c266",
      "tree": "e3cf612d4596fc4f5edf8f2edfab81776de48d79",
      "parents": [
        "eedf815a2bd44c365a6885553a52cd2fcbfdce8c"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 11:31:44 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 12:42:08 2009 -0400"
      },
      "message": "location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "3d12b51ee38537f6760a833618948f936e75561d",
      "tree": "18429d3fc13f7dd8850522d2b56a08033104a3c8",
      "parents": [
        "17f213bc528cf296e133e9ec9c9e0ce5dce41781"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 23:25:35 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 28 07:28:33 2009 -0400"
      },
      "message": "location: Run LocationManagerService in a separate thread.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "48f17518223a2917fd82195004fbb206cb9a05a3",
      "tree": "d87449f59ab8b22dada31f595c688bcee9bd3961",
      "parents": [
        "0a57e5b730beaea75c1c1b1ca51b40c463918b4d"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu Apr 23 09:12:08 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Thu Apr 23 19:27:41 2009 -0700"
      },
      "message": "location: Location Manager wakelock cleanup, phase 2\n\nRemove two second timeout for wakelock when broadcasting events to\nlocation listeners. Instead, hold wakelock until receipt of the event\nis acknowledged, either via a Binder call or the\nPendingIntent.OnFinished interface.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "0b8ffd17bc6641fc522db3e842a868b6cdbf6d82",
      "tree": "ef8d5d562a1c8d61b997ed7ed522dc9034e85548",
      "parents": [
        "56137a258410bd08ecd0d9478f82816e1d0c6609",
        "1d442e0d990b581357f33f5463c7c5cb49b551e8"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Apr 22 18:33:57 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Apr 22 18:33:57 2009 -0700"
      },
      "message": "Merge change 460 into donut\n\n* changes:\n  More optimization of dumpsys output.\n"
    },
    {
      "commit": "1d442e0d990b581357f33f5463c7c5cb49b551e8",
      "tree": "58963b9ba095e179ba7c63e52dfd525b93cb978e",
      "parents": [
        "a0c9e8526b094e3b4f2c2747622059215d00516f"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Apr 20 18:14:05 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Apr 22 18:03:21 2009 -0700"
      },
      "message": "More optimization of dumpsys output.\n\nThere are three major classes of changes here:\n\n- Avoid writing lines where their values are often empty, false, or some other typical thing.\n- Use partial writes to the PrintWriter to avoid creating temporary strings.\n- Use StringBuilder where we need to generate real String objects (and where possible cache the result).\n"
    },
    {
      "commit": "a0e3cd3853da1d14da4918c49d25128622cf0610",
      "tree": "ade384126851d16b3905ac8fa95052cd1be123bb",
      "parents": [
        "9ce7217c8eb4141bda68b85641814958da58a7ab"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 21:27:33 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 21:27:33 2009 -0700"
      },
      "message": "Fix timing problem that was introduced when we removed location provider polling\n\nThe wake lock was not being held until after we enabled location tracking,\nso the check to see if the wake lock was held before propogating a\nnew location prevented us from receiving a network location as soon as we\nenabled the provider.\nThis check is not necessary anyway, so this change removes it.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "9ce7217c8eb4141bda68b85641814958da58a7ab",
      "tree": "dc3e526ad5922276cf884b9d90b26997bbd334ff",
      "parents": [
        "61fc286e8f7e33d0dd2a1e72ae9ef73ed3f42a00"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 20:18:41 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 20:18:41 2009 -0700"
      },
      "message": "location: Remove support for a message that never actually gets sent.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "61fc286e8f7e33d0dd2a1e72ae9ef73ed3f42a00",
      "tree": "51149a9de5eecf77bc638da2941343d0369e33b7",
      "parents": [
        "22b8f5e4b7b0ddd7ed5c90a8710036b549e8858d"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 20:02:52 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 20:02:52 2009 -0700"
      },
      "message": "location: Remove unnecessary code that monitors the screen on/off state.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "3ea1f8759ddc0b714558d3c8f1e153d1d89f301f",
      "tree": "c49227d660d2cca920f45a4571b0af706dff44b6",
      "parents": [
        "1130ba283051da26a6ca53e2add854f7134bc552",
        "b30475ecef84303600302b6790420bcc66631bf0"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 21 15:12:25 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 21 15:12:25 2009 -0700"
      },
      "message": "Merge change 372 into donut\n\n* changes:\n  WifiService: Cleanup parsing of wifi scan results.\n"
    },
    {
      "commit": "b30475ecef84303600302b6790420bcc66631bf0",
      "tree": "cc81531d98e8cda2a1e6c2188ac3f9cc3fff4830",
      "parents": [
        "31d40ab260bbf8b73a50dea29995192579a11947"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 13:55:07 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 13:55:07 2009 -0700"
      },
      "message": "WifiService: Cleanup parsing of wifi scan results.\n\nAlso add support for possitive RSSI values, fixing b/1786306\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "6de3154674a268b0e109990a1f4c2742dfdc9c66",
      "tree": "3250edcf85033305a6924482775db0e5334e5ea1",
      "parents": [
        "31d40ab260bbf8b73a50dea29995192579a11947"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 12:13:35 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 12:13:35 2009 -0700"
      },
      "message": "location: Add some null pointer checks.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "31d40ab260bbf8b73a50dea29995192579a11947",
      "tree": "70bd2ce89d435aa3104cd5abd9abb2f3ed58bd86",
      "parents": [
        "5261402c795aa3e5fb4807e70d38bfc98e76f750",
        "e2b44c5aaff312fbb00e66dd42b8444938017672"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 21 09:40:38 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 21 09:40:38 2009 -0700"
      },
      "message": "Merge change 360 into donut\n\n* changes:\n  location: Location Manager wakelock cleanup, phase 1\n"
    },
    {
      "commit": "e2b44c5aaff312fbb00e66dd42b8444938017672",
      "tree": "197313bebcf481c50c2f9fdcc40ce4fc7a880b94",
      "parents": [
        "98cb66797422c4ccdee6f1a07636146d784a471b"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 09:38:18 2009 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Tue Apr 21 09:38:18 2009 -0700"
      },
      "message": "location: Location Manager wakelock cleanup, phase 1\n\nMove cell and wifi lock from LocationManagerService to NetworkLocationProvider\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "6d31eb895340f3b25f1388dd4ce1a4314de9a267",
      "tree": "e1f6659bafeab78dcce7d4c70ab74739b1d5dbd8",
      "parents": [
        "4482d8c8e41b02786efae97987394f60b68d6f6e",
        "42554c10b61f747c0689f2304f19a2af17b886ce"
      ],
      "author": {
        "name": "Dmitry Shmidt",
        "email": "",
        "time": "Mon Apr 20 09:50:17 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Apr 20 09:50:17 2009 -0700"
      },
      "message": "Merge branch \u0027readonly-p4-donut\u0027 into donut\n"
    },
    {
      "commit": "42554c10b61f747c0689f2304f19a2af17b886ce",
      "tree": "6659b4ca768e109d0712f8bb6f5fa5527bc794c0",
      "parents": [
        "c64edde69d18498fb2954f71a546357b07ab996a"
      ],
      "author": {
        "name": "Dmitry Shmidt",
        "email": "",
        "time": "Mon Apr 20 09:48:54 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Apr 20 09:48:54 2009 -0700"
      },
      "message": "AI 146934: Make TI Wifi driver choice framework-independent - part 1\n  BUG\u003d1786365\n\nAutomated import of CL 146934\n"
    },
    {
      "commit": "98cb66797422c4ccdee6f1a07636146d784a471b",
      "tree": "aed685bfa6fd15157085e3a1bb259ac4115ead15",
      "parents": [
        "981980e5da71e794d33eaea8c12bfe6e14745e90"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri Apr 17 18:03:44 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri Apr 17 18:06:18 2009 -0400"
      },
      "message": "More Location Manager cleanup:\n\nMove LocationCollector support out of GpsLocationProvider.\nDon\u0027t disable GPS when screen is off.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "2f82c4eb0b4d315481ad79725ad6f52c5ec69685",
      "tree": "ef64e238443565b8f3e39a5079e4db27e8cd64b5",
      "parents": [
        "21b5817aaa2f0a61edff8752ed85130aa8cf7def"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri Apr 17 08:24:10 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri Apr 17 17:00:32 2009 -0400"
      },
      "message": "location: Generalize support for location provider usage tracking.\n\nThis replaces two different mechanisms that were used for GPS and Netork\nlocation provider tracking.\nMove BatteryStats logging of GPS usage from LocationManagerService to\nGpsLocationProvider.\nClean up tracking of location listeners in LocationManagerService and remove\nsome HashMaps that are no longer needed.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "a55c321329ae52a2db7a4f2bd36673a20b8f271d",
      "tree": "97ee2b13cf6c464305930be581bcf14c072e7a55",
      "parents": [
        "967f7c169c0ff8723a72fce7073f591dcfab018d"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Wed Apr 15 11:10:11 2009 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Wed Apr 15 11:17:37 2009 -0400"
      },
      "message": "location: Move geocoding support from ILocationProvider to a new interface.\n\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "f2aad4a468da1958bb12277d42754ccb42038537",
      "tree": "99d98bd1eff6727fc85ef81dfc6118c6f1d7b052",
      "parents": [
        "ab6f5c6e86276602605382be73b8df2b08ed494d",
        "f210d6b75e2c0fe60b90c074ff9f615c1137f23e"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 14 13:15:43 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 14 13:15:43 2009 -0700"
      },
      "message": "Merge change 132 into donut\n\n* changes:\n  Let\u0027s do bug #1769910 actually right.\n"
    },
    {
      "commit": "f210d6b75e2c0fe60b90c074ff9f615c1137f23e",
      "tree": "112240b6d4c3d2d1f78e7badde174cbe11d1f31b",
      "parents": [
        "7680d67dc7445ba65a4fc4307afe24b20b333a52"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Apr 13 18:42:49 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Apr 13 18:42:49 2009 -0700"
      },
      "message": "Let\u0027s do bug #1769910 actually right.\n\nMy original implementation was computing averages and medians.  Now we do binning, as requested.  So much simpler, too!  In addition, it fixes a bug where when hoping across activities we were only accounting for the last activity as the total time; now we count the time from the start of the initial activity.\n\nThis also includes some reduction and optimization of the activity manager dumpsys output.\n"
    },
    {
      "commit": "0887540fa8cad30fa7688d3cd86904d61c9550c3",
      "tree": "f547c5f4b59e31382c6a7a535d3bb3a8f01f9030",
      "parents": [
        "b7c3675aefea21a4b49a19f5fd56fb93a55146c8",
        "cfe6524071624b6679e5fa4db847328e8d0317c8"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Apr 13 14:12:27 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Apr 13 14:12:27 2009 -0700"
      },
      "message": "Merge change 63 into donut\n\n* changes:\n  Remove references to android.util.Config\n"
    },
    {
      "commit": "06ba55476ee9703c876d223cd41bd73c5f85f42d",
      "tree": "597ed553c488fdb9ff882887c45b1e2e1fe4f66f",
      "parents": [
        "4d08efb7d80db0e2d69c60a5fee6a923e440daac"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Apr 09 16:03:56 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Apr 09 16:03:56 2009 -0700"
      },
      "message": "Integrate new power connnect/disconnect broadcasts\n\nTwo new broadcasts, Intent.ACTION_POWER_CONNECTED and\nIntent.ACTION_POWER_CONNECTED, that are issued when the device is plugged\nand unplugged from USB or AC power.  This pulls two changes from the\nopen-source Gerrit repo into the internal Donut codeline:\n\n1241 fda6fae Added broadcasts for external power events.\n9491 37f8ca1 Fix system service crash when booting while on battery power\n\nThe current.xml API description has also been updated to include the\nnew Intent fields; the new API was approved in the original OSS change.\n"
    },
    {
      "commit": "cfe6524071624b6679e5fa4db847328e8d0317c8",
      "tree": "4600c8162173aa35874b2d9604a7a126692e652b",
      "parents": [
        "7680d67dc7445ba65a4fc4307afe24b20b333a52"
      ],
      "author": {
        "name": "Dave Bort",
        "email": "dbort@android.com",
        "time": "Thu Apr 09 14:51:04 2009 -0700"
      },
      "committer": {
        "name": "Dave Bort",
        "email": "dbort@android.com",
        "time": "Thu Apr 09 14:51:04 2009 -0700"
      },
      "message": "Remove references to android.util.Config\n\nThe semantics of Config.DEBUG will be changing soon, and all other\nConfig.* fields will become deprecated/hidden.\n"
    },
    {
      "commit": "7680d67dc7445ba65a4fc4307afe24b20b333a52",
      "tree": "de7e01c3ca8a952a4edbad57ea3f3b604e3f814a",
      "parents": [
        "50457c1fc2bea834e64490f95e9f7e424a162b46",
        "9ac932179c704822c7ae5c7accb02119b578254e"
      ],
      "author": {
        "name": "Nick Pelly",
        "email": "",
        "time": "Wed Apr 08 15:10:29 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Apr 08 15:10:29 2009 -0700"
      },
      "message": "Merge branch \u0027readonly-p4-donut\u0027 into donut\n"
    },
    {
      "commit": "9ac932179c704822c7ae5c7accb02119b578254e",
      "tree": "4360e7ccadf2309d0b4a67a9e28fa1b4681dbcc7",
      "parents": [
        "939151f1eb3d2522ed952d14a9bb79235a5d7126"
      ],
      "author": {
        "name": "Nick Pelly",
        "email": "",
        "time": "Wed Apr 08 15:09:15 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Apr 08 15:09:15 2009 -0700"
      },
      "message": "AI 145201: Hold wakelock while delaying for audio route switch after headset unplug.\n  Fixes bug where we go to sleep before switching audio, and we lose audio until the apps CPU wakes up again.\n  BUG\u003d1774615\n\nAutomated import of CL 145201\n"
    },
    {
      "commit": "6447ca30b8e41c22c7214f201120327057e356dc",
      "tree": "0cd18bdbb4f924b95567a36b1834115cc2fa6d3a",
      "parents": [
        "60a51818483dae32d18414a4f128ca057e267e8c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Apr 07 19:50:08 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Apr 07 19:50:08 2009 -0700"
      },
      "message": "Fix issue #1769910 (Track activity launch times)\n\nThe usage stats service now collects per-activity launch time stats.  There are a number of fixes and improvements to its statistics management and collection; it now operates its calendar in GMT and ensures that for checkin purposes it always reports one day and only one complete day to the checkin service.\n\nAlso change the checkin option from \"-c\" to \"--checkin\" since it is really a special thing.\n"
    }
  ],
  "next": "e932f7f2a47b770c636443d411436bd29cc4bb43"
}
