summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui
Commit message (Expand)AuthorAgeFilesLines
* Override other camera settings when scene mode is active.Wu-cheng Li2010-11-305-3/+93
* Merge "Move scene mode to indicator wheel."Wu-cheng Li2010-11-292-8/+20
|\
| * Move scene mode to indicator wheel.Wu-cheng Li2010-11-292-8/+20
* | Fix misplacement of camera shutter button.Hung-ying Tyan2010-11-301-1/+1
* | Make camcorder recording time appear again.Hung-ying Tyan2010-11-291-1/+1
|/
* Increase camera preview frame size and other changes.Hung-ying Tyan2010-11-262-23/+24
* Add title and its holo background for settings.Wu-cheng Li2010-11-264-35/+99
* Add front/back camera switchChung-yih Wang2010-11-251-0/+87
* Fix various UI issues.Wu-cheng Li2010-11-222-9/+16
* Use holo.dark background on popup windows.Wu-cheng Li2010-11-192-0/+20
* Add background for indicator wheel.Wu-cheng Li2010-11-172-26/+88
* Set video orientation hint according to device orientation.Wu-cheng Li2010-11-131-1/+5
* Move some classes out from Camera.java.Wu-cheng Li2010-11-131-0/+49
* Camera App: Properly re-init ControlPanel on sensor switch.Andrei Warkentin2010-11-132-16/+29
* 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