Skip to content

Commit fd60a10

Browse files
Merge pull request #382 from dynamsoft-docs/preview
Preview
2 parents 156fd9e + 76f0481 commit fd60a10

File tree

8 files changed

+198
-235
lines changed

8 files changed

+198
-235
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@
334334
</li>
335335
<li lang="android" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
336336
<ul lang="android" >
337-
<li lang="android" ><a href="{{ site.dce_enumerations }}camera-position.html?lang=android" class="otherLinkColour">EnumCameraPosition</a></li>
338-
<li lang="android" ><a href="{{ site.dce_enumerations }}camera-state.html?lang=android" class="otherLinkColour">EnumCameraState</a></li>
339-
<li lang="android" ><a href="{{ site.dce_enumerations }}coordinate-base.html?lang=android" class="otherLinkColour">EnumCoordinateBase</a></li>
340-
<li lang="android" ><a href="{{ site.dce_enumerations }}drawing-item-media-type.html?lang=android" class="otherLinkColour">EnumDrawingItemMediaType</a></li>
341-
<li lang="android" ><a href="{{ site.dce_enumerations }}drawing-item-state.html?lang=android" class="otherLinkColour">EnumDrawingItemState</a></li>
342-
<li lang="android" ><a href="{{ site.dce_enumerations }}enhanced-features.html?lang=android" class="otherLinkColour">EnumEnhancedFeatures</a></li>
343-
<li lang="android" ><a href="{{ site.dce_enumerations }}focus-mode.html?lang=android" class="otherLinkColour">EnumFocusMode</a></li>
344-
<li lang="android" ><a href="{{ site.dce_enumerations }}resolution.html?lang=android" class="otherLinkColour">EnumResolution</a></li>
337+
<li lang="android" ><a href="{{ site.dce_android}}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
338+
<li lang="android" ><a href="{{ site.dce_android}}enum/camera-state.html" class="otherLinkColour">EnumCameraState</a></li>
339+
<li lang="android" ><a href="{{ site.dce_android}}enum/coordinate-base.html" class="otherLinkColour">EnumCoordinateBase</a></li>
340+
<li lang="android" ><a href="{{ site.dce_android}}enum/drawing-item-media-type.html" class="otherLinkColour">EnumDrawingItemMediaType</a></li>
341+
<li lang="android" ><a href="{{ site.dce_android}}enum/drawing-item-state.html" class="otherLinkColour">EnumDrawingItemState</a></li>
342+
<li lang="android" ><a href="{{ site.dce_android}}enum/enhanced-features.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
343+
<li lang="android" ><a href="{{ site.dce_android}}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
344+
<li lang="android" ><a href="{{ site.dce_android}}enum/resolution.html" class="otherLinkColour">EnumResolution</a></li>
345345
</ul>
346346
</li>
347347
</ul>

_includes/sidelist-programming/programming-oc.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,14 @@
333333
</li>
334334
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
335335
<ul lang="objectivec-swift" >
336-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}camera-position.html?lang=objc,swift" class="otherLinkColour">CameraPosition</a></li>
337-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}camera-state.html?lang=objc,swift" class="otherLinkColour">CameraState</a></li>
338-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}coordinate-base.html?lang=objc,swift" class="otherLinkColour">CoordinateBase</a></li>
339-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DrawingItemMediaType</a></li>
340-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DrawingItemState</a></li>
341-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}enhanced-features.html?lang=objc,swift" class="otherLinkColour">EnhancedFeatures</a></li>
342-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}focus-mode.html?lang=objc,swift" class="otherLinkColour">FocusMode</a></li>
343-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}resolution.html?lang=objc,swift" class="otherLinkColour">Resolution</a></li>
336+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-position.html?lang=objc,swift" class="otherLinkColour">CameraPosition</a></li>
337+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-state.html?lang=objc,swift" class="otherLinkColour">CameraState</a></li>
338+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/coordinate-base.html?lang=objc,swift" class="otherLinkColour">CoordinateBase</a></li>
339+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DrawingItemMediaType</a></li>
340+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DrawingItemState</a></li>
341+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/enhanced-features.html?lang=objc,swift" class="otherLinkColour">EnhancedFeatures</a></li>
342+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/focus-mode.html?lang=objc,swift" class="otherLinkColour">FocusMode</a></li>
343+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/resolution.html?lang=objc,swift" class="otherLinkColour">Resolution</a></li>
344344
</ul>
345345
</li>
346346
</ul>

programming/android/release-notes/android-11.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ The following APIs are provided for configuring the `cameraToggleButton`:
6666
- [`setCameraToggleButtonVisible`]({{ site.dce_android }}auxiliary-api/dcecameraview.html#setcameratogglebuttonvisible)
6767
- [`getCameraToggleButtonVisible`]({{ site.dce_android }}auxiliary-api/dcecameraview.html#getcameratogglebuttonvisible)
6868

69+
### Changed
70+
71+
- Changed the enumeration value of [`EnumEnhancerFeatures`]({{ site.dce_android}}enum/enhanced-features.html):
72+
- Changed `EF_AUTO_ZOOM` from `1 << 4` to `1 << 3`.
73+
- Changed `EF_SMART_TORCH` from `1 << 5` to `1 << 4`.
74+
- Changed `EF_ALL` from `0x3F` to `0x1F`.
75+
6976
## 11.0.5000 (07/29/2025)
7077

7178
### New

programming/android/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class MainActivity : AppCompatActivity() {
244244
> [!Note]
245245
>
246246
> - The license string here grants a time-limited free trial which requires network connection to work.
247-
> - You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=ios){:target="_blank"} link.
247+
> - You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=android){:target="_blank"} link.
248248
> - If you download the <a href="https://www.dynamsoft.com/barcode-reader/downloads/?utm_source=docs#mobile" target="_blank">Installation Package</a>, it comes with a 30-day trial license by default.
249249
250250
### Step 5: Implementing the Barcode Scanner

0 commit comments

Comments
 (0)