History log of /packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
734122e8fe6c621a8510043839f05a0adff4c3a4 06-Feb-2015 zafir <zafir@google.com> Adding reporting functionality using Feedback API for PhotoModule and CaptureModule when captured pictures don't save to the device.

Bug: 19231841
Change-Id: I7d66db1e4c273dc7ec082f40a80b349bd91a7e8b
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
b62fa4716df6bcc526f575006822e06dd8ea9b83 03-Feb-2015 Sascha Haeberling <haeberling@google.com> Move CaptureSession into it's own file and clean up interface.

Change-Id: Iaca24e22b541aec898cdf1d3246c98ed72cd85ca
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
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/MediaSaverImpl.java
5777607add70d227aa194635a2c93d03f81ab7fe 27-Nov-2014 Shashi Shekhar <shashishekhar@google.com> Bump memory limit for saving images.

Bump the memory limit for saving images in MediaSaver from 20 to 30 MB.
Allows bursts to be saved without hitting memory limit issues.

Change-Id: I5795cd1b2870a9a4e48738fe5d60c1b819011d23
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
82d592f64966766ac4e4181e08b0d2989d4ed9c3 12-Nov-2014 Shashi Shekhar <shashishekhar@google.com> Hook burst controller to the shutter button long press.

Hooks up the shutter button long press to start the burst.
Introduces a BurstManager to interact with burst.
Provides an implementation of BurstManager that listens to burst and
saves results when burst is complete.

The burst eviction handler is now installed on the ring buffer
on shutter button press and uninstalled on shutter button release.
The ring buffer is cleared before starting and after completion of the
burst.

Also provides a stub implementation of the BurstController that has a
static method which controls if burst is enabled or not.

Bug: 18332704

Change-Id: I1098937bf348af7acbf55da1a5eeb423c30fb901
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
c66ab6c9dee4aa8ce8eb9c2f737eae07f881b6de 27-Jun-2014 Angus Kong <shkong@google.com> Pass the real file length to MediaStore.

Bug:15115507

And also a little code clean/rearrangement.

Change-Id: I65ceec4c0489f965473c29cad684190f966b9218
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
203abe5913394239a1e888d71d56597b68f84f62 19-May-2014 Andy Huibers <andyhuibers@google.com> Add grid lines and flash states to capture logging.

Bug: 14364757
Change-Id: Ibf40c041d508f4406ead273dfdcb1c051a6f83a2
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
6388e638d36082138f58ad2c7ab8d7645f315ea1 04-Apr-2014 Andy Huibers <andyhuibers@google.com> Use only filename from path as reference.

Change-Id: Ifa3dd1a8c89cab5b135953eebca70f4ed53c1102
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java
10c5816e1ff3d30e4c4996643ba05d63d522b81a 29-Mar-2014 Andy Huibers <andyhuibers@google.com> Logging revisions.

Bug: 13747555

Change-Id: Ic5f735de89f9a69d981cdeab209b3966532697c7
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.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/MediaSaverImpl.java
280fd3edae1dc35ac1015bcc9532477169fad3aa 21-Nov-2013 Sascha Haeberling <haeberling@google.com> Introduce common services and integrate Refocus end-to-end.

Bug: 11120164
Bug: 10073814

This adds a new common CameraServices interface and a method to every
module to get it. Through this we can expose common services and due to
the interface, we can easily mock them for tests.

Also makes the MediaSaveService not a service anymore.

Change-Id: Ifa093efd4ba53c2955ccc2a990b4f18610c29944
/packages/apps/Camera2/src/com/android/camera/MediaSaverImpl.java