summaryrefslogtreecommitdiffstats
path: root/core/java/android/service
Commit message (Expand)AuthorAgeFilesLines
* First pass at the url rendering service.Patrick Scott2010-01-284-0/+235
* First pass at new device policy and administration APIs.Dianne Hackborn2010-01-171-1/+7
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Fix issue #2271668: Live Wallpaper Force-Close when changing from live wallpa...Dianne Hackborn2009-11-201-2/+28
* Fix build.Dianne Hackborn2009-11-181-1/+1
* Fix most of issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-182-1/+13
* Fix issue #2170897: wallpaper touch-up event not seen when exiting lock screenDianne Hackborn2009-11-102-0/+10
* Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-091-2/+12
* Expose WallpaperSettingsActivity in the public API.Charles Mendis2009-11-061-1/+0
* Fix SDK build: a few things missing, a link that was wrong.Dianne Hackborn2009-11-051-1/+1
* Fix issue #2243096: Need to expose live wallpaper APIs in SDKDianne Hackborn2009-11-051-1/+0
* Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+70
* 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