summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/IconListPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Move scene mode to indicator wheel.Wu-cheng Li2010-11-291-6/+11
| | | | | bug:3156671 Change-Id: I8e663f7bfde805eeef06bf4f3d9b883a58e51ce5
* Add more settings control in control panel.Wu-cheng Li2010-10-141-0/+1
| | | | Change-Id: I6280f5bfbcc87fde2ae046b65a9f91fa620c88bc
* Add white balance setting UI for xlarge layout.Wu-cheng Li2010-10-111-12/+20
| | | | Change-Id: I9775aae56cdee41232e628ebbaa87f7749d7e61f
* fix filterUnsupported for null mIconIds + bugfix for largeIconsNipun Kwatra2010-09-131-4/+7
| | | | | | | | - Allowing filterUnsupported to work when icons/largeIcons are not specified. - bugfix: previously mLargeIconIds was getting created from iconIds instead of largeIconIds. Fixing that. Change-Id: I8803776896dfc4e96cf26489f6518fa34e3ad7bf
* Add switch camera on-screen button.Wu-cheng Li2010-09-081-0/+8
| | | | Change-Id: I1564fdf0f7f70f15278bdbdee6d9b5c8a6e683e0
* Avoid loading drawables in CameraSettings.Owen Lin2010-04-261-26/+25
| | | | | | Bug: 2430326 Change-Id: Ia5e6f4320fac3a89ede5054e9ac7b6f31c973273
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-1/+1
| | | | | | Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-0/+2
| | | | Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
* The first runnable version of the new UI.Owen Lin2010-02-261-7/+31
| | | | | | | | | | | | | | | | | | | | Implement the new UI with OpenGL (GLSurfaceView). Known issues: * Texture are never freed from GL * Do not consider the density of screen. Currently, the dimensions in mdpi devices are wrong. * It won't work on Sapphire, bug fired: Bug: 2473605 * The action UP event may pass a wrong target. (It should pass to the same target who recive the DOWN action. * Animation is not smooth enough. * Should not allocate objects into heap during rendering path. * The scrollbar in GLListView doesn't match the design * We should calculate our own orientation instead of using the system one. * Regression: "restore to default settings" is removed Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a
* Unbundle with the PreferenceManager.Owen Lin2010-01-251-1/+0
| | | | Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
* Clean up and add comments for classes.Chih-Chung Chang2009-11-031-0/+1
|
* Revert "Revert "Add icon support for options in preference setting screen.""Cheng-Ru Lin2009-10-011-0/+58
| | | | | | This reverts commit 7af25641ec401d9f669497bd401020f2cb5933ef. Change-Id: I03381ffeee4aca787ea376bcd5fe150ff0f97dbf
* Revert "Add icon support for options in preference setting screen."Cheng-Ru Lin2009-09-301-58/+0
| | | | | | | | | | | | This reverts commit 723f84eadb3c1a79337ef20e4d0a014341537adb. Conflicts: res/values/arrays.xml res/xml/camera_preferences.xml src/com/android/camera/IconListPreference.java Change-Id: Ic5fd32735656cfaed56cf256a0b9530d051f2240
* Remove unused code.Chih-Chung Chang2009-09-281-3/+0
|
* Add icon support for options in preference setting screen.Owen Lin2009-09-241-0/+61
Change-Id: I4029ef11d49922139b8aab423e9871c803ab4a82