summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ViewImage.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug 1710951. By moving image cleanning code to onStop.Owen Lin2009-05-051-4/+5
|
* Reduce ViewImage start up time.Chih-Chung Chang2009-05-041-8/+5
| | | | On an sdcard with ~800 images, the start up time is reduced by about 1 sec.
* Improve the design of ICancelable.Owen Lin2009-04-291-14/+25
|
* Remove unnecessary allowThreadDecoding.Chih-Chung Chang2009-04-291-1/+0
|
* Code clean up.Chih-Chung Chang2009-04-171-1/+2
|
* Code clean up.Chih-Chung Chang2009-04-161-7/+6
|
* Clean verbose logging messages.Chih-Chung Chang2009-04-151-6/+7
| | | | Extract UriImage to a separate file.
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-26/+18
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 145823: Remove unused code.Chih-Chung Chang2009-04-121-7/+6
| | | | Automated import of CL 145823
* AI 145815: Simplify ViewImage.Chih-Chung Chang2009-04-121-298/+179
| | | | Automated import of CL 145815
* AI 145696: Utilize BitmapManager to control bitmap related resources, makingRay Chen2009-04-101-40/+94
| | | | | | | decoding cancelable, thus reduce activities switch latency and gallery related ANR. BUG=1692286 Automated import of CL 145696
* AI 145048: Code clean up.Chih-Chung Chang2009-04-081-3/+0
| | | | Automated import of CL 145048
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-15/+19
| | | | | | | | to top level. Fix style issue. Automated import of CL 144530
* AI 144377: Style fix.Chih-Chung Chang2009-04-021-481/+550
| | | | Automated import of CL 144377
* AI 143978: Style fix.Chih-Chung Chang2009-04-011-8/+7
| | | | Automated import of CL 143978
* AI 143178: am: CL 142891 Fix issue 1578783. Show the on screen controlls ↵Owen Lin2009-03-271-17/+21
| | | | | | | | | | | | | | when user tap on the screen so that it won't get dissapeared. Also fix layout issue in camera review mode. The shutter button is misplaced by 5 pixel in both X, Y coordinate. Use next/prev buttons to go to next/prev images in all cases. Also set the height these buttons as screen's height so that it works as same as before. Original author: owenlin Merged from: //branches/cupcake/... Automated import of CL 143178
* AI 143170: am: CL 142872 Remove the share button if the image is shared from ↵Chih-Chung Chang2009-03-271-0/+3
| | | | | | | | | | MMS. This is based on CL 142524. Original author: chihchung Merged from: //branches/cupcake/... Automated import of CL 143170
* AI 143152: am: CL 142832 1. Fix issue 1727303. Detect orientation change in ↵Owen Lin2009-03-271-69/+36
| | | | | | | | | | | | only one place and make sure the images will be drawn after clean. 2. Also fix an issue that the zoom buttons could be placed in wrong position after orientation changes. Original author: owenlin Merged from: //branches/cupcake/... Automated import of CL 143152
* Automated import from //branches/donutburger/...@142525,142525Chih-Chung Chang2009-03-251-0/+1
|
* Automated import from //branches/donutburger/...@141972,141972Ray Chen2009-03-241-46/+33
|
* Automated import from //branches/donutburger/...@141619,141619Ray Chen2009-03-241-5/+24
|
* Automated import from //branches/donutburger/...@141607,141607Owen Lin2009-03-241-29/+51
|
* Automated import from //branches/donutburger/...@141603,141603Ray Chen2009-03-241-3/+3
|
* Automated import from //branches/donutburger/...@140831,140831Andreas Huber2009-03-241-0/+11
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-113/+91
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-22/+12
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-7/+15
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-136/+19
|
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-10/+4
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-6/+15
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1677
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1643/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-95/+61
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-61/+95
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-117/+51
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-24/+87
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-65/+115
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-59/+115
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-4/+20
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-7/+95
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-56/+58
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1434