summaryrefslogtreecommitdiffstats
path: root/src/com/android/wallpaper
Commit message (Collapse)AuthorAgeFilesLines
* Send tap commands when previewing live wallpapers.Jeff Brown2010-12-021-3/+21
| | | | | | | This enables live wallpapers that rely on tap commands for user interaction to work during live preview. Change-Id: I3dad37702c71ae491bb2fd06edc7544515f6e3fb
* Changed the process of enumerating live wallpapersAdam Lesinski2010-11-242-187/+229
| | | | | | Made the wallpaper enumeration process an AsyncTask Change-Id: I670e7d78ecb1eeb1f4c9b18ac3f487de931ff4f0
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-3/+3
| | | | Bug: #2361749.
* Fix http://b/2248037 (crash in LW picker).Daniel Sandler2009-11-191-2/+7
|
* Clean up live wallpaper picker list.Daniel Sandler2009-11-161-7/+2
| | | | | | | | | | | | Author information is no longer shown (ultimately not meaningful information). LWs can add an attribution to their descriptions if necessary. Note that the preferred geometry of a LW thumbnail image is now square. (This allows for more descriptive text, and is also easier for the author to get right.) Bug: http://b/2261754
* Fix http://b/2248037 .Daniel Sandler2009-11-111-2/+7
| | | | | If there's no author information, just show the title in the picker list.
* Related work on issue #2170897.Dianne Hackborn2009-11-101-0/+20
| | | | The wallpaper preview now delivers touch events to the wallpaper.
* Update wallpaper picker to new APIMarco Nelissen2009-11-091-0/+1
|
* Improve live wallpaper picker: animations, loading message, etc.Romain Guy2009-11-092-5/+41
|
* Fix bug where the preview wasn't starting because using an unknown window token.Romain Guy2009-11-081-8/+16
|
* Sort live wallpapers alphabetically and UI tweaks.Romain Guy2009-11-081-0/+16
| | | | | Previously the order of the live wallpapers could change every time the user opened the live wallpaper picker. Not cool.
* New, safer, live wallpaper picker.Romain Guy2009-11-083-411/+438
|
* Revised live wallpaper picker metadata display.Daniel Sandler2009-11-052-97/+17
| | | | | | | | | | | | | Replace the small BubbleView at the bottom with a block of music-video-style text, showing: Title Author Description Other minor changes to match final UI specification. Part of the fix for http://b/2235307 .
* Fix live wallpaper picker crash on launch.Daniel Sandler2009-11-041-47/+0
|
* Do not allow the selection of the live wallpaper title.Romain Guy2009-11-031-1/+0
|
* Improving Live Wallpaper picker UI.Daniel Sandler2009-10-292-0/+151
| | | | | The currently selected wallpaper's title is now shown in a Launcher-style bubble above the thumbnail gallery.
* Incorporate UX feedback into Live Wallpaper picker.Daniel Sandler2009-10-191-3/+8
| | | | | | | | | | - "Configure..." button is hidden when unavailable - Reorder buttons: Set on left, Configure on right - Change "Configure..." to "Settings..." for consistency with rest of system Also fixes http://b/issue?id=2167421 by setting wallpaper offsets to (0.5, 0) when attaching a new wallpaper.
* Move the live wallpapers picker to its own apk.Romain Guy2009-10-161-0/+383