summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #2256270: Package manager sends bad broadcasts when components changeDianne Hackborn2009-11-111-21/+43
* Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed bro...Dianne Hackborn2009-11-111-0/+7
* Debugging for issue #2250075: Desk dock clock app sometimes doesn'tDianne Hackborn2009-11-113-32/+103
* Do not force screen on when undocking from the desk dock.Mike Lockwood2009-11-111-1/+9
* Fix issue #2248951: Need to turn off touch filtering outside of sholesDianne Hackborn2009-11-101-1/+4
* Merge change I0de7979b into eclairAndroid (Google) Code Review2009-11-101-13/+52
|\
| * Fix issue #2170897: wallpaper touch-up event not seen when exiting lock screenDianne Hackborn2009-11-101-13/+52
* | Add support for specifying the current LCD brightness mode to the backlight d...Mike Lockwood2009-11-103-22/+58
|/
* Disabling user activity now resets user power state so the keyguard can set s...Mike Lockwood2009-11-101-0/+9
* Do not deactivate the proximity sensor until after the sensor returns negative.Mike Lockwood2009-11-101-29/+54
* Merge change Idcd98310 into eclairAndroid (Google) Code Review2009-11-101-1/+1
|\
| * PowerManagerService: enable logging for when mPowerState changes.Mike Lockwood2009-11-091-1/+1
* | Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-091-7/+28
|/
* Use SystemClock.elapsedRealtime() instead of sensor timestampMike Lockwood2009-11-081-2/+2
* Ignore the light sensor if the screen is turning off.Mike Lockwood2009-11-081-1/+12
* Do not apply light sensor debounce logic while the light sensor is still warm...Mike Lockwood2009-11-071-11/+24
* Increase light sensor delay from one to two seconds.Mike Lockwood2009-11-061-1/+1
* Expose PowerManager.isScreenOn in the public api.Charles Mendis2009-11-062-9/+9
* Fix a race condition that could result in the screen being forced off indefin...Mike Lockwood2009-11-061-5/+7
* When tasks are moved to top or bottom, the app tokens are being rearranged.Suchi Amalapurapu2009-11-052-2/+5
* Merge change I2c6e54e4 into eclairAndroid (Google) Code Review2009-11-051-15/+49
|\
| * Throttle proximity sensor values so we do not process more than one change a ...Mike Lockwood2009-11-051-15/+49
* | Fix for 2221718: Hang in BatteryStatsService.noteBluetoothOnAmith Yamasani2009-11-051-2/+3
|/
* Merge change I4499ad72 into eclairAndroid (Google) Code Review2009-11-041-6/+0
|\
| * Fix bad merge fixes build breakage.Eric Olsen2009-11-041-6/+0
* | Merge change I76127f6f into eclairAndroid (Google) Code Review2009-11-041-16/+23
|\ \ | |/
| * Add support for colored LED on jogball backlight.Eric Olsen2009-11-041-16/+23
* | Fix #2176803 - restores from userdebug to user builds not workingChristopher Tate2009-11-041-2/+13
|/
* PowerManagerService: Fix manual brightness mode.Mike Lockwood2009-11-041-1/+2
* Fix 2233444 (No IME).Amith Yamasani2009-11-031-1/+2
* Revert "Revert "Fix notification bar performance.""Amith Yamasani2009-11-032-7/+9
* Revert "Revert "fix 2233092 - Notification shade gets stuck half-open""Amith Yamasani2009-11-031-6/+16
* Revert "fix 2233092 - Notification shade gets stuck half-open"Android Git Automerger2009-11-031-16/+6
* Revert "Fix notification bar performance."Android Git Automerger2009-11-032-9/+7
* Merge changes I116424c4,Ibd0ef67f into eclairAndroid (Google) Code Review2009-11-033-52/+2
|\
| * Remove obsolete hardware auto-brightness support.Mike Lockwood2009-11-033-52/+2
* | fix 2233092 - Notification shade gets stuck half-openJoe Onorato2009-11-031-6/+16
|/
* Merge change Icbb3aa0a into eclairAndroid (Google) Code Review2009-11-021-3/+13
|\
| * Use setRepeating() rather than setInexactRepeating() for backup scheduling,Dan Egnor2009-10-301-3/+13
* | Merge change I0d7dc3b8 into eclairAndroid (Google) Code Review2009-11-022-7/+9
|\ \
| * | Fix notification bar performance.Joe Onorato2009-11-022-7/+9
* | | Fix problem with proximity sensor not reawaking screen if the values change t...Mike Lockwood2009-11-021-0/+2
* | | Do not advance mLastEventTime when enabling or disabling user activity.Mike Lockwood2009-11-021-1/+0
|/ /
* | Add warning that hardware auto-brightness is deprecated and will be removed i...Mike Lockwood2009-11-011-1/+12
* | Manage button and keyboard backlights with light sensor in both manual and au...Mike Lockwood2009-11-011-14/+15
* | Don't turn on keyboard backlights when keyboard is closed in auto brightness ...Mike Lockwood2009-10-311-2/+16
* | Use separate flags for enabling hardware and software auto-brightness.Mike Lockwood2009-10-311-18/+25
|/
* When upgrading packages with shared user ids make sure we are eliminatingSuchi Amalapurapu2009-10-291-2/+6
* Check that the window which wants to force hide is visible before setting the...Suchi Amalapurapu2009-10-281-1/+2
* Merge change I8e7f5f07 into eclairAndroid (Google) Code Review2009-10-281-0/+9
|\