Aggiunta compatibilità con Honeywell CT60
This commit is contained in:
parent
a41c5b34bb
commit
1e34fd8840
18
.idea/codeStyles/Project.xml
generated
18
.idea/codeStyles/Project.xml
generated
@ -1,5 +1,23 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<JetCodeStyleSettings>
|
||||
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
|
||||
<value>
|
||||
<package name="java.util" alias="false" withSubpackages="false" />
|
||||
<package name="kotlinx.android.synthetic" alias="false" withSubpackages="true" />
|
||||
<package name="io.ktor" alias="false" withSubpackages="true" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="PACKAGES_IMPORT_LAYOUT">
|
||||
<value>
|
||||
<package name="" alias="false" withSubpackages="true" />
|
||||
<package name="java" alias="false" withSubpackages="true" />
|
||||
<package name="javax" alias="false" withSubpackages="true" />
|
||||
<package name="kotlin" alias="false" withSubpackages="true" />
|
||||
<package name="" alias="true" withSubpackages="true" />
|
||||
</value>
|
||||
</option>
|
||||
</JetCodeStyleSettings>
|
||||
<codeStyleSettings language="XML">
|
||||
<arrangement>
|
||||
<rules>
|
||||
|
||||
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 147
|
||||
def appVersionName = '1.12.18'
|
||||
def appVersionCode = 148
|
||||
def appVersionName = '1.12.19'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -45,6 +45,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
|
||||
List<String> compatibleModels = new ArrayList<String>();
|
||||
compatibleModels.add("EDA50");
|
||||
compatibleModels.add("EDA51");
|
||||
compatibleModels.add("CT60");
|
||||
|
||||
if(compatibleModels.contains(model)) {
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user