diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml index 78b819a11..d02c772e3 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml @@ -2391,9 +2391,9 @@ minFps maxFps -sizes -maxWidth -maxHeight +availableCameraPreviewSizes +maxRequestedCameraPreviewWidth +maxRequestedCameraPreviewHeight context cameraCharacteristics diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/deprecated-list.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/deprecated-list.html index 77ef3c887..b98dbd907 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/deprecated-list.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/deprecated-list.html @@ -447,14 +447,35 @@

Contents

+io.anyline.plugin.meter.MeterScanMode.ANALOG_METER + +
MeterScanMode.ANALOG_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+ + + +io.anyline.plugin.meter.MeterScanMode.DIGITAL_METER + +
MeterScanMode.DIGITAL_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+ + + +io.anyline.plugin.meter.MeterScanMode.DOT_MATRIX_METER + +
MeterScanMode.DOT_MATRIX_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+ + + io.anyline.view.CutoutConfig.CutoutStyle.ANIMATED_CIRCLE - + io.anyline.view.CutoutConfig.CutoutStyle.IMAGE - + io.anyline.view.FlashViewConfig.FlashMode.MANUAL diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html index f1fb3e322..188affd69 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html @@ -207,7 +207,12 @@

A

AlphabetMapper() - Constructor for class io.anyline.plugin.id.AlphabetMapper
 
ANALOG_METER - io.anyline.plugin.meter.MeterScanMode
-
 
+
+
Deprecated. +
MeterScanMode.ANALOG_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+
+
Andorra - io.anyline.plugin.licenseplate.LicensePlateScanMode
 
ANIMATED_CIRCLE - io.anyline.view.CutoutConfig.CutoutStyle
@@ -1083,7 +1088,12 @@

D

DIAL_METER - io.anyline.plugin.meter.MeterScanMode
 
DIGITAL_METER - io.anyline.plugin.meter.MeterScanMode
-
 
+
+
Deprecated. +
MeterScanMode.DIGITAL_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+
+
DimensUtil - Class in io.anyline.util
A helper class with methods to deal with dimensions and orientation.
@@ -1173,7 +1183,12 @@

D

DOT_CODE - io.anyline.plugin.barcode.BarcodeFormat
 
DOT_MATRIX_METER - io.anyline.plugin.meter.MeterScanMode
-
 
+
+
Deprecated. +
MeterScanMode.DOT_MATRIX_METER is deprecated and will be removed in a future + version of Anyline. Please use MeterScanMode.AUTO_ANALOG_DIGITAL_METER instead.
+
+
DOT_STRICT - io.anyline.plugin.tire.TINConfig.ScanMode
 
dpToPx(Context, float) - Static method in class io.anyline.util.DimensUtil
diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/camera/CameraUtil.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/camera/CameraUtil.html index 7cd757073..021502414 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/camera/CameraUtil.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/camera/CameraUtil.html @@ -217,9 +217,9 @@

Method Summary

static CameraSize -getBiggestFittingPreviewSize​(java.util.List<CameraSize> sizes, - int maxWidth, - int maxHeight) +getBiggestFittingPreviewSize​(java.util.List<CameraSize> availableCameraPreviewSizes, + int maxRequestedCameraPreviewWidth, + int maxRequestedCameraPreviewHeight)
This helper method can be called to select camera preview size.
@@ -422,17 +422,33 @@

getDisplayRotationDegrees