Skip to content

Commit

Permalink
Merge pull request #5 from BlinkID/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
i1E committed Nov 16, 2023
2 parents ff8586b + f1400da commit d5f23ed
Show file tree
Hide file tree
Showing 113 changed files with 2,914 additions and 368 deletions.
6 changes: 3 additions & 3 deletions CaptureSample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
buildscript {
val kotlin_compiler_extension_version by extra("1.4.7")
val core_ktx_version by extra("1.12.0")
val material_version by extra("1.9.0")
val material_version by extra("1.10.0")
val appcompat_version by extra("1.6.1")
val compose_version by extra("1.4.3")
val compose_bom_version by extra("2023.08.00")
val navigation_compose_version by extra("2.7.3")
val navigation_compose_version by extra("2.7.5")
val camerax_version by extra("1.2.3")
// Capture SDK version
val capture_version by extra("1.1.0")
val capture_version by extra("1.2.0")

}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
Expand Down
1 change: 1 addition & 0 deletions CaptureSample/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// mavenLocal()
// add Microblink maven repository to repositories list
maven { url 'https://maven.microblink.com' }
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add _Capture_ as a dependency in module level build.gradle(.kts):

```
dependencies {
implementation("com.microblink:capture-ux:1.1.0")
implementation("com.microblink:capture-ux:1.2.0")
}
```

Expand Down Expand Up @@ -347,7 +347,7 @@ Add _capture-core_ library as a dependency in module level build.gradle(.kts):

```
dependencies {
implementation("com.microblink:capture-core:1.1.0")
implementation("com.microblink:capture-core:1.2.0")
}
```

Expand Down
10 changes: 10 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## v1.2.0

### Minor API changes

- Introduced `BlurPolicy`, `GlarePolicy` and `TiltPolicy` which are used to enable `strict`, `normal`, `relaxed` or `disabled` policies.
- `AnalyzerSettings` changes:
- Replaced `tiltThreshold` with `tiltPolicy`.
- Replaced `ignoreGlare` with `glarePolicy`.
- Replaced `ignoreBlur` with `blurPolicy`.

## v1.1.0

### Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-372974862%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
</div>
</div>
</div>
Expand All @@ -79,13 +79,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-739389684%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-372974862%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
</div>
</div>
</div>
Expand All @@ -79,13 +79,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-739389684%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-372974862%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
</div>
</div>
</div>
Expand All @@ -79,13 +79,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<div><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-739389684%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<div><a href="../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357"><span><span>name</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-372974862%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-372974862%2FProperties%2F667377357">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
</div>
</div>
</div>
Expand All @@ -128,13 +128,13 @@ <h2 class="">Properties</h2>
<div class="table-row" data-filterable-current=":capture-core:dokkaHtmlPartial/release" data-filterable-set=":capture-core:dokkaHtmlPartial/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<div><a href="../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357"><span><span>ordinal</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-739389684%2FProperties%2F667377357"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../com.microblink.capture.settings/-capture-strategy/-single-frame/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":capture-core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../../com.microblink.capture.settings/-tilt-policy/-relaxed/index.html#-739389684%2FProperties%2F667377357">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit d5f23ed

Please sign in to comment.