summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/panorama
Commit message (Expand)AuthorAgeFilesLines
* Add video snapshot.Wu-cheng Li2011-09-011-2/+2
* The angle indication now goes in two directions.Angus Kong2011-09-014-144/+221
* Fix NPE 5238952 when generating panorama fails.Angus Kong2011-09-011-10/+38
* Increase the resolution of the thumbnail.Wu-cheng Li2011-08-291-12/+27
* Make the size of the share popup the same as preview area.Wu-cheng Li2011-08-291-1/+2
* Fix an issue that "Too fast" pop up in preview.Wei-Ta Chen2011-08-261-1/+1
* Show progress when generating high-res panorama.Angus Kong2011-08-261-18/+27
* Start capturing after the control disappears.Angus Kong2011-08-251-3/+2
* Add thumbnail and share popup for the last result.Angus Kong2011-08-252-38/+52
* Updates to allow the mosaic library to report the mosaic computation progress...mbansal2011-08-243-2/+45
* Controls animates in and out.Angus Kong2011-08-241-0/+9
* Show spinner dialog when generating mosaic.Angus Kong2011-08-221-10/+28
* Set a panning speed threshold across all devices.Wei-Ta Chen2011-08-192-11/+38
* Fix NPE bug in onPause() when mSurface is null.Angus Kong2011-08-191-4/+6
* Refactor to decouple SurfaceTexture and renderer.Angus Kong2011-08-193-70/+63
* Show "Too Fast" when panning speed is too fast.Angus Kong2011-08-192-10/+7
* Make the speed indicator visible.Wei-Ta Chen2011-08-172-17/+7
* Fix issue: returned width/height <= 0.Angus Kong2011-08-171-0/+7
* Fix NPE at PanoramaActivity.stopCapture()Angus Kong2011-08-163-113/+75
* Remove preview layout and adjust widget size.Angus Kong2011-08-161-8/+6
* Fix an issue with hitting frame number limit.Wei-Ta Chen2011-08-152-3/+4
* Merge "Remove the flag - mUseSurfaceTexture."Wei-Ta Chen2011-08-152-61/+14
|\
| * Remove the flag - mUseSurfaceTexture.Wei-Ta Chen2011-08-122-61/+14
* | Use "Start" button instead for Panorama.Angus Kong2011-08-151-16/+9
* | Generate High-res panorama.Angus Kong2011-08-151-53/+45
|/
* Updates to allow using SurfaceTexture for reading the preview frames directly...mbansal2011-08-126-98/+309
* "Retake" and "Ok" buttons can function correctly.Angus Kong2011-08-113-55/+168
* Merge "Remove the unnecessary low-res alpha bitmap."Wei-Ta Chen2011-08-092-53/+13
|\
| * Remove the unnecessary low-res alpha bitmap.Wei-Ta Chen2011-08-082-53/+13
* | Use recording hint API.Wu-cheng Li2011-08-091-2/+1
|/
* Fix the issue that panorama preview occludes viewfinder.Wei-Ta Chen2011-08-051-0/+3
* Updates for mosaic preview rendering to happen using native GLES2.0 code.mbansal2011-08-055-67/+458
* Stop button added on panorama UI.Angus Kong2011-08-052-25/+38
* Set preview invisible after mosaic is captured.Wu-cheng Li2011-08-051-11/+11
* Merge "Make Panorama run on phone."Wei-Ta Chen2011-08-042-71/+85
|\
| * Make Panorama run on phone.Wei-Ta Chen2011-08-032-71/+85
* | Add face detection UI.Wu-cheng Li2011-08-041-2/+3
|/
* Set recording hint to true in camcorder mode.Wu-cheng Li2011-08-021-0/+3
* Insert final mosaic image into MediaStore.Angus Kong2011-07-311-113/+44
* Fix memory leaks both in the native and Java side.Wei-Ta Chen2011-07-284-53/+123
* Add a freeMosaicMemory function in JNI to address the leaks.mbansal2011-07-281-1/+7
* Refactoring Panorama UI codes.Angus Kong2011-07-293-424/+390
* Add mode picker for camera/camcorder/panaramorepo sync2011-07-291-1/+24
* Fix preview orientation bug on some devices.Angus Kong2011-07-271-0/+4
* Check in the Mosaic Stitching codes.Wei-Ta Chen2011-07-274-0/+949
* Check in Mosaic.java - the Java interface to JNI.Wei-Ta Chen2011-07-081-0/+139