summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/session/CaptureSession.java
Commit message (Expand)AuthorAgeFilesLines
* Add logging for when a session knowingly failed.Sascha Haeberling2015-05-271-0/+6
* Log capture session canceled events.Paul Rohde2015-05-271-0/+6
* Log capture started and bytes on diskPaul Rohde2015-05-201-5/+56
* Change CaptureSession.saveAndFinish to return a future for the URI.Sascha Haeberling2015-03-251-4/+16
* Rename CaptureSession#finalize to not collide with Object#finalize.Sascha Haeberling2015-03-201-3/+3
* Add PhotoCaptureEvent to Capture ModuleI-Jong Lin2015-03-161-0/+7
* CaptureSession passes on message IDs instead of strings.Sascha Haeberling2015-03-061-15/+15
* Added more error handling for camera access and picture storage issues.zafir2015-03-061-1/+1
* Make sure we don't start sessions on long-press if no burst is taken.Sascha Haeberling2015-03-041-0/+7
* Reduce memory footprint of session bitmap cache.Alan Newberger2015-02-201-2/+11
* Allow for the thumbnail to be updated and refreshed.Sascha Haeberling2015-02-141-1/+1
* Route all thumbnail updates through CaptureSessionSascha Haeberling2015-02-121-1/+10
* Only create temp session file when necessary.Sascha Haeberling2015-01-301-7/+5
* CaptureSession can now be started with an empty placeholder.Sascha Haeberling2015-01-231-32/+22
* Store ZSL images in correct orientation and show progress in filmstrip.Sascha Haeberling2014-12-221-0/+12
* Adding stack support and hooking SmartBurst up to the new API.Sascha Haeberling2014-12-161-5/+11
* Make temp session directory creation more robust and efficient.Sascha Haeberling2014-10-101-7/+8
* [OC] Refactoring the session API before intgrating GCam into OneCameraSascha Haeberling2014-07-311-0/+6
* Processing service needs to start in foreground.Sascha Haeberling2014-03-211-2/+31
* Refactor data model.Angus Kong2014-03-171-3/+10
* Allow a session to know its content uriSeth Raphael2014-03-131-0/+8
* Support for capture session errors.Sascha Haeberling2014-03-071-0/+5
* Change session API to support location inside a task.Sascha Haeberling2014-03-061-1/+7
* Two new getters for the session API.Sascha Haeberling2013-12-201-0/+9
* Add placeholder image support.Sascha Haeberling2013-12-131-1/+1
* Add a capture-session API to be used by all modules.Sascha Haeberling2013-12-111-0/+112