History log of /packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ee16b8a323ffa20e6fb1270d498ec445f64defc 18-Dec-2014 Paul Rohde <codelogic@google.com> Refactor the filmstrip backing data.

- Remove unused fields and code.
- Rename classes and methods to be consistent with usage
- Make data more immutable
- Add Location and Metadata classes for typed data access.
- Use Date instead of long for DateTime representations.
- Filmstrip prefix for filmstrip specific code.
- Cleaner Glide implementations.
- Initialize Glide bitmap pool.
- Eagerly load large image sizes when scroll stops.

Change-Id: I3b51d42416ca076c80bf7db441d257659174b47d
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
b9535998da7a02f22156b70615c3e211401d14b0 30-Aug-2014 Alan Newberger <alann@google.com> Ensure ZoomView appears on top of other views in L

Since our normal image view now has an elevation on L, just calling
bringChildToFront() is not enough, elevation supersedes z order.
So we also ensure the ZoomView is at max elevation when we bring it
to front.

Bug: 17331586
Change-Id: I34b06949d063daa08d964003b28a245eb6133f95
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
d1d28254c1413b4d7725df7d7b38e2a1f2f42e28 20-May-2014 Angus Kong <shkong@google.com> Reset the decoder in ZoomView when data updated.

The BitmapRegionDecoder has to be reset to load the new bitmap when the data is
updated. Also recycle() should be called when the decoder is not used anymore.

bug:14625920
Change-Id: Ib7284059320a71adb66204c4834e5b75802142fc
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
2bca210e5fc8a77685775ffb403096167b017dce 12-Mar-2014 Angus Kong <shkong@google.com> Use debug.Log instead of android.util.Log.

see http://ag/438423, merge conflicts solved.

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

Conflicts:
src/com/android/camera/data/LocalMediaData.java
src/com/android/camera/data/RotationTask.java
src/com/android/camera/widget/FilmstripView.java
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
2666dc8a1c23b7c2b7c80d7c09104f113fb7dbb2 22-Mar-2014 Sam Judd <judds@google.com> Decode fullsize bitmap dimensions on a background thread.

Bug: 13587605
Change-Id: Ia40e0799947abae3089e66dfcea339a68ee0d8e4
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
3179f6a49516833761be5155c4e1244ac0aa17fe 09-Oct-2013 Doris Liu <tianliu@google.com> Allow scaling beyond 1:1 in zoom view

Bug: 10950226
Change-Id: I38828edaf4010170f6c6db18b8c5fdeef91b4f11
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
c502bc9d50ded1f2eec28f4809c7193ec4ec5298 08-Oct-2013 Doris Liu <tianliu@google.com> Correct sample factor for rotated images in zoom view

Bug: 11067085
Change-Id: I52093052393fb1b2db08f105b8a16b68c3d3c95a
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
1f69e36bc45ccf0090cb1d8392d603cfe2a4e8bf 02-Oct-2013 Doris Liu <tianliu@google.com> A workaround for crash in zoom view

Bug: 10636636
Change-Id: Iffa126781fd71796b8816d637263450911cb7e8e
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
87fc5e1568f737e03327770cb3dee03c4b939c59 16-Sep-2013 Doris Liu <tianliu@google.com> Fix zoom for images with orientation tag

Bug: 10780042
Change-Id: I518bf8a6e2b53647398180e60b55533960ebe318
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
121022cb590955e37f1264f77190ce4711159976 04-Sep-2013 Doris Liu <tianliu@google.com> Double tap to zoom all the way in and out

Bug: 10308195
Change-Id: Id6c1bd6c95a812c3aae0c292ca53e3de6eea2d55
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
8de13111cc4e62da3462ea321d18c7951282e0d0 23-Aug-2013 Doris Liu <tianliu@google.com> 1:1 zoom integration

Bug: 10308195
Change-Id: I940891f6aa3e24575174ff888c384fddaaa5b3c8
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java
c68570335a64be66829727e121afe1622902a74b 16-Aug-2013 Doris Liu <tianliu@google.com> Add image 1:1 support

Bug: 10308195
Change-Id: I7b7fcf3b46475a2d39bac27095d01d438582e516
/packages/apps/Camera2/src/com/android/camera/ui/ZoomView.java