History log of /packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d72992e05197948b7b5bc96146362f6c6c5fcb46 06-Jan-2012 Eino-Ville Talvala <etalvala@google.com> Use default volume control stream instead of the music stream.

Since the Camera API is moving back to using the system audio stream,
do not override the camera app volume control stream any more.

Bug: 5778365
Change-Id: I27a6a1769d39cb0b246bce7d721d846f6c1430d1
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
d33109730e0ab81230f84e2bd35599e8e24fc4ba 17-Oct-2011 Chung-yih Wang <cywang@google.com> Change the default orientation to portrait.

bug:5446617

Since the orientation is mainly portrait on phones, the default
orientation of an application will decide if the window animation will
be played before it starts. In order to reduce the launch time of Camera
apps, this change is to skip the window animations by changing the default
orientation to portrait.

Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
4c7b291018e08dbb4bc1712d95117a294fa1416c 26-Oct-2011 Wu-cheng Li <wuchengli@google.com> Make PreviewFrameLayout and ControlPanelLayout work in potrait mode.

+ Move tablet resource to sw600dp and sw800dp

bug:5446617

Change-Id: Iaf2a442e621ed071d7639972a529dd263e3ce628
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
8853039421ae9b129ef40c8e71a347eac321d921 24-Oct-2011 Wu-cheng Li <wuchengli@google.com> Fix camera app still opens the camera in lock screen sometimes.

Suppose camera app is in the foreground. If users turn off and turn
on the screen very fast, camera app can still have the focus when the
lock screen shows up. Now the camera app will not open the camera as
long as screen is locked.

bug:5491362
Change-Id: Idf2a1b160c94abb889729e0525c9903b62f12dd0
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
7d9eadd0c6c38b3761b7e8d3fa3658d194810d60 21-Oct-2011 Jim Miller <jaggies@google.com> Fix 5491362: don't open the camera in onResume in lockscreen.

Change-Id: I678dd23f1603647e801c339a557fc08b53dbfa38
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
8608b577921acf67a5a7b7968cb3633b8f94714d 07-Oct-2011 Chih-Chung Chang <chihchung@google.com> Allow user to adjust the focus and shutter sound volume.

This also fix the problem that user need to slience the ringer to
silence the focus/shutter sound.

Change-Id: Ia4ae5feb4926172fd8af7dc4023525f2ab7daa0e
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
5f6e354a6e2a77aa935fcefeb33a9baa67d48aaf 29-Sep-2011 Chung-yih Wang <cywang@google.com> Fix the single popup issue.

bug:5169941

Popups should not persist when another is opened.
+Rename the confusing PopupChange listener.

Change-Id: Idca3218c090c8d9d176dbb97d8077dcc27409368
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
5df067af93e6b386167f11cdf12701b7905ee444 15-Mar-2011 Wu-cheng Li <wuchengli@google.com> Add image capture intent test.

Change-Id: Iba7ecf9054b630a14f1bf24ba223e0eecb1c3fd4
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java
7673ada94b5e2263e7190ca246694cdee31ed03e 24-Feb-2011 Wu-cheng Li <wuchengli@google.com> Ignore search and menu long press key event.

Also ignore menu key during recording.

In phone UI, long-pressing search key will launch voice search.
Long-pressing menu key will launch software keyboard. It is annoying
to accidently launch them while taking a picture.

bug:3108635
bug:3278557

Change-Id: I87a5411d08c4bb292b5a0f78a4a0992a59e8816c
/packages/apps/LegacyCamera/src/com/android/camera/ActivityBase.java