1. 1ef95f9 Reduce the ConnectivityManager logging. by Robert Greenwalt · 15 years ago
  2. e6b2796 Merge change I94132420 into eclair by Android (Google) Code Review · 15 years ago
  3. 5f3c928 Merge change Id93f4c9e into eclair by Android (Google) Code Review · 15 years ago
  4. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
  5. 51cef84 Merge change Ic7e251a7 into eclair by Android (Google) Code Review · 15 years ago
  6. 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
  7. de46acd Update SD card notification icons. by Mike Lockwood · 15 years ago
  8. 48e9a0d Merge change Ice5e9209 into eclair by Android (Google) Code Review · 15 years ago
  9. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
  10. 1bcf5a8 Fix issue #2150258: Suggestions become inactive and do not respond when pressed. by Dianne Hackborn · 15 years ago
  11. a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 15 years ago
  12. 46e462a Merge change I852f8e46 into eclair by Android (Google) Code Review · 15 years ago
  13. dc6b635 Debugging for #2027266: app drawer showing up on the side by Dianne Hackborn · 15 years ago
  14. 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 15 years ago
  15. 609c2c0 Merge change Ia54b1bf0 into eclair by Android (Google) Code Review · 15 years ago
  16. e91ebe2 - make SyncManager get the accounts list during the constructor, by Fred Quintana · 15 years ago
  17. 84612ea6 Add a delay to wifi driver stop on screen off. by Robert Greenwalt · 15 years ago
  18. 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 15 years ago
  19. 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 15 years ago
  20. b808a939 Remove DEBUG-only logging in metadata backup agent by Christopher Tate · 15 years ago
  21. 9c75d4a Fix network-feature timeout code. by Robert Greenwalt · 15 years ago
  22. a2f5afe Merge change I27009b08 into eclair by Android (Google) Code Review · 15 years ago
  23. 6b1cb35 Fix issue #2149126: unable to answer incoming call, various problems by Dianne Hackborn · 15 years ago
  24. 733fdf3 Disable keyguard while docked when the lock screen is insecure. by Mike Lockwood · 15 years ago
  25. 6af0d50 Fix issue #2149145: Safe Mode does not work on Sholes device by Dianne Hackborn · 15 years ago
  26. 1336a56 Fix EVDO SNR signal bar calculation by John Michelau · 15 years ago
  27. 5fbbdf2 Merge change 27325 into eclair by Android (Google) Code Review · 15 years ago
  28. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 15 years ago
  29. ac939d0 Merge change 27291 into eclair by Android (Google) Code Review · 15 years ago
  30. 7433e8a Fix issue #2148939: Sholes slow to wake up in landscape mode by Dianne Hackborn · 15 years ago
  31. d81b1f4 BatteryService: Specify low battery levels in resources. by Mike Lockwood · 15 years ago
  32. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
  33. 48c8405 Merge change 27162 into eclair by Android (Google) Code Review · 15 years ago
  34. 8b571a8 Fix Activity.overridePendingTransition(). by Dianne Hackborn · 15 years ago
  35. 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 15 years ago
  36. a0cad2f Merge change 27078 into eclair by Android (Google) Code Review · 15 years ago
  37. 4ef8ec3 Fix generic build boot sequence. by David 'Digit' Turner · 15 years ago
  38. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  39. fdf53a4 Merge change 26935 into eclair by Android (Google) Code Review · 15 years ago
  40. 432b713 Fix bug 2129190 by Mike Cleron · 15 years ago
  41. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 15 years ago
  42. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 15 years ago
  43. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  44. ce60514 Merge change 26717 into eclair by Android (Google) Code Review · 15 years ago
  45. 5baba16 Newer animations. by Dianne Hackborn · 15 years ago
  46. e21167a Fix widget stopListening NPE. by Ken Shirriff · 15 years ago
  47. fed534e Fix bug where onStartCommand() was never called with a null intent. by Dianne Hackborn · 15 years ago
  48. 99f7eb45 Dock screen on config can now select AC or USB. by Dianne Hackborn · 15 years ago
  49. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 15 years ago
  50. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 15 years ago
  51. 6c644f2 Merge change 26379 into eclair by Android (Google) Code Review · 15 years ago
  52. 313b29f Add parameter for the restore set (device id) data is being restored from to the restore_start event by Dan Egnor · 15 years ago
  53. 94db928 PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange() by Mike Lockwood · 15 years ago
  54. 9bbd5ee Merge change 26290 into eclair by Android (Google) Code Review · 15 years ago
  55. fe2bddf Don't wake up the screen as soon as the lid opens. by Dianne Hackborn · 15 years ago
  56. bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
  57. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 15 years ago
  58. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 15 years ago
  59. 2eb239f Fix NPE crash-loop when cpufreq not available in the kernel. by Brad Fitzpatrick · 15 years ago
  60. e705ca9 Merge change 26103 into eclair by Android (Google) Code Review · 15 years ago
  61. 7c2bb66 Handle restore of the original naive wallpaper backup schema by Christopher Tate · 15 years ago
  62. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
  63. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 15 years ago
  64. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 15 years ago
  65. 4492bcd Merge change 25938 into eclair by Android (Google) Code Review · 15 years ago
  66. b815506 Merge change 25944 into eclair by Android (Google) Code Review · 15 years ago
  67. 200b30b Wake the screen if the proximity wakelock is released while the proximity sensor is active. by Mike Lockwood · 15 years ago
  68. a99f461 Don't require WAKE_LOCK permission to enable wifi by Robert Greenwalt · 15 years ago
  69. 1f6c7e6 Change the broadcast intent for dock state changes from a sticky broadcast to by Mike LeBeau · 15 years ago
  70. edd9316 Add better APIs for the battery status, and other cleanup. by Dianne Hackborn · 15 years ago
  71. 65c2387 Fix transformation on windows. by Dianne Hackborn · 15 years ago
  72. 90d8a6a Merge change 25628 into eclair by Android (Google) Code Review · 15 years ago
  73. c3a3b39 Merge change 25752 into eclair by Android (Google) Code Review · 15 years ago
  74. 6136b7e Show the live wallpaper on the lock screen. by Dianne Hackborn · 15 years ago
  75. a233943 Add a Gservices setting to controll the app error reporting feature. by Jacek Surazski · 15 years ago
  76. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  77. c7d2530 Report NO_CONNECTIVITY when failover net unavail by Robert Greenwalt · 15 years ago
  78. 0d51d63 Merge change 25626 into eclair by Android (Google) Code Review · 15 years ago
  79. 3d7e855 Check if rename of current settings file was successful before persisting by Suchi Amalapurapu · 15 years ago
  80. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 15 years ago
  81. 4ac137c Merge change 25526 into eclair by Android (Google) Code Review · 15 years ago
  82. c2912a6 Merge change 25490 into eclair by Android (Google) Code Review · 15 years ago
  83. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
  84. 2d2078a LocationManagerService: Take fix accuracy into account in proximity zone logic. by Yusuf T. Mobile · 15 years ago
  85. c17f07a Revert "Don't activate keyguard if screen is turned off while proximity sensor is active." by Mike Lockwood · 15 years ago
  86. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 15 years ago
  87. 248b188 Fix #1827299: Google login screen to re-enter password is not viewable by Dianne Hackborn · 15 years ago
  88. 9092ab4 Add support for launching activities when attaching to a car or desk dock. by Mike Lockwood · 15 years ago
  89. 2a66eee Merge change 25157 into eclair by Android (Google) Code Review · 15 years ago
  90. 4337476 Fix the missing part for reading enterprise fields in wifi configuration by Chung-yih Wang · 15 years ago
  91. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  92. 6ee7b04 Merge change 25192 into eclair by Android (Google) Code Review · 15 years ago
  93. 9767e41 Some improvements for wallpaper configuration. by Dianne Hackborn · 15 years ago
  94. cc9f52f make the window-shade use an opaque surface if possible by Mathias Agopian · 15 years ago
  95. ee5ece4 Remove deadlock in PackageManager when installing or upgrading packages. by Suchi Amalapurapu · 15 years ago
  96. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
  97. f02c074 DockObserver wakes the display when broadcasting a change by Ken Schultz · 15 years ago
  98. d20ea36 PowerManagerService: Use 5 cm threshold for the proximity sensor. by Mike Lockwood · 15 years ago
  99. 951764b Add automatic lighting control framework by Dan Murphy · 15 years ago
  100. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 15 years ago