summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/session
Commit message (Expand)AuthorAgeFilesLines
* Add logging for when a session knowingly failed.Sascha Haeberling2015-05-272-0/+9
* Merge "Log capture session canceled events." into ub-camera-haleakalaPaul Rohde2015-05-272-0/+9
|\
| * Log capture session canceled events.Paul Rohde2015-05-272-0/+9
* | Don't attempt to update thumbnail if session is finished.Sascha Haeberling2015-05-201-0/+5
|/
* Log capture started and bytes on diskPaul Rohde2015-05-202-11/+117
* Add proper support for canceling sessions.Sascha Haeberling2015-04-135-39/+66
* Change CaptureSession.saveAndFinish to return a future for the URI.Sascha Haeberling2015-03-252-20/+41
* Rename CaptureSession#finalize to not collide with Object#finalize.Sascha Haeberling2015-03-204-6/+6
* Add PhotoCaptureEvent to Capture ModuleI-Jong Lin2015-03-162-0/+15
* CaptureSession passes on message IDs instead of strings.Sascha Haeberling2015-03-065-55/+60
* Added more error handling for camera access and picture storage issues.zafir2015-03-065-10/+11
* Merge " Change interface of BurstMediaItem to provide filepath." into ub-came...Shashi Shekhar2015-03-062-23/+21
|\
| * Change interface of BurstMediaItem to provide filepath.Shashi Shekhar2015-03-062-23/+21
* | Make sure we don't start sessions on long-press if no burst is taken.Sascha Haeberling2015-03-041-0/+7
|/
* Adding reporting functionality using Feedback API for PhotoModule and Capture...zafir2015-02-254-6/+20
* Introduce CaptureIntentSession and CaptureIntentSessionFactory.Senpo Hu2015-02-233-8/+61
* Reduce memory footprint of session bitmap cache.Alan Newberger2015-02-206-23/+79
* Refactors the CaptureSession API by splitting out notifier interface.Sascha Haeberling2015-02-196-165/+237
* Introduce CaptureSessionFactory interface.Senpo Hu2015-02-174-22/+93
* Allow for the thumbnail to be updated and refreshed.Sascha Haeberling2015-02-144-4/+27
* Route all thumbnail updates through CaptureSessionSascha Haeberling2015-02-124-22/+40
* Move CaptureSession into it's own file and clean up interface.Sascha Haeberling2015-02-032-360/+412
* Only create temp session file when necessary.Sascha Haeberling2015-01-306-32/+123
* CaptureSession can now be started with an empty placeholder.Sascha Haeberling2015-01-236-154/+195
* Refactor the filmstrip backing data.Paul Rohde2015-01-071-2/+2
* Store ZSL images in correct orientation and show progress in filmstrip.Sascha Haeberling2014-12-222-1/+23
* Change placholder API to use Bitmap's instead of JPEG bytes.Sascha Haeberling2014-12-182-29/+33
* Adding stack support and hooking SmartBurst up to the new API.Sascha Haeberling2014-12-166-37/+208
* Make temp session directory creation more robust and efficient.Sascha Haeberling2014-10-103-29/+59
* [OC] Refactoring the session API before intgrating GCam into OneCameraSascha Haeberling2014-07-313-8/+31
* Store temp session data in 'cache' directory, not data.Sascha Haeberling2014-07-151-2/+18
* Do not crash when attempting to refocus a deletedSeth Raphael2014-04-161-1/+3
* Re-add ongoing session when Activity is restarted.Sascha Haeberling2014-03-312-3/+43
* Use debug.Log instead of android.util.Log.Angus Kong2014-03-263-5/+6
* Implement callbacks for setProgressMessageCarlos Hernandez2014-03-252-0/+21
* Processing service needs to start in foreground.Sascha Haeberling2014-03-213-246/+56
* Fix lookup typeSeth Raphael2014-03-211-1/+1
* Avoid race condition when Sessions are finishedSeth Raphael2014-03-212-38/+14
* Refactor data model.Angus Kong2014-03-173-8/+25
* Allow a session to know its content uriSeth Raphael2014-03-133-10/+21
* Clear all notifications on relaunchSeth Raphael2014-03-111-0/+1
* Only show one notification at a timeSeth Raphael2014-03-111-23/+64
* Remove unused variablesSeth Raphael2014-03-101-2/+0
* Hold in-progress sessions in mem, not media storeSeth Raphael2014-03-102-44/+125
* Support for capture session errors.Sascha Haeberling2014-03-073-4/+81
* Change session API to support location inside a task.Sascha Haeberling2014-03-064-15/+43
* Adds an API for temporary session storage.Sascha Haeberling2014-01-234-1/+155
* Two new getters for the session API.Sascha Haeberling2013-12-202-0/+19
* Add placeholder image support.Sascha Haeberling2013-12-134-13/+46
* Clean up and fix notifications.Sascha Haeberling2013-12-122-25/+22