| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports in frameworks/base. | John Spurlock | 2015-02-28 | 1 | -1/+0 |
* | am 9b0109eb: am c7aa8fe6: Merge "Removing some more FloatMath references" | Neil Fuller | 2014-10-17 | 1 | -4/+3 |
|\ |
|
| * | Removing some more FloatMath references | Neil Fuller | 2014-10-15 | 1 | -4/+3 |
* | | am 6e46a99f: am 3b0169ae: am a07421c6: am 2c461def: Merge "Fixed missing tran... | Selim Cinek | 2014-10-10 | 56 | -2/+1377 |
|\ \ |
|
| * \ | Merge "Fixed missing translation for wallpaper cropper" into lmp-dev | Selim Cinek | 2014-10-10 | 56 | -2/+1377 |
| |\ \ |
|
| | * | | Fixed missing translation for wallpaper cropper | Selim Cinek | 2014-10-10 | 56 | -2/+1377 |
* | | | | am efeb94a8: am a6a6f4b2: am a2830b7d: am 2c2cb29a: Merge "WallpaperCropper: ... | Christoph Studer | 2014-10-10 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | WallpaperCropper: Use white color for action bar | Christoph Studer | 2014-10-09 | 1 | -1/+2 |
| |/ / |
|
* | | | resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp | Neil Fuller | 2014-10-02 | 1 | -3/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Switch from FloatMath -> Math and Math.hypot where possible | Neil Fuller | 2014-10-01 | 1 | -3/+2 |
* | | Fixing memory leak in WallpaperCropActivity | Sunny Goyal | 2014-07-23 | 1 | -0/+8 |
* | | Squash unreachable catch | Adam Skory | 2014-06-05 | 1 | -3/+0 |
* | | Fix recents theme, add missing headers | Alan Viverette | 2014-04-02 | 1 | -0/+18 |
* | | Switch framework Holo references to Quantum.Light | Alan Viverette | 2014-04-01 | 2 | -3/+3 |
* | | am c3db8011: am 58e99f56: am b6e077dc: am 7718fc12: Fixed crash when setting ... | Selim Cinek | 2014-03-27 | 1 | -6/+7 |
|\ \ |
|
| * | | Fixed crash when setting wallpaper with built in rotation | Selim Cinek | 2014-03-27 | 1 | -6/+7 |
| |/ |
|
* | | am 50cd7c39: am f7805dd7: am 7290b56b: am 8ae8689d: am c41853ce: Fixed wallpa... | Selim Cinek | 2014-03-25 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Fixed wallpaper bug where wrong size was taken when cropping | Selim Cinek | 2014-03-24 | 1 | -3/+4 |
| * | Disable Set Wallpaper button while loading image | Selim Cinek | 2014-03-21 | 2 | -0/+6 |
| * | Merge "[DO NOT MERGE] Fix wallpaper cropping bugs" into klp-dev | Adam Cohen | 2014-03-19 | 2 | -5/+34 |
| |\ |
|
| | * | [DO NOT MERGE] Fix wallpaper cropping bugs | Michael Jurka | 2014-03-19 | 2 | -5/+34 |
| * | | [DO NOT MERGE] Centering the crop by default in system wallpaper cropper | Michael Jurka | 2014-03-19 | 2 | -5/+18 |
| |/ |
|
| * | DO NOT MERGE - Fixed crash for odd image width/height | Selim Cinek | 2014-03-14 | 1 | -0/+7 |
* | | Merge "Catch exceptions if Exif is malformed" | Adam Cohen | 2014-03-21 | 2 | -0/+9 |
|\ \ |
|
| * | | Catch exceptions if Exif is malformed | Selim Cinek | 2014-03-21 | 2 | -0/+9 |
* | | | Merge "Catching security exception when activity destroyed" | Adam Cohen | 2014-03-21 | 1 | -1/+15 |
|\ \ \ |
|
| * | | | Catching security exception when activity destroyed | Selim Cinek | 2014-03-21 | 1 | -1/+15 |
| |/ / |
|
* | | | Merge "Disable Set Wallpaper button while loading image" | Selim Cinek | 2014-03-21 | 2 | -0/+6 |
|\ \ \ |
|
| * | | | Disable Set Wallpaper button while loading image | Selim Cinek | 2014-03-21 | 2 | -0/+6 |
| |/ / |
|
* | | | Fixed a crash when an image with an odd width/height was selected | Selim Cinek | 2014-03-14 | 1 | -0/+7 |
|/ / |
|
* | | Don't set suggested wallpaper dimensions in default wallpaper cropper | Michael Jurka | 2014-01-29 | 1 | -36/+0 |
* | | Centering the crop by default in system wallpaper cropper | Michael Jurka | 2014-01-14 | 2 | -5/+18 |
* | | Update system wallpaper cropper with latest changes from Launcher3 cropper | Michael Jurka | 2014-01-14 | 1 | -34/+35 |
* | | Fix wallpaper cropping bugs | Michael Jurka | 2013-12-02 | 2 | -5/+34 |
* | | Remove unused imports from frameworks/base. | John Spurlock | 2013-11-20 | 3 | -5/+0 |
|/ |
|
* | Fix calculation of default wallpaper size | Michael Jurka | 2013-11-06 | 1 | -33/+8 |
* | Fix crashes for images that are not PNG or JPEG | Michael Jurka | 2013-11-01 | 2 | -18/+49 |
* | Make wallpaper cropper more robust | Michael Jurka | 2013-10-30 | 3 | -87/+240 |
* | Load wallpaper images on a bg thread | Michael Jurka | 2013-10-28 | 2 | -60/+222 |
* | Add EXIF rotation support to system wallpaper cropper | Michael Jurka | 2013-10-14 | 3 | -60/+233 |
* | Wallpaper cropper should inherit translucent theme | Michael Jurka | 2013-10-08 | 2 | -84/+2 |
* | Fix crash in built-in wallpaper cropper | Michael Jurka | 2013-10-07 | 6 | -54/+182 |
* | Fix default wallpaper dimensions | Michael Jurka | 2013-09-20 | 1 | -1/+2 |
* | Add new intent/method for cropping and setting wallpapers | Michael Jurka | 2013-09-13 | 44 | -0/+11701 |