Loading app/src/main/java/net/sourceforge/opencamera/MyPreferenceFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -1289,6 +1289,8 @@ public class MyPreferenceFragment extends PreferenceFragment implements OnShared about_string.append(getString(supports_video_stabilization ? R.string.about_available : R.string.about_not_available)); about_string.append("\nVideo stabilization enabled?: "); about_string.append(video_stabilization_enabled); about_string.append("\nTonemap curve?: "); about_string.append(getString(supports_tonemap_curve ? R.string.about_available : R.string.about_not_available)); about_string.append("\nTonemap max curve points: "); about_string.append(tonemap_max_curve_points); about_string.append("\nCan disable shutter sound?: "); Loading Loading
app/src/main/java/net/sourceforge/opencamera/MyPreferenceFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -1289,6 +1289,8 @@ public class MyPreferenceFragment extends PreferenceFragment implements OnShared about_string.append(getString(supports_video_stabilization ? R.string.about_available : R.string.about_not_available)); about_string.append("\nVideo stabilization enabled?: "); about_string.append(video_stabilization_enabled); about_string.append("\nTonemap curve?: "); about_string.append(getString(supports_tonemap_curve ? R.string.about_available : R.string.about_not_available)); about_string.append("\nTonemap max curve points: "); about_string.append(tonemap_max_curve_points); about_string.append("\nCan disable shutter sound?: "); Loading