Skip to content

Commit

Permalink
Release 54.0.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-graca authored Sep 5, 2024
1 parent f248371 commit 1b2e66f
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 755 deletions.
9 changes: 0 additions & 9 deletions .gitattributes

This file was deleted.

4 changes: 2 additions & 2 deletions AnylineExamples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

ext {
anylinesdk_version = "53.3.0"
anylinesdk_version = "54.0.0"
timber_version = "5.0.1"
leakcanary_version = "2.9.1"

anyline_examples_version_code = 13
anyline_examples_version_name = "53.3.0"
anyline_examples_version_name = "54.0.0"
}

android {
Expand Down
27 changes: 0 additions & 27 deletions AnylineExamples/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.NFC" />

<uses-feature
android:name="android.hardware.nfc"
android:required="false" />

<application
android:name="com.anyline.examples.MainApplication"
Expand All @@ -22,28 +17,6 @@
android:supportsRtl="true"
android:theme="@style/Theme.ExamplesApp"
tools:targetApi="31">
<activity
android:name="com.anyline.examples.NFCMrzActivity"
android:exported="false"
android:launchMode="singleInstance"
android:label="NFCMrzActivity">
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.TECH_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.TAG_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<activity
android:name="com.anyline.examples.ScanActivity"
android:exported="false"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cameraConfig": {
"captureResolution": "720",
"zoomGesture": true
},
"flashConfig": {
"mode": "manual",
"alignment": "top_right"
},
"viewPluginConfig": {
"pluginConfig": {
"id": "Vehicle|License Plates (EU + VIS)",
"licensePlateConfig": {
"vehicleInspectionSticker": "OPTIONAL"
},
"cancelOnResult": true
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"maxHeightPercent": "80%",
"alignment": "top_half",
"ratioFromSize": {
"width": 2,
"height": 1
},
"strokeWidth": 2,
"cornerRadius": 10,
"strokeColor": "FFFFFF",
"outerColor": "000000",
"outerAlpha": 0.3,
"feedbackStrokeColor": "0099FF"
},
"scanFeedbackConfig": {
"style": "rect",
"strokeWidth": 2,
"strokeColor": "0099FF",
"fillColor": "330099FF",
"cornerRadius": 0,
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true
}
}
}

This file was deleted.

Loading

0 comments on commit 1b2e66f

Please sign in to comment.