summaryrefslogtreecommitdiff
path: root/src/com/android/camera/PhotoModule.java
Commit message (Collapse)AuthorAgeFilesLines
...
| * Increase ROI size to 1/8 of the image widthDoris Liu2013-09-251-1/+1
| | | | | | | | | | Bug: 10863323 Change-Id: I962afbb0b49a6902fac0bbd5209b52591604ed20
* | Fix HQ mode change to allow return to regular photo mode.Ruben Brunk2013-09-241-1/+10
| | | | | | | | | | Bug: 10848559 Change-Id: I6645bc17d29af664b9689e4bd05164100b155aa3
* | Add HQ option and use it to switch to GCam.Sascha Haeberling2013-09-241-3/+7
| | | | | | | | | | | | | | Bug: 10430748 Bug: 10785988 Change-Id: If824d1d1876d8434958b2a5bc97d2852da118a8b
* | Enable gcam as HDR pie menu option.Ruben Brunk2013-09-241-7/+26
|/ | | | | Bug: 10430748 Change-Id: I0f589126bac895b31ef7475afd093680766de39e
* Sort and select the preview fps range for still image.ztenghui2013-09-231-2/+2
| | | | | | bug:10842868 Change-Id: Ic7d64aead7fd877e2c404d22ce42fd2d3566e57b
* Adding gcam module to Camera2 app.Ruben Brunk2013-09-181-25/+22
| | | | | | Bug: 10430748 Change-Id: I0c53085553cd8505ba376b1518507d36065894f5
* Clean up ApiHelper and remove unused code paths.Sascha Haeberling2013-09-181-27/+10
| | | | | | | | | Bug: 10821545 As we're targeting ICS there are a lot of checks and code paths that are no longer in use. This CL cleans them up. Change-Id: Ic3dd26628a94e134e25e2c496ccec1f1f957216d
* Show dialog when camera device is not connected.Angus Kong2013-09-171-29/+36
| | | | | | bug:10726516 Change-Id: I3d3433d0b2eced54027b19910473fd55135d0e1c
* Show captured image rather than frozen preview for capture intentDoris Liu2013-09-111-3/+3
| | | | | Bug: 10570887 Change-Id: Ie986c865bdf452973b833efcdcb397c27bef2420
* Fix the flash mode transition in video modeztenghui2013-09-111-6/+6
| | | | | | | | | | 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
* Merge "Disable shutter button while picture is being taken." into ↵Sascha Haeberling2013-08-301-0/+4
|\ | | | | | | gb-ub-photos-carlsbad
| * Disable shutter button while picture is being taken.Sascha Haeberling2013-08-281-0/+4
| | | | | | | | | | | | Bug: 7328018 Change-Id: I98160d52c542186aa9f2d85f66a4e0120a917e38
* | Merge "Flip capture thumb when using front facing camera" into ↵Doris Liu2013-08-291-5/+7
|\ \ | |/ |/| | | gb-ub-photos-carlsbad
| * Flip capture thumb when using front facing cameraDoris Liu2013-08-281-5/+7
| | | | | | | | | | Bug: 10495008 Change-Id: I9f444625e64be35afe44b0d7f50d81fbd1936ae8
| * Revert "Add rotate support in Film Strip"Tenghui Zhu2013-08-281-3/+3
| | | | | | | | | | | | This reverts commit 568ad02f9fd3993abf4b973bdd49a34737267c77. Change-Id: I300376126b55191e4112b8aabf3f9f61cc27fef6
| * Add rotate support in Film Stripztenghui2013-08-271-3/+3
| | | | | | | | | | | | | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0b8128a806fa9e777a87967b294555daadced1c5
* | Add rotate support in Film Stripztenghui2013-08-281-3/+3
|/ | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d
* Fix preview thumb orientationDoris Liu2013-08-211-3/+2
| | | | | Bug: 10428123 Change-Id: I7c6f37db66d9e10a07f555902b214009156736c1
* Defining broadcast intent strings as constants in CameraUtil.java.Dan Aminzade2013-08-151-4/+4
| | | | | | | | For now I'm leaving the definition within the Camera application. If we decide we want to publicize and document these intents as part of the Android API, we could move the definitions to Camera.java. Change-Id: Ia198b843245b70d7378e1ea81ecb8b7983486446
* Add support for remote shutter control via broadcast intents.Dan Aminzade2013-08-141-64/+97
| | | | | | | | | Send CAMERA_STOPPED and CAMERA_STARTED intents on pause/resume, to notify Gem to hide and show the camera card, and receive the SHUTTER broadcast intent to trigger the shutter. This change resolves b/10185077. Change-Id: I1e38039874b74460f5c815e9d2672789691e9e2f
* Fix camera preview stopped after onResume().Angus Kong2013-08-131-132/+91
| | | | | | | | | | | This fix is for the blank camera preview blank after onPause() -> onResume(). 1. Refined camera start up procedure by removing redundant camera startup thread. 2. Cleanup unused calls after aparted from gallery. bug:10189998 Change-Id: I13ffa24aff5069f0032cd4bc801548fccc63d0e7
* Clean up unused code.Sascha Haeberling2013-08-131-24/+1
| | | | Change-Id: Ib7d05cd1bd908708ad96a8b215c79162950e0221
* Clean up Gallery codes.Angus Kong2013-08-091-40/+40
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* Use PopupWindow for settings popupDoris Liu2013-08-091-4/+0
| | | | | Bug:10261902 Change-Id: Ia77cff276615db8c3fbb9e859bf099249b4021cf
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-38/+17
| | | | | | | | | | | | http://ag/339319 http://ag/338974 http://ag/338401 http://ag/324149 Adapted to work in Camera2 and adding a .gitignore so that temporary Eclipse files and folders are not submitted. Change-Id: I40295c7f0139f76270c44f0ca395c0574a288569
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-15/+16
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Add wrapper for face detection listener.Angus Kong2013-07-311-3/+3
| | | | | | bug:10113532 Change-Id: I01dc051d7b25cb97153b5e3e4cf06744dccb9fd4
* Refactor CameraManager.Angus Kong2013-07-291-27/+29
| | | | | | | | | | | | 1. CameraManager should be the only class accessing android.hardware.Camera. 2. For potential future upgrade in Camera HAL and android.hardward.Camera API upgrade, CameraManager should be just an interface instead of concrete implementation. 3. waitDone() in CameraProxy is removed. 4. ShutterCallback, PreviewCallback, PictureCallback and AF Callbacks are wrapped by our own interfaces. Change-Id: I595da17a1a9c6d476ee805b71c7f45ebb609e465
* Remove legacy code ActivityBase.java.Angus Kong2013-07-241-3/+3
| | | | Change-Id: I7b372e5d69c3d01b4012ab61bbf725a7fec8a445
* Add in carlsbad: Avoid duplicated location popupsDoris Liu2013-07-021-24/+5
| | | | | Bug: 9505556 Change-Id: I00859d8d851ea3c75d3bda4fcf5df373f06c2ee0
* Add flash animation to photo moduleDoris Liu2013-06-191-11/+7
| | | | Change-Id: I9faa46e71e27064c4fbcb629c5c31cc4d7b22652
* Switch over to use new camera activityDoris Liu2013-06-181-146/+68
| | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* Update camera orientation when device is flippedDoris Liu2013-06-131-0/+1
| | | | | Bug: 8963053 Change-Id: I909793a7da3903a080a19cd7e271b3720df4ec0a
* am af65d7ba: Merge "Add HTC One picture resolutions" into gb-ub-photos-bryceMichael Kolb2013-05-301-2/+23
|\ | | | | | | | | * commit 'af65d7ba216eba60651d11d248d20346309375ed': Add HTC One picture resolutions
| * Add HTC One picture resolutionsMichael Kolb2013-05-301-2/+23
| | | | | | | | | | | | | | | | Bug: 9175168 Fixes bug where preview is not stopped before size changes Change-Id: I2df136482df68a952c9d3ca5c058ba56ff3a6db8
* | Removed unused handling for intent extras in editor.Ruben Brunk2013-05-281-1/+2
|/ | | | | Bug: 9170644 Change-Id: I569b16d278d1813f5a96f9e0231ed71ff9e33687
* Update capture animationMichael Kolb2013-05-011-0/+11
| | | | | | | | | Bug: 8253060 Update preview thumb margins and size Add touch target for thumbnail Change-Id: I2b298de330834c42a55b4cb082148d971727f530
* Add new indicatorsMichael Kolb2013-04-261-1/+1
| | | | | | Bug: 8640131 Change-Id: I9e567ddafa130e84af4d56a69ba7e389e64e3456
* Allow swiping to filmstrip from blocker barDoris Liu2013-04-181-4/+4
| | | | | Bug: 8607910 Change-Id: I69bfcf8d95d6071be7d65fbf433916740cbb655c
* Use extra copy of parameters for concurrent accessAngus Kong2013-04-151-1/+1
| | | | | bug:8585306 Change-Id: I21b8915c53508e4820e46b49171149189cb6012e
* Fix camera preview being squishedDoris Liu2013-04-101-0/+1
| | | | | Bug: 8585407 Change-Id: Ie9a3a44c58599f4cccfa0017d48749e9883af6cd
* Moving crop to a separate activity. Refactoring.Ruben Brunk2013-04-091-1/+1
| | | | | | Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
* Usage statistics for photo and video captureBobby Georgescu2013-04-021-0/+2
| | | | | Bug: 8433834 Change-Id: Idb4343a9e8d6895adbf9707e8c7811d007acc984
* Merge "Make camera calls asynchronous" into gb-ub-photos-bryceAngus Kong2013-03-271-8/+21
|\
| * Make camera calls asynchronousAngus Kong2013-03-271-8/+21
| | | | | | | | | | | | bug:8438047 Change-Id: I151d5ff85f0fb3646432a64b5841256a1448f101
* | Remove debug log.Angus Kong2013-03-261-1/+0
|/ | | | Change-Id: I9df3172c2f082fd9bdbbbf8edc8135983c837c43
* Add GPSDirection tag using ExifInterface.Angus Kong2013-03-261-4/+82
| | | | | bug:8115825 Change-Id: Iefcbbddbb7f9fed0c386214b428d4743f67d0dd9
* Usage statistics collection for camera module, filmstripBobby Georgescu2013-03-121-0/+3
| | | | Change-Id: Ib3e7dfb8948e99541f6d492c7d7bd4bfbad1e53d
* Spring cleaningMichael Kolb2013-03-111-709/+208
| | | | Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a
* Add a black bar symmetric to nav barDoris Liu2013-03-051-5/+14
| | | | | Also fix bug: 8323926 Change-Id: I4886b285dee8ad71ad72a55e96bf699b7c18c9f4