summaryrefslogtreecommitdiffstats
path: root/src/com/android/wallpaper/livepicker/LiveWallpaperListAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Updated the LivePicker for tablet UIAdam Lesinski2010-12-031-17/+52
| | | | | | - Basic UI for the new LivePicker. Missing small tweaks Change-Id: I5d48e5ea5afc7feccf5f35124b944283060685df
* Changed the process of enumerating live wallpapersAdam Lesinski2010-11-241-0/+222
Made the wallpaper enumeration process an AsyncTask Change-Id: I670e7d78ecb1eeb1f4c9b18ac3f487de931ff4f0