summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Wallpaper.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code in Camera app.Owen Lin2009-10-291-75/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Fix 2182549: Disable search button when using camera.Chih-Chung Chang2009-10-141-1/+1
|
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-0/+1
| | | | Change-Id: I40037e0735ddbca750cbe5f8364af5247992c51c
* Fix 1559583: Unnecessary image is created when setting a wallpaperChih-Chung Chang2009-08-241-143/+6
|
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-1/+2
| | | | replace deprecated methods, and removing unused imports.
* Make CropImage always fullscreen.Wu-cheng Li2009-07-311-1/+0
|
* Make CropImage support fullscreen extra.Wu-cheng Li2009-07-301-0/+1
| | | | b2022570. When returning from a full-screen activity to a non-full-screen one, screen jumps a little and scroll bars are partially off screen. This is a work-around to prevent the issue.
* Fix bug 1866604: by fixing the output file URI,Owen Lin2009-05-211-25/+24
| | | | change it from "file://" to "file:///"
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-5/+0
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-2/+0
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 143951: Style fix.Chih-Chung Chang2009-04-011-27/+39
| | | | Automated import of CL 143951
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+206
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-206/+0
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-20/+21
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-6/+18
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+193