summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WallpaperCropActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-111-836/+0
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-101-0/+836
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-101-836/+0
* Update suggested wallpaper dimensions in onResumeMichael Jurka2013-12-031-34/+35
* Use AsyncTasks instead of creating new threadsMichael Jurka2013-11-141-3/+4
* Fix wallpaper cropping bugsMichael Jurka2013-11-111-1/+28
* Fix issues with sizing wallpapersMichael Jurka2013-10-311-33/+8
* Fix crashes for images that are not PNG or JPEGMichael Jurka2013-10-311-11/+17
* Make wallpaper picker/cropper more robust Michael Jurka2013-10-291-31/+66
* Load images on a bg threadMichael Jurka2013-10-211-4/+40
* Don't crash if WallpaperCropActivity isn't passed a URIMichael Jurka2013-10-141-1/+7
* Add EXIF rotation support to wallpaper pickerMichael Jurka2013-10-121-39/+135
* Switch to using theme for translucent nav barsMichael Jurka2013-10-071-2/+0
* Migrate to new WM.LP.flags based translucent decor API.John Spurlock2013-10-061-2/+2
* Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-031-8/+15
* Make some changes for transparent system barsMichael Jurka2013-10-011-0/+9
* Restore parallax even if Google Now isn't presentMichael Jurka2013-09-301-1/+3
* Refactoring to better support mixed wallpaper sourcesMichael Jurka2013-09-241-36/+26
* Fix default wallpaper dimensionsMichael Jurka2013-09-191-1/+2
* Update to using new crop intentMichael Jurka2013-09-131-3/+13
* Adding persistence of saved wallpaper imagesMichael Jurka2013-09-121-18/+105
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-2/+237
* Move wallpapers to external activityMichael Jurka2013-09-041-3/+8
* Improve wallpaper croppingMichael Jurka2013-08-291-6/+29
* Fix wallpaper croppingMichael Jurka2013-08-261-5/+2
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-0/+289