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

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

Bump to version 1.49.2 / 83.

parent fb9fb982
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="net.sourceforge.opencamera"
    android:versionCode="82"
    android:versionName="1.49.1"
    android:versionCode="83"
    android:versionName="1.49.2"
    android:installLocation="auto"
    tools:ignore="GoogleAppIndexingWarning">
    <!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ public class MainActivity extends AppCompatActivity {
                    // 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 = 81; // 1.49
                    int whats_new_version = 83; // 1.49.2
                    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);
+3 −7
Original line number Diff line number Diff line
@@ -1050,14 +1050,10 @@
    <string name="whats_new_text" translatable="false">
        <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.49:</b>\n
        \n\n<b>v1.49.2:</b>\n
        <ul>
            <li>Support for portrait and landscape system orientations.\n</li>
            <li>Minor improvements for NR, DRO and HDR photo modes.\n</li>
            <li>Video subtitles option now requires Settings/More camera controls/\"Storage Access Framework\" on Android 11, this is due to changes on Android 11.\n</li>
            <li>Fixed manual white balance.\n</li>
            <li>Fixes for Android 11.\n</li>
            <li>Bug fixes and other improvements.\n</li>
            <li>Fixed crash for NR photo mode on some devices since version 1.49.\n</li>
            <li>Support for latest emoji (e.g. for custom text stamp).\n</li>
        </ul>
    </string>
</resources>