summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/wallpaper
Commit message (Expand)AuthorAgeFilesLines
* Update from API review.Dianne Hackborn2009-09-301-0/+1
* Fix typoMarco Nelissen2009-09-171-1/+1
* Some improvements for wallpaper configuration.Dianne Hackborn2009-09-151-0/+48
* Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-141-2/+41
* Wallpapers, animations, pending intent.Dianne Hackborn2009-09-101-5/+38
* Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn2009-09-071-0/+8
* Fix issue #2095422: Some fades from opaque to transparent don't workDianne Hackborn2009-09-071-1/+2
* More work on wallpapers: animations, lifecycle, scaling, etc.Dianne Hackborn2009-08-302-32/+132
* Infrastructure for supporting wallpaper previews.Dianne Hackborn2009-08-202-7/+21
* Don't call onSurfaceChanged() if nothing interesting has changed.Dianne Hackborn2009-08-181-8/+16
* Allow wallpapers to get touch events.Dianne Hackborn2009-08-171-9/+73
* More work on wallpapers.Dianne Hackborn2009-08-171-4/+30
* Report wallpaper offset to the wallpaper, use this in the image wallpaper.Dianne Hackborn2009-08-121-7/+63
* Live wallpapers become a little more real.Dianne Hackborn2009-08-091-6/+72
* Very primitive wallpapers in a surface.Dianne Hackborn2009-08-084-27/+366
* First bit of wallpaper work.Dianne Hackborn2009-08-052-0/+107