summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui
Commit message (Expand)AuthorAgeFilesLines
* Change setting picker to popup window.Wu-cheng Li2010-11-123-103/+84
* Fix the crash on tapping settings button when in front camera mode.Wu-cheng Li2010-11-122-4/+19
* Rename some classes and method names to avoid confusion.Wu-cheng Li2010-11-045-32/+32
* Add other settings to control panel.Wu-cheng Li2010-11-024-17/+432
* Add other setting icon in indicator wheel.Wu-cheng Li2010-10-251-4/+14
* Rename some classes to avoid confusion.Wu-cheng Li2010-10-244-7/+7
* Add more settings control in control panel.Wu-cheng Li2010-10-144-54/+250
* Add white balance setting UI for xlarge layout.Wu-cheng Li2010-10-112-0/+134
* am 73304ce3: Increse the max height of popup window.Wu-cheng Li2010-10-101-1/+1
|\
| * Increse the max height of popup window.Wu-cheng Li2010-10-081-1/+1
| * Add switch camera on-screen button. DO NOT MERGEWu-cheng Li2010-09-086-15/+34
* | Add camera setting icons around the shutter button.Wu-cheng Li2010-10-101-0/+143
* | Improve the scroll bar in GLList.Owen Lin2010-09-236-33/+55
* | Adding ui for setting frame capture interval.Nipun Kwatra2010-09-154-15/+41
* | Add switch camera on-screen button.Wu-cheng Li2010-09-086-16/+40
* | am 4714a1cf: Use SharedPreferences.apply to reduce latency.Wu-cheng Li2010-09-081-1/+1
|\ \ | |/
| * Use SharedPreferences$Editor.apply to reduce latency.Wu-cheng Li2010-09-081-1/+1
* | am 454c6838: Remove metering mode support.Wu-cheng Li2010-08-301-2/+1
|\ \ | |/
| * Remove metering mode support.Wu-cheng Li2010-08-301-2/+1
* | am 299b0610: Merge "Fix memory leak. Camera application is leaking activities...Wu-cheng Li2010-08-301-2/+2
|\ \ | |/
| * Fix memory leak. Camera application is leaking activities.Wu-cheng Li2010-08-291-2/+2
* | Added support for time lapse video capture.Nipun Kwatra2010-08-101-2/+8
|/
* 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