1. 9dfdac5 Clear app data via the Activity Manager, not Package Manager by Christopher Tate · 17 years ago
  2. 9488437 Merge change 20240 by Android (Google) Code Review · 17 years ago
  3. 8cc6a50 First bit of wallpaper work. by Dianne Hackborn · 17 years ago
  4. a65b989 Merge change 20218 by Android (Google) Code Review · 17 years ago
  5. 7b38f73 am ae18ca5c: Merge change 20140 into donut by Android (Google) Code Review · 17 years ago
  6. ae18ca5 Merge change 20140 into donut by Android (Google) Code Review · 17 years ago
  7. aa93b04 Correct the backup manager's identity around wakelock use by Christopher Tate · 17 years ago
  8. de42bb6 Work on issue #2030135: Device sluggish by Dianne Hackborn · 17 years ago
  9. b13f32c am 8b2cdcd1: Merge change 20037 into donut by Android (Google) Code Review · 17 years ago
  10. 8b2cdcd Merge change 20037 into donut by Android (Google) Code Review · 17 years ago
  11. 2ed287b fix issue with gids not being added for packages with shared user id by Suchi Amalapurapu · 17 years ago
  12. b1d39aa Merge change 9649 by Android (Google) Code Review · 17 years ago
  13. a1bd466 am 89888b2d: Merge change 20038 into donut by Android (Google) Code Review · 17 years ago
  14. 9f028e6 Remove debug code which reads the max_events_per_sec property on every touch event by Michael Chan · 17 years ago
  15. 8d1668d Wifi: Fix synchronization bug in multicast lock. by Zheng BaoZhong · 17 years ago
  16. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 17 years ago
  17. 81bea0f Merge change 20005 by Android (Google) Code Review · 17 years ago
  18. ea8b7d5 Use USB notification instead of battery notification for USB debugging warning. by Mike Lockwood · 17 years ago
  19. dfec20b Bootstrap the ever-backed-up bookkeeping properly by Christopher Tate · 17 years ago
  20. 637854c Merge change 9512 by Android (Google) Code Review · 17 years ago
  21. 251faa6 Display a helpful label for PROXIMITY_SCREEN_OFF_WAKE_LOCKs in the output by David Brown · 17 years ago
  22. 69eb0bf Close the "Please connect charger" alert after a charger is connected. by Mike Lockwood · 17 years ago
  23. cb798bc am 73139aea: Merge change 9075 into donut by Android (Google) Code Review · 17 years ago
  24. bad80e0 Add Activity Intent.ACTION_REQUEST_SHUTDOWN for requesting a system shutdown. by Mike Lockwood · 17 years ago
  25. 0c05edf am 9c71716e: Merge change 9063 into donut by Android (Google) Code Review · 17 years ago
  26. ba272be Merge change 9097 by Android (Google) Code Review · 17 years ago
  27. bd5ddf0 Wifi: Add support for enabling Wifi while in airplane mode. by Mike Lockwood · 17 years ago
  28. 73139ae Merge change 9075 into donut by Android (Google) Code Review · 17 years ago
  29. 96f2747 Fix wrong Singal Strength interpretation. by Yong Zhang · 17 years ago
  30. f2c1072 Change the resource path for fwd locked apps when scanning the fwd locked install by Suchi Amalapurapu · 17 years ago
  31. 85b598b Fixing bug #2023024 - there is an out of bounds exception that by Charles Chen · 17 years ago
  32. cda5ad5 am 9b91d78a: Merge change 8911 into donut by Android (Google) Code Review · 17 years ago
  33. 2d9c9e3 Less log spew. by Joe Onorato · 17 years ago
  34. e712ee3 Take ctate's suggestions from 9008. by Joe Onorato · 17 years ago
  35. afa7d85 Merge change 9008 by Android (Google) Code Review · 17 years ago
  36. e4162b2 Merge change 9011 by Android (Google) Code Review · 17 years ago
  37. 0084da5 Allow zero-length lists in EventLog entries. by Dan Egnor · 17 years ago
  38. 9bb8fd7 Only restore the bits for wallpapers that aren't built in. by Joe Onorato · 17 years ago
  39. a7e4cf9b Fix bug 1982892 - batteryservice turns off device even while plugged in by Joe Onorato · 17 years ago
  40. a6ddc8a Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden by Dianne Hackborn · 17 years ago
  41. bc706a0 PowerManager: Add proximity sensor support. by Mike Lockwood · 17 years ago
  42. b3c82ef am 1dd6936a: Merge change 8728 into donut by Android (Google) Code Review · 17 years ago
  43. 1dd6936 Merge change 8728 into donut by Android (Google) Code Review · 17 years ago
  44. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 17 years ago
  45. 88e1bab am 20583ff9: Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
  46. 20583ff Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
  47. bb9001c clean up error recovery; log events tracking backup activity by Dan Egnor · 17 years ago
  48. 5483448 Merge change 8651 by Android (Google) Code Review · 17 years ago
  49. ab9a2a5 Backup manager should default to not "provisioned" so backups don't start until the setup wizard is by Joe Onorato · 17 years ago
  50. 3f41673 frameworks/base: Add PBAP support by Jiafa Liu · 17 years ago
  51. a69f055 am 4ca6659f: Merge change 8565 into donut by Android (Google) Code Review · 17 years ago
  52. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 17 years ago
  53. 1531dc8 Don't leave restore data lying around after the operation by Christopher Tate · 17 years ago
  54. bbc1934 Fixing bug 2003639 - this is a fix to prevent the AccessibilityManagerService by Charles Chen · 17 years ago
  55. 30b06eb am 589cebe2: * Use the scaled size for surface view instead of native. The surface will be always scaled by surface flinger in compatiblity mode. The original approach confused the app because the surface size and the view size were different. * a few clean up. remo by Mitsuru Oshima · 17 years ago
  56. ba2bdce am ea9f9637: Merge change 8338 into donut by Android (Google) Code Review · 17 years ago
  57. c8f3614 Merge change 8413 by Android (Google) Code Review · 17 years ago
  58. 82bc9f5 Merge change 8412 by Android (Google) Code Review · 17 years ago
  59. 5933a49 Need to be able to call the backup manager from the system process. by Joe Onorato · 17 years ago
  60. 093d1a5 Revert "Have the notification service only have notifications diabled" by Joe Onorato · 17 years ago
  61. 155cedb Merge change 8410 by Android (Google) Code Review · 17 years ago
  62. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 17 years ago
  63. 35d7a94 am de08cdc0: Merge change 8262 into donut by Android (Google) Code Review · 17 years ago
  64. 39f5b6a Have the notification service only have notifications diabled until setup wizard has been run. by Joe Onorato · 17 years ago
  65. eb17658 Have the notification service only have notifications diabled by Joe Onorato · 17 years ago
  66. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  67. b90d28c Implement the device ConfigurationInfo.reqGlEsVersion field. by Jack Palevich · 17 years ago
  68. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 17 years ago
  69. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 17 years ago
  70. d72aa3b am 356d4a14: Merge change 8172 into donut by Android (Google) Code Review · 17 years ago
  71. b96ea20 Add the phase2 field for EAP WiFi configuration. by Chung-yih Wang · 17 years ago
  72. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
  73. 9822d2b First stab at poly-finger support. by Dianne Hackborn · 17 years ago
  74. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
  75. fe923cf2 am 2c25fac2: Merge change 8036 into donut by Android (Google) Code Review · 17 years ago
  76. 71effba am 6fb608ee: Merge change 7854 into donut by Android (Google) Code Review · 17 years ago
  77. 2c25fac Merge change 8036 into donut by Android (Google) Code Review · 17 years ago
  78. 69fff4a * Disable compatibility mode for all cases. by Mitsuru Oshima · 17 years ago
  79. 6fb608e Merge change 7854 into donut by Android (Google) Code Review · 17 years ago
  80. a695d18 am ef1a92ab: Merge change 7961 into donut by Android (Google) Code Review · 17 years ago
  81. fce2972 am 3b5449e9: Merge change 7862 into donut by Android (Google) Code Review · 17 years ago
  82. ef1a92a Merge change 7961 into donut by Android (Google) Code Review · 17 years ago
  83. 73c6afc Merge change 7945 by Android (Google) Code Review · 17 years ago
  84. 9673304 Clean up when an attempted restore throws by Christopher Tate · 17 years ago
  85. d2967e2 * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) by Mitsuru Oshima · 17 years ago
  86. 3f7e35c Bluetooth at command tracking. by Amith Yamasani · 17 years ago
  87. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 17 years ago
  88. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 17 years ago
  89. 9fdbf6a Issue #1884058 (Need to only record frequency and duration for selected Google apps) by Dianne Hackborn · 17 years ago
  90. 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 17 years ago
  91. 54f0910 Merge change 7613 into donut by Android (Google) Code Review · 17 years ago
  92. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 17 years ago
  93. 9bacd43 Merge change 7625 by Android (Google) Code Review · 17 years ago
  94. c185e7b am 3735df20: Merge change 7545 into donut by Android (Google) Code Review · 17 years ago
  95. 3735df2 Merge change 7545 into donut by Android (Google) Code Review · 17 years ago
  96. 265c9d2a am fae76f5b: Fix issue #1985502: Sapphire (and any other device) reports that it has a hard keyboard by Dianne Hackborn · 17 years ago
  97. 019de98 am eb09c6a0: Merge change 7568 into donut by Android (Google) Code Review · 17 years ago
  98. 86e9e55 Whitespace cleanup prior to real work. by Robert Greenwalt · 17 years ago
  99. 0a6a05c Merge change 7598 into donut by Android (Google) Code Review · 17 years ago
  100. 10c59a3 DO NOT MERGE - Disable settings backup in Donut by Christopher Tate · 17 years ago