summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Mirroring issue in Background ReplacerPannag Sanketi2011-11-111-0/+7
| | | | | | | | | | | | | | | | | | | | The MediaSource is set to rotate so that it adjusts to the rotation of the device, and displays upright. The backdropper does not have to do any rotation except for the mirroring in case of front camera. Bug: 5490654 Change-Id: Iaa3a82dd98f9cf428fb0d0b65e1175b31d37d2b1
* | Merge "Add indicators of settings on the viewfinder." into ics-mr1Wei Huang2011-11-111-27/+74
|\ \
| * | Add indicators of settings on the viewfinder.Chih-yu Huang2011-11-111-27/+74
| | | | | | | | | | | | | | | | | | | | | Add exposure, flash, scene, white balance, and focus indicators. bug:5039279 Change-Id: I7ef87ee35855030dbc8fdc2d4c52fa5d8b6549ba
* | | Merge "Fix 5603781: The pressed state of close icon does not disappear." ↵Wei Huang2011-11-111-13/+21
|\ \ \ | | | | | | | | | | | | into ics-mr1
| * | | Fix 5603781: The pressed state of close icon does not disappear.Chih-Chung Chang2011-11-111-13/+21
| |/ / | | | | | | | | | Change-Id: Ibd52cb5febf3a139d5007b6b2dd6adcb09934f99
* | | Merge "Fix sometimes share icons disappear." into ics-mr1Wei Huang2011-11-112-11/+17
|\ \ \
| * | | Fix sometimes share icons disappear.Wu-cheng Li2011-11-112-11/+17
| | | | | | | | | | | | | | | | | | | | bug:5580133 Change-Id: I4f76ac8d03a54cfd7105e70ca4f1d643e01d3293
* | | | Merge "Adjust share UI to full-width." into ics-mr1Wei Huang2011-11-112-35/+94
|\ \ \ \ | |/ / / |/| | |
| * | | Adjust share UI to full-width.Angus Kong2011-11-112-35/+94
| |/ / | | | | | | | | | | | | bug:5521011 Change-Id: I66aab65763224cbb66aa721d49d3e4ea916d8a58
* | | Merge "Do not reset the focus if next snapshot is pending." into ics-mr1Wu-cheng Li2011-11-102-8/+16
|\ \ \ | |/ / |/| |
| * | Do not reset the focus if next snapshot is pending.Wu-cheng Li2011-11-102-8/+16
| |/ | | | | | | | | | | | | | | | | | | + Suupose autofocus is focusing and a picture will be taken when focus callback arrives. Remeber the next snapshot request if the shutter button is clicked. bug:5589632 Change-Id: Ice8df7145f68996bd307fa5914e1c672bc624239
* | Merge "Reset mCurrentVideoUri to null before starting recording." into ics-mr1Wu-cheng Li2011-11-091-0/+1
|\ \
| * | Reset mCurrentVideoUri to null before starting recording.Heechan Park2011-11-101-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | While running monkey, we encountered a usecase where Video Recording is inProgress and an intent to launch Panorama Activity came in. While switching StopVideoRecording failed and resulted in Camera Exception (observed 3 times in 2 weeks of testing). mCurrentVideoUri is not cleared, so the thumbnail of the last video is re-generated, which can take 3 seconds. bug:5596264 Change-Id: Ie14c426c81c46f2d9a6741b6213cf66b1dbb5612 Signed-off-by: Braganza Sam Roberts<sam.braganza@samsung.com> Signed-off-by: Heechan Park <heech.park@samsung.com>
* | New ZoomControl UI for tablet.Chung-yih Wang2011-11-095-125/+113
|/ | | | | bug:5349676 Change-Id: Ie1f4202d7f1d75978308ece4fbf486635cceead3
* Change highlight pattern in indicatorbar.Chih-yu Huang2011-11-084-26/+19
| | | | | | | | | | Use the blue press state for all the icons in the setting bar, fill the whole bar width with a square instead of blue arc. Also make the share icon touch area larger. bug:5521011 Change-Id: I2db26c41758d230e8455696346a90a33b7e3efb6
* Merge "Change effect settings popup styles." into ics-mr1Wei Huang2011-11-071-0/+2
|\
| * Change effect settings popup styles.Angus Kong2011-11-041-0/+2
| | | | | | | | | | bug:5521011 Change-Id: Ia01bcbd8b1aa916406048b6890ab3439fe2f063a
* | Merge "Make dialog rotatable in Video mode." into ics-mr1Wei Huang2011-11-072-23/+7
|\ \
| * | Make dialog rotatable in Video mode.Angus Kong2011-11-072-23/+7
| | | | | | | | | | | | | | | bug:5575805 Change-Id: I6776f2b1d5a174a95ab40f8480110f0a34fb41e0
* | | Merge "Fix the unresposible close button." into ics-mr1Wei Huang2011-11-071-3/+9
|\ \ \
| * | | Fix the unresposible close button.Chung-yih Wang2011-11-071-3/+9
| |/ / | | | | | | | | | | | | bug:5575807 Change-Id: Ief2f51b363a5300989ae0fe7b047436b923a0386
* | | Merge "Prevent starting face detection twice." into ics-mr1Wei Huang2011-11-071-2/+10
|\ \ \
| * | | Prevent starting face detection twice.Chih-yu Huang2011-11-071-2/+10
| |/ / | | | | | | | | | | | | bug:5563371 Change-Id: I23231c4c629ab85f203470368d40d67c91e43db2
* | | Make 40% opacity for disabled indicators.Angus Kong2011-11-073-10/+9
|/ / | | | | | | | | bug:5521011 Change-Id: I150f754b9190e7034e75a3ab06cb0f5e8312cd31
* | Fix an OOM issue in mosaic blending.Wei-Ta Chen2011-11-041-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Set two limits on when we will do mosaic blending. 1) mosaic_width * mosaic_height < (5 * frame_width) * (2 * frame_height) 2) mosaic_height < 2.5 * frame_height The latter limit rejects blending for the cases having too much movement in the secondary direction. Bug: 5554762 Change-Id: I05fb24bb1ff5446bea0cc1a1de8a02c37fb642d7
* | am 93b9c8ac: Merge "5554028: Select video snapshot resolution based on the ↵Chih-Chung Chang2011-11-042-9/+43
|\ \ | | | | | | | | | | | | | | | | | | video recording aspect ratio." into ics-mr0 * commit '93b9c8aca92b2a6a651c562c71b8c414458c1419': 5554028: Select video snapshot resolution based on the video recording aspect ratio.
| * | 5554028: Select video snapshot resolution based on the video recording ↵Chih-Chung Chang2011-11-022-9/+43
| | | | | | | | | | | | | | | | | | aspect ratio. Change-Id: I7b01a21271068b9d201e38197e2a61b183f87902
* | | Merge "Fix 'back to the first-level when recording'." into ics-mr1Chung-yih Wang2011-11-031-4/+3
|\ \ \ | |_|/ |/| |
| * | Fix 'back to the first-level when recording'.Chung-yih Wang2011-11-031-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:5395575 Originally we have the fix for back to the first-level when recording, but it has another side-effect after merging the fix of icons overlapped issue. This change will fix the issue and make sure the available indicator is zoom control only during recording. Change-Id: Ic674c0a2c92a88c2cd2a3586a703f27784415582
* | | Merge "Fix 5521540: UI Tweaks." into ics-mr1Wei Huang2011-11-033-13/+38
|\ \ \
| * | | Fix 5521540: UI Tweaks.Chih-Chung Chang2011-11-033-13/+38
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - draw fan-shaped semi-transparent area on the indicator wheel. - change selected indicator color - remove video mode black border - set activity background to black - update assets - don't gray out unselected modes in mode picker (tablet) - set ok/cancel icons to 32dp, font to 12sp bold Change-Id: Iedc43dca29d1943965caf2d36cce176d8e509547
* | | Merge "The dialog for comfirmation is made rotatable." into ics-mr1Wei Huang2011-11-033-75/+180
|\ \ \
| * | | The dialog for comfirmation is made rotatable.Angus Kong2011-11-033-75/+180
| | | | | | | | | | | | | | | | | | | | | | | | bug:5481928 Change-Id: Ic9a34b0f9e8d920afa5aec36561892045480e18c
* | | | Merge "Adjust the orientation of mode picker in Panorama." into ics-mr1Wei Huang2011-11-031-1/+3
|\ \ \ \
| * | | | Adjust the orientation of mode picker in Panorama.Angus Kong2011-11-031-1/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | bug:5561505 Change-Id: Iafd9e7ba4c60b4decae8f676ef2a1709cf54e5bb
* | | | Enable camera controls after wakeup.Chung-yih Wang2011-11-031-19/+21
|/ / / | | | | | | | | | | | | bug:5516230 Change-Id: Ibf0ab46070af9440f3c7fbef116d65264db0ea7e
* | | Merge "Back to the first-level when recording on Tablet." into ics-mr1Chung-yih Wang2011-11-022-4/+14
|\ \ \
| * | | Back to the first-level when recording on Tablet.Chung-yih Wang2011-11-022-4/+14
| |/ / | | | | | | | | | | | | bug:5395575 Change-Id: I1493466068ce76dce957cd717a602939c66f138c
* | | Fix the disabled icons overlapped issue.Chung-yih Wang2011-11-021-1/+2
|/ / | | | | | | | | bug:5515221 Change-Id: I9fe40f6492afdd8906ea2ad31839ec34f22a28b7
* | Merge "Change the default orientation to portrait." into ics-mr1Angus Kong2011-11-0111-111/+266
|\ \
| * | Change the default orientation to portrait.Chung-yih Wang2011-11-0111-111/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:5446617 Since the orientation is mainly portrait on phones, the default orientation of an application will decide if the window animation will be played before it starts. In order to reduce the launch time of Camera apps, this change is to skip the window animations by changing the default orientation to portrait. Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
* | | Merge "Replace hardcoded value with public API constant" into ics-mr1James Dong2011-11-011-2/+2
|\ \ \ | |/ / |/| |
| * | Replace hardcoded value with public API constantJames Dong2011-10-291-2/+2
| | | | | | | | | | | | | | | Change-Id: I711a6623208f95385a62c72aaec8d95e6e064b3d related-to-bug: 5343832
* | | am 4d55f6cb: Merge "Remove long pressing shutter triggers autocous." into ↵Chih-Chung Chang2011-11-013-55/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | ics-mr0 * commit '4d55f6cb82c07a6191d2ab8e78fbab8c31e9db89': Remove long pressing shutter triggers autocous.
| * | Merge "Remove long pressing shutter triggers autocous." into ics-mr0Chih-Chung Chang2011-10-313-55/+3
| |\ \
| | * | Remove long pressing shutter triggers autocous.Wu-cheng Li2011-10-283-55/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autoFocus behavior has changed in CAF. The focus callback will not return immediately if CAF is scanning. There is no need to have long pressing behavior. bug:5514415 Change-Id: Iacf14fa3ad48b03c79122296a74e7511c41ea62f
* | | | am 174b8b7f: Add forced sound for panorama mode.Angus Kong2011-10-311-0/+42
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | * commit '174b8b7fc4d55e8c63eb3ed0b71f1519a13e345d': Add forced sound for panorama mode.
| * | Add forced sound for panorama mode.Angus Kong2011-10-311-0/+42
| | | | | | | | | | | | | | | bug:5538024 Change-Id: I59b662a0cc53471ba905391c016c78ebd9ae1d73
* | | am c3a0c2d4: Update recording orientation in more states.Eino-Ville Talvala2011-10-281-2/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'c3a0c2d4b7c1ec7bd8dc6190a0a68a6ff90cb629': Update recording orientation in more states.
| * | Update recording orientation in more states.Eino-Ville Talvala2011-10-281-2/+1
| |/ | | | | | | | | | | | | | | | | | | | | Once effects preview was started, no changes to recording orientation would take effect. This results in incorrectly oriented videos for the front camera, if the device is rotated after an effect is selected and before recording is started. Bug: 5531485 Change-Id: I0b59d72d446275f4a3b8dc7aabc98783efdd17cb