summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/tinyplanet
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix jni library namesLeena Winterrowd2014-08-211-1/+1
| | | | | | | | | Loading jni libraries currently fails as the library names have changed for SnapdragonCamera. This change fixes the jni library loading. Change-Id: I19adc166960ee2d9c4ddb223b1d2756eda00c00c
* Rename module and package name to co-exist with AOSP appSachin Shah2014-08-161-1/+1
| | | | | | | | Rename package from com.android.camera2 to org.codeaurora.snapcam, module name from Camera2 to SnapdragonCamera and app name from "Camera" to "Snapdragon Camera" Change-Id: I2800070e72631e119a15fe0132424d1047be9f0c
* Camera: Add support for raw snapshotAlok Kediya2013-10-311-1/+2
| | | | | | | | | | | | | 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)
* Add basic EXIF to the tiny planet so that rotate succeeds.Sascha Haeberling2013-09-271-1/+25
| | | | | | Bug: 10861115 Change-Id: I1eec2bf4d6879c227a07c5364bc821749ace312b
* Fix potential deadlock while rendering the preview.Sascha Haeberling2013-09-131-2/+4
| | | | | | Bug: 10748013 Change-Id: Id03053f47ee3c066347dd136b6abe9fb1a5d6502
* Fix DeadLock in TinyPlanet.Sascha Haeberling2013-09-121-2/+2
| | | | | | | | | Bug: 10393598 Now that we acquire the lock inside doInBackground, we need to make sure to run the AsyncTasks in parallel. Change-Id: If253f375d56c352c30076f00cf923dfa521f2db4
* Bring back tiny planet to the Camera filmstripSascha Haeberling2013-09-123-0/+634
Bug: 10393598 The native code and XmpUtil are mostly 1:1 copies from Gallery2. The UI is new and should work on all form factors. Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85