Loading _docs/history.html +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ <p>< <small><a href="index.html">Main Page.</a></small></p> <pre> Version 1.48.2 (Work in progress) UPDATED Selecting remote device type for Bluetooth remote control no longer calls DeviceScanner activity directly; DeviceScanner activity no longer exported. Version 1.48.1 (2020/05/02) FIXED Crash on devices with Camera2 API where camera reports no picture, video or preview Loading app/src/main/AndroidManifest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -72,11 +72,8 @@ <activity android:name="net.sourceforge.opencamera.remotecontrol.DeviceScanner" android:label="@string/scan_ble" android:exported="false" > <intent-filter> <action android:name="net.sourceforge.opencamera.Remotecontrol.DeviceScanner"/> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> Loading app/src/main/res/xml/preferences.xml +4 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,10 @@ android:dependency="preference_enable_remote" > <intent android:action="net.sourceforge.opencamera.Remotecontrol.DeviceScanner"/> <intent android:targetPackage="net.sourceforge.opencamera" android:targetClass="net.sourceforge.opencamera.remotecontrol.DeviceScanner" /> </PreferenceScreen> Loading Loading
_docs/history.html +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ <p>< <small><a href="index.html">Main Page.</a></small></p> <pre> Version 1.48.2 (Work in progress) UPDATED Selecting remote device type for Bluetooth remote control no longer calls DeviceScanner activity directly; DeviceScanner activity no longer exported. Version 1.48.1 (2020/05/02) FIXED Crash on devices with Camera2 API where camera reports no picture, video or preview Loading
app/src/main/AndroidManifest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -72,11 +72,8 @@ <activity android:name="net.sourceforge.opencamera.remotecontrol.DeviceScanner" android:label="@string/scan_ble" android:exported="false" > <intent-filter> <action android:name="net.sourceforge.opencamera.Remotecontrol.DeviceScanner"/> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> Loading
app/src/main/res/xml/preferences.xml +4 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,10 @@ android:dependency="preference_enable_remote" > <intent android:action="net.sourceforge.opencamera.Remotecontrol.DeviceScanner"/> <intent android:targetPackage="net.sourceforge.opencamera" android:targetClass="net.sourceforge.opencamera.remotecontrol.DeviceScanner" /> </PreferenceScreen> Loading