1. a2f5afe Merge change I27009b08 into eclair by Android (Google) Code Review · 17 years ago
  2. 6b1cb35 Fix issue #2149126: unable to answer incoming call, various problems by Dianne Hackborn · 17 years ago
  3. 733fdf3 Disable keyguard while docked when the lock screen is insecure. by Mike Lockwood · 17 years ago
  4. 6af0d50 Fix issue #2149145: Safe Mode does not work on Sholes device by Dianne Hackborn · 17 years ago
  5. 1336a56 Fix EVDO SNR signal bar calculation by John Michelau · 17 years ago
  6. 5fbbdf2 Merge change 27325 into eclair by Android (Google) Code Review · 17 years ago
  7. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 17 years ago
  8. ac939d0 Merge change 27291 into eclair by Android (Google) Code Review · 17 years ago
  9. 7433e8a Fix issue #2148939: Sholes slow to wake up in landscape mode by Dianne Hackborn · 17 years ago
  10. d81b1f4 BatteryService: Specify low battery levels in resources. by Mike Lockwood · 17 years ago
  11. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 17 years ago
  12. 48c8405 Merge change 27162 into eclair by Android (Google) Code Review · 17 years ago
  13. 8b571a8 Fix Activity.overridePendingTransition(). by Dianne Hackborn · 17 years ago
  14. 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 17 years ago
  15. a0cad2f Merge change 27078 into eclair by Android (Google) Code Review · 17 years ago
  16. 4ef8ec3 Fix generic build boot sequence. by David 'Digit' Turner · 17 years ago
  17. 3b3e145 A variety of work on animations. by Dianne Hackborn · 17 years ago
  18. fdf53a4 Merge change 26935 into eclair by Android (Google) Code Review · 17 years ago
  19. 432b713 Fix bug 2129190 by Mike Cleron · 17 years ago
  20. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 17 years ago
  21. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 17 years ago
  22. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 17 years ago
  23. ce60514 Merge change 26717 into eclair by Android (Google) Code Review · 17 years ago
  24. 5baba16 Newer animations. by Dianne Hackborn · 17 years ago
  25. e21167a Fix widget stopListening NPE. by Ken Shirriff · 17 years ago
  26. fed534e Fix bug where onStartCommand() was never called with a null intent. by Dianne Hackborn · 17 years ago
  27. 99f7eb45 Dock screen on config can now select AC or USB. by Dianne Hackborn · 17 years ago
  28. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 17 years ago
  29. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 17 years ago
  30. 6c644f2 Merge change 26379 into eclair by Android (Google) Code Review · 17 years ago
  31. 313b29f Add parameter for the restore set (device id) data is being restored from to the restore_start event by Dan Egnor · 17 years ago
  32. 94db928 PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange() by Mike Lockwood · 17 years ago
  33. 9bbd5ee Merge change 26290 into eclair by Android (Google) Code Review · 17 years ago
  34. fe2bddf Don't wake up the screen as soon as the lid opens. by Dianne Hackborn · 17 years ago
  35. bfe319e Turn animations on by default. by Dianne Hackborn · 17 years ago
  36. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 17 years ago
  37. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 17 years ago
  38. 2eb239f Fix NPE crash-loop when cpufreq not available in the kernel. by Brad Fitzpatrick · 17 years ago
  39. e705ca9 Merge change 26103 into eclair by Android (Google) Code Review · 17 years ago
  40. 7c2bb66 Handle restore of the original naive wallpaper backup schema by Christopher Tate · 17 years ago
  41. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 17 years ago
  42. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 17 years ago
  43. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 17 years ago
  44. 4492bcd Merge change 25938 into eclair by Android (Google) Code Review · 17 years ago
  45. b815506 Merge change 25944 into eclair by Android (Google) Code Review · 17 years ago
  46. 200b30b Wake the screen if the proximity wakelock is released while the proximity sensor is active. by Mike Lockwood · 17 years ago
  47. a99f461 Don't require WAKE_LOCK permission to enable wifi by Robert Greenwalt · 17 years ago
  48. 1f6c7e6 Change the broadcast intent for dock state changes from a sticky broadcast to by Mike LeBeau · 17 years ago
  49. edd9316 Add better APIs for the battery status, and other cleanup. by Dianne Hackborn · 17 years ago
  50. 65c2387 Fix transformation on windows. by Dianne Hackborn · 17 years ago
  51. 90d8a6a Merge change 25628 into eclair by Android (Google) Code Review · 17 years ago
  52. c3a3b39 Merge change 25752 into eclair by Android (Google) Code Review · 17 years ago
  53. 6136b7e Show the live wallpaper on the lock screen. by Dianne Hackborn · 17 years ago
  54. a233943 Add a Gservices setting to controll the app error reporting feature. by Jacek Surazski · 17 years ago
  55. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 17 years ago
  56. c7d2530 Report NO_CONNECTIVITY when failover net unavail by Robert Greenwalt · 17 years ago
  57. 0d51d63 Merge change 25626 into eclair by Android (Google) Code Review · 17 years ago
  58. 3d7e855 Check if rename of current settings file was successful before persisting by Suchi Amalapurapu · 17 years ago
  59. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 17 years ago
  60. 4ac137c Merge change 25526 into eclair by Android (Google) Code Review · 17 years ago
  61. c2912a6 Merge change 25490 into eclair by Android (Google) Code Review · 17 years ago
  62. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 17 years ago
  63. 2d2078a LocationManagerService: Take fix accuracy into account in proximity zone logic. by Yusuf T. Mobile · 17 years ago
  64. c17f07a Revert "Don't activate keyguard if screen is turned off while proximity sensor is active." by Mike Lockwood · 17 years ago
  65. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 17 years ago
  66. 248b188 Fix #1827299: Google login screen to re-enter password is not viewable by Dianne Hackborn · 17 years ago
  67. 9092ab4 Add support for launching activities when attaching to a car or desk dock. by Mike Lockwood · 17 years ago
  68. 2a66eee Merge change 25157 into eclair by Android (Google) Code Review · 17 years ago
  69. 4337476 Fix the missing part for reading enterprise fields in wifi configuration by Chung-yih Wang · 17 years ago
  70. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 17 years ago
  71. 6ee7b04 Merge change 25192 into eclair by Android (Google) Code Review · 17 years ago
  72. 9767e41 Some improvements for wallpaper configuration. by Dianne Hackborn · 17 years ago
  73. cc9f52f make the window-shade use an opaque surface if possible by Mathias Agopian · 17 years ago
  74. ee5ece4 Remove deadlock in PackageManager when installing or upgrading packages. by Suchi Amalapurapu · 17 years ago
  75. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 17 years ago
  76. f02c074 DockObserver wakes the display when broadcasting a change by Ken Schultz · 17 years ago
  77. d20ea36 PowerManagerService: Use 5 cm threshold for the proximity sensor. by Mike Lockwood · 17 years ago
  78. 951764b Add automatic lighting control framework by Dan Murphy · 17 years ago
  79. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 17 years ago
  80. d023f9a Merge change 24829 into eclair by Android (Google) Code Review · 17 years ago
  81. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 17 years ago
  82. a625b38 PowerManagerService: Fix keyboard backlight support: by Mike Lockwood · 17 years ago
  83. 7c9bf7c Don't init wifiChannels until after supplicant up by Robert Greenwalt · 17 years ago
  84. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 17 years ago
  85. f3f7200 Merge change 24588 into eclair by Android (Google) Code Review · 17 years ago
  86. 8206ff3 Fix for multi-apn MMS access. by Robert Greenwalt · 17 years ago
  87. 5a8a115 Try not to crash the system server because of corrupt restore data by Christopher Tate · 17 years ago
  88. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 17 years ago
  89. a7ef269 MountService: Use correct icon for SD card notifications. by Mike Lockwood · 17 years ago
  90. b24e11b API_CHANGE by Nick Pelly · 17 years ago
  91. de893f5 API_CHANGE by Nick Pelly · 17 years ago
  92. f9e0e6b Fix b/2105945 - Windowshade not closed when device locked. by Joe Onorato · 17 years ago
  93. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 17 years ago
  94. c916c04 Merge change 24099 into eclair by Android (Google) Code Review · 17 years ago
  95. 510469f Merge change 24098 into eclair by Android (Google) Code Review · 17 years ago
  96. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 17 years ago
  97. a1e989b Fix bug where we wouldn't release remote provider references. by Dianne Hackborn · 17 years ago
  98. e540833 Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler by Bob Lee · 17 years ago
  99. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 17 years ago
  100. 445f430 NotificationManagerService: Only blink red battery low LED when not charging. by Mike Lockwood · 17 years ago