Loading app/src/main/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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="77" android:versionName="1.48.1" android:versionCode="78" android:versionName="1.48.2" android:installLocation="auto" tools:ignore="GoogleAppIndexingWarning"> <!-- ignore GoogleAppIndexingWarning as we don't want to implement that --> Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,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 = 75; // 1.48 int whats_new_version = 78; // 1.48.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); Loading app/src/main/res/values/strings.xml +4 −16 Original line number Diff line number Diff line Loading @@ -1033,23 +1033,11 @@ <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.48:</b>\n \n\n<b>v1.48.2:</b>\n <ul> <li>New icon for multiple cameras. If your device has multiple front/back cameras, then the existing icon to switch cameras will switch between front and back camera; the new icon will instead cycle between the multiple front or back cameras. If you prefer the old behaviour, disable Settings/On screen GUI/\"Multiple cameras icon\". (Note, only supported for devices that expose multiple cameras to third party applications.)\n</li> <li>Auto-level feature now shows on-screen rectangle to show the frame of the resultant photo.\n</li> <li>Aperture control, for devices that support this. (Camera2 API only.)\n</li> <li>More custom video profiles.\n</li> <li>New option for alpha value for ghost image option.\n</li> <li>Options for zebra stripe colours.\n</li> <li>Option for storing device\'s current yaw/pitch/roll in Exif user comment.\n</li> <li>Option to disable long press actions.\n</li> <li>Better use of full screen with wide aspect ratios on devices with on-screen navigation buttons.\n</li> <li>Bug fixes and UI improvements.\n</li> <li>Manual focus and focus bracketing seekbars weren\'t being hidden when in immersive mode.\n</li> <li>Fixed problem with video subtitles and Storage Access Framework on some devices.\n</li> <li>Artist, Copyright exif tags option now supported for devices running Android 6 or earlier.\n</li> </ul> </string> </resources> Loading
app/src/main/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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="77" android:versionName="1.48.1" android:versionCode="78" android:versionName="1.48.2" android:installLocation="auto" tools:ignore="GoogleAppIndexingWarning"> <!-- ignore GoogleAppIndexingWarning as we don't want to implement that --> Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,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 = 75; // 1.48 int whats_new_version = 78; // 1.48.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); Loading
app/src/main/res/values/strings.xml +4 −16 Original line number Diff line number Diff line Loading @@ -1033,23 +1033,11 @@ <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.48:</b>\n \n\n<b>v1.48.2:</b>\n <ul> <li>New icon for multiple cameras. If your device has multiple front/back cameras, then the existing icon to switch cameras will switch between front and back camera; the new icon will instead cycle between the multiple front or back cameras. If you prefer the old behaviour, disable Settings/On screen GUI/\"Multiple cameras icon\". (Note, only supported for devices that expose multiple cameras to third party applications.)\n</li> <li>Auto-level feature now shows on-screen rectangle to show the frame of the resultant photo.\n</li> <li>Aperture control, for devices that support this. (Camera2 API only.)\n</li> <li>More custom video profiles.\n</li> <li>New option for alpha value for ghost image option.\n</li> <li>Options for zebra stripe colours.\n</li> <li>Option for storing device\'s current yaw/pitch/roll in Exif user comment.\n</li> <li>Option to disable long press actions.\n</li> <li>Better use of full screen with wide aspect ratios on devices with on-screen navigation buttons.\n</li> <li>Bug fixes and UI improvements.\n</li> <li>Manual focus and focus bracketing seekbars weren\'t being hidden when in immersive mode.\n</li> <li>Fixed problem with video subtitles and Storage Access Framework on some devices.\n</li> <li>Artist, Copyright exif tags option now supported for devices running Android 6 or earlier.\n</li> </ul> </string> </resources>