summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CameraActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Camera2: only override power keyScott Mertz2016-05-311-2/+2
* Camera2: Use new window manager flag for prevent system keys.Adnan Begovic2016-05-201-2/+2
* Add Storage preference (1/2)dcalandria2015-12-311-8/+95
* Camera2: Fix Undo button behaviourNBruderman2015-12-031-1/+2
* Introduce a 'device plugin' concept.Danny Baumann2015-12-031-0/+7
* Camera2: Add option to set max screen brightnessMichael Bestas2015-12-031-0/+19
* Camera: Powerkey shutter (2/2)Danesh M2015-12-011-1/+34
* Camera2: Stop using GPS when going to backgroundnadlabak2015-11-301-0/+1
* Protect against destroying uncreated valuesAlan Newberger2015-07-241-5/+15
* Fixes to M permissions.zafir2015-07-171-13/+11
* Launch PermissionsActivity if CameraActivity resume is called without critica...zafir2015-07-081-8/+7
* Clear permissions check after successful PermissionsActivityAlan Newberger2015-07-081-0/+2
* Restrict permission checks to M devicesAlan Newberger2015-07-081-0/+5
* Minimum viable Android M runtime permissions handling for H.zafir2015-07-061-50/+99
* Update filmstrip item on metadata updateAlan Newberger2015-06-251-1/+1
* Refresh required for full-screen undo in filmstripI-Jong Lin2015-06-081-0/+7
* skip first run dialog when starting in secure modeAlan Newberger2015-05-121-7/+14
* Hide no active camera NPE by defaulting to camera device -1Paul Rohde2015-05-111-2/+9
* Merge "Check for a potentially destroyed activity before startPreview." into ...Paul Rohde2015-05-011-0/+3
|\
| * Check for a potentially destroyed activity before startPreview.Paul Rohde2015-05-011-0/+3
* | Merge "Fix bug b/20638423" into ub-camera-haleakalaPengchong Jin2015-05-011-13/+32
|\ \ | |/ |/|
| * Fix bug b/20638423Pengchong Jin2015-05-011-13/+32
* | DO NOT MERGE - Show an error if we couldn't connect to the Camera device.Sascha Haeberling2015-04-291-6/+6
|/
* Ensure OnScreenHint uses an ActivityAlan Newberger2015-04-201-1/+1
* Add proper support for canceling sessions.Sascha Haeberling2015-04-131-4/+11
* Make sure picture sizes are cached on start-up, if they are not already.Sascha Haeberling2015-04-011-0/+7
* Merge "Add support for new independent Lens Blur quality setting." into ub-ca...Sascha Haeberling2015-03-301-0/+5
|\
| * Add support for new independent Lens Blur quality setting.Sascha Haeberling2015-03-301-0/+5
* | Reduce startup preview jank by preventing Glide pre-allocation.Paul Rohde2015-03-251-16/+0
|/
* Merge "Limit maximum display size to prevent out of memory problems." into ub...Andy Huibers2015-03-231-3/+3
|\
| * Limit maximum display size to prevent out of memory problems.Paul Rohde2015-03-231-3/+3
* | Merge "OneCameraOpener should inform ActiveCameraDeviceTracker about camera o...Senpo Hu2015-03-231-7/+11
|\ \ | |/ |/|
| * OneCameraOpener should inform ActiveCameraDeviceTracker about camera open.Senpo Hu2015-03-231-7/+11
* | Compute the max texture size from the EGL contextPaul Rohde2015-03-231-2/+5
* | Clamp pixels and bounds for filmstrip images.Paul Rohde2015-03-231-3/+5
|/
* Re-arrange camera initialization.Paul Rohde2015-03-201-22/+26
* Limit setting photo item placeholders when session is done.Alan Newberger2015-03-091-5/+10
* CaptureSession passes on message IDs instead of strings.Sascha Haeberling2015-03-061-13/+16
* Added more error handling for camera access and picture storage issues.zafir2015-03-061-34/+16
* Add black-list for resolutions.Sascha Haeberling2015-03-061-1/+2
* Update stats.Andy Huibers2015-03-061-2/+3
* Add error handling for repeating preview workaroundPuneet Lall2015-03-051-0/+5
* Merge "Decouple OneCameraManager and CameraActivity." into ub-camera-haleakalaSenpo Hu2015-03-041-3/+4
|\
| * Decouple OneCameraManager and CameraActivity.Senpo Hu2015-03-041-3/+4
* | [FirstRunDialog] finish when users hit back button.Senpo Hu2015-03-041-0/+8
|/
* Merge "Adding ability to zoom in accessibility mode using TalkBack" into ub-c...zafir2015-03-031-0/+3
|\
| * Adding ability to zoom in accessibility mode using TalkBackzafir2015-03-031-0/+3
* | Adding reporting functionality using Feedback API for PhotoModule and Capture...zafir2015-02-251-9/+16
|/
* Make module scope prefix a static agent valueAlan Newberger2015-02-241-1/+3
* Introduce CaptureIntentSession and CaptureIntentSessionFactory.Senpo Hu2015-02-231-0/+8