Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _includes/sidelist-programming/programming-android.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/directory-fetcher.html" class="otherLinkColour">DirectoryFetcher</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/file-fetcher.html" class="otherLinkColour">FileFetcher</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-manager.html" class="otherLinkColour">ImageManager</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-io.html" class="otherLinkColour">ImageIO</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-processer.html" class="otherLinkColour">ImageProcessor</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">ProactiveImageSourceAdapter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/utility-exception.html" class="otherLinkColour">UtilityException</a></li>
Expand Down
4 changes: 3 additions & 1 deletion _includes/sidelist-programming/programming-oc.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/directory-fetcher.html" class="otherLinkColour">DSDirectoryFetcher</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/file-fetcher.html" class="otherLinkColour">DSFileFetcher</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-manager.html" class="otherLinkColour">DSImageManager</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-drawer.html" class="otherLinkColour">DSImageDrawer</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-io.html" class="otherLinkColour">DSImageIO</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-processer.html" class="otherLinkColour">DSImageProcessor</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">DSMultiFrameResultCrossFilter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">DSProactiveImageSourceAdapter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/utility-module.html" class="otherLinkColour">DSUtilityModule</a></li>
Expand Down
2 changes: 1 addition & 1 deletion programming/android/foundational-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ There are two ways to add the libraries into your project - **Manually** and **M

> Note:
>
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
> The camera features require the camerax dependencies.

4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.

Expand Down
2 changes: 1 addition & 1 deletion programming/android/release-notes/android-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ noTitleIndex: true

# Release Notes for Android SDK - 11.x

## 11.0.3000 (05/14/2025)
## 11.0.3000 (05/15/2025)

### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dbr11.0)

Expand Down
2 changes: 1 addition & 1 deletion programming/android/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pageStartVer: 10.0

> Note:
>
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
> The camera features require the camerax dependencies.

4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.

Expand Down
2 changes: 1 addition & 1 deletion programming/android/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l

> Note:
>
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
> The camera features require the camerax dependencies.

4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.

Expand Down