summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ZoomControlWheel.Chung-yih Wang2011-08-2932-389/+516
| | | | | bug:5083780 Change-Id: I1a18c247d638edd3f8e5e0588170b6820f280f96
* Merge "Fix the monkey test issue."Chung-yih Wang2011-08-271-2/+6
|\
| * Fix the monkey test issue.Chung-yih Wang2011-08-271-2/+6
| | | | | | | | | | | | | | bug:5215779 Move the init of view variables to onFinishInflate(). Change-Id: Iee42e7dc1dfdd1316839ba4ed8b5105604aa097b
* | Merge "Import revised translations."Eric Fischer2011-08-2646-255/+318
|\ \
| * | Import revised translations.Eric Fischer2011-08-2646-255/+318
| |/ | | | | | | Change-Id: I79d0e759776d43b69a9fb881764706468ad50a00
* | Fix an issue that "Too fast" pop up in preview.Wei-Ta Chen2011-08-261-1/+1
|/ | | | | | | | | The issue is that the "Too fast" message is cleared only after we hit "Start". Therefore, a previous "Too fast" message will be shown after we hit "OK" and finish generating High-Res mosaic. Fix the issue by clearing the message once we can done with capture. Change-Id: I2b70b3a2334a7c9351365ad58fdb4323fe661526
* Merge "Change front/back switcher icon in camera mode"Chih-yu Huang2011-08-2620-4/+18
|\
| * Change front/back switcher icon in camera modeChih-yu Huang2011-08-2620-4/+18
| | | | | | | | | | bug:5198658 Change-Id: I4a0f91f9318313c219904c3417fbf98a256cfac3
* | Merge "Fix animation for open/close second-level control."Chung-yih Wang2011-08-252-20/+4
|\ \ | |/ |/|
| * Fix animation for open/close second-level control.Chung-yih Wang2011-08-252-20/+4
| | | | | | | | | | bug:5146861 Change-Id: If3afd9a6eb68d63d720d005eb30fb081c4a37b46
* | Show progress when generating high-res panorama.Angus Kong2011-08-261-18/+27
| | | | | | | | | | bug:5141680 Change-Id: I3e38f135364f874e830e08a671893775ac535775
* | Merge "Start capturing after the control disappears."Angus Kong2011-08-251-3/+2
|\ \
| * | Start capturing after the control disappears.Angus Kong2011-08-251-3/+2
| |/ | | | | | | | | | | The capturing process and mosaic rendering begins after the control totally disappers. Change-Id: Ib1fd281a1497a79c695b83e5e6206f5b3718f886
* | Merge "Reset the touch AF before calling cancelAutoFocus"Wu-cheng Li2011-08-251-1/+5
|\ \
| * | Reset the touch AF before calling cancelAutoFocusSundar Raman2011-08-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | If touch AF is reset after cancelAutoFocus then the AF mode stays at auto and also the touch region passed to the driver doesnt get reset. Change-Id: I6bc4241c1fde104e41315e065aaa70489cc7a197 Signed-off-by: Sundar Raman <sunds@ti.com>
* | | Prevent mode picker is blocked in panorama mode.Angus Kong2011-08-251-4/+4
| |/ |/| | | | | | | | | | | When the mode picker is expanded, the top one-third is blocked by the start button. This is caused by the inappropriate order in the layout file layout/pano_control.xml. Change-Id: I6c8f04771a3f0bce9e10f3ea4a7b45bde9046ecb
* | Add missing assets for zoom control bar.Chung-yih Wang2011-08-253-0/+0
|/ | | | Change-Id: I082a7a3c484fc6214ba698315e7b7cfe6d56e0ea
* Merge "Prevent camera app being restarted when power key is pressed."Wu-cheng Li2011-08-251-3/+3
|\
| * Prevent camera app being restarted when power key is pressed.Wu-cheng Li2011-08-251-3/+3
| | | | | | | | | | | | | | | | | | | | When power key is pressed, the framework may change the orientation and the screen size. Add the flag to handle the runtime change by the app itself. bug:5210804 Change-Id: I96bd515883d92bd75492f4d70ca6705f2ccef0fb
* | Merge "Fix the bug of reloadPreferences."Chung-yih Wang2011-08-253-2/+4
|\ \
| * | Fix the bug of reloadPreferences.Chung-yih Wang2011-08-253-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | In the old code, we have two methods in IndicatorButton, reloadPreference() and reloadPreferences()(the one inherited from AbstractIndicatorButton). Merge them and take reloadPreference() in the AbstractIndicationButton. Change-Id: I50c65da8bc5ef07202c6562f28f2e046dbb7606a
* | | Fix NPE in FocusManager.Wu-cheng Li2011-08-252-7/+16
|/ / | | | | | | | | | | bug:5210804 Change-Id: I39143a3c45d27db6dc2669e3a249945aafddc3c4
* | Merge "Add second-level indicators in tablet UI."Chung-yih Wang2011-08-2511-122/+253
|\ \ | |/ |/|
| * Add second-level indicators in tablet UI.Chung-yih Wang2011-08-2511-122/+253
| | | | | | | | | | | | | | | | bug:5146861 bug:5140745 +Animation for open/close. Change-Id: I8daeec1d63c23027a212fa4c363bb4beee13ef6f
* | Add thumbnail and share popup for the last result.Angus Kong2011-08-2515-101/+130
| | | | | | | | | | | | bug:5141665 Change-Id: Idc44d33d09c8d4a30fdcef66de2d6754daf1ea82
* | Updates to allow the mosaic library to report the mosaic computation ↵mbansal2011-08-248-11/+94
|/ | | | | | | | | | | progress (both low-res and high-res). 1) Added a new method to the Mosaic class that reports the percent progress for both LR and HR mosaicers. 2) Added a test function to the activity that logs the reported progress. 3) [REMOVED] Added a test progress-bar to the UI for quick testing of the progress reporting UI. 4) Made minor updates in response to Wei-Ta's review. Change-Id: Iaf8ccf771579a40580a868743a6b53c6b05f14c6
* Controls animates in and out.Angus Kong2011-08-243-0/+53
| | | | | | | The controls on the right now slide out before capturing and slide in after review. bug: 5146822 Change-Id: Ie9d162b4231bb77bdd155589e0c0443115a4cc98
* Merge "Dim the background and change the animation of the share popup."Wu-cheng Li2011-08-246-66/+4
|\
| * Dim the background and change the animation of the share popup.Wu-cheng Li2011-08-246-66/+4
| | | | | | | | | | | | bug:5157438 Change-Id: I177678959698af3c2f6a6236101e0ced6d5b868d
* | Increase char limit of tap to focus toast.Wu-cheng Li2011-08-241-1/+1
|/ | | | | bug:5205501 Change-Id: I9447ea077e3690d2dafa4164a8353de31e1a4d3f
* Refactor all focus code to a separate class.Wu-cheng Li2011-08-234-280/+504
| | | | | | | The code about focus is complicated and scattered around. Move the code to a new class, so it is easier to maintain. Change-Id: I0214b405bf1596d967e7d89cdb04328322c6ab95
* Use public API Parameters.FOCUS_MODE_CONTINUOUS_PICTURE.Wu-cheng Li2011-08-231-4/+1
| | | | | bug:5086125 Change-Id: I3e10e9a993804e60d77ba678c0fa664d9c13fa17
* Refactor indicator wheel.Chung-yih Wang2011-08-2310-230/+365
| | | | | | +add IndicatorControlWheel container. Change-Id: Ia3c7f0441de75a70c8a2172e86d3812b2ef1a15b
* Add white balance assets for tablet.Wu-cheng Li2011-08-2312-0/+0
| | | | | bug:5024054 Change-Id: Ie5bbc7b4f2b1c56f3b58a4aad02e1f8852653240
* Merge "Start face detection every time after starting preview."Wu-cheng Li2011-08-231-2/+2
|\
| * Start face detection every time after starting preview.Wu-cheng Li2011-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | This fix the face detection is not resumed after tap-to-focus and take a picture. According to javadoc, face detection should be restarted after starting preview. bug:4460717 Change-Id: Ic092de72e42c281c78f9e11b67df9d89c0b10388
* | Merge "Show spinner dialog when generating mosaic."Angus Kong2011-08-222-10/+34
|\ \
| * | Show spinner dialog when generating mosaic.Angus Kong2011-08-222-10/+34
| |/ | | | | | | | | bug:5141680 Change-Id: I66aa7530361728549da517b1cad1fea881894b4e
* | Merge "Disable mode picker during video recording"Chih-yu Huang2011-08-222-18/+23
|\ \
| * | Disable mode picker during video recordingChih-yu Huang2011-08-232-18/+23
| | | | | | | | | | | | | | | bug:5152987 Change-Id: Icfa472494dad0c475fff5b71fe19f06e472873ff
* | | Updates to remove compile warnings and stop the viewfinder panning at UI ↵mbansal2011-08-228-166/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boundary. Also, new logic for rendering the preview mosaic. 1) Fixed compiler warnings reported by Wei-Ta. 2) The viewfinder now stops panning (for both left-to-right and right-to-left motions) when it hits a pre-defined border region within the screen viewport. 3) Updated the logic for rendering to always maintain the preview mosaic (previewFBO) in the current-frame coordinate system. This fixes the repeating issues. Change-Id: I6619ffe96955965ba523e330fa6561c88e6e6d5c
* | | Merge "Import revised translations."Eric Fischer2011-08-2246-146/+392
|\ \ \
| * | | Import revised translations.Eric Fischer2011-08-2246-146/+392
| | | | | | | | | | | | | | | | Change-Id: Idddd25b9657b030d3d510470d619a0c3ae103390
* | | | Modify the width of retake button.Angus Kong2011-08-231-2/+4
| |_|/ |/| | | | | | | | | | | | | | | | | Use "wrap_content" to prevent the wrapping of the text and use android:minWidth to constrain the width. Change-Id: I91cd890dc6b0871d768f5f59b69249b7049b188e
* | | Merge "Add continuous autofocus in still picture mode."Wu-cheng Li2011-08-222-30/+47
|\ \ \
| * | | Add continuous autofocus in still picture mode.Wu-cheng Li2011-08-222-30/+47
| | |/ | |/| | | | | | | | | | bug:5086125 Change-Id: I5c235fce5f13115554849623579cc5e659521ed3
* | | Add exposure indicator on screen.Chih-yu Huang2011-08-226-59/+110
|/ / | | | | | | | | bug:5141528 Change-Id: Ib63c24b52c4b4bc67e88c1ec6a8ac41b9e4c09e5
* | Set a panning speed threshold across all devices.Wei-Ta Chen2011-08-192-11/+38
|/ | | | | | | We set the threshold to 30 degrees/sec. Bug: 5182333 Change-Id: I29282893519f54601738b74945b2146c016c0af3
* Merge "Part of effort to remove "failure" messaging to end-users. Bug: 5165745"Justin Ho2011-08-191-2/+2
|\
| * Part of effort to remove "failure" messaging to end-users.Claudia de Veaux2011-08-181-2/+2
| | | | | | | | | | | | Bug: 5165745 Change-Id: I666fd23043793b69a38c741909a31b4d987f0236