- 3d163f07 More fix #2163209: alarm clock rings but is hidden behind lock screen by Dianne Hackborn · 15 years ago
- 9af53ea am 3161795b: when logging free space on /data, log /system and /cache as well by Doug Zongker · 15 years ago
- 568cae5 Fix issue #2171460: Turn off background blurring of power dialog by Dianne Hackborn · 15 years ago
- 3161795b when logging free space on /data, log /system and /cache as well by Doug Zongker · 15 years ago
- f242b7b Introduce BluetoothAdapter.getDefaultAdapter(). by Nick Pelly · 15 years ago
- 0c3154d Fix issue #2163654: deadlock, runtime restart by Dianne Hackborn · 15 years ago
- d8df149 Turn some logging back on in ConnectionManager by Robert Greenwalt · 15 years ago
- 8d5ae98 Make sdk version and code names static finals in PackageParser. by Suchi Amalapurapu · 15 years ago
- 68d881c Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast by Dianne Hackborn · 15 years ago
- 9830a4a Fix issue #2161169: onStop not being called. by Dianne Hackborn · 15 years ago
- 48e6725 Merge change Iaca22686 into eclair by Android (Google) Code Review · 15 years ago
- bd0a81f Work on issue #2163789: Way too much logging by Dianne Hackborn · 15 years ago
- 4949334 Fix issue #2161726: Car dock app bypasses setup wizard by Dianne Hackborn · 15 years ago
- 9825ec6 Prevents the WindowManager from requesting empty or negative surfaces. by Romain Guy · 15 years ago
- e88846e Semi-workaround for #2027266: app drawer showing up on the side of the screen by Dianne Hackborn · 15 years ago
- 1ef95f9 Reduce the ConnectivityManager logging. by Robert Greenwalt · 15 years ago
- e6b2796 Merge change I94132420 into eclair by Android (Google) Code Review · 15 years ago
- 5f3c928 Merge change Id93f4c9e into eclair by Android (Google) Code Review · 15 years ago
- 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
- 51cef84 Merge change Ic7e251a7 into eclair by Android (Google) Code Review · 15 years ago
- 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
- de46acd Update SD card notification icons. by Mike Lockwood · 15 years ago
- 48e9a0d Merge change Ice5e9209 into eclair by Android (Google) Code Review · 15 years ago
- 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
- 1bcf5a8 Fix issue #2150258: Suggestions become inactive and do not respond when pressed. by Dianne Hackborn · 15 years ago
- a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 15 years ago
- 46e462a Merge change I852f8e46 into eclair by Android (Google) Code Review · 15 years ago
- dc6b635 Debugging for #2027266: app drawer showing up on the side by Dianne Hackborn · 15 years ago
- 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 15 years ago
- 609c2c0 Merge change Ia54b1bf0 into eclair by Android (Google) Code Review · 15 years ago
- e91ebe2 - make SyncManager get the accounts list during the constructor, by Fred Quintana · 15 years ago
- 84612ea6 Add a delay to wifi driver stop on screen off. by Robert Greenwalt · 15 years ago
- 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 15 years ago
- 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 15 years ago
- b808a939 Remove DEBUG-only logging in metadata backup agent by Christopher Tate · 15 years ago
- 9c75d4a Fix network-feature timeout code. by Robert Greenwalt · 15 years ago
- a2f5afe Merge change I27009b08 into eclair by Android (Google) Code Review · 15 years ago
- 6b1cb35 Fix issue #2149126: unable to answer incoming call, various problems by Dianne Hackborn · 15 years ago
- 733fdf3 Disable keyguard while docked when the lock screen is insecure. by Mike Lockwood · 15 years ago
- 6af0d50 Fix issue #2149145: Safe Mode does not work on Sholes device by Dianne Hackborn · 15 years ago
- 1336a56 Fix EVDO SNR signal bar calculation by John Michelau · 15 years ago
- 5fbbdf2 Merge change 27325 into eclair by Android (Google) Code Review · 15 years ago
- a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 15 years ago
- ac939d0 Merge change 27291 into eclair by Android (Google) Code Review · 15 years ago
- 7433e8a Fix issue #2148939: Sholes slow to wake up in landscape mode by Dianne Hackborn · 15 years ago
- d81b1f4 BatteryService: Specify low battery levels in resources. by Mike Lockwood · 15 years ago
- 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
- 48c8405 Merge change 27162 into eclair by Android (Google) Code Review · 15 years ago
- 8b571a8 Fix Activity.overridePendingTransition(). by Dianne Hackborn · 15 years ago
- 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 15 years ago
- a0cad2f Merge change 27078 into eclair by Android (Google) Code Review · 15 years ago
- 4ef8ec3 Fix generic build boot sequence. by David 'Digit' Turner · 15 years ago
- 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
- fdf53a4 Merge change 26935 into eclair by Android (Google) Code Review · 15 years ago
- 432b713 Fix bug 2129190 by Mike Cleron · 15 years ago
- 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 15 years ago
- 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 15 years ago
- ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
- ce60514 Merge change 26717 into eclair by Android (Google) Code Review · 15 years ago
- 5baba16 Newer animations. by Dianne Hackborn · 15 years ago
- e21167a Fix widget stopListening NPE. by Ken Shirriff · 15 years ago
- fed534e Fix bug where onStartCommand() was never called with a null intent. by Dianne Hackborn · 15 years ago
- 99f7eb45 Dock screen on config can now select AC or USB. by Dianne Hackborn · 15 years ago
- b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 15 years ago
- 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 15 years ago
- 6c644f2 Merge change 26379 into eclair by Android (Google) Code Review · 15 years ago
- 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
- 94db928 PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange() by Mike Lockwood · 15 years ago
- 9bbd5ee Merge change 26290 into eclair by Android (Google) Code Review · 15 years ago
- fe2bddf Don't wake up the screen as soon as the lid opens. by Dianne Hackborn · 15 years ago
- bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
- 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 15 years ago
- d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 15 years ago
- 2eb239f Fix NPE crash-loop when cpufreq not available in the kernel. by Brad Fitzpatrick · 15 years ago
- e705ca9 Merge change 26103 into eclair by Android (Google) Code Review · 15 years ago
- 7c2bb66 Handle restore of the original naive wallpaper backup schema by Christopher Tate · 15 years ago
- e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
- 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 15 years ago
- 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 15 years ago
- 4492bcd Merge change 25938 into eclair by Android (Google) Code Review · 15 years ago
- b815506 Merge change 25944 into eclair by Android (Google) Code Review · 15 years ago
- 200b30b Wake the screen if the proximity wakelock is released while the proximity sensor is active. by Mike Lockwood · 15 years ago
- a99f461 Don't require WAKE_LOCK permission to enable wifi by Robert Greenwalt · 15 years ago
- 1f6c7e6 Change the broadcast intent for dock state changes from a sticky broadcast to by Mike LeBeau · 15 years ago
- edd9316 Add better APIs for the battery status, and other cleanup. by Dianne Hackborn · 15 years ago
- 65c2387 Fix transformation on windows. by Dianne Hackborn · 15 years ago
- 90d8a6a Merge change 25628 into eclair by Android (Google) Code Review · 15 years ago
- c3a3b39 Merge change 25752 into eclair by Android (Google) Code Review · 15 years ago
- 6136b7e Show the live wallpaper on the lock screen. by Dianne Hackborn · 15 years ago
- a233943 Add a Gservices setting to controll the app error reporting feature. by Jacek Surazski · 15 years ago
- fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
- c7d2530 Report NO_CONNECTIVITY when failover net unavail by Robert Greenwalt · 15 years ago
- 0d51d63 Merge change 25626 into eclair by Android (Google) Code Review · 15 years ago
- 3d7e855 Check if rename of current settings file was successful before persisting by Suchi Amalapurapu · 15 years ago
- 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 15 years ago
- 4ac137c Merge change 25526 into eclair by Android (Google) Code Review · 15 years ago
- c2912a6 Merge change 25490 into eclair by Android (Google) Code Review · 15 years ago
- 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
- 2d2078a LocationManagerService: Take fix accuracy into account in proximity zone logic. by Yusuf T. Mobile · 15 years ago
- c17f07a Revert "Don't activate keyguard if screen is turned off while proximity sensor is active." by Mike Lockwood · 15 years ago