summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/WideAnglePanoramaModule.java
Commit message (Collapse)AuthorAgeFilesLines
...
* | Camera: Add support for raw snapshotAlok Kediya2013-10-311-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously picture format only have option for jpeg and raw, but detailed raw image format is misssing from menu to choose. Also, changes to save raw image to coorect path are included. (cherrypicked from commit c0028f9dbe178c3fed1bcb4af96eb0db4d2e2973) Change-Id: Ifab7fd80e4a83370b2dc6932340005a06cc3552f (cherry picked from commit 27f9245f35d0284c17d8d2fdf5576ea3879e7d33) (cherry picked from commit 3c66703af119c06697f16303fadadbe956646cb3)
* | Camera: Fix panorama preview/snapshot rotation issueAlok Kediya2013-10-311-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove earlier hardcode and use unified solution to solve Panorama preview and snapshot rotation issue by using sensor mount angle and angle compensation in panorama postprocessing. (cherrypicked from commit a585a576a3259477a460e367fe4af69a448a2d25 ) Change-Id: Ie7130a0670174d5957b871b76b05a0bfdd9d4d27 (cherry picked from commit 21a26f3ffe023ee550a51a547e46c75c3dd914a6) (cherry picked from commit 50aebc4f3fbdf6f07a4b87cc87eef7e30257a05b) (cherry picked from commit e5fb76066ab7b5d1f82beb16a3fb8c4e5c031671)
* | Camera: fix panorama rotation issues.Alok Kediya2013-10-311-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | preview and snapshot are rotated unexpectedly. Need to change rotation angles in panorama based on sensor mount angle. (cherrypicked from commit e80845863aa453eb85cbf7f01af32b9c0c0b874a) Change-Id: I09d3111c3513141bffc649349a55d36a79818124 (cherry picked from commit 85ce7ba402fe354784505a8d6939700706e4401b) (cherry picked from commit be1768dfed2acedb34a3f393304999df3d4cabfb) (cherry picked from commit 790aeae0ed544e10ede5ccd7636eb4cf08a1d979)
* | The initial focus value should be true.ztenghui2013-10-221-1/+1
| | | | | | | | | | | | | | | | Every time when we enter the wide angel (SRI) module, the preview should be in focus. bug:11234723 Change-Id: I218573946609f1e0e4415621a71b96a20775237d
* | Fix SRI orientation on mantaDoris Liu2013-10-201-0/+7
|/ | | | | Bug: 11292213 Change-Id: I7977de4c5bb906eec5431e706e28118837a682e7
* Merge "Set camera controls visibility based on whether the camera preview is ↵Erin Dahlgren2013-10-141-6/+11
|\ | | | | | | centered." into gb-ub-photos-carlsbad
| * Set camera controls visibility based on whether the camera preview is centered.Erin Dahlgren2013-10-141-6/+11
| | | | | | | | | | Bug: 10861015 Change-Id: Ib0c4945e35cee16b73a4bba913e11d0f79a26176
* | Fix SRI upside down preview in reverse landscape and reverse portraitDoris Liu2013-10-141-2/+3
|/ | | | | | | | | Also make sure preview is not upside down after device flip, and fix camera controls jiggering during rotation Bug: 11216647 Bug: 11174540 Change-Id: I764e5b86549fa87c2224d8e85ff06f57f0a315d1
* Remove PopupManager to remove a memory leakSeth Raphael2013-09-261-3/+0
| | | | | | | | | PopupManager had been previously refactored out but vestiges remained. They were causing a memory leak of Activities in its hash map. Bug: 10728773 Change-Id: Ia6d98db1f0d30b4e879984033b471e8c802bc1c1
* Checks for low storage in wide-angle pano mode.Angus Kong2013-09-251-7/+18
| | | | | | | | | | 1. Storage.LOW_STORAGE_THRESHOLD -> Storage.LOW_STORAGE_THRESHOLD_BYTE. 2. Checks for low storage before start preview in wide-angle pano mode. 3. Add low storage warning message for debugging when in wide-angle pano mode. bug:10691367 Change-Id: Iffd96d322b33591c8f235fcf5680e86cf0f06571
* Show dialog when camera device is not connected.Angus Kong2013-09-171-11/+25
| | | | | | bug:10726516 Change-Id: I3d3433d0b2eced54027b19910473fd55135d0e1c
* Fix the flash mode transition in video modeztenghui2013-09-111-6/+2
| | | | | | | | | | onSwitchMode is wrongly overloaded, now is fixed. Basically, onCurrentDataChanged will handle the switching in and out of Camera. onDataFullScreenChange will handle full screen change on non-preview data. bug:10610967 Change-Id: I199a20d40d66b78302e90e0f96826d03076b0e39
* Respect system auto-rotate setting.Angus Kong2013-09-051-0/+2
| | | | | | bug:10623244 Change-Id: I66757e50daf487680ac4f49d854c0f49d672b6ff
* Bring back wide angle panorama.Angus Kong2013-09-041-0/+1071
bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05