summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/panorama
Commit message (Expand)AuthorAgeFilesLines
* Blending algorithm updates to support WIDE strip-based blending.mbansal2011-09-202-0/+27
* Dialog is now shown when pausing. (DO NOT MERGE)Angus Kong2011-09-201-1/+5
* Merge "Adjust the screen brightness in the panorama mode." into ics-factoryromWei-Ta Chen2011-09-191-2/+5
|\
| * Adjust the screen brightness in the panorama mode.Wei-Ta Chen2011-09-161-2/+5
* | Set the focus mode to infinity in the Panorama mode.Wei-Ta Chen2011-09-161-0/+13
|/
* The panning indicator turns red when too fast.Angus Kong2011-09-152-5/+18
* Merge "Update share UI to match redlines."Wu-cheng Li2011-09-141-2/+1
|\
| * Update share UI to match redlines.Wu-cheng Li2011-09-151-2/+1
* | Prevent NPE when handling messages.Angus Kong2011-09-151-13/+15
|/
* Merge "Show indication when panning too fast."Angus Kong2011-09-131-9/+21
|\
| * Show indication when panning too fast.Angus Kong2011-09-141-9/+21
* | Solve issue that camera connection is lost.Angus Kong2011-09-141-6/+14
|/
* Direction indicator before panorama panning added.Angus Kong2011-09-142-7/+66
* Show capture indication for panorama.Angus Kong2011-09-131-0/+5
* Fix issue that view are modified in non-ui thread.Angus Kong2011-09-132-6/+1
* Saving panorama starts automatically.Angus Kong2011-09-132-58/+57
* Merge "Replace the custom dialog with system dialog."Angus Kong2011-09-121-29/+7
|\
| * Replace the custom dialog with system dialog.Angus Kong2011-09-121-29/+7
* | Fix issue 5244268.Angus Kong2011-09-121-34/+38
|/
* New progression bar used by saving and panning.Angus Kong2011-09-123-136/+175
* The mode picker and thumbnail review animates.Angus Kong2011-09-101-0/+31
* Updates to allow cancellation of mosaic computation from a UI trigger.mbansal2011-09-093-26/+73
* Merge "A customized dialog for preparing low-res review."Angus Kong2011-09-071-12/+39
|\
| * A customized dialog for preparing low-res review.Angus Kong2011-09-081-14/+39
* | Enter lights out mode.Wu-cheng Li2011-09-081-2/+1
|/
* Use new assets for panorama shutter button.Angus Kong2011-09-071-15/+20
* The controls stay while capturing.Angus Kong2011-09-071-18/+13
* Fix the panning speed issue.Wei-Ta Chen2011-09-062-13/+57
* 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
|\