Skip to content

Commit

Permalink
Release 52.0.1 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichanyline authored Jun 17, 2024
1 parent f254b8b commit 2c2cff4
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 3,631 deletions.
2 changes: 1 addition & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.anyline.examples.cordova" version="51.4.0" ios-CFBundleVersion="1"
<widget id="com.anyline.examples.cordova" version="52.0.1" ios-CFBundleVersion="1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyline-cordova-example",
"version": "51.4.0",
"version": "52.0.1",
"description": "Cordova plugin for implementing Anyline",
"main": "index.js",
"scripts": {
Expand All @@ -27,13 +27,13 @@
"io-anyline-cordova": {}
},
"platforms": [
"ios",
"android"
"android",
"ios"
]
},
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-ios": "^7.0.1",
"cordova-ios": "^7.1.0",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2",
Expand Down
39 changes: 39 additions & 0 deletions example/www/js/anyline.compositeScan.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,19 @@ anyline.compositeScan = {
"fillColor": "330099ff",
"beepOnResult": true,
"vibrateOnResult": true
},
"uiFeedbackConfig": {
"presets": [
{
"presetName": "simple_instruction_label",
"presetAttributes": [
{
"attributeName": "instruction_text",
"attributeValue": "Position the entire License Plate within the cutout"
}
]
}
]
}
}
},
Expand Down Expand Up @@ -259,6 +272,19 @@ anyline.compositeScan = {
"beepOnResult": true,
"vibrateOnResult": true,
"strokeWidth": 2
},
"uiFeedbackConfig": {
"presets": [
{
"presetName": "simple_instruction_label",
"presetAttributes": [
{
"attributeName": "instruction_text",
"attributeValue": "Position the entire Driving License within the cutout"
}
]
}
]
}
}
},
Expand Down Expand Up @@ -297,6 +323,19 @@ anyline.compositeScan = {
"fillColor": "330099FF",
"beepOnResult": true,
"vibrateOnResult": true
},
"uiFeedbackConfig": {
"presets": [
{
"presetName": "simple_instruction_label",
"presetAttributes": [
{
"attributeName": "instruction_text",
"attributeValue": "Position the VIN within the cutout"
}
]
}
]
}
}
}
Expand Down
23 changes: 22 additions & 1 deletion example/www/js/anyline.vehicle.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,16 @@ anyline.vehicle = {
"uiFeedbackConfig": {
"presets": [
{
"presetName": "tin_custom_v1",
"presetName": "tin_with_instruction_overlay_image_text_sound_feedback",
"presetAttributes": [
{
"attributeName": "instruction_text",
"attributeValue": "Please make sure the entire TIN number is inside the cutout."
},
{
"attributeName": "left_overlay_image",
"attributeValue": ""
},
{
"attributeName": "lighting_toodark_image",
"attributeValue": "uifeedback_tin_toodark"
Expand Down Expand Up @@ -292,6 +300,19 @@ anyline.vehicle = {
"beepOnResult": true,
"vibrateOnResult": false,
"strokeWidth": 2
},
"uiFeedbackConfig": {
"presets": [
{
"presetName": "simple_instruction_label",
"presetAttributes": [
{
"attributeName": "instruction_text",
"attributeValue": "Look for a standardized number sequence, like 205/55 R16"
}
]
}
]
}
}
},
Expand Down
Loading

0 comments on commit 2c2cff4

Please sign in to comment.