summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoMenu.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Camera2: fix more settings menu use the same iconkaiyiz2014-06-301-2/+2
| | | | | | | | | | There is only one icon fit this menu. Add new icons for this menu item and use them in videomenu and photomenu. CRs-Fixed: 634284 Change-Id: I277bd01910fd27508e50b5b1793e9e5f58e0c70f
* Camera: Add a feature to choose where to store the picture and videoSanthosh Kumar H E2014-02-271-1/+2
| | | | | | | | | | | | Add a feature to choose use SDcard or phone to store picture and video captured by camera and camcorder. Some of the changes are taken from: I987a691c93edc4250fe0366d0623c85ea0152117 CRs-Fixed: 619806 Change-Id: I009df4c70f0a1b49b20750f806c799f025bb6197
* Camera: Add support for setting DISAlok Kediya2013-10-311-0/+1
| | | | | | | | | | | | | | | - This patch allows the CamCorder client to configure DIS from the UI menu. Supported modes by the camera are parsed and dynamically filtered. (cherry picked from commit 24513b0af17e514aa24100c908432c115a1ddcda) Change-Id: I7aaacc883eec9d1b91f549d8e76d96f4a6940aed Conflicts: src/com/android/camera/CameraSettings.java (cherry picked from commit 1278c225500065e8448ad0ea2c6f50abefc5e884) (cherry picked from commit e093b0988c3c4b5ece6ea7ad5f79796705cd4b21)
* Camera: Fix issue with dialog box in camera settingsAlok Kediya2013-10-311-10/+20
| | | | | | | | | | | | Dialog box is not getting closed even after clicking on "done" button in camera and camcorder settings. This change fixes this issue. (cherrypicked from commit b9f6f18ba263bb36a0bf03cfafb8b91a659cb2e5) Change-Id: Icf5afbb399e5abf93d19a9112200d507355662e6 (cherry picked from commit 2408d38f98dd692b972ec25d10a11bd0d6c15747) (cherry picked from commit e82ce8f4cb6ecd3e702087b4989832dd8a265601)
* Camera: Video HDR Feature IntegrationAlok Kediya2013-10-311-0/+1
| | | | | | | | | | Add Video HDR support on UI. (cherrypicked from commit 423f0e277390cd4cbb87c89d063820ad0a953631) Change-Id: I14d2a7002fbaa4859ceb19317490e8843786ce35 (cherry picked from commit b2afb0f26563599e65564dea9605c7bc7d8aa29c) (cherry picked from commit a31228372a155dc1c02c7fb0669ea350c55c661d)
* Camera : Enable camera and camcorder UI features..Alok Kediya2013-10-311-27/+57
| | | | | | | | | | | | | | | | | | | | Added keys and APIs for enabling QC features from UI. (cherry picked from commit a0fdd6924374635711ea6a554f3a59a087cf4b21) Change-Id: Id50b7cebe2d33eaf7bb6a8e51fecded50ac6dcf8 Conflicts: src/com/android/camera/CameraSettings.java src/com/android/camera/PhotoMenu.java src/com/android/camera/PhotoModule.java src/com/android/camera/VideoModule.java Conflicts: src/com/android/camera/CameraSettings.java src/com/android/camera/VideoModule.java (cherry picked from commit 93cd1cdb59449ccb2b9594c9d8e3978a25d7f376) (cherry picked from commit af04f9d621183addee0f7cdd7c1a41c8d0e65cfe)
* Camera: Add initial QCom value add features.Alok Kediya2013-10-311-0/+3
| | | | | | | | | | | | | | | - Enhance the camera picture size table by adding more number of supported resolutions. - Enhance the camcorder menu by adding support for additional video and audio codecs. - Also provide option to select the duration of the recording clip. (cherry picked from commit 7a5402332f3b527767b85c1fc112880d02a47c0e) Change-Id: I553d4eb74337701bc57d069c8374646a7e15c2d5 (cherry picked from commit cdffd7510e1f9a236e43438f035bc5be9e3c0c17) (cherry picked from commit 93c32e9e069d7c48b71fbbe45cae59a54df443ec) (cherry picked from commit f6b24346ab9d28953a5697924d6815ed2c006cf3)
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-2/+1
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Switch over to use new camera activityDoris Liu2013-06-181-1/+2
| | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* Remove empty slots from menuMichael Kolb2013-04-301-32/+26
| | | | | | | | | Bug: 8640131 When a specific camera doesn't support one of the menu options, the option is removed from the menu, no empty spot anymore. Change-Id: I002d6347c35cb0bfd5f71d880294f04f45ffb38f
* Center Video menuMichael Kolb2013-04-261-4/+4
| | | | | | Bug: 8660834 Change-Id: I17bec35506fee5d590436811eb7411f4277b7b6c
* First part of asset dropMichael Kolb2013-04-171-6/+13
| | | | | | | | Bug: 8640131 Added new assets, updated front/back menu entry. Change-Id: I9b007cde14eeb9f44706d99ea485e03ce1de9d53
* Also, add labels to video menuMichael Kolb2013-04-151-0/+5
| | | | | | Bug: 8618169 Change-Id: Ia933db79eccf2564c785a12c8c6551fa8eb1007c
* Add checks for NPE in video pie menu.Jason Noguchi2013-04-111-22/+31
| | | | | | Bug: 8536361 Change-Id: Iabd818e4e9fadf1f36ffed894ca7248f9568e6c9
* Work in progress - Put preview in TextureViewDoris Liu2013-04-091-0/+2
| | | | | | | | | | | Fixed gesture recognizing and pie menu. Fixed camera picker. Exposure setting got fixed with rebasing. Rebased for new pie menu Fixed camera mode switch listener Ongoing: secure album, aspect ratio for video recording on ICS Change-Id: Iedae80815faf81cb49c791885810c8427034a6d1
* Adjust camera menu furtherMichael Kolb2013-04-031-6/+11
| | | | Change-Id: I7e062608a7ee8e16932209640bd50b1864336a40
* Pie design updateMichael Kolb2013-04-011-7/+7
| | | | Change-Id: Ifb0d50938332bdae50e45523850605d0aafed7fb
* Use Model-View-Controller pattern on video moduleDoris Liu2013-03-131-18/+13
| | | | Change-Id: Id673efd1da9f53d4f74aab880504850152d1edfa
* Spring cleaningMichael Kolb2013-03-111-0/+187
Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a