summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ViewImage.java
Commit message (Expand)AuthorAgeFilesLines
* Fix http://b/2115002.Wei-Ta Chen2009-09-161-3/+0
* Fix 2113527: NPE in ViewImage.onActivityResult.Chih-Chung Chang2009-09-141-11/+15
* Add messages to help debug 2113527.Chih-Chung Chang2009-09-111-0/+6
* Add double tap to zoom.Chih-Chung Chang2009-09-101-31/+63
* Clean menu creation code.Chih-Chung Chang2009-09-081-4/+5
* Fix 1977974: For photos without location data, don't offer to "Show on Maps"Chih-Chung Chang2009-09-071-2/+5
* Fix bug 2078592.Owen Lin2009-09-021-6/+5
* Style fix.Chih-Chung Chang2009-08-261-7/+8
* Create ImageListParam as a spec for creating image lists.Chih-Chung Chang2009-08-261-26/+22
* Fix 2039004: "Camera settings" from review screens irrelevant to Camera or Ca...Chih-Chung Chang2009-08-141-13/+0
* Hide controls when return from other activities.Owen Lin2009-08-061-10/+13
* Fix 2033184: Crash on delete after downloading/previewing picture attachments.Chih-Chung Chang2009-08-051-0/+5
* Fix bug 2022547. Show zoom buttons only when click on photo area.Owen Lin2009-07-311-82/+80
* Make dpad left/right move to prev/next image.Chih-Chung Chang2009-07-311-40/+12
* Revert "Use revised zoom widget, on the right in Gallery."Owen Lin2009-07-301-12/+0
* Defer bitmap rotation until it's drawn on ImageView.Ray Chen2009-07-291-7/+9
* Fix http://b/2017388 by handling the corner case in computeSampleSize().Wei-Ta Chen2009-07-291-8/+2
* Use revised zoom widget, on the right in Gallery.Ray Chen2009-07-271-0/+14
* Simplify ImageGetter.Chih-Chung Chang2009-07-241-285/+6
* Fix 1996918: NPE in ViewImage.onClick.Chih-Chung Chang2009-07-231-0/+1
* Fix http://b/1907995 by using native allocation in BitmapFactory.Wei-Ta Chen2009-07-201-8/+3
* Fix 1836138: Crash (permissions) when sharing from Email/Gmail --> Gallery --...Chih-Chung Chang2009-07-101-9/+7
* Move reverse geocoder to AsyncTask and update location information asynchrono...repo sync2009-07-101-1/+0
* Set bitmaps for full size images as being purgeable in viewing and reviewing ...Wei-Ta Chen2009-07-091-7/+13
* Style fix.Chih-Chung Chang2009-07-061-19/+21
* Fix 1955365: NPE in ViewImage.updateActionIconsChih-Chung Chang2009-07-021-6/+7
* Fix 1956859: "Set as" is not working with the downloaded image.Chih-Chung Chang2009-07-021-2/+2
* Fix 1950477: Menu items for video review are incorrect.Chih-Chung Chang2009-07-011-28/+8
* Fix bug 1949582. If this is the last image to be deleted,Owen Lin2009-06-301-0/+1
* Increase image zoom speed.Wu-cheng Li2009-06-301-0/+1
* Remove unused code in ViewImage.Owen Lin2009-06-251-69/+16
* Retry to submit it again. It seems I changed the file "IImage" -> "Image"Owen Lin2009-06-251-0/+9
* Revert "It seems that there is no quarantee that "onActivityResult()" will be...Owen Lin2009-06-251-9/+0
* It seems that there is no quarantee that "onActivityResult()" will be calledOwen Lin2009-06-251-0/+9
* Fix several issues with ImageList.Owen Lin2009-06-241-5/+16
* Fix issue 1921166: Cropped image is not displayed after cropping a picture fr...repo sync2009-06-181-0/+2
* Fix NPE in issues 1921957 & 1921062.repo sync2009-06-171-2/+4
* Fix issue 1880374 The thumbnail does not update in picture review mode after ...repo sync2009-06-151-0/+2
* Hide Action Icon panel for MMS images.Owen Lin2009-06-091-0/+11
* Add correct action icons to ViewImage for videoOwen Lin2009-06-081-75/+91
* Fix bug 1897802 in two parts.Owen Lin2009-06-041-1/+12
* Make the action icons show on GalleryOwen Lin2009-06-031-97/+128
* Pass image list from ImageGallery to ViewImage to support the uber typeOwen Lin2009-06-031-50/+24
* Simplify the database code by keeping small data in memory.Owen Lin2009-05-281-1/+1
* Fix bug 1873866: removing unused member mShutterButton.Owen Lin2009-05-271-3/+0
* Fix 1850846.Chih-Chung Chang2009-05-251-0/+7
* New UI for donut's camera !!Owen Lin2009-05-221-13/+40
* remove cancelAllDecodingThreads and allowAllDecodingThreads.Ray Chen2009-05-141-9/+1
* Fix bug 1841837. By updating the zoom controller after zoom in/zoom out.Owen Lin2009-05-121-0/+1
* One last bit to get rid of the duplicated roation ....Owen Lin2009-05-061-15/+0