summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Updating the LiveWallpaperPicker UISunny Goyal2015-08-314-162/+47
| | | | | | | | > Using the settings theme > Removing GirdLayout usage, using ListView with appropriate padding > Removing trampoline activity when starting wallpaper preview Change-Id: Iea12a8c1c6d6cdc0682add07e1b9565827da71c8
* Moving the set wallpaper button to the top to match the default launcher styleSunny Goyal2015-08-281-12/+24
| | | | | | Using a cog image instead of the Settings... button Change-Id: Ia106ff1bd978ab67fd8405e2cd66cf701d29e7a4
* Track framework changes.Dianne Hackborn2014-09-081-1/+3
| | | | Change-Id: Iddfa0fa4ea852bf9794c115313ae9068e684ae49
* Fixed a bug where the caller of the wallpaper changing activitySelim Cinek2014-02-271-1/+9
| | | | | | | did not receive the correct result back, since it was discarded. Bug: 12063773 Change-Id: I47adcb6522df1d71824c32e7f8fb80296f657aff
* Update to follow framework.Dianne Hackborn2012-09-161-0/+4
| | | | Change-Id: I38c6e59234432b103a619dbf5dab0b1fd029f101
* Implement issue #4499996: LiveWallpaperPreview activity intent filterDianne Hackborn2012-04-191-0/+90
| | | | Change-Id: If717ce64157356e470b198fb74ff8bab96d3f4ba
* Fix NPE in Live Wallpaper pickerMichael Jurka2012-03-261-0/+4
| | | | | | Bug: 5913040 Change-Id: Ic8e975ca1a9b9712509c6e9b31d55be2111e36a1
* Removing Live Wallpaper Description - Bug 5462731Leon Hong2011-11-181-12/+0
| | | | Change-Id: If8d4ed443590576ffd203054f1f5b7ee26adb7cf
* Fix 3421874: Crash when quickly tapping in wallpaper picker screenPatrick Dubroy2011-02-111-3/+1
| | | | We can't do a UI operation on a background thread. Fix is to move the code into onProgressUpdate, which runs on the UI thread.
* Fixed an issue with fragment display on a phoneAdam Lesinski2010-12-131-1/+19
| | | | | | | -A class name change was not reflected in the xml -Rotation of the screen caused a crash Change-Id: I483baf8b93c333e349ff1d4e5c6219abcbfad56c
* Fixed bug in orientation changeAdam Lesinski2010-12-061-33/+33
| | | | | | | | | -The Fragment was missing an empty public constructor b/3257935 -Restructured some of the logic determining whether to show a dialog or an embedded view Change-Id: I42295ef88cd800b775ea6970c59c34cb46ca17d5
* Merge "Updated the LivePicker for tablet UI"Adam Lesinski2010-12-032-29/+140
|\
| * Updated the LivePicker for tablet UIAdam Lesinski2010-12-032-29/+140
| | | | | | | | | | | | - Basic UI for the new LivePicker. Missing small tweaks Change-Id: I5d48e5ea5afc7feccf5f35124b944283060685df
* | 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