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

Commit db43895d authored by Mark Harman's avatar Mark Harman
Browse files

Bump to version 89 / 1.53.

parent ba2b9bf1
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"
    xmlns:tools="http://schemas.android.com/tools"
    android:versionCode="88"
    android:versionName="1.52"
    android:versionCode="89"
    android:versionName="1.53"
    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
@@ -658,7 +658,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
                    // 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 = 88; // 1.52
                    int whats_new_version = 89; // 1.53
                    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 −8
Original line number Diff line number Diff line
@@ -1077,15 +1077,13 @@
    <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.52:</b>\n
        \n\n<b>v1.53:</b>\n
        <ul>
            <li>Improvements for pinch zooming.\n</li>
            <li>Fixes for split-screen and multi-window mode.\n</li>
            <li>Support for zoom and on-screen ISO/exposure display when using camera vendor extensions (for supported Android 13+ devices).\n</li>
            <li>\"Touch to capture\" option now supports starting and stopping video.\n</li>
            <li>Applied a 2s timeout for focusing with original camera API.\n</li>
            <li>Improved performance for NR photo mode.\n</li>
            <li>No longer cancel panorama when rotating device too far in wrong direction.\n</li>
            <li>Improved user interface icons.\n</li>
            <li>Smoother zoom for Camera2 API.\n</li>
            <li>Camera vendor extensions show percentage progress on supported Android 14 devices.\n</li>
            <li>New option for on-screen icon to enable/disable focus peaking.\n</li>
            <li>Support for themed/monochrome application icon.\n</li>
            <li>Various other improvements and bug fixes.\n</li>
        </ul>
    </string>