summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/camera
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix view video in Gallery the init state not pauseqimengp2016-08-251-3/+20
| | | | | | | | | | Gallery app package name has been changed. so Camera cannot find the its name, and start with a common action "Intent.ACTION_VIEW" instead which is only to play the current video. Use a package name check for original Gallery and our new Gallery can be better compatible, and can fix this issue. Change-Id: I42863c00769093fab7629898298842fbf5b4ce9d
* SnapdragonCamera: Handle startPreview exception in camera.Sanjeev Garg2016-08-031-0/+1
| | | | | | | | | | If any exception occurs in start preview then camera app should handle this exception and should display error pop-up and exit gracefully. CRs-Fixed: 919778 Change-Id: I80b60224d5d47a96dad78c40f8a23e3e9be45e65
* Add parameters and deduplicate parameter changesSeth Raphael2013-11-121-3/+4
| | | | Bug: 11646117 Change-Id: If52182a856d7ee8143a351c7f79a76d13840c61e
* Add logging to various actionsSeth Raphael2013-11-071-1/+25
| | | | | | Bug: 11514148 Change-Id: Ib31a74a6badc4dcdeaa316e032f4aef17edd06b2
* Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up iconAlan Newberger2013-10-301-1/+0
| | | | | | | | | | | | | CameraUtil.launchGallery incorrectly describes a mechanism to call an APP_GALLERY category intent. Since we're using Gallery icon we should go direct to Gallery, which IntentHelper already does. Simply removed the util class and call the helper direct from the activity. Also noticed during testing that the SecureCamera was not correctly showing the Gallery icon, though its behavior would take user to Gallery. Finally, removing restriction that the video player intent should go to Gallery, instead it should route to system preferred intent. Bug: 11065256 Change-Id: I941f9469de169919c4bac6c91dde7e577921f737
* Fix Camera2 build.Mangesh Ghiware2013-10-141-1/+2
| | | | | Bug: 11226016 Change-Id: Ib667e52a150ffad44575ea97174f9d13de1d7b5e
* Use Gallery intents by default.Mangesh Ghiware2013-10-141-0/+37
| | | | | Bug: 11226016 Change-Id: I4f6a5856dd8141930fb0fef19b9ded0b37ea1ce5
* Fix build: Don't build GCam for non-arm targetsRuben Brunk2013-09-231-32/+0
| | | | | | Bug: 10430748 Change-Id: I26e1208b38f40808ff59e3976f5c4a76efa15b4c
* Adding gcam module to Camera2 app.Ruben Brunk2013-09-181-0/+32
| | | | | | Bug: 10430748 Change-Id: I0c53085553cd8505ba376b1518507d36065894f5
* Bring back wide angle panorama.Angus Kong2013-09-042-25/+43
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* Remove RefocusHelper.Sascha Haeberling2013-08-261-32/+0
| | | | | | Bug: 10494566 Change-Id: I0e5c665867fe324883ff199327df1ef3736cc7c7
* Clean up Gallery codes.Angus Kong2013-08-092-31/+0
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* Remove refocus icon if it's not enabled or present.Sascha Haeberling2013-08-062-1/+38
| | | | Change-Id: I0c885a7a56abfe2365d832fa5ca8c1d74ce2edc8
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-066-16/+180
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Add stitching manager in Camera.Angus Kong2013-07-171-0/+41
Change-Id: I2f27c2c0e77ed3d618df890e709ca09076591f70