summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/EffectsRecorder.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ApiHelper and remove unused code paths.Sascha Haeberling2013-09-181-1240/+0
| | | | | | | | | 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
* Clean up Gallery codes.Angus Kong2013-08-091-3/+4
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-9/+9
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Refactor CameraManager.Angus Kong2013-07-291-5/+4
| | | | | | | | | | | | 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 com.android.camera.RJohn Reck2013-02-151-0/+1
| | | | Change-Id: I0bb03da1423401f872c3bf13caffb9c87d850449
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-0/+1239
Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1