summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Set highest supported video resolution by default.Sai Kumar Sanagavarapu2015-02-274-20/+6
| | | | | | | Instead of defaulting to CIF, set the highest supported video resolution as the default video profile. Change-Id: I6cb1eab905d193cbc03f528d0fbc81f5af49ab89
* Merge "Snapdragon: Fix orientation of Prepare panorama dialog"Linux Build Service Account2015-02-262-7/+36
|\
| * Snapdragon: Fix orientation of Prepare panorama dialogByunghun Jeon2015-02-252-7/+36
| | | | | | | | | | | | | | Put Prepare panorama dialog to proper orientation instead of fixed to portrait Change-Id: I0f3bc9bcd5a5e30566c37b1e7beac9df73af7e61
* | Merge "SnapdragonCamera: Allow edit in Gallery2 if launched from Snapcam"Linux Build Service Account2015-02-251-0/+5
|\ \
| * | SnapdragonCamera: Allow edit in Gallery2 if launched from SnapcamByunghun Jeon2015-02-241-0/+5
| | | | | | | | | | | | Change-Id: I67afa657adfc137a70f0c5d8d831bc2b0cbdaaeb
* | | Merge "SnapdragonCamera: don't hide count down title"Linux Build Service Account2015-02-251-4/+17
|\ \ \
| * | | SnapdragonCamera: don't hide count down titleLikai Ding2015-02-171-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't hide count down title, instead, rotate and offset it to correct position. Change-Id: I31aca121bc7f8b5e672b6457e049c186ac1179d3 (cherry picked from commit 7023e606647cb5c2b60582a3755309565748f1fd)
* | | | Merge "SnapdragonCamera: Reduce panorama image resolution for 512M"Linux Build Service Account2015-02-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | SnapdragonCamera: Reduce panorama image resolution for 512MByunghun Jeon2015-02-241-1/+1
| | |/ | |/| | | | | | | Change-Id: I599cbd5b54451e2e2a4ae58307f93e9dca22e995
* | | Merge "Merge 9ea5b17335b70c4357d0838edddb55c1a0f13db8 on remote branch"Linux Build Service Account2015-02-251-0/+4
|\ \ \ | |/ / |/| |
| * | Merge 9ea5b17335b70c4357d0838edddb55c1a0f13db8 on remote branchLinux Build Service Account2015-02-241-0/+4
|/| | | | | | | | | | | Change-Id: Ic9b6983cf7b5111fe97188464b5ed31bfa7f2574
| * | Merge "SnapdragonCamera: fix panorma capture direction issue"Linux Build Service Account2015-02-231-0/+4
| |\ \
| | * | SnapdragonCamera: fix panorma capture direction issuelikaid2015-02-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the orientation is 90 or 180, the indicator direction is opposite to the moving direction. Correct the direction when orientation is 90 or 180. Change-Id: If2cda1da6db2e6ae219cb57567801fed0b4ca012 CRs-Fixed: 792977
* | | | Merge "Merge a9a15508dc15be6c161a8e1e8cab534f8e8f8d21 on remote branch"Linux Build Service Account2015-02-230-0/+0
|\ \ \ \
| * | | | Merge a9a15508dc15be6c161a8e1e8cab534f8e8f8d21 on remote branchLinux Build Service Account2015-02-220-0/+0
| |\| | | | | | | | | | | | | | | | | | Change-Id: Ia19d2233592fb1eb0b76d1f64f660368610d1860
| | * | | Merge "Snapdragon: Fix photo/video preview to match with captured photo/video"bait_dispatcher_monitor_system2015-02-203-63/+120
| | |\ \ \
| | | * | | Snapdragon: Fix photo/video preview to match with captured photo/videoByunghun Jeon2015-02-203-63/+120
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Photo and video preview and the captured results are different for some resolutions. Fix them to match the result. Change-Id: Ie5fb1954448fa54ffb968f2882e74bfd98c97548 CRs-Fixed: 791082
| | * | | Merge "SnapdragonCamera: Fix play the video directly when goto gallery"bait_dispatcher_monitor_system2015-02-191-2/+14
| | |\ \ \
| | | * | | SnapdragonCamera: Fix play the video directly when goto gallerylikaid2015-02-121-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicked the preview thumbnail of a video, Camera launched Gallery with the action Intent.ACTION_VIEW, it caused Gallery play the video directly after Gallery started. Set the action Intent.ACTION_MAIN when launched Gallery. Change-Id: I74c9fc7b66a8ddb5fd06ceba5a0bd370e97b1154 CRs-Fixed: 794309
| | * | | | Merge "SnapdragonCamera: circular thumbnail icon"bait_dispatcher_monitor_system2015-02-199-127/+198
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SnapdragonCamera: circular thumbnail iconLikai Ding2015-02-109-127/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. change thumbnail icon to circular and its background to transparent 2. speed up loading with optimal sample size and region decoder 3. fix orientation bug regarding panorama photos 4. don't fire load task on fake onDataLoaded() call Change-Id: I7f4eb8dad4c54a01a7ccd98907e06952e470840b
* | | | | | Merge "SnapdragonCamera: Set longshot enable after AF done."Linux Build Service Account2015-02-221-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SnapdragonCamera: Set longshot enable after AF done.Sai Kumar Sanagavarapu2015-02-211-1/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable longshot to backend only after AF done. This will help in storing 3A related params after AF result based on longshot enable/disable event. Change-Id: Iebdb9b324e758125704959d9a67ba0d0a6772e7a
* | | | | Merge "Snapdragon: Fix photo/video preview to match with captured photo/video"bait_dispatcher_monitor_system2015-02-213-63/+120
|\ \ \ \ \
| * | | | | Snapdragon: Fix photo/video preview to match with captured photo/videoByunghun Jeon2015-02-203-63/+120
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Photo and video preview and the captured results are different for some resolutions. Fix them to match the result. Change-Id: Ie5fb1954448fa54ffb968f2882e74bfd98c97548 CRs-Fixed: 791082
* | | | | Merge "SnapdragonCamera: Fix play the video directly when goto gallery"bait_dispatcher_monitor_system2015-02-191-2/+14
|\ \ \ \ \
| * | | | | SnapdragonCamera: Fix play the video directly when goto gallerylikaid2015-02-171-2/+14
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicked the preview thumbnail of a video, Camera launched Gallery with the action Intent.ACTION_VIEW, it caused Gallery play the video directly after Gallery started. Set the action Intent.ACTION_MAIN when launched Gallery. Change-Id: I74c9fc7b66a8ddb5fd06ceba5a0bd370e97b1154 CRs-Fixed: 794309 (cherry picked from commit 4c0d475c7d3be21487a34491a0072918dbbac230)
* | | | | Merge "SnapdragonCamera: circular thumbnail icon"Linux Build Service Account2015-02-199-127/+198
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SnapdragonCamera: circular thumbnail iconLikai Ding2015-02-179-127/+198
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. change thumbnail icon to circular and its background to transparent 2. speed up loading with optimal sample size and region decoder 3. fix orientation bug regarding panorama photos 4. don't fire load task on fake onDataLoaded() call Change-Id: I7f4eb8dad4c54a01a7ccd98907e06952e470840b (cherry picked from commit ac714ea974b4bd0ef99403def5aa7d8a3deecc5d)
* | | | Merge "Merge f2e911a3b847715ca7f98f127c17088246cfcb92 on remote branch"Linux Build Service Account2015-02-160-0/+0
|\ \ \ \
| * | | | Merge f2e911a3b847715ca7f98f127c17088246cfcb92 on remote branchLinux Build Service Account2015-02-150-0/+0
|/| | | | | |/ / / | | | | | | | | Change-Id: I9be1380d9308bc08aa87ee6f9127e53c67618a65
| * | | Merge "SnapdragonCamera: Wake up screen when invoke camera by gesture"Linux Build Service Account2015-02-121-19/+31
| |\ \ \
| | * | | SnapdragonCamera: Wake up screen when invoke camera by gesturelikaid2015-02-101-19/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The screen didn't wake up when invoked camera by gesture on dark screen, which caused the camera view couldn't be shown successfully. Acquire a wake lock at the beginning of onCreate, to make sure the screen could be lighten up, release the lock in onDestroy. Change-Id: I081c1e8a02d9eee18e6f33b2e6535a777feb1348 CRs-Fixed: 788479
* | | | | Merge "SnapdragonCamera: Disable LPM if DIS/Flip are enabled."Linux Build Service Account2015-02-141-6/+26
|\ \ \ \ \
| * | | | | SnapdragonCamera: Disable LPM if DIS/Flip are enabled.Sai Kumar Sanagavarapu2015-02-131-6/+26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Low power mode has to be disabled if DIS or Flip are enabled, because we need pproc to process these. Change-Id: I00cc015f23f8e16d3acadc995ad2f6839c2d8333
* | | | | Merge "SnapdragonCamera: Wake up screen when invoke camera by gesture"Linux Build Service Account2015-02-131-19/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SnapdragonCamera: Wake up screen when invoke camera by gesturelikaid2015-02-131-19/+31
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The screen didn't wake up when invoked camera by gesture on dark screen, which caused the camera view couldn't be shown successfully. Acquire a wake lock at the beginning of onCreate, to make sure the screen could be lighten up, release the lock in onDestroy. Change-Id: I081c1e8a02d9eee18e6f33b2e6535a777feb1348 CRs-Fixed: 788479
* | | | Merge "SnapdragonCamera: set histogram orientation"Linux Build Service Account2015-02-111-0/+3
|\ \ \ \
| * | | | SnapdragonCamera: set histogram orientationLikai Ding2015-02-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set histogram rotation during orientation change. Change-Id: I6f9a6fb9a1761fc3a7f926f16794f8db8b61c78c
* | | | | Merge "SnapdragonCamera: Fix icon display abnormal."Linux Build Service Account2015-02-111-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SnapdragonCamera: Fix icon display abnormal.likaid2015-02-101-1/+0
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One additional drawable data is defined in array. Delete the additional data. Change-Id: Ifd4a744f21a1d6add2c28d42ebf20e615202e2cc CRs-Fixed: 791684
* | | | Merge "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Linux Build Service Account2015-02-1025-186/+396
|\ \ \ \
| * | | | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-02-0925-186/+396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Warped preview image can be turned on/off Change-Id: I859839542ce94c5f70d7fe7983e93b5e9534b415
* | | | | Merge "SnapdragonCamera: Cover the preview until the preview really starts"Linux Build Service Account2015-02-102-4/+8
|\ \ \ \ \
| * | | | | SnapdragonCamera: Cover the preview until the preview really startslikaid2015-02-052-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the surface was ready, the preview data may not come yet, that caused the desktop ui flashed in the camera when relaunching camera. Delay the occasion of dismissing preview cover until onPreviewStarted. Change-Id: I80b751bd19889683d784b94827b668efa817ff02 CRs-Fixed: 789076
* | | | | | Merge "SnapdragonCamera: Subtract 50M when calculate the remaining photos"Linux Build Service Account2015-02-101-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SnapdragonCamera: Subtract 50M when calculate the remaining photoslikaid2015-02-091-1/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Camera couldn't take a snapshot when the available storage space is less than 50M. When calculate remaining photos, didn't subtract low storage threshold bytes. Subtract low storage threshold bytes when calculate the remaining photos. Change-Id: I774442e97ef8847a731167f7ef00454642632902 CRs-Fixed: 779420
* | | | | Merge "SnapdragonCamera: Fix null pointer exception during monkey test"Linux Build Service Account2015-02-093-6/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SnapdragonCamera: Fix null pointer exception during monkey testlikaid2015-02-093-6/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | CRs-Fixed: 788421 788422 788437 788445 Change-Id: Ie77a53a73182b6642ce2e9f7de7c4c127e192f51
* | | | Merge "SnapdragonCamera: fix preview not shown bug"Linux Build Service Account2015-02-091-0/+2
|\ \ \ \