History log of /packages/apps/Camera/src/com/android/camera/CameraModule.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
561af39348f34db4d67bc954536d6f6cbf296054 09-Oct-2012 John Reck <jreck@google.com> Hide pie render on switcher popup

Bug: 7301188

Change-Id: Ic9b2ec1f3e83d14c39d07dbd57be2c973fbefa56
/packages/apps/Camera/src/com/android/camera/CameraModule.java
d282a28c60ca8f4ee82d519b12e8b0b057b294d4 03-Oct-2012 George Mount <mount@google.com> Blank out image capture after animation has started.

Bug 7280817

Change-Id: I192da2836b80e396317e9e9676bea660df2cf558
/packages/apps/Camera/src/com/android/camera/CameraModule.java
78711c990e57ce7c6228c5446cfb6902f2a47cb6 29-Sep-2012 Doris Liu <tianliu@google.com> Rotate camera modes icons when phone is rotated

Bug: 7174120

Extract the orientation event listeners from photo module and video module
to cameraActivity. When orientation changes, cameraActivity gets onOrientationChanged()
callback, handles the necessary layout changes, and then current active module gets
onOrientationChanged() callback.

Change-Id: I6d32f025e033460f23c8dd2a7e439a2467fbf036
/packages/apps/Camera/src/com/android/camera/CameraModule.java
90ef46f0248437fbcb2c80c8a65239f4da32b039 14-Sep-2012 Michael Kolb <kolby@google.com> Support capture intent

Bug: 7166362

Change-Id: Id477525f14144638e59c53366050f431a39c4596
/packages/apps/Camera/src/com/android/camera/CameraModule.java
ce1d8396924bf4ca9be076cfdf9594c4d33ebd9b 08-Sep-2012 Michael Kolb <kolby@google.com> Add old panorama module

Bug: 7138809

Direct conversion of old panorama activity
Hiding switcher during panorama and video recording
Limited amount of switching between pano and other modes
due to memory leak

Change-Id: Id079b258d4b6eaaf000281bf86cd43633ea1528a
/packages/apps/Camera/src/com/android/camera/CameraModule.java
d3a252bb71d119cbaeff55aeaa27dd1f8adadba2 05-Sep-2012 Michael Kolb <kolby@google.com> New Camera UI

Introduce camera modules
Add photo and video module
Create new camera activity
Doesn't touch current Camera functionality

Change-Id: Ia88b8ad69d7d03f900acbe33dcc96e469f46a5ed
/packages/apps/Camera/src/com/android/camera/CameraModule.java