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

Commit 9e78b30e authored by Mark Harman's avatar Mark Harman
Browse files

Bump to version 74 / 1.47.3.

parent 42533794
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="net.sourceforge.opencamera"
    android:versionCode="73"
    android:versionName="1.47.2"
    android:versionCode="74"
    android:versionName="1.47.3"
    android:installLocation="auto"
    >

+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class MainActivity extends Activity {
                    // E.g., we have a "What's New" for 1.44 (64), but then push out a quick fix for 1.44.1 (65). We don't want to
                    // show the dialog again to people who already received 1.44 (64), but we still want to show the dialog to people
                    // upgrading from earlier versions.
                    int whats_new_version = 71; // 1.47
                    int whats_new_version = 74; // 1.47.3
                    whats_new_version = Math.min(whats_new_version, version_code); // whats_new_version should always be <= version_code, but just in case!
                    if( MyDebug.LOG ) {
                        Log.d(TAG, "whats_new_version: " + whats_new_version);
+6 −9
Original line number Diff line number Diff line
@@ -945,16 +945,13 @@
    <string name="whats_new_text">
        <small>[This dialog is shown when Open Camera is updated. You can disable it under
            Settings/On screen GUI/Show What\'s New dialog.]</small>
        \n\n<b>v1.47:</b>\n
        \n\n<b>v1.47.3:</b>\n
        <ul>
            <li>New panorama photo mode (requires Android 5+, note not all devices are supported).\n</li>
            <li>New option Settings/Photo settings/Text style/\"Text with shaded background\" for photo stamp.\n</li>
            <li>Notifications now displayed on Android 8+ when Open Camera is in background when images are
                still being processed/saved.\n</li>
            <li>Camera ID is now displayed when switching cameras, on devices with more than two cameras.\n</li>
            <li>Improved performance on Android 7+ when saving photos when using Storage Access Framework.\n</li>
            <li>Other improvements and bug fixes.\n</li>

            <li>Camera2 API option is now a \"list\" selection rather than a toggle switch. This option
            should be copied over, but just in case, if you had enabled Camera2 API and Camera2 features
            are no longer available, please check Settings/\"Camera API\".\n</li>
            <li>Grids were being drawing too faintly.\n</li>
            <li>Updated appearance of some icons.\n</li>
        </ul>
    </string>
</resources>