Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -598,7 +598,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 = 78; // 1.48.2 int whats_new_version = 79; // 1.48.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); Loading app/src/main/res/values/strings.xml +13 −4 Original line number Diff line number Diff line Loading @@ -1033,11 +1033,20 @@ <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.2:</b>\n \n\n<b>v1.48.3:</b>\n <ul> <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> <li>Now supporting \"scoped storage\" on Android 10+. This means the following changes for devices with Android 10+:\n</li> <li>- Saving outside of DCIM/ is no longer possible unless using the Storage Access Framework option. If you had set up a custom save folder outside of DCIM/ and are on Android 10+, it will be reset to the default DCIM/OpenCamera/ folder. If you want to continue saving outside of DCIM/, you can enable Settings/More camera controls/\"Use Storage Access Framework\" and choose a new folder.\n</li> <li>- If using Video subtitles option, then the .SRT files will show up in gallery applications, unless Settings/More camera controls/\"Use Storage Access Framework\" is enabled.\n</li> <li>HDR improvements for some specific scenes.\n</li> <li>Seekbar now used for more settings.\n</li> <li>Bug fixes.\n</li> </ul> </string> </resources> Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -598,7 +598,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 = 78; // 1.48.2 int whats_new_version = 79; // 1.48.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); Loading
app/src/main/res/values/strings.xml +13 −4 Original line number Diff line number Diff line Loading @@ -1033,11 +1033,20 @@ <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.2:</b>\n \n\n<b>v1.48.3:</b>\n <ul> <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> <li>Now supporting \"scoped storage\" on Android 10+. This means the following changes for devices with Android 10+:\n</li> <li>- Saving outside of DCIM/ is no longer possible unless using the Storage Access Framework option. If you had set up a custom save folder outside of DCIM/ and are on Android 10+, it will be reset to the default DCIM/OpenCamera/ folder. If you want to continue saving outside of DCIM/, you can enable Settings/More camera controls/\"Use Storage Access Framework\" and choose a new folder.\n</li> <li>- If using Video subtitles option, then the .SRT files will show up in gallery applications, unless Settings/More camera controls/\"Use Storage Access Framework\" is enabled.\n</li> <li>HDR improvements for some specific scenes.\n</li> <li>Seekbar now used for more settings.\n</li> <li>Bug fixes.\n</li> </ul> </string> </resources>