Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1951a9dd authored by Mark Harman's avatar Mark Harman
Browse files

More crop guides: 65:24 and 3:1.

parent d0aff5b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ Version 1.55 (Work in progress)

FIXED   Dialog for poor magnetic sensor dialog wasn't showing any text.
FIXED   Ensure the info text for capture progress in x- extension modes remains visible until 100%.
ADDED   More crop guides: 65:24 and 3:1.
UPDATED Shutter button now changes to a red square when recording video.
UPDATED Smooth zoom transition when using zoom seekbar (for Camera2 API).
UPDATED Removed -/+ controls for zoom and exposure compensation (these "zoom controls" are now
+6 −0
Original line number Diff line number Diff line
@@ -1126,6 +1126,12 @@ public class DrawPreview {
                    case "crop_guide_2.4":
                        crop_ratio = 2.4;
                        break;
                    case "crop_guide_2.71":
                        crop_ratio = 2.70833333; // actually 65:24
                        break;
                    case "crop_guide_3":
                        crop_ratio = 3.0;
                        break;
                }
                if( crop_ratio > 0.0 ) {
                    // we should compare to getCurrentPreviewAspectRatio() not getTargetRatio(), as the actual preview
+4 −0
Original line number Diff line number Diff line
@@ -804,6 +804,8 @@
        <item>@string/preference_crop_guide_2_33</item>
        <item>@string/preference_crop_guide_2_35</item>
        <item>@string/preference_crop_guide_2_4</item>
        <item>@string/preference_crop_guide_2_71</item>
        <item>@string/preference_crop_guide_3</item>
    </string-array>
    <string-array name="preference_crop_guide_values">
        <item>crop_guide_none</item>
@@ -818,6 +820,8 @@
        <item>crop_guide_2.33</item>
        <item>crop_guide_2.35</item>
        <item>crop_guide_2.4</item>
        <item>crop_guide_2.71</item>
        <item>crop_guide_3</item>
    </string-array>
    <string-array name="preference_audio_noise_control_sensitivity_entries">
        <item>@string/preference_audio_noise_control_sensitivity_m3</item>
+2 −0
Original line number Diff line number Diff line
@@ -696,6 +696,8 @@
    <string name="preference_crop_guide_2_33">2.33 (21:9)</string>
    <string name="preference_crop_guide_2_35">2.35 (47:20)</string>
    <string name="preference_crop_guide_2_4">2.4 (12:5)</string>
    <string name="preference_crop_guide_2_71">2.71 (65:24)</string>
    <string name="preference_crop_guide_3">3 (3:1)</string>

    <string name="preference_audio_noise_control_sensitivity_3">+3 (high sensitivity)</string>
    <string name="preference_audio_noise_control_sensitivity_2">+2</string>