Skip to content

Commit 535be69

Browse files
Removing permalinks
1 parent 4cec6e5 commit 535be69

55 files changed

Lines changed: 788 additions & 77 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_includes/sidelist-programming/programming-android-backup.html

Lines changed: 722 additions & 0 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-android.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
<li lang="android" ><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">User Guide</a>
44
<ul lang="android" >
55
<li lang="android" ><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Build your first APP</a></li>
6+
<li lang="android" ><a class="otherLinkColour">Understand Barcode Results</a>
7+
<ul lang="android" >
8+
<li lang="android" ><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get barcode confidence and rotation</a></li>
9+
<li lang="android" ><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get barcode location</a></li>
10+
<li lang="android" ><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get detailed barcode information</a></li>
11+
<li lang="android" ><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Filter and sort decoding results</a></li>
12+
</ul>
13+
</li>
614
<li lang="android" ><a href="{{ site.android }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a>
715
<ul lang="android" >
816
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-barcode-formats.html" class="otherLinkColour">Specify Barcode Format</a></li>
@@ -12,7 +20,23 @@
1220
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Additional Settings</a></li>
1321
</ul>
1422
</li>
15-
<li lang="android" ><a class="otherLinkColour">Develop with Foundational APIs</a>
23+
<li lang="android" ><a class="otherLinkColour">Handle Challenging Barcodes</a>
24+
<ul lang="android" >
25+
<li lang="android" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
26+
<li lang="android" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
27+
<li lang="android" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
28+
<li lang="android" ><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
29+
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
30+
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
31+
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
32+
<li lang="android" ><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
33+
<li lang="android" ><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
34+
<li lang="android" ><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
35+
<li lang="android" ><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
36+
<li lang="android" ><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
37+
</ul>
38+
</li>
39+
<li lang="android" ><a class="otherLinkColour">Further Customization</a>
1640
<ul lang="android">
1741
<li lang="android" ><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build your APP with foundational APIs</a></li>
1842
<li lang="android" ><a href="{{ site.android }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a>
@@ -25,30 +49,6 @@
2549
<li lang="android" ><a href="{{ site.android }}ui-configurations.html" class="otherLinkColour">Customize the UI</a></li>
2650
</ul>
2751
</li>
28-
<li lang="android" ><a class="otherLinkColour">Handle Different Scenarios</a>
29-
<ul lang="android" >
30-
<li lang="android" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
31-
<li lang="android" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
32-
<li lang="android" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
33-
<li lang="android" ><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
34-
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
35-
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
36-
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
37-
<li lang="android" ><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
38-
<li lang="android" ><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
39-
<li lang="android" ><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
40-
<li lang="android" ><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
41-
<li lang="android" ><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
42-
</ul>
43-
</li>
44-
<li lang="android" ><a class="otherLinkColour">Barcode Results</a>
45-
<ul lang="android" >
46-
<li lang="android" ><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get barcode confidence and rotation</a></li>
47-
<li lang="android" ><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get barcode location</a></li>
48-
<li lang="android" ><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get detailed barcode information</a></li>
49-
<li lang="android" ><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Filter and sort decoding results</a></li>
50-
</ul>
51-
</li>
5252
<li lang="android" ><a class="otherLinkColour">Advanced Features</a>
5353
<ul lang="android" >
5454
<li lang="android" ><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=android" class="otherLinkColour">Use RuntimeSettings or Templates</a></li>

programming/android/api-reference/auxiliary-AztecDetails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: AztecDetails, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: AztecDetails
9-
permalink: /programming/android/api-reference/auxiliary-AztecDetails.html
109
---
1110

1211
# AztecDetails

programming/android/api-reference/auxiliary-DataMatrixDetails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: DataMatrixDetails, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: DataMatrixDetails
9-
permalink: /programming/android/api-reference/auxiliary-DataMatrixDetails.html
109
---
1110

1211
# DataMatrixDetails

programming/android/api-reference/auxiliary-ExtendedResult.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: ExtendedBarcodeResult, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: ExtendedBarcodeResult
9-
permalink: /programming/android/api-reference/auxiliary-ExtendedResult.html
109
---
1110

1211

programming/android/api-reference/auxiliary-OneDCodeDetails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: OneDCodeDetails, api reference, start char bytes, stop char bytes, pat
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: OneDCodeDetails
9-
permalink: /programming/android/api-reference/auxiliary-OneDCodeDetails.html
109
---
1110

1211
# OneDCodeDetails

programming/android/api-reference/auxiliary-PDF417Details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: PDF417Details, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: PDF417Details
9-
permalink: /programming/android/api-reference/auxiliary-PDF417Details.html
109
---
1110

1211
# PDF417Details

programming/android/api-reference/auxiliary-QRCodeDetails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: QRCodeDetails, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: QRCodeDetails
9-
permalink: /programming/android/api-reference/auxiliary-QRCodeDetails.html
109
---
1110

1211
# QRCodeDetails

programming/android/api-reference/barcode-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: BarcodeDetails, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: BarcodeResultItem
9-
permalink: /programming/android/api-reference/barcode-details.html
109
---
1110

1211
# BarcodeDetails

programming/android/api-reference/barcode-reader-module.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: barcode reader module, Android, get version
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
breadcrumbText: BarcodeReaderModule
9-
permalink: /programming/android/api-reference/barcode-reader-module.html
109
---
1110

1211
# BarcodeReaderModule

0 commit comments

Comments
 (0)