summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-02-0910-56/+69
|/ | | | | | | | | 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
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-0211-488/+55
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* SnapdragonCamera: Add Portrait to scene modeByunghun Jeon2015-01-262-45/+5
| | | | | | | Add portrait option to scene mode Change-Id: I5c29e896734eab25e8f21adb142006081ea1c851 CRs-Fixed: 777753
* Merge "SnapdragonCamera: New shutter Icons"Linux Build Service Account2015-01-2353-17/+79
|\
| * SnapdragonCamera: New shutter IconsByunghun Jeon2015-01-2053-17/+79
| | | | | | | | | | | | Add new shutter icons for SnapdragonCamera Change-Id: Ic0abf1b509800133bbd9dbee0cc34ebca02e5bcb
* | SnapdragonCamera: implement refocus featureLikai Ding2015-01-148-1/+78
| | | | | | | | | | | | | | | | Add a scene mode for refocus. If the latest photo is taken with refocus, user can click on the preview thumbnail, then refocus it by tapping on the photo. Change-Id: I2fd69439467f5a1e33d23d8d239aa3472d88b585
* | Revert "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Jay Wang2015-01-133-90/+285
|/ | | | This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
* SnapdragonCamera: support 4:3 preview on 16:9 screenLikai Ding2015-01-083-0/+11
| | | | | | | | When preview is set to 4:3 on a 16:9 screen, resize SurfaceView to 4:3 and cover other parts of the screen. Otherwise camera controls have a semi-transparent background. Change-Id: Icfbe6318b6a9de9a988468078b474e842f6ddd8c
* Merge "SnapdragonCamera: Fix menu is covered when count down take picture"Linux Build Service Account2015-01-063-4/+6
|\
| * SnapdragonCamera: Fix menu is covered when count down take pictureJing (Mia) Wang2014-12-203-4/+6
| | | | | | | | | | | | | | | | | | | | | | The textview of count down title layout is unreasonable, which lead to some view is covered by text. Modify the layout params of textview. CRs-Fixed: 773384 Change-Id: I4c6cd67dcc275730de1ad61396a86f3d7250b90b
* | Merge "SnapdragonCamera: Fix string display incompletely"Linux Build Service Account2015-01-061-1/+1
|\ \
| * | SnapdragonCamera: Fix string display incompletelykaiyiz2014-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The width is not enough for the text string. Make the text string near close to icon to lengthen the string width. CRs-Fixed: 772925 Change-Id: I97c9f3deeaffb8e7a5c307d7745f7a00ea828370
* | | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-01-053-285/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7 Conflicts: res/layout-land/pano_preview_progress.xml res/layout-port/pano_preview_progress.xml
* | | SnapdragonCamera: Create panoramic layout filesJay Wang2015-01-052-0/+238
|/ / | | | | | | | | | | Add layout files for panoramic full-screen preview support Change-Id: I88d1653642670701a72819e53381211e66af2963
* / SnapdragonCamera: show how many more pictures can be takenLikai Ding2014-12-226-0/+35
|/ | | | | | | Prompt to user an estimation of how many more pictures can be taken, calculated based on available storage. Change-Id: Iabc8268d548d3f6d86a6d065b511641b837a1de5
* Merge "Camera: Add CameraGestureActivity as alias of CameraActivity"Linux Build Service Account2014-12-162-0/+5
|\
| * Camera: Add CameraGestureActivity as alias of CameraActivityJing (Mia) Wang2014-12-102-0/+5
| | | | | | | | | | | | | | Make the activity could show above lock screen and turn on screen when it is started by gesture operation. Change-Id: I2099154f2325de83597b4262203c58a84b91f2d9
* | SnapdragonCamera: Add HVGA (480x360) video quality.Sai Kumar Sanagavarapu2014-12-132-0/+4
| | | | | | | | | | | | Add support for HVGA (480x360) video quality in camcorder settings. Change-Id: I3fd2bf4c266f2068cbe83301184d421e9278928e
* | Merge "Camera2: fix SnapdragonCamera app no Chinese name"Linux Build Service Account2014-12-121-0/+1
|\ \
| * | Camera2: fix SnapdragonCamera app no Chinese namekaiyiz2014-12-121-0/+1
| |/ | | | | | | | | | | | | | | | | | | There is no snapcam_app_name string in values-zh-rCN. Add relate strings in the file. CRs-Fixed: 766929 Change-Id: Ib6c5f8b9bac493ab2f8d00ad863e9e92bd826316
* | Merge "Camera2: fix no correspond Chinese String for menu"Linux Build Service Account2014-12-122-3/+6
|\ \ | |/ |/|
| * Camera2: fix no correspond Chinese String for menukaiyiz2014-11-172-3/+6
| | | | | | | | | | | | | | | | | | | | | | There is no Chinese strings for menu 'HDR need 1x frame'. Add Chinese string for this menu and modify the menu entries for show the menu on/off mode CRs-Fixed: 755394 Change-Id: I6b84e579b164b1585631fd240b7f53bcf6de628d
* | Merge "SnapdragonCamera: Add a option item for record video unlimit"Linux Build Service Account2014-12-063-0/+4
|\ \
| * | SnapdragonCamera: Add a option item for record video unlimitkaiyiz2014-12-053-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no menu item for select unlimit video duration. Add relate resource in video duration menu pref for select. CRs-Fixed: 763378 Change-Id: Ie64ce018822acb0d25dcf327a5626a8463a61a13
* | | Merge "SnapdragonCamera: fix app crash when there is no map app"Linux Build Service Account2014-12-062-0/+6
|\ \ \ | |/ / |/| |
| * | SnapdragonCamera: fix app crash when there is no map appkaiyiz2014-11-302-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActivityNotFoundException happened after click showOnMap menu when there is no map app. Catch the Exception to avoid app crash. CRs-Fixed: 753928 Change-Id: I1cf6e5f098f239719750840508b715a08e9a5e45
* | | Merge "SnapdragonCamera: Add 16MP and 20MP picture resolutions"Linux Build Service Account2014-12-012-1/+8
|\ \ \
| * | | SnapdragonCamera: Add 16MP and 20MP picture resolutionsShankar Ravi2014-11-182-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding 16MP and 20MP picture resolution support. Change-Id: Icaacd5d378e0361d5699d087ccbb17007c82cd3e
* | | | Merge "SnapdragonCamera: Forbid volume key can take picture"Linux Build Service Account2014-12-011-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SnapdragonCamera: Forbid volume key can take picturekaiyiz2014-11-131-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In CMCC Mode, don't need take picture when press volume key. Add a boolean value for judge whether need to take picture when press volume key, and overlay it in Carrier package. CRs-Fixed: 685391 Change-Id: Ice83c93ea417c1e64cbc5c6751d5f7e38c07606a
* | | Merge "SnapdragonCamera: Fix compatibility issues with KK."Linux Build Service Account2014-11-272-27/+14
|\ \ \
| * | | SnapdragonCamera: Fix compatibility issues with KK.Sai Kumar Sanagavarapu2014-11-262-27/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Remove openLegacy call to open camera. 2. Use generic camcorder profile query mechanism instead of hardcoding profile enums in app. 3. Fix NPE during startpreview if mParameters is null. Change-Id: I7bfc00f68f512c3029ca8ba75863583f1b376094
* | | | SnapdragonCamera: Set 8MP resolution to 3264x2448.Sai Kumar Sanagavarapu2014-11-211-1/+1
|/ / / | | | | | | | | | | | | | | | Replace existing 8MP resolution 3200 x 2400 with 3264 x 2448. Change-Id: I9471a615c14d8732de80734c82ff33fc90c26390
* | | SnapdragonCamera: Add preview thumbnail buttonByunghun Jeon2014-11-193-25/+7
| | | | | | | | | | | | | | | | | | Add preview thumbnail button and touch it to go to gallery Change-Id: Ib80ef94c677c204d7f0826356792aba2aa11d4d1
* | | Merge "SnapdragonCamera: Use MDP composition instead of GPU"Linux Build Service Account2014-11-192-110/+109
|\ \ \
| * | | SnapdragonCamera: Use MDP composition instead of GPUByunghun Jeon2014-11-172-110/+109
| | | | | | | | | | | | | | | | | | | | | | | | Use MDP composition instead of GPU Change-Id: I4f47d26365bd611242a21e66b232d7521b502b04
* | | | Merge "SnapdragonCamera: Update UI with new icons and setting menus"Linux Build Service Account2014-11-1911-9/+16
|\| | |
| * | | SnapdragonCamera: Update UI with new icons and setting menusByunghun Jeon2014-11-1711-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | Updating icons and settings menus for SnapdragonCamera UI Change-Id: Id7db7d624a517f76f5bd5941ed113e8d13d6aca1
* | | | Merge "SnapdragonCamera: Modify SnapdragonCamera UI"Linux Build Service Account2014-11-1937-150/+952
|\| | | | |_|/ |/| |
| * | SnapdragonCamera: Modify SnapdragonCamera UIByunghun Jeon2014-11-1737-150/+952
| |/ | | | | | | | | | | Modified SnapdragonCamera setting menus with new icons Change-Id: I726296dfb100ac81ad6f1cd84420ae27c0ae1201
* / SnapdragonCamera: Fix 'Video HDR' still display English in Chinesekaiyiz2014-11-121-0/+3
|/ | | | | | | | | | There is no correspond Chinese string for "Video HDR" and it's entry. Add strings for "Video HDR" and it's entries. CRs-Fixed: 750804 Change-Id: Idfe7b116f606f7bdce0d1450ebb9532a28daa0e1
* Merge "SnapdragonCamera: Add support for manual 3A params."Linux Build Service Account2014-11-095-2/+97
|\
| * SnapdragonCamera: Add support for manual 3A params.Sai Kumar Sanagavarapu2014-11-075-2/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add UI support to take inputs from user for the following 3A paramters 1. Manual focus : a. Scale mode 0-100 b. Diopter mode 0-10 2.White balance: a. CCT b. RGB gains 3. Exposure control a. ISO b. exposure time Change-Id: I92ea3719fa2224e02943bb2191987c7654aaf9ea
* | Reorder flash setting array entry values.Santhosh Kumar H E2014-11-061-1/+1
|/ | | | | | | | | | | In the flashmode entry values array, torch value was at 0th position and off at 1st postion. So when user set flash mode to off, element at index 1 was chosen. But custom checkbox logic enables or disables checkbox based on index of array elements. Because of this checkbox was representing reverse values. So changing the order of array entry values. Change-Id: If9ae3d73b479de34fee88bb5ea9e6189b9b22ba1
* Camera2: Add Multi-touch UI and control in apps.Santhosh Kumar Thimmanna Bhattar2014-10-272-0/+5
| | | | | | Changes to support multi-touch focus feature in application Change-Id: I3dc0f3bf5cd71554856a00795e82d52f36066eeb
* Camera2: Add FSSR in Advanced features menu.Santhosh Kumar Thimmanna Bhattar2014-10-272-0/+5
| | | | | | | 1.Add FSSR option in Advanced features menu. 2.Query supported FSSR modes and enable FSSR. Change-Id: I40b9c7875483d022a1561b17aeb90d2e4cb789ce
* Camera2: Add See More feature in the menuSanthosh Kumar Thimmanna Bhattar2014-10-273-0/+31
| | | | | | - User can select See More feature in video mode. Change-Id: I13636846cce67caeb6eb0b3e073399fdae2be471
* Camera2: Add TruePortrait in Advanced features menu.Sai Kumar Sanagavarapu2014-10-272-0/+5
| | | | | | | 1.Add TruePortrait option in Advanced features menu. 2.Query supported TruePortrait modes and enable TP. Change-Id: I3e9bd54ab8e495eabb591bd380cf0553715e938a
* Merge "Camera: Enable ZSL by default"Linux Build Service Account2014-10-211-1/+1
|\
| * Camera: Enable ZSL by defaultSanthosh Kumar H E2014-10-131-1/+1
| | | | | | | | | | | | | | | | We need to enable the zsl mode by default, instead of non-zsl mode Change-Id: I2d1753c1884a9c136520b58a67bf33d7671134f0 CRs-Fixed: 626157