index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
DockObserver.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2012-09-26
Make DreamManagerService more robust.
Jeff Brown
2012-09-25
Update references to migrated global settings.
Jeff Brown
2012-08-30
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-25
Make it easier to create asynchronous Handlers.
Jeff Brown
2012-08-22
Add framework support for multiple dreams.
John Spurlock
2012-08-20
Encapsulate locks in UEventObservers.
Jeff Brown
2012-08-15
Power manager rewrite.
Jeff Brown
2012-08-08
Check the ACTIVATE_ON_DOCK setting in DockObserver.
John Spurlock
2012-08-03
Re-enable dreams: frameworks/base
John Spurlock
2012-07-13
Dock: Temporary removal of function to get BT address
Jaikumar Ganesh
2012-06-18
Move power manager to a new package.
Jeff Brown
2011-11-08
Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK.
Jeff Brown
2010-11-04
Integrate StrictMode with CloseGuard
Brian Carlstrom
2010-11-01
Added support for dock headset observer
Praveen Bharathi
2010-03-05
Refactor car mode.
Dianne Hackborn
2010-03-05
fix NullPointerException if location is not set.
Bernd Holzhey
2010-03-04
Fixing automatic switching of night mode if network location is not enabled.
Bernd Holzhey
2010-03-02
DockObserver: Watch for exceptions in LocationManger.isProviderEnabled().
Mike Lockwood
2010-03-01
Switch the services library to using the new Slog
Joe Onorato
2010-02-25
Init car mode when phone is booted in a dock.
Tobias Haamel
2010-02-23
Fix calculation of the next twilight update for locations where the day or ni...
Bernd Holzhey
2010-02-22
Move new sound effects to the system stream.
Daniel Sandler
2010-02-18
Show car mode notification in status bar.
Tobias Haamel
2010-02-17
Fix permission exception thrown on exit car mode.
Tobias Haamel
2010-02-16
Add the automatic handling of night/notnight UI modes.
Bernd Holzhey
2010-02-12
New user interface sound effects:
Daniel Sandler
2010-02-12
Disable distracting status bar ticker text in car mode.
Daniel Sandler
2010-02-11
Introduce special UI modes for night and car usage.
Tobias Haamel
2010-01-20
Fix 2385283: Add DevicePolicyManager calls to LockScreen.
Jim Miller
2009-12-14
Implement API to have new broadcasts replace existing broadcasts.
Dianne Hackborn
2009-12-03
Add support for Car Dock.
Jaikumar Ganesh
2009-11-11
Do not force screen on when undocking from the desk dock.
Mike Lockwood
2009-10-02
Fix issue #2161726: Car dock app bypasses setup wizard
Dianne Hackborn
2009-09-28
Disable keyguard while docked when the lock screen is insecure.
Mike Lockwood
2009-09-22
Various fixes and improvements to window, activity.
Dianne Hackborn
2009-09-19
Change the broadcast intent for dock state changes from a sticky broadcast to
Mike LeBeau
2009-09-16
Add support for launching activities when attaching to a car or desk dock.
Mike Lockwood
2009-09-15
DockObserver wakes the display when broadcasting a change
Ken Schultz
2009-08-28
Do not send dock state changed broadcasts until the system has finished booting.
Mike Lockwood
2009-08-24
DockObserver: minor cleanup.
Mike Lockwood
2009-08-17
Dock changes:Docking station intents
Dan Murphy