summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WallpaperPickerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-111-1004/+0
| | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-101-0/+1004
| | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-101-1004/+0
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Fix default wallpaper thumbnailMichael Jurka2013-11-081-3/+7
| | | | Bug: 11588279
* Make wallpaper picker/cropper more robust Michael Jurka2013-10-291-23/+51
| | | | | | | | | | | - don't crash if image passed to wallpaper picker is invalid - close input streams correctly Bug: 11413915 Bug: 11380658 Bug: 11362731 Change-Id: I973e6bdc532d24a64efd6d174e89fdac626d7ee3
* Stop using a separate ImageView for default wallpaperMichael Jurka2013-10-231-20/+13
| | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Load images on a bg threadMichael Jurka2013-10-211-21/+34
| | | | | | Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
* Use new default wallpaper APIMichael Jurka2013-10-151-29/+135
| | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* Merge "Simplify wallpaper strip animation." into jb-ub-now-indigo-roseDaniel Sandler2013-10-131-7/+20
|\
| * Simplify wallpaper strip animation.Daniel Sandler2013-10-121-7/+20
| | | | | | | | | | | | Bug: 10852554 Bug: 11010469 Change-Id: I0330ab125097f7d2a6c0c584161cee646c6b757d
* | Add EXIF rotation support to wallpaper pickerMichael Jurka2013-10-121-16/+34
|/ | | | | | Bug: 11137824 Change-Id: I64e488207ffea219fca5ee00f47b98ccb2ac86d8
* Fix crash when pick an image for wallpaperMichael Jurka2013-10-091-1/+1
| | | Bug: 11145171
* Announce wallpaper selection for accessibilityAlan Viverette2013-10-081-0/+5
| | | | | BUG: 11012903 Change-Id: Ie926b131f3781a413f551943cc6ac19c42ca6c67
* Merge "Add content description for wallpaper thumbs" into jb-ub-now-indigo-roseMichael Jurka2013-10-081-7/+77
|\
| * Add content description for wallpaper thumbsMichael Jurka2013-10-071-7/+77
| | | | | | Bug: 11012903
* | 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
| | | | | | | | Update/rename common helper class TranslucentDecor to handle both apis so behavior is correct on old and new builds. Bug:10674960 Change-Id: Id3b2d523026e9e4f2f71f0eab404792207c6d8c7
* Fix NPEMichael Jurka2013-10-041-2/+4
| | | Bug: 11069853
* Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-031-1/+1
| | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-031-0/+25
| | | | | Bug: 10901046 Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
* Make some changes for transparent system barsMichael Jurka2013-10-011-10/+22
| | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* Merge "Add default wallpaper to picker" into jb-ub-now-indigo-roseMichael Jurka2013-09-261-7/+44
|\
| * Add default wallpaper to pickerMichael Jurka2013-09-251-7/+44
| | | | | | | | | | Bug: 10852485 Change-Id: Idb70cd3bb0901f924da245016f5a8b96ec414470
* | Merge "Fix NPE" into jb-ub-now-indigo-roseMichael Jurka2013-09-251-6/+8
|\ \
| * | Fix NPEMichael Jurka2013-09-241-6/+8
| |/ | | | | Bug: 10906469
* / Fix bug where no images could be deleted in wallpaper pickerMichael Jurka2013-09-251-3/+10
|/ | | | | Bug: 10926729 Change-Id: I9392e297d071f1ed12bb6665e591756dfe42009f
* Refactoring to better support mixed wallpaper sourcesMichael Jurka2013-09-241-184/+182
| | | Change-Id: I3b47a8f56d418c6f2e7b9fd469427c3056def8d8
* Fix bug: wallpaper strip needed two taps to come backMichael Jurka2013-09-201-0/+6
| | | Bug: 10781201
* Add live wallpapers and third-party pickers to bottom stripMichael Jurka2013-09-201-86/+101
| | | | | | Bug: 10742727 Bug: 10805463 Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c
* Update assets for pressed/focused/selected statesMichael Jurka2013-09-181-4/+14
| | | | | | | Also, add shadow below/above wallpaper strip Bug: 10722070 Change-Id: I37c445bab90e103f414c95b62e101a73d060661f
* Update styling of tile to pick image as wallpaperMichael Jurka2013-09-181-6/+27
| | | Bug: 10743257
* Don't use resource ID in switchBjorn Bringert2013-09-131-20/+20
| | | | | | | This makes Eclipse unhappy when the code is used as a library project. Change-Id: I75949ebd36fabcdc88914150dc3a21aecc3357d8
* Adding ability to delete previously saved wallpapersMichael Jurka2013-09-121-1/+125
| | | | | | | - Also preserving temporarily picked wallpapers on rotation Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
* Adding persistence of saved wallpaper imagesMichael Jurka2013-09-121-64/+142
| | | | | | | Bug: 10640466 Bug: 10648660 Change-Id: I545a0419a3a6a23b75fb035d7a3be854426d13d4
* Add error message when built-in wallpapers not foundMichael Jurka2013-09-101-0/+2
|
* Fix crash when setting wallpaperMichael Jurka2013-09-051-3/+0
| | | | | Also clean up some unused code Change-Id: Ibef8d3d594cc859a993640fd6ee578e9eeb633d1
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-268/+91
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Show and hide the wallpaper list in response to touchMichael Jurka2013-09-051-0/+30
|
* Move wallpapers to external activityMichael Jurka2013-09-041-18/+32
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Adjust wallpaper crop sizesMichael Jurka2013-08-301-25/+51
| | | | | - Cap the widths to the previous default wallpaper size - Increase the height to cover the nav bar area
* Improve wallpaper croppingMichael Jurka2013-08-291-48/+110
| | | | | | | - Add support for tablets - Add support for parallax with user-cropped images - Improve behavior in landscape Change-Id: I50c4bba59b03d26d595a086a9ea425894f341705
* Fix wallpaper croppingMichael Jurka2013-08-261-0/+1
| | | | Images were not being scaled correctly and wallpaper dimensions weren't always being set
* Merge "Finish support for third-party wallpaper pickers" into jb-ub-gel-agarMichael Jurka2013-08-221-5/+25
|\
| * Finish support for third-party wallpaper pickersMichael Jurka2013-08-221-5/+25
| | | | | | | | | | Clicking on the pickers didn't do anything before. Change-Id: I103caafbe8d44d27d1797436ce479fb769c4c0f4
* | Disable zoom/pan for built-in wallpapersMichael Jurka2013-08-221-0/+3
|/
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-0/+441
Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949