Skip to content

Commit

Permalink
Merge pull request #73 from BlinkID/release/v5.19.0
Browse files Browse the repository at this point in the history
Release/v5.19.0
  • Loading branch information
mijo-gracanin authored Oct 7, 2022
2 parents 1456c9e + 40869df commit 897baf1
Show file tree
Hide file tree
Showing 152 changed files with 673 additions and 590 deletions.
8 changes: 4 additions & 4 deletions Binding/Android/AndroidBinding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AndroidClassParser>class-parse</AndroidClassParser>
<PackageId>BlinkID.Android.Binding</PackageId>
<PackageVersion>5.17.0</PackageVersion>
<PackageVersion>5.19.0</PackageVersion>
<Authors>Microblink</Authors>
<Owners>Microblink</Owners>
<PackageProjectUrl>https://github.com/blinkid/blinkid-xamarin</PackageProjectUrl>
<PackageReleaseNotes>Updated to BlinkID Android SDK v5.17.0
<PackageReleaseNotes>Updated to BlinkID Android SDK v5.19.0

https://github.com/BlinkID/blinkid-android/releases/tag/v5.17.0</PackageReleaseNotes>
https://github.com/BlinkID/blinkid-android/releases/tag/v5.19.0</PackageReleaseNotes>
<Summary>A small, but powerful ID scanning library - native Android SDK binding package.</Summary>
<Title>BlinkID</Title>
<Description>A small, but powerful ID scanning library - native Android SDK binding package.</Description>
<PackOnBuild>true</PackOnBuild>
<ReleaseVersion>5.17.0</ReleaseVersion>
<ReleaseVersion>5.19.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions Binding/Android/Jars/LibBlinkID.aar
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<PackageId>BlinkID.Forms.Android</PackageId>
<PackageVersion>5.17.0</PackageVersion>
<PackageVersion>5.19.0</PackageVersion>
<Authors>Microblink</Authors>
<Owners>Microblink</Owners>
<PackageProjectUrl>https://github.com/blinkid/blinkid-xamarin</PackageProjectUrl>
<Summary>A small, but powerful ID scanning library - Android implementation for Xamarin Forms.</Summary>
<Title>BlinkID</Title>
<Description>A small, but powerful ID scanning library - Android implementation for Xamarin Forms.</Description>
<ReleaseVersion>5.17.0</ReleaseVersion>
<ReleaseVersion>5.19.0</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<PackageReleaseNotes>Updated for BlinkID Android SDK v5.17.0
<PackageReleaseNotes>Updated for BlinkID Android SDK v5.19.0

https://github.com/BlinkID/blinkid-android/releases/tag/v5.17.0</PackageReleaseNotes>
https://github.com/BlinkID/blinkid-android/releases/tag/v5.19.0</PackageReleaseNotes>
<!-- Workaround for build error -->
<DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ public IMicroblinkScanner CreateMicroblinkScanner(string licenseKey, string lice
return new MicroblinkScannerImplementation(licenseKey, licensee, showTimeLimitedLicenseWarning, AndroidHostActivity);
}
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFramework>netstandard2.1</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageId>BlinkID.Forms.Core</PackageId>
<PackageVersion>5.17.0</PackageVersion>
<PackageVersion>5.19.0</PackageVersion>
<Authors>Microblink</Authors>
<Owners>Microblink</Owners>
<PackageProjectUrl>https://github.com/blinkid/blinkid-xamarin</PackageProjectUrl>
<PackageReleaseNotes>Updated for BlinkID Android and iOS SDKs v5.17.0</PackageReleaseNotes>
<PackageReleaseNotes>Updated for BlinkID Android and iOS SDKs v5.19.0</PackageReleaseNotes>
<Summary>A small, but powerful ID scanning library - abstractions library for Xamarin Forms.</Summary>
<Title>BlinkID</Title>
<Description>A small, but powerful ID scanning library - abstractions library for Xamarin Forms.</Description>
<ReleaseVersion>5.17.0</ReleaseVersion>
<ReleaseVersion>5.19.0</ReleaseVersion>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,8 @@ public enum Region
QuintanaRooBenitoJuarez,
QuintanaRoo,
QuintanaRooSolidaridad,
Tlaxcala
Tlaxcala,
QuintanaRooCozumel
}

/// <summary>
Expand Down Expand Up @@ -851,7 +852,10 @@ public enum Type
TribalId,
VeteranId,
CitizenshipCertificate,
MyNumberCard
MyNumberCard,
ConsularPassport,
MinorsPassport,
MinorsPublicServicesCard
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
<AssemblyName>BlinkID</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<PackageId>BlinkID.Forms.iOS</PackageId>
<PackageVersion>5.17.0</PackageVersion>
<PackageVersion>5.19.0</PackageVersion>
<Authors>Microblink</Authors>
<Owners>Microblink</Owners>
<PackageProjectUrl>https://github.com/blinkid/blinkid-xamarin</PackageProjectUrl>
<Summary>A small, but powerful ID scanning library - iOS implementation for Xamarin Forms.</Summary>
<Title>BlinkID</Title>
<Description>A small, but powerful ID scanning library - iOS implementation for Xamarin Forms.</Description>
<ReleaseVersion>5.17.0</ReleaseVersion>
<ReleaseVersion>5.19.0</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<PackageReleaseNotes>Updated for BlinkID iOS SDK v5.17.0
<PackageReleaseNotes>Updated for BlinkID iOS SDK v5.19.0

https://github.com/BlinkID/blinkid-ios/releases/tag/v5.17.0</PackageReleaseNotes>
https://github.com/BlinkID/blinkid-ios/releases/tag/v5.19.0</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Binding/Forms/BlinkID.Forms/BlinkID.Forms.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Global
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
version = 5.17.0
version = 5.19.0
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions Binding/iOS/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BlinkID
delegate void MBBlock ();

// @interface MBMicroblinkApp : NSObject
[iOS (8,0)]
[iOS (11,0)]
[BaseType (typeof(NSObject))]
interface MBMicroblinkApp
{
Expand Down Expand Up @@ -74,7 +74,7 @@ interface MBMicroblinkApp
}

// @interface MBCameraSettings : NSObject <NSCopying>
[iOS (8,0)]
[iOS (11,0)]
[BaseType (typeof(NSObject))]
interface MBCameraSettings : INSCopying
{
Expand Down Expand Up @@ -2381,7 +2381,7 @@ interface MBBlinkIdCombinedRecognizerDelegate
void OnCombinedBarcodeScanningStarted ();
}

// @interface MBIdBarcodeRecognizerResult : MBRecognizerResult <NSCopying>
// @interface MBIdBarcodeRecognizerResult : MBRecognizerResult <NSCopying, MBAgeResult, MBDocumentExpirationCheckResult>
[iOS (8,0)]
[BaseType (typeof(MBRecognizerResult))]
[DisableDefaultCtor]
Expand Down
8 changes: 4 additions & 4 deletions Binding/iOS/BlinkID.iOSBinding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<AssemblyName>BlinkID.iOSBinding</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<PackageId>BlinkID.iOS.Binding</PackageId>
<PackageVersion>5.17.0</PackageVersion>
<PackageVersion>5.19.0</PackageVersion>
<Authors>Microblink</Authors>
<Owners>Microblink</Owners>
<PackageProjectUrl>https://github.com/blinkid/blinkid-xamarin</PackageProjectUrl>
<PackageReleaseNotes>Updated for BlinkID iOS SDK v5.17.0:
<PackageReleaseNotes>Updated for BlinkID iOS SDK v5.19.0:

https://github.com/BlinkID/blinkid-ios/releases/tag/v5.17.0</PackageReleaseNotes>
https://github.com/BlinkID/blinkid-ios/releases/tag/v5.19.0</PackageReleaseNotes>
<Summary>A small, but powerfull ID scanning library - native iOS SDK binding package.</Summary>
<Title>BlinkID</Title>
<Description>A small, but powerfull ID scanning library - native iOS SDK binding package.</Description>
<ReleaseVersion>5.17.0</ReleaseVersion>
<ReleaseVersion>5.19.0</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(9.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBarcodeElements : NSObject<NSCopying>

MB_INIT_UNAVAILABLE
Expand Down
2 changes: 1 addition & 1 deletion Binding/iOS/Microblink.framework/Headers/MBBarcodeResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBBarcodeResult : NSObject

MB_INIT_UNAVAILABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Settings class containing UI information
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBaseOcrOverlaySettings : MBBaseOverlaySettings

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Settings class containing UI information
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBaseOverlaySettings : MBOverlaySettings

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Common base class for default overlay view controllers
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBaseOverlayViewController : MBOverlayViewController

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Recognizer which can scan front and back side of the United States driver license.
*/
MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBBlinkIdCombinedRecognizer : MBRecognizer<NSCopying, MBCombinedRecognizer, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFullDocumentImageExtensionFactors, MBSignatureImage, MBSignatureImageDpi, MBEncodeSignatureImage, MBCameraFrames>

MB_INIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Recognizer which can scan front and back side of the United States driver license.
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBlinkIdCombinedRecognizerResult : MBRecognizerResult<NSCopying, MBCombinedRecognizerResult, MBFaceImageResult, MBEncodedFaceImageResult, MBCombinedFullDocumentImageResult, MBEncodedCombinedFullDocumentImageResult, MBAgeResult, MBDocumentExpirationCheckResult, MBSignatureImageResult, MBEncodedSignatureImageResult>

MB_INIT_UNAVAILABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Settings class containing parameters for BlinkId UI
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBlinkIdOverlaySettings : MBBaseOverlaySettings

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBlinkIdOverlayTheme : NSObject

- (instancetype)init NS_UNAVAILABLE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Default version of overlay view controller with modern design.
*/
MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBBlinkIdOverlayViewController : MBBaseOverlayViewController

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The Blink ID Recognizer is used for scanning Blink ID.
*/
MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBBlinkIdRecognizer : MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi, MBFullDocumentImage, MBEncodeFullDocumentImage, MBFullDocumentImageDpi, MBFullDocumentImageExtensionFactors, MBSignatureImage, MBSignatureImageDpi, MBEncodeSignatureImage, MBCameraFrames>

MB_INIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The Blink ID Recognizer is used for scanning Blink ID.
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBBlinkIdRecognizerResult : MBRecognizerResult<NSCopying, MBFullDocumentImageResult, MBEncodedFullDocumentImageResult, MBFaceImageResult, MBEncodedFaceImageResult, MBAgeResult, MBDocumentExpirationCheckResult, MBSignatureImageResult, MBEncodedSignatureImageResult>

MB_INIT_UNAVAILABLE
Expand Down
2 changes: 1 addition & 1 deletion Binding/iOS/Microblink.framework/Headers/MBCameraReticle.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
* A camera reticle that locates at the center of screen and uses circle arc rotation to indicate that
* the system is active but has not detected an object yet.
*/
MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBCameraReticle : MBSubview

/** Whether the reticle is currently animating. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef NS_ENUM(NSInteger, MBCameraAutofocusRestriction) {
/**
* Settings class containing parameters for camera capture
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBCameraSettings : NSObject <NSCopying>

/**
Expand Down
2 changes: 1 addition & 1 deletion Binding/iOS/Microblink.framework/Headers/MBClassInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBClassInfo : NSObject <NSSecureCoding>

- (instancetype)init NS_UNAVAILABLE;
Expand Down
8 changes: 6 additions & 2 deletions Binding/iOS/Microblink.framework/Headers/MBClassInfoTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ typedef NS_ENUM(NSInteger, MBRegion) {
MBRegionQuintanaRooBenitoJuarez,
MBRegionQuintanaRoo,
MBRegionQuintanaRooSolidaridad,
MBRegionTlaxcala
MBRegionTlaxcala,
MBRegionQuintanaRooCozumel
};

typedef NS_ENUM(NSInteger, MBType) {
Expand Down Expand Up @@ -435,7 +436,10 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeTribalId,
MBTypeVeteranId,
MBTypeCitizenshipCertificate,
MBTypeMyNumberCard
MBTypeMyNumberCard,
MBTypeConsularPassport,
MBTypeMinorsPassport,
MBTypeMinorsPublicServicesCard
};

#endif /* MBClassInfoTypes_h */
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
Custom Overlay View Controller is an abstract class for all custom overlay views placed on top View Controller.
It's responsibility is to provide meaningful and useful interface for the user to interact with.
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBCustomOverlayViewController : MBOverlayViewController

@property (nonatomic, readonly, strong) MBRecognizerCollection *recognizerCollection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
* This policy is usually best for processor groups that prepare
* image for output (e.g. MBImageReturnProcessor).
*/
MB_CLASS_AVAILABLE_IOS(8.0) MB_FINAL
MB_CLASS_AVAILABLE_IOS(11.0) MB_FINAL
@interface MBDPIBasedDewarpPolicy : MBDewarpPolicy

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(9.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBDataMatchDetailedInfo : NSObject

/**
Expand Down
2 changes: 1 addition & 1 deletion Binding/iOS/Microblink.framework/Headers/MBDateResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* While converting to NSDate, internally prior knowledge about scanned document is used to use the right format.
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBDateResult : NSObject <MBNativeResult>

// Unavailable
Expand Down
2 changes: 1 addition & 1 deletion Binding/iOS/Microblink.framework/Headers/MBDewarpPolicy.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Base class for all dewarp policies
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBDewarpPolicy : NSObject

- (instancetype)init NS_DESIGNATED_INITIALIZER;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Represents a detection that can be displayed on screen.
*/
MB_CLASS_AVAILABLE_IOS(8.0)
MB_CLASS_AVAILABLE_IOS(11.0)
@interface MBDisplayableDetection : MBDisplayableObject

/**
Expand Down
Loading

0 comments on commit 897baf1

Please sign in to comment.