summaryrefslogtreecommitdiffstats
path: root/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
Commit message (Collapse)AuthorAgeFilesLines
* Expand attribution pane touch target to title.John Heroy2016-08-081-0/+1
| | | | | | | | | This change makes it easier for users to hide the attribution pane (for example: left-handed user in LTR locale more easily tapping title to hide the pane). Bug: 30597113 Change-Id: I810a032fa9864366052a9fd56317b243b3121dd9
* Adding icons in Set Wallpaper disambiguation dialog UISunny Goyal2016-07-181-5/+33
| | | | | Bug: 29319713 Change-Id: If8b689e9b27a3cbd1f5123cc584cda3662f2ee38
* Don't show dummy data in pickerJorim Jaggi2016-06-231-2/+1
| | | | | Bug: 28936996 Change-Id: I8c4ee50861c37a32258aa47fe29bbcdc845e84c9
* Adjust wallpaper picker to match static wallpaper pickerJorim Jaggi2016-06-021-58/+192
| | | | | | | | | | - Implement new action bar - Use BottomSheet behavior from design lib - Fill in values from live wallpaper if desired - Don't use separate dialog for loading state Bug: 28770685 Change-Id: I8dd862fe4c83f702e249f7f3644df89fee771f4f
* Track in-progress wallpaper API changesChristopher Tate2016-03-301-2/+2
| | | | | | | | FLAG_*, not FLAG_SET_* Bug 27365822 Change-Id: I60cb14560c5fb359639788b39f60096f77ad85ab
* Prompt to set live wallpaper on home or home and lock screen.Tony Wickham2016-03-221-10/+45
| | | | | Bug: 27706226 Change-Id: I005063dcb08e2f3840eec6fe7e487855bd823900
* Used call via IPC so that we can check user restriction in WallpaperManager.Oleksandr Peletskyi2016-02-261-4/+1
| | | | | | | BUG: 24890474 Change-Id: Ia755b3bc44d8dec270ecc8ee102b83bad56b92b2 (cherry picked from commit 83aab8c6a51d2fc5ab7600db9bcd0e49d8121617)
* Updating the LiveWallpaperPicker UISunny Goyal2015-08-311-20/+17
| | | | | | | | > 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
* Update to follow framework.Dianne Hackborn2012-09-161-0/+4
| | | | Change-Id: I38c6e59234432b103a619dbf5dab0b1fd029f101
* Fix NPE in Live Wallpaper pickerMichael Jurka2012-03-261-0/+4
| | | | | | Bug: 5913040 Change-Id: Ic8e975ca1a9b9712509c6e9b31d55be2111e36a1
* 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
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-3/+3
| | | | Bug: #2361749.
* 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-091-5/+40
|
* Fix bug where the preview wasn't starting because using an unknown window token.Romain Guy2009-11-081-8/+16
|
* New, safer, live wallpaper picker.Romain Guy2009-11-081-0/+224