History log of /packages/apps/Camera/src/com/android/camera/ListPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
63d92f7a1ff8210e271767f57dc49c9d0b1f4d31 22-Aug-2012 Ahbong Chang <cwahbong@google.com> Filter out the picture sizes that have the same entry.

Bug: 7022819
Change-Id: I8f9e0c17d5b039047c9fc636a7a13c6942b0d15e
/packages/apps/Camera/src/com/android/camera/ListPreference.java
64f9e54b860d158f8317bce7d4e8b6af5cbcfbab 20-Apr-2012 Pin Ting <pinting@google.com> Misc fixes and clean-up.

- Use getResources().getConfiguration().orientation to replace
getRequestedOrientation().
- Remove unused code.
- Fix outdated comment.
- Fix typo in variable names and comments.
- Fix coding style.

Change-Id: I81166ae2e4e99693e973227b323eaee68f6631db
/packages/apps/Camera/src/com/android/camera/ListPreference.java
60dc073ff3087af41f9cf3b738eaa74bb2212f95 27-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5310099: Accept an array of default values for ListPreference.

The reason we want an array of default values is some of them may
be unsupported on a hardware platform. The first supported value
in the array will be used as the default value.

Change-Id: I9e372304ec0eaea3181cf70c352a50b82d4b8c58
/packages/apps/Camera/src/com/android/camera/ListPreference.java
05999715cc38365aa4751a2a355eb1af284573ab 23-Sep-2011 Angus Kong <shkong@google.com> Show the real resolution for quality settings.

1. Change the assets.
2. Change the strings from high/low/mms to 1080p/720p/480p.
3. Change the preference from customized string to the real values of
CamcorderProfile.QUALITY_[1080|720|480]P

bug:5141068
Change-Id: I294799bda8e873f828bbf4bd21330591f0859632
/packages/apps/Camera/src/com/android/camera/ListPreference.java
d456809fe6646db9ed759ecc6457f9280d18f2a6 03-Dec-2010 Wu-cheng Li <wuchengli@google.com> Avoid the crash if the preference value is invalid.

Camera driver may have bugs. Avoid the crash if the value
is invalid.

Change-Id: Iffb168bcdfab48f7b9a4257136f0adb46c4ed528
/packages/apps/Camera/src/com/android/camera/ListPreference.java
4e5aa452a0e2438f9af1f08c56b1a7b414e561d9 07-Sep-2010 Brad Fitzpatrick <bradfitz@android.com> Use new SharedPreferences$Editor.apply instead of commit.

apply is the new async version when the caller doesn't care about the
return value, but is otherwise identical in observable effects.

BUG=2978683

Change-Id: I82086fc4501da53266802f95bebc624a7217fd8b
/packages/apps/Camera/src/com/android/camera/ListPreference.java
1e7d70c59c3547db7589c1cae977e98d9b4e95b9 26-Apr-2010 Owen Lin <owenlin@google.com> Avoid loading drawables in CameraSettings.

Bug: 2430326

Change-Id: Ia5e6f4320fac3a89ede5054e9ac7b6f31c973273
/packages/apps/Camera/src/com/android/camera/ListPreference.java
e480f77352d670b2892a9b7b7cd503838b71ca9f 10-Mar-2010 Romain Guy <romainguy@android.com> Camera should have the com.android.camera package name.
Related to bug #2464545

Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
/packages/apps/Camera/src/com/android/camera/ListPreference.java
33be45a1abaf6a8d611fb87b18945c84ab76c229 06-Mar-2010 Owen Lin <owenlin@google.com> Add the new ZoomController UI and also the exposure compensation settings.

Fix the bug that some MotionEvent of some actions should always pass to the
component who accept the DOWN event.

Also fix a bug that nine patch image will be drawn incorrectly after rotation.

Change-Id: I8ab36fb6f958c1967afa11eed5f167842b59cada
/packages/apps/Camera/src/com/android/camera/ListPreference.java
3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change camera package name.

Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
/packages/apps/Camera/src/com/android/camera/ListPreference.java
52064aa4bacfae605823b99f675649b1786e8c8a 26-Jan-2010 Owen Lin <owenlin@google.com> Fix a minor issue of "restore default" should also improve
performance as well.

Change-Id: I1a762ed78dc27bb711b652431481925c9bd1b8b5
/packages/apps/Camera/src/com/android/camera/ListPreference.java
73e782de608cbe2ddffd75c055009ff2e208f78b 19-Jan-2010 Owen Lin <owenlin@google.com> Unbundle with the PreferenceManager.

Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
/packages/apps/Camera/src/com/android/camera/ListPreference.java