summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove metering mode support.Wu-cheng Li2010-08-301-2/+1
* Fix memory leak. Camera application is leaking activities.Wu-cheng Li2010-08-291-2/+2
* Support multiple camera preferences.Chih-Chung Chang2010-06-231-4/+4
* Add metering mode support.Wu-cheng Li2010-06-111-1/+2
* Refactor the code. Improve the inheritance structure of Textures.Owen Lin2010-05-1717-371/+269
* Using GL to draw NinePatchOwen Lin2010-05-174-87/+336
* resolved conflicts for merge of ec1dfcb7 to krakenOwen Lin2010-05-1431-0/+495
|\
| * Add copyright headers to source codes.Owen Lin2010-05-1330-0/+479
* | Create a ColorTexture to draw pure color in GL.Owen Lin2010-05-139-28/+86
* | Handle events in the main thread and use GLThread only as a rendering thread.Owen Lin2010-05-1029-254/+198
* | Move the texture coordinate 0.5 pixel inner so that GL won't get garbageOwen Lin2010-05-072-20/+29
* | Use our own EGLChooser so that we can fall back to use "copyImage2D" whenOwen Lin2010-05-078-49/+161
* | Improve the Texture by using glTexSubImage to upload the image content.Owen Lin2010-04-293-27/+23
|/
* Startup time improvements.Chih-Chung Chang2010-04-231-1/+0
* Remove GLRootView in onPause() and put it back in onResume() to avoid OOM inOwen Lin2010-04-212-41/+6
* Add aboutToChange to GLRootView.Owen Lin2010-04-131-0/+7
* Add a hack to avoid allocating GL surface with different sizes.Chih-Chung Chang2010-04-091-0/+34
* Fix a typo in the code.Owen Lin2010-04-081-1/+1
* Fix the ANR after switching between Camera and Camcorder.Owen Lin2010-04-083-33/+56
* Remove unused resources and code.Owen Lin2010-04-075-12/+3
* Improve GLListView UI.Owen Lin2010-03-306-107/+236
* Add some more ways to dismiss popup window(UX change).Owen Lin2010-03-301-0/+9
* Fix the startup crash.Owen Lin2010-03-191-1/+2
* Fix the zoom indicator not updated issue.Owen Lin2010-03-193-15/+34
* Fix the content truncated issue.Owen Lin2010-03-191-0/+1
* Fix the picture size settings doesn't get initialized issue.Owen Lin2010-03-191-1/+4
* More improvement on UI.Owen Lin2010-03-184-14/+58
* Some more improvements of the UI.Owen Lin2010-03-186-21/+15
* Fix several UI issues.Owen Lin2010-03-164-28/+58
* New UI for camcorder.Owen Lin2010-03-144-74/+137
* Restore Settings.Owen Lin2010-03-1410-51/+269
* Camera should have the com.android.camera package name.Romain Guy2010-03-108-8/+8
* Add the new ZoomController UI and also the exposure compensation settings.Owen Lin2010-03-1016-150/+585
* Unbundle: change camera package name.Chih-Chung Chang2010-03-086-6/+6
* Address the review comments.Owen Lin2010-03-0710-30/+38
* Add pixel density concept to the code. So, it draw about the same size onOwen Lin2010-03-0717-230/+303
* The first runnable version of the new UI.Owen Lin2010-02-2626-0/+3037