History log of /packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b7c7d9a067cd52a27cfbaf0714a2074f972d836d 19-Jun-2014 Andy Huibers <andyhuibers@google.com> Add metadata to capture and tap to focus events.

Bug: 15646701
Change-Id: Id290935839a81cfe86e9a503849207d828f33225
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
a7919c720c49d7aa9a033366a92f8b1828619a0f 16-May-2014 Erin Dahlgren <edahlgren@google.com> Add hooks for disabling/enable the mode options toggle between captures.

Bug: 13982230
Change-Id: Ib2582420c2f7fd0038555aed0b23bfa8f151721b
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
256427babcb93dd3cdb11b6e23c47ecf82e5af19 15-May-2014 Sascha Haeberling <haeberling@google.com> Close mode options and mode list when needed.

Bug: 14834384
Bug: 14834783

Change-Id: Id96859d57a84c66489a0e764ba2950cc47f7c886
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
d634bf630b64a938d785366fd6af26136ab04ae7 05-May-2014 Spike Sprague <spikuru@google.com> Make ModeOptionsOverlay sizing a little more robust

bug: 13352479
bug: 14414850

Change-Id: I27c6515d79db8df630f5a5ddfac6345005926931
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
344320c90639f823451ddac42e8f39b74727787c 22-Apr-2014 Doris Liu <tianliu@google.com> Shutter button left handed support

Bug: 12823819
Change-Id: I77bdbf17557bdd9f545b98bab58acce68d01b51d
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
28a2950939614a0c1c83787960ce1a218fb69a5e 11-Apr-2014 Doris Liu <tianliu@google.com> Refactor preview position logic

Centralize the logic of laying out bottom bar and transforming
preview TextureView based on the total space to lay them out
and preview aspect ratio. The layout is updated when either condition
above has changed. Then the rect of the bottom bar and preview
rect can be queried anywhere. This way, bottom bar, mode options
layout, and any view that relies on the preview rect and bottom bar
rect can be laid out without extra layout passes.

Bug: 13795952
Change-Id: I13c38b566b5b5d8f37ec94f325554c089a86ca8e
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
b36c6b7a5262e2d80b4c6e3e17cc3cb79b6a522a 31-Mar-2014 Spike Sprague <spikuru@google.com> keep three dots option toggle on the screen

bug: 13716654
Change-Id: I142d2ce8c026ad4f4fded15475e4d2a42e10f859
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
5596b4c902dcb685928b43678f428746ca5ffd08 12-Mar-2014 Angus Kong <shkong@google.com> Use debug.Log instead of android.util.Log.

1. Change to use com.android.camera.debug.Log instead of android.util.Log.
2. Add DebugCameraProxy to support more detailed debug info.
3. Add CameraErrorCallback in CameraManager.
4. Support posting to a specific handler for CameraErrorCallback.
5. Trim down some TAGs to match the framework tag length limit.
6. Remove some unused codes in CameraSettings.

bug:13324870

Change-Id: I8c20a8a0d11cfd50b6e199b03cbc88d3c4ad2ceb
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
ba3f02b0e9284e0127d730041ba1d4ac36411619 07-Mar-2014 Spike Sprague <spikuru@google.com> Merge "options bar ui fixes" into gb-ub-photos-denali
591eec6465d29bbc053e164071c4c3a7c260a1d3 06-Mar-2014 Spike Sprague <spikuru@google.com> options bar ui fixes

bug: 13331173
bug: 13330727
Change-Id: I270fd04feeb8f6a4db6fae21184fad150be5fcbe
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
2bacca795a1b0adb0daf515c43c48234b44bbba5 06-Mar-2014 Angus Kong <shkong@google.com> Align the gridlines with the preview area.

1. Rename onPreviewAreaSizeChanged() to onPreviewAreaChanged() since it's
passing in the real preview area and is called when the area is changed
regardless of size changes.
2. GridLines.java now draws the lines based on the preview area.

bug:13098715
Change-Id: Idbd2ba03cad4698689cee46d2aa04588a415fa3d
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
82fa6ae85f7c07fef480eb1cd0cf7f578b150676 27-Feb-2014 Spike Sprague <spikuru@google.com> implement capture options animation

bug: 13100962
Change-Id: I1baf64693d0e01e99bfa19d0bd8699fd33d5812a
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
5d18769f53db81d401488811250570290a73626b 26-Feb-2014 Erin Dahlgren <edahlgren@google.com> Generalize shutter button listeners and add one for mode options.

Bug: 13099000
Change-Id: Ib0726c70a9e4aa06197550f29360bacb2dda4783
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
374525475747ffe1c102d7b3c3fda989393fa44b 26-Feb-2014 Erin Dahlgren <edahlgren@google.com> Don't pass touch events from the mode options to the preview.

Bug: 13099000
Change-Id: I01bbfb335d893848b084542301d50919152fabe5
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
9ec6c49e78715c63d9df71fa184761e47639e929 14-Feb-2014 Erin Dahlgren <edahlgren@google.com> Rotate three dots in landscape to make position sticky.

Bug: 12369666
Change-Id: Iae8181c6656efce9de6701a4faf254be8d9396f7
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
fe60979d7d7ce78de503404da8e91e118242071a 07-Feb-2014 Angus Kong <shkong@google.com> Move onPreviewAreaSizeChanged() out of layout pass

Change-Id: I4eb6f6ffda1438fca7575328ce09945d40549d51
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
6e07fe22cf84e9eea02d368bf64ab68d92401f20 04-Feb-2014 Erin Dahlgren <edahlgren@google.com> Treat mode toggle as indicators or default toggle view.

Change-Id: I25a97cea27893ab76a8930c99de8e65eb2904b36
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java
165bb8d85e6eab4e261c6b21a754ee227f732795 30-Jan-2014 Erin Dahlgren <edahlgren@google.com> Move mode options to transparent overlay.

Change-Id: Iec0423668c58a5b849841afc45def923210df6fd
/packages/apps/Camera2/src/com/android/camera/widget/ModeOptionsOverlay.java