History log of /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c625eeec21b0c21a9a4fb47692d86afae9889dd 24-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Merge "Adding options in the partner apk to disable the default wallpaper and provide a folder containing additional wallpapers" into ub-now-master
e9bacd9c2b4e701f21be16eca46805d092eebebd 22-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Fixing memory leak in WallpaperCropActivity

issue 15516788

Change-Id: I6feb4cb72052bc7f19e9c30957bff7dcccd5bc9d
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
cdc4dbd878a1f45d21c2881127cd5194e4e48ced 17-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Adding options in the partner apk to disable the default wallpaper and
provide a folder containing additional wallpapers

issue: 16045459

Change-Id: Id411121ff552d0d270258a5b371d1fd756bd7884
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
ea90f83e248086b91dbbc7969059f6887190b2a2 22-May-2014 Adam Cohen <adamcohen@google.com> Check before suggesting default wallpaper dimensions

issue 14470153

Change-Id: Id00e9cb4bd2b769818ed61de65be8c1c0119e07d
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
314425602a7ccd9cc2bdef1a11f5e51211201b6f 27-Mar-2014 Selim Cinek <cinek@google.com> Fixed crash when setting wallpaper with built in rotation

If an image had a built-in rotation, a crash could occur,
when setting it. An example was a panorama image which had
a rotation of 90 degrees.

Change-Id: Iede8226dac3a40f08d39a69162eb388e6aba97ec
Bug: 13507421
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
7c989e90e84b29f4762abaf2c80ecafc1a9e99d4 24-Mar-2014 Selim Cinek <cinek@google.com> Fixed wallpaper bug where wrong size was taken when cropping

When cropping, the selected area of the image was incorrectly
cropped to the size of the view instead of the size of the image

Bug: 13617446
Change-Id: I0b40711c04f3d3b5929e7bb037d6cf21d4bb5bcb
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
e04e8b2a142f22bfeb8729e542f51d5510327eb9 14-Mar-2014 Selim Cinek <cinek@google.com> Fixed a crash when an image with an odd width/height was selected

Due to an internal rounding in the renderer, the calculations
for the cropping area could be slightly offset, getting out
of the image boundaries. I sanitized the rect by ensuring they
are inside the image.

Bug: 12174629
Change-Id: I5e08c83fe3e9cd48254fa6c8ba9cef77ab8a51a6
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
459875d09eca62e9f8511adcf269216a7f8d87ac 04-Mar-2014 Selim Cinek <cinek@google.com> Catching security exception when activity destroyed

Fixed a bug where an asynctask tried to load an image
even after the activity was destroyed leading to a
security exception since the permission could not be granted anymore.

Bug: 12760267
Change-Id: I76ee2c0ab268b0ab4bde606706046caf0e39f1e9
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
ffed65886ecd83f52dc1c052897511c95a5f371a 28-Feb-2014 Selim Cinek <cinek@google.com> Changed behaviour of the wallpaper picker.

When opening the picker, the currently chosen wallpaper is
shown in the background.
In this change also the nullpointer was fixed when deleting
the currently selected wallpaper and setting it, because we
revert to the old wallpaper in that case.
When going into the same live wallpaper than the currently
selected we are going back to home if the user sets it or
goes back now, in order for the user not to loose state.
The real fix for this will be done later when the following
bug will be fixed: b/13241760

Bug: 12063773
Bug: 13219612
Change-Id: I7c6abb25755eca99c3255278e0884d1ff4749b55
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
b1f50d70e9eae490765f599fb0cc2db2cb033760 23-Jan-2014 Michael Jurka <mikejurka@google.com> Catch exceptions if Exif is malformed

Bug: 11650650

Change-Id: Iee8f1675850c692fe54dc619f3e969ba180e4206
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
849aff7553a5daffa34b4c38d1d29dec5a87fde1 16-Jan-2014 Michael Jurka <mikejurka@google.com> Disable Set Wallpaper button while loading image

Bug: 12472111

Change-Id: I2a0cba47f31af2416b0dd062929f277fcbf80481
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
4808aa6b42ff31aa792b6dc0601bd6f24a554e21 14-Jan-2014 Michael Jurka <mikejurka@google.com> Add ability to center the crop (disabled)
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java
7ad868b86e45d6f58c186d2731ab2beb84643757 12-Dec-2013 Michael Jurka <mikejurka@google.com> Create separate project for Wallpaper Picker

Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java