summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/wallpaper
Commit message (Expand)AuthorAgeFilesLines
* Queues, queues, queues and input.Jeff Brown2013-04-081-1/+1
* Formalize overscan metrics.Dianne Hackborn2013-02-221-2/+3
* am 81f82d29: am aa8dc2ee: Removed mCallbackLooper from WallpaperServiceMita Yun2012-12-101-7/+1
|\
| * Removed mCallbackLooper from WallpaperServiceMita Yun2012-12-101-7/+1
* | resolved conflicts for merge of ebcbfb3f to masterMita Yun2012-12-101-1/+7
|\ \ | |/
| * Use asynchronous messages for input method events.Mita Yun2012-12-061-1/+1
* | Refactor unused methods and unnecessary members.Craig Mautner2012-11-161-24/+5
|/
* Fix issue #7275122: Wall paper jank when switching usersDianne Hackborn2012-10-051-7/+16
* More multi-user stuff.Dianne Hackborn2012-09-152-0/+7
* Refactor for multi-display support.Jeff Brown2012-08-191-6/+4
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-061-1/+1
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-2/+3
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-1/+1
* Notify client side of window movement.Craig Mautner2012-06-301-2/+13
* Implement new window cropping.Dianne Hackborn2012-05-131-3/+2
* Add system insets to windows.Dianne Hackborn2012-04-301-2/+3
* Move SystemUI out of system UID.Jeff Sharkey2012-04-191-2/+8
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-14/+23
* Ensure input events are processed in-order in the application.Jeff Brown2011-12-011-6/+6
* Fix issue #5588689: Black camera preview after coming back from gmailDianne Hackborn2011-11-281-2/+2
* Optimize handling of scrolled wallpapersChet Haase2011-10-281-1/+28
* Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediatelyDianne Hackborn2011-10-061-2/+2
* Fix issue #5273986: The power usage of the mp3 background playback...Dianne Hackborn2011-09-091-1/+4
* Fix issues #5233826 and #5209847 -- live wallpapers.Dianne Hackborn2011-08-301-14/+49
* Debugging for issue #5180240: Wallpaper continues to consume CPU when screen offDianne Hackborn2011-08-221-2/+50
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-2/+2
* Optimize orientation changes.Jeff Brown2011-06-101-1/+1
* Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-2/+2
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-8/+9
* am 46ab5e13: Merge "add missing call to superclass method" into honeycombMichael Jurka2011-02-011-0/+1
|\
| * add missing call to superclass methodMichael Jurka2011-02-011-0/+1
* | am e77f9914: Merge "Whoops, need to put this check back." into honeycombDianne Hackborn2011-02-011-0/+12
|\ \ | |/
| * Whoops, need to put this check back.Dianne Hackborn2011-02-011-0/+12
* | am bd77ed7f: Merge "Make image wallpaper use a big surface." into honeycombDianne Hackborn2011-02-011-6/+0
|\ \ | |/
| * Make image wallpaper use a big surface.Dianne Hackborn2011-02-011-6/+0
* | am 3168a137: Merge "Fix surface frame size reporting." into honeycombJeff Brown2011-01-251-1/+2
|\ \ | |/
| * Fix surface frame size reporting.Jeff Brown2011-01-251-1/+2
* | am 54f428a6: am bdb7aee0: Merge "Fix for crash when setting live wallpaper."Brad Fitzpatrick2011-01-131-2/+5
|\ \ | |/ |/|
| * Fix for crash when setting live wallpaper.Mattias Petersson2011-01-121-2/+5
* | Add method for sending wallpaper commands directly to an engine.Jeff Brown2010-12-032-1/+11
* | Tell system server whether the app handled input events.Jeff Brown2010-11-081-2/+5
|/
* Report the new size to wallpapers when the requested size changed.Joe Onorato2010-10-281-0/+3
* Fix a race condition in wallpaper move throttling.Jeff Brown2010-10-211-11/+16
* Force wallpaper surface to 565.Mathias Agopian2010-09-081-0/+4
* Add support for new input sources.Jeff Brown2010-07-151-2/+6
* Fix docs build.Dianne Hackborn2010-07-131-1/+1
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-14/+33
* More native input dispatch work.Jeff Brown2010-07-031-50/+27
* Native input event dispatching.Jeff Brown2010-06-281-2/+9
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-1/+49