Skip to content

Commit ed9d5fd

Browse files
committed
Updated version, Readme.md and Changelog.md
1 parent 244c51d commit ed9d5fd

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

AI_MultiBarcodes_Capture/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.zebra.ai_multibarcodes_capture.dev"
1515
minSdk = 34
1616
targetSdk = 35
17-
versionCode = 32
18-
versionName = "1.32"
17+
versionCode = 33
18+
versionName = "1.33"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to the AI MultiBarcode Capture Application are documented in this file.
44

5+
### Version 1.33 - 🎯 **Configurable Capture Trigger Mode**
6+
7+
**Enhanced scanning flexibility with customizable capture trigger behavior.**
8+
9+
#### 🔘 **Capture Trigger Mode:**
10+
11+
**User-Selectable Trigger Behavior**: Choose between two capture modes to match your workflow preferences:
12+
- **On Scan Press** (Default): Capture barcodes immediately when the scan button is pressed
13+
- **On Scan Release**: Capture barcodes when the scan button is released
14+
15+
**Settings Integration**: New "Capture Trigger Mode" section added to Settings Activity, positioned conveniently after the Language selection
16+
17+
**Managed Configuration Support**: Full EMM/MDM integration allows administrators to remotely configure the capture trigger mode across all deployed devices
18+
19+
**Persistent Settings**: Capture mode preference is saved and automatically restored when the app resumes
20+
21+
**Real-Time Updates**: Configuration changes applied through managed configuration are reflected immediately without requiring app restart
22+
23+
#### 💡 **Use Cases:**
24+
25+
**Press Mode**: Ideal for rapid scanning workflows where immediate feedback is required
26+
**Release Mode**: Better for scenarios requiring precise aim before capture confirmation
27+
28+
This enhancement provides greater flexibility in barcode capture workflows, allowing users and administrators to optimize the scanning experience for specific operational requirements.
29+
530
## Version 1.32 - ⚡ **Performance & Compatibility Enhancements**
631

732
**Optimized barcode detection with enhanced device compatibility and significant performance improvements.**

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI MultiBarcode Capture Application
22

3-
[![License](https://img.shields.io/badge/License-Zebra%20Development%20Tool-blue)](https://github.com/ZebraDevs/AISuite_Android_Samples/blob/main/Zebra%20Development%20Tool%20License.pdf) [![Platform](https://img.shields.io/badge/Platform-Android-green)](https://developer.android.com/) [![Language](https://img.shields.io/badge/Language-Java-orange)](https://www.java.com/) [![Version](https://img.shields.io/badge/Version-1.32-brightgreen)](CHANGELOG.md) [![API](https://img.shields.io/badge/API-34%2B-yellow)](https://developer.android.com/about/versions/14) [![SDK](https://img.shields.io/badge/Zebra%20AI%20Vision%20SDK-3.0.5-blue)](https://developer.zebra.com/)
3+
[![License](https://img.shields.io/badge/License-Zebra%20Development%20Tool-blue)](https://github.com/ZebraDevs/AISuite_Android_Samples/blob/main/Zebra%20Development%20Tool%20License.pdf) [![Platform](https://img.shields.io/badge/Platform-Android-green)](https://developer.android.com/) [![Language](https://img.shields.io/badge/Language-Java-orange)](https://www.java.com/) [![Version](https://img.shields.io/badge/Version-1.33-brightgreen)](CHANGELOG.md) [![API](https://img.shields.io/badge/API-34%2B-yellow)](https://developer.android.com/about/versions/14) [![SDK](https://img.shields.io/badge/Zebra%20AI%20Vision%20SDK-3.0.5-blue)](https://developer.zebra.com/)
44

55
[![Apache](https://img.shields.io/badge/Apache-2.4-red)](https://httpd.apache.org/) [![MySQL](https://img.shields.io/badge/MySQL-8.0-blue)](https://www.mysql.com/) [![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white)](https://www.docker.com/) [![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)
66

@@ -15,6 +15,31 @@ https://github.com/ltrudu/AI_MutliBarcodes_Capture
1515

1616
## 📅 What's New
1717

18+
### Version 1.33 - 🎯 **Configurable Capture Trigger Mode**
19+
20+
**Enhanced scanning flexibility with customizable capture trigger behavior.**
21+
22+
#### 🔘 **Capture Trigger Mode:**
23+
24+
**User-Selectable Trigger Behavior**: Choose between two capture modes to match your workflow preferences:
25+
- **On Scan Press** (Default): Capture barcodes immediately when the scan button is pressed
26+
- **On Scan Release**: Capture barcodes when the scan button is released
27+
28+
**Settings Integration**: New "Capture Trigger Mode" section added to Settings Activity, positioned conveniently after the Language selection
29+
30+
**Managed Configuration Support**: Full EMM/MDM integration allows administrators to remotely configure the capture trigger mode across all deployed devices
31+
32+
**Persistent Settings**: Capture mode preference is saved and automatically restored when the app resumes
33+
34+
**Real-Time Updates**: Configuration changes applied through managed configuration are reflected immediately without requiring app restart
35+
36+
#### 💡 **Use Cases:**
37+
38+
**Press Mode**: Ideal for rapid scanning workflows where immediate feedback is required
39+
**Release Mode**: Better for scenarios requiring precise aim before capture confirmation
40+
41+
This enhancement provides greater flexibility in barcode capture workflows, allowing users and administrators to optimize the scanning experience for specific operational requirements.
42+
1843
### Version 1.32 - ⚡ **Performance & Compatibility Enhancements**
1944

2045
**Optimized barcode detection with enhanced device compatibility and significant performance improvements.**

0 commit comments

Comments
 (0)