- e91ebe2 - make SyncManager get the accounts list during the constructor, by Fred Quintana · 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
- b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 15 years ago
- 248b188 Fix #1827299: Google login screen to re-enter password is not viewable by Dianne Hackborn · 15 years ago
- 9092ab4 Add support for launching activities when attaching to a car or desk dock. by Mike Lockwood · 15 years ago
- 2a66eee Merge change 25157 into eclair by Android (Google) Code Review · 15 years ago
- 4337476 Fix the missing part for reading enterprise fields in wifi configuration by Chung-yih Wang · 15 years ago
- 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
- 6ee7b04 Merge change 25192 into eclair by Android (Google) Code Review · 15 years ago
- 9767e41 Some improvements for wallpaper configuration. by Dianne Hackborn · 15 years ago
- cc9f52f make the window-shade use an opaque surface if possible by Mathias Agopian · 15 years ago
- ee5ece4 Remove deadlock in PackageManager when installing or upgrading packages. by Suchi Amalapurapu · 15 years ago
- 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
- f02c074 DockObserver wakes the display when broadcasting a change by Ken Schultz · 15 years ago
- d20ea36 PowerManagerService: Use 5 cm threshold for the proximity sensor. by Mike Lockwood · 15 years ago
- 951764b Add automatic lighting control framework by Dan Murphy · 15 years ago
- 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 15 years ago
- d023f9a Merge change 24829 into eclair by Android (Google) Code Review · 15 years ago
- 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
- a625b38 PowerManagerService: Fix keyboard backlight support: by Mike Lockwood · 15 years ago
- 7c9bf7c Don't init wifiChannels until after supplicant up by Robert Greenwalt · 15 years ago
- 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 15 years ago
- f3f7200 Merge change 24588 into eclair by Android (Google) Code Review · 15 years ago
- 8206ff3 Fix for multi-apn MMS access. by Robert Greenwalt · 15 years ago
- 5a8a115 Try not to crash the system server because of corrupt restore data by Christopher Tate · 15 years ago
- bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago
- a7ef269 MountService: Use correct icon for SD card notifications. by Mike Lockwood · 15 years ago
- b24e11b API_CHANGE by Nick Pelly · 15 years ago
- de893f5 API_CHANGE by Nick Pelly · 15 years ago
- f9e0e6b Fix b/2105945 - Windowshade not closed when device locked. by Joe Onorato · 15 years ago
- eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
- c916c04 Merge change 24099 into eclair by Android (Google) Code Review · 15 years ago
- 510469f Merge change 24098 into eclair by Android (Google) Code Review · 15 years ago
- 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
- a1e989b Fix bug where we wouldn't release remote provider references. by Dianne Hackborn · 15 years ago
- e540833 Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler by Bob Lee · 15 years ago
- 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 15 years ago