summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorWilhelm Fitzpatrick <rafial@cyngn.com>2014-11-14 16:31:35 -0800
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:31:35 +0000
commit8f1bd1f7a1daf407093c270e81b262297796067d (patch)
tree88a8c34812f9e77ac43a6107e7f494fe7a1a2adc /res/values/qcomstrings.xml
parentf4f5d852c6834ebfe2a192f7204840adee7f9d8f (diff)
downloadandroid_packages_apps_Snap-8f1bd1f7a1daf407093c270e81b262297796067d.tar.gz
android_packages_apps_Snap-8f1bd1f7a1daf407093c270e81b262297796067d.tar.bz2
android_packages_apps_Snap-8f1bd1f7a1daf407093c270e81b262297796067d.zip
CameraNext: dynamically generate available photo resolutions
Instead of depending on a large matching table, generated the list of picture sizes to show to the user directly from the supported list returned by the camera. The list is filtered to remove uselessly small resolutions on modern devices, to group resolutions by aspect ratio, and to filter out fairly similar sizes. Change-Id: I47a67a89786543baec133cf7e71df9819793ebac
Diffstat (limited to 'res/values/qcomstrings.xml')
-rwxr-xr-xres/values/qcomstrings.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index a663af01f..f93a279a7 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -809,17 +809,6 @@
<string name="pref_camera_histogram_value_enable">enable</string>
<string name="pref_camera_histogram_value_disable">disable</string>
- <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
- <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
- <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
- <string name="pref_camera_picturesize_entry_1280x400">1280 x 400</string>
- <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
- <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
- <string name="pref_camera_picturesize_entry_960x720">960 x 720</string>
- <string name="pref_camera_picturesize_entry_720x480">720 x 480</string>
- <string name="pref_camera_picturesize_entry_352x288">CIF</string>
- <string name="pref_camera_picturesize_entry_176x144">QCIF</string>
-
<!-- Default auto scene detection setting. -->
<string name="pref_camera_scenedetect_default" translatable="false">off</string>