summaryrefslogtreecommitdiffstats
path: root/src_pd_gcam/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Centralize logic for Camera API feature determination.Sascha Haeberling2015-02-201-8/+10
| | | | | | | | | | | | | Bug: 19179276 This captures camera capabilities in a centralized class and allows them to be overridden by GServices in the field or using adb. Since this is not it's own class it would be trivial to create another instance for testing and pass that into CameraActivity or even to change these values using a UI before the actual Activity is started. Change-Id: I74262c8467f631c7b5e42b02d269d5f401d4e9e7
* Enable switching within CaptureModule to HDR+ and back.Sascha Haeberling2014-08-221-1/+4
| | | | | | Bug: 16945820 Change-Id: If92371129c5bf2a78b7623d745a8b86d218d32e1
* Fix build.Angus Kong2013-11-231-1/+2
| | | | Change-Id: I9976a6dcdc940b2c6bf43841e2ceb3dda5c6597e
* Introduce common services and integrate Refocus end-to-end.Sascha Haeberling2013-11-211-1/+2
| | | | | | | | | | | | | Bug: 11120164 Bug: 10073814 This adds a new common CameraServices interface and a method to every module to get it. Through this we can expose common services and due to the interface, we can easily mock them for tests. Also makes the MediaSaveService not a service anymore. Change-Id: Ifa093efd4ba53c2955ccc2a990b4f18610c29944
* Initialize GCam with GServices values.Sascha Haeberling2013-10-091-1/+3
| | | | | | Bug: 11103065 Change-Id: Ic8d3c9825abdc5d79c5e4c7b0e96770ab0941036
* Add HQ option and use it to switch to GCam.Sascha Haeberling2013-09-241-1/+1
| | | | | | | Bug: 10430748 Bug: 10785988 Change-Id: If824d1d1876d8434958b2a5bc97d2852da118a8b
* Enable gcam as HDR pie menu option.Ruben Brunk2013-09-241-0/+4
| | | | | Bug: 10430748 Change-Id: I0f589126bac895b31ef7475afd093680766de39e
* Fix build: Don't build GCam for non-arm targetsRuben Brunk2013-09-231-0/+32
Bug: 10430748 Change-Id: I26e1208b38f40808ff59e3976f5c4a76efa15b4c