History log of /packages/apps/Camera2/src/com/android/camera/settings/ListPreferenceFiller.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46f8751da2fef488f6612b6f2f96e749595d3a2e 26-Mar-2015 Sascha Haeberling <haeberling@google.com> Add support for new independent Lens Blur quality setting.

Bug: 19424875

This CL and its sibling do two things:
- Bring back the Lens Blur setting
- Populate the setting with up to three native picture resolutions.
- If needed, choose the default as being the second highest resolution.
(The list is not a full list, but filterd by what we show to the user).
- Make sure that after a new install a the default is set.
- Extra check in RefocusModule to make sure the default is set if old
setting is not valid. This is important for upgrades.
- To make the size logic re-usable, I wrapped it into a PictureSizeLoader
which also makes the CameraSettingsActivity a bit easier to read.

Change-Id: I53fcac8304f19be4f2c5ac053363f6805b933d89
/packages/apps/Camera2/src/com/android/camera/settings/ListPreferenceFiller.java