Skip to content

Commit 767fd2c

Browse files
Merge pull request #221 from dynamsoft-docs/preview
Preview
2 parents c0f7b6f + d11a2f8 commit 767fd2c

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@
316316
</li>
317317
<li lang="android" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
318318
<ul lang="android" >
319-
<li lang="android" ><a href="{{ site.dce_enumerations }}camera-position.html?lang=android" class="otherLinkColour">CameraPosition</a></li>
320-
<li lang="android" ><a href="{{ site.dce_enumerations }}camera-state.html?lang=android" class="otherLinkColour">CameraState</a></li>
321-
<li lang="android" ><a href="{{ site.dce_enumerations }}coordinate-base.html?lang=android" class="otherLinkColour">CoordinateBase</a></li>
322-
<li lang="android" ><a href="{{ site.dce_enumerations }}drawing-item-media-type.html?lang=android" class="otherLinkColour">DrawingItemMediaType</a></li>
323-
<li lang="android" ><a href="{{ site.dce_enumerations }}drawing-item-state.html?lang=android" class="otherLinkColour">DrawingItemState</a></li>
324-
<li lang="android" ><a href="{{ site.dce_enumerations }}enhanced-features.html?lang=android" class="otherLinkColour">EnhancedFeatures</a></li>
325-
<li lang="android" ><a href="{{ site.dce_enumerations }}focus-mode.html?lang=android" class="otherLinkColour">FocusMode</a></li>
326-
<li lang="android" ><a href="{{ site.dce_enumerations }}resolution.html?lang=android" class="otherLinkColour">Resolution</a></li>
319+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/camera-position.html" class="otherLinkColour">CameraPosition</a></li>
320+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/camera-state.html" class="otherLinkColour">CameraState</a></li>
321+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/coordinate-base.html" class="otherLinkColour">CoordinateBase</a></li>
322+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/drawing-item-media-type.html" class="otherLinkColour">DrawingItemMediaType</a></li>
323+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/drawing-item-state.html" class="otherLinkColour">DrawingItemState</a></li>
324+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/enhanced-features.html" class="otherLinkColour">EnhancedFeatures</a></li>
325+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/focus-mode.html" class="otherLinkColour">FocusMode</a></li>
326+
<li lang="android" ><a href="{{ site.dce_android_api }}enum/resolution.html" class="otherLinkColour">Resolution</a></li>
327327
</ul>
328328
</li>
329329
</ul>

_includes/sidelist-programming/programming-ios.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,14 @@
320320
</li>
321321
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
322322
<ul lang="objectivec-swift" >
323-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}camera-position.html?lang=objc,swift" class="otherLinkColour">DSCameraPosition</a></li>
324-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}camera-state.html?lang=objc,swift" class="otherLinkColour">DSCameraState</a></li>
325-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}coordinate-base.html?lang=objc,swift" class="otherLinkColour">DSCoordinateBase</a></li>
326-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemMediaType</a></li>
327-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemState</a></li>
328-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}enhanced-features.html?lang=objc,swift" class="otherLinkColour">DSEnhancedFeatures</a></li>
329-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}focus-mode.html?lang=objc,swift" class="otherLinkColour">DSFocusMode</a></li>
330-
<li lang="objectivec-swift" ><a href="{{ site.dce_enumerations }}resolution.html?lang=objc,swift" class="otherLinkColour">DSResolution</a></li>
323+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/camera-position.html" class="otherLinkColour">DSCameraPosition</a></li>
324+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/camera-state.html" class="otherLinkColour">DSCameraState</a></li>
325+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/coordinate-base.html" class="otherLinkColour">DSCoordinateBase</a></li>
326+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/drawing-item-media-type.html" class="otherLinkColour">DSDrawingItemMediaType</a></li>
327+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/drawing-item-state.html" class="otherLinkColour">DSDrawingItemState</a></li>
328+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/enhanced-features.html" class="otherLinkColour">DSEnhancedFeatures</a></li>
329+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/focus-mode.html" class="otherLinkColour">DSFocusMode</a></li>
330+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios_api }}enum/resolution.html" class="otherLinkColour">DSResolution</a></li>
331331
</ul>
332332
</li>
333333
</ul>

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

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

85+
### Changed
86+
87+
- Changed the enumeration value of [`EnumEnhancerFeatures`]({{ site.dce_android_api }}enum/enhanced-features.html):
88+
- Changed `EF_AUTO_ZOOM` from `1 << 4` to `1 << 3`.
89+
- Changed `EF_SMART_TORCH` from `1 << 5` to `1 << 4`.
90+
- Changed `EF_ALL` from `0x3F` to `0x1F`.
91+
8592
## 3.0.5000 (07/29/2025)
8693

8794
### New

0 commit comments

Comments
 (0)