Loading _docs/history.html +1 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ UPDATED Double tapping will now cancel focus and metering area. UPDATED Allow some more dialogs to run while still showing camera preview. UPDATED Support longer exposure time (0.5s) on Samsung Galaxy S devices. UPDATED OnePlus devices on Android 14+ now default to Camera2 API for new installs. UPDATED No longer force max brightness by default for new installs. UPDATED Removed "dim on-screen virtual navigation buttons" option for "Immersive mode" (this is now deprecated on Android, and few devices support it anymore). UPDATED Changed shutter sound on Samsung devices with Camera2 API (workaround for Samsung specific Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -4136,7 +4136,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen // done here rather than onCreate, so that changing it in preferences takes effect without restarting app SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this); final WindowManager.LayoutParams layout = getWindow().getAttributes(); if( force_max || sharedPreferences.getBoolean(PreferenceKeys.MaxBrightnessPreferenceKey, true) ) { if( force_max || sharedPreferences.getBoolean(PreferenceKeys.MaxBrightnessPreferenceKey, false) ) { layout.screenBrightness = WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_FULL; } else { Loading app/src/main/res/xml/preferences_sub_gui.xml +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ android:key="preference_max_brightness" android:title="@string/preference_max_brightness" android:summary="@string/preference_max_brightness_summary" android:defaultValue="true" android:defaultValue="false" /> </PreferenceScreen> Loading
_docs/history.html +1 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ UPDATED Double tapping will now cancel focus and metering area. UPDATED Allow some more dialogs to run while still showing camera preview. UPDATED Support longer exposure time (0.5s) on Samsung Galaxy S devices. UPDATED OnePlus devices on Android 14+ now default to Camera2 API for new installs. UPDATED No longer force max brightness by default for new installs. UPDATED Removed "dim on-screen virtual navigation buttons" option for "Immersive mode" (this is now deprecated on Android, and few devices support it anymore). UPDATED Changed shutter sound on Samsung devices with Camera2 API (workaround for Samsung specific Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -4136,7 +4136,7 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen // done here rather than onCreate, so that changing it in preferences takes effect without restarting app SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this); final WindowManager.LayoutParams layout = getWindow().getAttributes(); if( force_max || sharedPreferences.getBoolean(PreferenceKeys.MaxBrightnessPreferenceKey, true) ) { if( force_max || sharedPreferences.getBoolean(PreferenceKeys.MaxBrightnessPreferenceKey, false) ) { layout.screenBrightness = WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_FULL; } else { Loading
app/src/main/res/xml/preferences_sub_gui.xml +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ android:key="preference_max_brightness" android:title="@string/preference_max_brightness" android:summary="@string/preference_max_brightness_summary" android:defaultValue="true" android:defaultValue="false" /> </PreferenceScreen>