History log of /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
301b7ba1244a5f6375e71cc24cdc849367da4e67 02-Aug-2017 Lucas Dupin <dupin@google.com> Fix wallpaper settings crash

A wallpaper with invalid settings activity name in its meta-data
would crash LivePicker.

We're now trying to resolve the settings intent ahead of time
and not even showing the 'gear' if resolution fails.

Change-Id: I15faf466a78b65b4aedc063a5fbb29e852168a03
Fixes: 62398874
Test: Wrote a wallpaper with invalid meta-data, tried to open its settings.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
b989a5e9de2d0300c578e79705f670c2b7ffe199 26-Jun-2017 Lucas Dupin <dupin@google.com> Avoid crash when unbinding wallpaper

A wallpaper service might have crashed before we try
to unbind it, in this case a runtime exception will
be thrown. Let's just ignore it since there is nothing
else to be done.

Bug: 62828614
Test: manually set Windy wallpaper and resize it
Change-Id: If9882ea27aaf3c92d2069ae6c8ef409c6ae2fa91
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
21f3494cac8e7c58f49dfa9980e7e1edfaf834e8 28-Jun-2017 Oren Blasberg <orenb@google.com> Update LivePicker "back arrow" vector asset.

New arrow vector is slightly rounded in accordance with new spec.

Test: Manually verified the new arrow icon is present and looks good
both in LTR and RTL.

Bug: 63099233
Change-Id: If8d06dcb5688aecffbfd9f4feb65bffb8ff9e539
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
c3fea38e75ad3da467e6ef049ae7fb791c2a145a 11-Apr-2017 Lucas Dupin <dupin@google.com> Api compatibility regarding WallpaperManager in O

Bug: 36856508
Change-Id: Id073300f790caf779aae6c8e67424b5def345644
Topic: wallpaper_color_extraction
Test: make
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
777ac7df694d3c2a0988e7bb960b35f8f942ab65 20-Dec-2016 John Heroy <jheroy@google.com> Prompt wp destination when system imagery can migrate to lock.

WallpaperManager#setWallpaperComponent migrates system wallpaper imagery
to lock, so now LivePicker should ask for a live wallpaper destination
except when there's a live wallpaper set and there's no lock wallpaper
imagery.

Bug: 32670638
Fixed: 32670638
Test: Set a static wallpaper to system+lock, then try to set a live
wallpaper and observe that LivePicker prompts the user for a
destination.

Change-Id: I39767b592c5a91c06670d6d00af90069b5c8e353
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
e230815d84309f0f4c8db576eb5e6bf467867ef7 10-Aug-2016 Jorim Jaggi <jjaggi@google.com> Use proper action bar item background

Bug: 22007160
Change-Id: I6b99f818b71addbccce09225e20932339fd88449
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
b8216bf6015880444c852aa10c24ac8e09a67602 05-Aug-2016 John Heroy <jheroy@google.com> Expand attribution pane touch target to title.

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
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
cd1d8432cf47bffe716bd4ae57bfe2596881d9ef 14-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Adding icons in Set Wallpaper disambiguation dialog UI

Bug: 29319713
Change-Id: If8b689e9b27a3cbd1f5123cc584cda3662f2ee38
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
ab7697f9200cfa59c9e9a667b67d726102a179d1 24-Jun-2016 Jorim Jaggi <jjaggi@google.com> Don't show dummy data in picker

Bug: 28936996
Change-Id: I8c4ee50861c37a32258aa47fe29bbcdc845e84c9
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
7d98c8fca6d1edd51178a65847687d81562d7d6e 24-May-2016 Jorim Jaggi <jjaggi@google.com> Adjust wallpaper picker to match static wallpaper picker

- 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
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
5cdb1080f7e040c2657b406d78b1d3d38596ab67 30-Mar-2016 Christopher Tate <ctate@google.com> Track in-progress wallpaper API changes

FLAG_*, not FLAG_SET_*

Bug 27365822

Change-Id: I60cb14560c5fb359639788b39f60096f77ad85ab
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
e27899f3d80c45439e487ec3e02549a1df3e48fb 22-Mar-2016 Tony Wickham <twickham@google.com> Prompt to set live wallpaper on home or home and lock screen.

Bug: 27706226
Change-Id: I005063dcb08e2f3840eec6fe7e487855bd823900
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
7997c3840cdfc4a99ece354fb451d9363f6dc679 26-Jan-2016 Oleksandr Peletskyi <peletskyi@google.com> Used call via IPC so that we can check user restriction in WallpaperManager.
BUG: 24890474

Change-Id: Ia755b3bc44d8dec270ecc8ee102b83bad56b92b2
(cherry picked from commit 83aab8c6a51d2fc5ab7600db9bcd0e49d8121617)
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
702996867bf80dd6652a46303cc06568e6f78369 01-Sep-2015 Sunny Goyal <sunnygoyal@google.com> Updating the LiveWallpaperPicker UI

> Using the settings theme
> Removing GirdLayout usage, using ListView with appropriate padding
> Removing trampoline activity when starting wallpaper preview

Change-Id: Iea12a8c1c6d6cdc0682add07e1b9565827da71c8
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
6670d16341f2311925765511c54afab196a0d2bd 29-Aug-2015 Sunny Goyal <sunnygoyal@google.com> Moving the set wallpaper button to the top to match the default launcher style

Using a cog image instead of the Settings... button

Change-Id: Ia106ff1bd978ab67fd8405e2cd66cf701d29e7a4
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
06f5f007e4fe40834c6f9fcc52f2e050d37d231f 08-Sep-2014 Dianne Hackborn <hackbod@google.com> Track framework changes.

Change-Id: Iddfa0fa4ea852bf9794c115313ae9068e684ae49
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
f14b1d2e17ee862b84c9acb88f299984c6e969d9 16-Sep-2012 Dianne Hackborn <hackbod@google.com> Update to follow framework.

Change-Id: I38c6e59234432b103a619dbf5dab0b1fd029f101
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
6d4c3dba36c58d5a872b745dccb5f13e76c9b15f 26-Mar-2012 Michael Jurka <mikejurka@google.com> Fix NPE in Live Wallpaper picker

Bug: 5913040

Change-Id: Ic8e975ca1a9b9712509c6e9b31d55be2111e36a1
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
61b18eb2569e3d2cec85a414f83d036c17e9029f 13-Oct-2010 Jeff Brown <jeffbrown@google.com> Send tap commands when previewing live wallpapers.

This enables live wallpapers that rely on tap commands for
user interaction to work during live preview.

Change-Id: I3dad37702c71ae491bb2fd06edc7544515f6e3fb
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
a7c785cf1150588ed531da4b81fb6f9a50c8ac26 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
d4e57d4cb45c0c7db605420dccd9fd4db854e998 11-Nov-2009 Dianne Hackborn <hackbod@google.com> Related work on issue #2170897.

The wallpaper preview now delivers touch events to the wallpaper.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
c1664042a632eb25f68487eb54ca8310be90da65 10-Nov-2009 Marco Nelissen <marcone@google.com> Update wallpaper picker to new API
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
90e5569f45c3acda115ac5128248e0911ceaabcf 09-Nov-2009 Romain Guy <romainguy@android.com> Improve live wallpaper picker: animations, loading message, etc.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
860eccdfd57bc0bc762f3e45147dafc1dfdbb915 09-Nov-2009 Romain Guy <romainguy@android.com> Fix bug where the preview wasn't starting because using an unknown window token.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java
2f26cced2d4257c4fb106939447d901ae971b4d1 08-Nov-2009 Romain Guy <romainguy@android.com> New, safer, live wallpaper picker.
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/LiveWallpaperPreview.java