summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera
Commit message (Collapse)AuthorAgeFilesLines
* Fix several issues with ImageList.Owen Lin2009-06-244-10/+59
| | | | | | | | | | | | | | | | | One is bug 1933327 It seems to be timing issue. We assign the value of mAllImages in only "onCreate" and will set it to null in "onActivityResult". I modified the code so that it won't be null after "onCreate()". The other issue is the crop image won't . The reason is we don't clean up the cache when we reopen the cache. It won't work for ImageListUber for the original fix since "buildImageListFromUri" won't return ImageList of type ImageListUber. The final one is the "getImaegForUri", last time, I made a change but cause review fails in Camera. But, I need the check if the given uri is actually the same as the image list not just check the "id".
* Move storeImage back to UI thread.repo sync2009-06-241-61/+7
|
* Merge change 5030 into donutAndroid (Google) Code Review2009-06-231-1/+3
|\ | | | | | | | | * changes: Change icon for retake in video.
| * Change icon for retake in video.Owen Lin2009-06-231-1/+3
| |
* | Merge change 4905 into donutAndroid (Google) Code Review2009-06-231-4/+0
|\ \ | |/ |/| | | | | * changes: Address review comment in previous patch sets.
| * Address review comment in previous patch sets.Owen Lin2009-06-211-4/+0
| |
* | Merge change 5062 into donutAndroid (Google) Code Review2009-06-231-0/+6
|\ \ | | | | | | | | | | | | * changes: Do not start preview if surface is null.
| * | Do not start preview if surface is null.Wu-cheng Li2009-06-231-0/+6
| |/
* | Remove verbose messages.Chih-Chung Chang2009-06-221-4/+0
|/
* UI refresh for attachment capture mode.Owen Lin2009-06-202-205/+211
|
* Fix attach video.Wu-cheng Li2009-06-192-8/+71
|
* Integrate camcorder review mode to ReviewImage.Wu-cheng Li2009-06-195-7/+1406
|
* Fill the size in database when insert a new item to the table.Owen Lin2009-06-191-0/+2
|
* New UI for cameraOwen Lin2009-06-184-171/+85
|
* Handle openFileDescriptor failure case.Wu-cheng Li2009-06-181-1/+9
| | | | Fix b1925294
* Reduce the latency to enter camera setting.Wu-cheng Li2009-06-182-0/+8
|
* Merge change 4450 into donutAndroid (Google) Code Review2009-06-181-0/+2
|\ | | | | | | | | * changes: Fix issue 1921166: Cropped image is not displayed after cropping a picture from Gallery picture view.
| * Fix issue 1921166: Cropped image is not displayed after cropping a picture ↵repo sync2009-06-181-0/+2
| | | | | | | | from Gallery picture view.
* | Remove white balance, effects, ISO, and brightness from setting.Wu-cheng Li2009-06-182-87/+0
|/
* Try to fix 1917822.Chih-Chung Chang2009-06-181-0/+6
| | | | Make sure we have a surface in the holder before proceeding.
* Fix NPE in issues 1921957 & 1921062.repo sync2009-06-171-2/+4
|
* Disable zoom until driver is ready.Wu-cheng Li2009-06-161-3/+5
| | | | If zoom is enabled and camera is zoomed in, preview cannot be started after snapshot.
* Do not change surface view size after capture.Wu-cheng Li2009-06-161-15/+2
| | | | | This is a workaround for the bug that sometimes preview is not started when stopPreview and startPreview are called consecutively.
* Merge change 4305 into donutAndroid (Google) Code Review2009-06-151-6/+8
|\ | | | | | | | | * changes: Fix NPE in zoomIn.
| * Fix NPE in zoomIn.Wu-cheng Li2009-06-161-6/+8
| |
* | Merge change 4301 into donutAndroid (Google) Code Review2009-06-151-37/+0
|\ \ | | | | | | | | | | | | * changes: Remove unnecessary thumbnail generation in the process of saving image.
| * | Remove unnecessary thumbnail generation in the process of saving image.Chih-Chung Chang2009-06-161-37/+0
| | | | | | | | | | | | | | | | | | The original code does not work as intended because the filePath is null at that time, and the mini thumbnail magic is cleared in execute() of AddImageCancelable. So remove this part of code altogether.
* | | Merge change 4300 into donutAndroid (Google) Code Review2009-06-151-0/+1
|\ \ \ | |/ / | | / | |/ |/| * changes: Fix 1913780. NPE in ImageGallery.getCurrentImage.
| * Fix 1913780. NPE in ImageGallery.getCurrentImage.Chih-Chung Chang2009-06-161-0/+1
| | | | | | | | Check if we can handle events in delete callback.
* | Hide zoom controller during snapshot.Wu-cheng Li2009-06-161-67/+57
|/
* Merge change 4027 into donutAndroid (Google) Code Review2009-06-151-3/+3
|\ | | | | | | | | * changes: fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not thread safe. I change it to thread safe and add a test for this.
| * fix bug 1909589 and 1903635. I think the cause root is that the LruCache is notOwen Lin2009-06-111-3/+3
| | | | | | | | thread safe. I change it to thread safe and add a test for this.
* | Fix issue 1880374 The thumbnail does not update in picture review mode after ↵repo sync2009-06-152-13/+22
| | | | | | | | deleting the captured picture.
* | Merge change 4039 into donutAndroid (Google) Code Review2009-06-142-7/+8
|\ \ | | | | | | | | | | | | * changes: Fix 1911405: Captured JPEG image size is only 512x384.
| * | Fix 1911405: Captured JPEG image size is only 512x384.Chih-Chung Chang2009-06-152-7/+8
| | | | | | | | | | | | | | | | | | The problem is the thumbnail is written to the same file as the original image. The bug is made visible by the new camera driver because the thumbnail in the jpeg file is not readable (I'll file another bug for that).
* | | Add log message for debugging.Wu-cheng Li2009-06-121-0/+1
|/ /
* | Extract MovieViewControl from MovieView. The first step to integrateOwen Lin2009-06-113-204/+238
|/ | | | movie view into ViewImage.
* Fix the bug when surfaceChanged comes after onPause.Wu-cheng Li2009-06-111-125/+55
| | | | b1903651
* Merge change 3871 into donutAndroid (Google) Code Review2009-06-111-1/+4
|\ | | | | | | | | * changes: Fix 1909891. Allow keep() to be called without open().
| * Fix 1909891. Allow keep() to be called without open().Chih-Chung Chang2009-06-111-1/+4
| |
* | Throw exception if startPreview or setPreviewDisplay fails.Wu-cheng Li2009-06-112-28/+15
|/
* Merge change 3836 into donutAndroid (Google) Code Review2009-06-101-3/+0
|\ | | | | | | | | * changes: Fix issue 1906618.
| * Fix issue 1906618.repo sync2009-06-111-3/+0
| |
* | Fix 1820711 Preview ratio is wrong after returning from camera setting.Chih-Chung Chang2009-06-101-10/+6
| |
* | Share Camera between Camera and VideoCamera.Chih-Chung Chang2009-06-105-11/+120
| |
* | Merge change 3410 into donutAndroid (Google) Code Review2009-06-101-26/+67
|\ \ | |/ | | | | | | * changes: Move storeImage to worker thread so we can start preview in parallel.
| * Move storeImage to worker thread so we can start preview in parallel.repo sync2009-06-101-26/+67
| |
* | Merge change 3291 into donutAndroid (Google) Code Review2009-06-091-6/+1
|\ \ | |/ |/| | | | | * changes: Revert the workaround for the buggy driver. The original change is d55a5e92d6065bd36a60925221d8cc9a773572eb.
| * Revert the workaround for the buggy driver.Chih-Chung Chang2009-06-091-6/+1
| | | | | | | | The original change is d55a5e92d6065bd36a60925221d8cc9a773572eb.
* | Hide Action Icon panel for MMS images.Owen Lin2009-06-091-0/+11
|/