Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several issues with ImageList. | Owen Lin | 2009-06-24 | 4 | -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 sync | 2009-06-24 | 1 | -61/+7 |
| | |||||
* | Merge change 5030 into donut | Android (Google) Code Review | 2009-06-23 | 1 | -1/+3 |
|\ | | | | | | | | | * changes: Change icon for retake in video. | ||||
| * | Change icon for retake in video. | Owen Lin | 2009-06-23 | 1 | -1/+3 |
| | | |||||
* | | Merge change 4905 into donut | Android (Google) Code Review | 2009-06-23 | 1 | -4/+0 |
|\ \ | |/ |/| | | | | | * changes: Address review comment in previous patch sets. | ||||
| * | Address review comment in previous patch sets. | Owen Lin | 2009-06-21 | 1 | -4/+0 |
| | | |||||
* | | Merge change 5062 into donut | Android (Google) Code Review | 2009-06-23 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | * changes: Do not start preview if surface is null. | ||||
| * | | Do not start preview if surface is null. | Wu-cheng Li | 2009-06-23 | 1 | -0/+6 |
| |/ | |||||
* | | Remove verbose messages. | Chih-Chung Chang | 2009-06-22 | 1 | -4/+0 |
|/ | |||||
* | UI refresh for attachment capture mode. | Owen Lin | 2009-06-20 | 2 | -205/+211 |
| | |||||
* | Fix attach video. | Wu-cheng Li | 2009-06-19 | 2 | -8/+71 |
| | |||||
* | Integrate camcorder review mode to ReviewImage. | Wu-cheng Li | 2009-06-19 | 5 | -7/+1406 |
| | |||||
* | Fill the size in database when insert a new item to the table. | Owen Lin | 2009-06-19 | 1 | -0/+2 |
| | |||||
* | New UI for camera | Owen Lin | 2009-06-18 | 4 | -171/+85 |
| | |||||
* | Handle openFileDescriptor failure case. | Wu-cheng Li | 2009-06-18 | 1 | -1/+9 |
| | | | | Fix b1925294 | ||||
* | Reduce the latency to enter camera setting. | Wu-cheng Li | 2009-06-18 | 2 | -0/+8 |
| | |||||
* | Merge change 4450 into donut | Android (Google) Code Review | 2009-06-18 | 1 | -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 sync | 2009-06-18 | 1 | -0/+2 |
| | | | | | | | | from Gallery picture view. | ||||
* | | Remove white balance, effects, ISO, and brightness from setting. | Wu-cheng Li | 2009-06-18 | 2 | -87/+0 |
|/ | |||||
* | Try to fix 1917822. | Chih-Chung Chang | 2009-06-18 | 1 | -0/+6 |
| | | | | Make sure we have a surface in the holder before proceeding. | ||||
* | Fix NPE in issues 1921957 & 1921062. | repo sync | 2009-06-17 | 1 | -2/+4 |
| | |||||
* | Disable zoom until driver is ready. | Wu-cheng Li | 2009-06-16 | 1 | -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 Li | 2009-06-16 | 1 | -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 donut | Android (Google) Code Review | 2009-06-15 | 1 | -6/+8 |
|\ | | | | | | | | | * changes: Fix NPE in zoomIn. | ||||
| * | Fix NPE in zoomIn. | Wu-cheng Li | 2009-06-16 | 1 | -6/+8 |
| | | |||||
* | | Merge change 4301 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -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 Chang | 2009-06-16 | 1 | -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 donut | Android (Google) Code Review | 2009-06-15 | 1 | -0/+1 |
|\ \ \ | |/ / | | / | |/ |/| | * changes: Fix 1913780. NPE in ImageGallery.getCurrentImage. | ||||
| * | Fix 1913780. NPE in ImageGallery.getCurrentImage. | Chih-Chung Chang | 2009-06-16 | 1 | -0/+1 |
| | | | | | | | | Check if we can handle events in delete callback. | ||||
* | | Hide zoom controller during snapshot. | Wu-cheng Li | 2009-06-16 | 1 | -67/+57 |
|/ | |||||
* | Merge change 4027 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -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 not | Owen Lin | 2009-06-11 | 1 | -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 sync | 2009-06-15 | 2 | -13/+22 |
| | | | | | | | | deleting the captured picture. | ||||
* | | Merge change 4039 into donut | Android (Google) Code Review | 2009-06-14 | 2 | -7/+8 |
|\ \ | | | | | | | | | | | | | * changes: Fix 1911405: Captured JPEG image size is only 512x384. | ||||
| * | | Fix 1911405: Captured JPEG image size is only 512x384. | Chih-Chung Chang | 2009-06-15 | 2 | -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 Li | 2009-06-12 | 1 | -0/+1 |
|/ / | |||||
* | | Extract MovieViewControl from MovieView. The first step to integrate | Owen Lin | 2009-06-11 | 3 | -204/+238 |
|/ | | | | movie view into ViewImage. | ||||
* | Fix the bug when surfaceChanged comes after onPause. | Wu-cheng Li | 2009-06-11 | 1 | -125/+55 |
| | | | | b1903651 | ||||
* | Merge change 3871 into donut | Android (Google) Code Review | 2009-06-11 | 1 | -1/+4 |
|\ | | | | | | | | | * changes: Fix 1909891. Allow keep() to be called without open(). | ||||
| * | Fix 1909891. Allow keep() to be called without open(). | Chih-Chung Chang | 2009-06-11 | 1 | -1/+4 |
| | | |||||
* | | Throw exception if startPreview or setPreviewDisplay fails. | Wu-cheng Li | 2009-06-11 | 2 | -28/+15 |
|/ | |||||
* | Merge change 3836 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -3/+0 |
|\ | | | | | | | | | * changes: Fix issue 1906618. | ||||
| * | Fix issue 1906618. | repo sync | 2009-06-11 | 1 | -3/+0 |
| | | |||||
* | | Fix 1820711 Preview ratio is wrong after returning from camera setting. | Chih-Chung Chang | 2009-06-10 | 1 | -10/+6 |
| | | |||||
* | | Share Camera between Camera and VideoCamera. | Chih-Chung Chang | 2009-06-10 | 5 | -11/+120 |
| | | |||||
* | | Merge change 3410 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -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 sync | 2009-06-10 | 1 | -26/+67 |
| | | |||||
* | | Merge change 3291 into donut | Android (Google) Code Review | 2009-06-09 | 1 | -6/+1 |
|\ \ | |/ |/| | | | | | * changes: Revert the workaround for the buggy driver. The original change is d55a5e92d6065bd36a60925221d8cc9a773572eb. | ||||
| * | Revert the workaround for the buggy driver. | Chih-Chung Chang | 2009-06-09 | 1 | -6/+1 |
| | | | | | | | | The original change is d55a5e92d6065bd36a60925221d8cc9a773572eb. | ||||
* | | Hide Action Icon panel for MMS images. | Owen Lin | 2009-06-09 | 1 | -0/+11 |
|/ |