summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/MediaSaveService.java
Commit message (Collapse)AuthorAgeFilesLines
* Add rotate support in Film Stripztenghui2013-08-281-1/+1
| | | | | | | | | 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 video capture animation and video snapshot animationDoris Liu2013-08-211-6/+3
| | | | | | | | Also removed unused effects recording code Bug: 10326106 Bug: 10414112 Change-Id: I904a26a0b10c75fcce650dc0ec63d7c11746dc2e
* Fix video snapshot aspect ratioDoris Liu2013-08-201-0/+16
| | | | | Bug: 10312002 Change-Id: Ibe2037195b3936baa63628797ea2b742825ed701
* Refine MediaSaveService to use memory limit.Angus Kong2013-07-171-10/+18
| | | | Change-Id: Ieeb06eddbd742896ecb7c50f0f51facaa77b2d21
* Save video using MediaSaveService.Angus Kong2013-04-191-6/+75
| | | | | bug:8511719 Change-Id: I3fc5054bf7661953181b27e66cc70ba95082d36c
* Add GPSDirection tag using ExifInterface.Angus Kong2013-03-261-5/+9
| | | | | bug:8115825 Change-Id: Iefcbbddbb7f9fed0c386214b428d4743f67d0dd9
* Spring cleaningMichael Kolb2013-03-111-9/+5
| | | | Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a
* Make video snapshot save images in the background.Angus Kong2013-01-311-2/+3
| | | | | bug:8114662 Change-Id: I4e96269bd7723dd9a82d2905a01f736c8982c4ed
* Make background media saving a serviceAngus Kong2013-01-311-0/+155
bug:8091328 Change-Id: If35c1832238e921b6582d8642fdbaa4378ea0c48