anyline-ocr-react-native-module 56.0.2 → 56.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AnylineReact.podspec +1 -1
- package/android/build/.transforms/0e136437c6da578b7a99c27a4dcdf174/results.bin +1 -0
- package/android/build/.transforms/0e136437c6da578b7a99c27a4dcdf174/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/.transforms/2ee64ed102e47b985f985463092736db/results.bin +1 -0
- package/android/build/.transforms/2ee64ed102e47b985f985463092736db/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/.transforms/38961d1a76699f115bb64f52f2d6e15e/results.bin +1 -0
- package/android/build/.transforms/38961d1a76699f115bb64f52f2d6e15e/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/.transforms/8f0c36166404c89cb7bf776deccb2669/results.bin +1 -0
- package/android/build/.transforms/8f0c36166404c89cb7bf776deccb2669/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBindingComponent.java +4 -0
- package/android/build/generated/ap_generated_sources/debug/out/androidx/databinding/library/baseAdapters/BR.java +5 -0
- package/android/build/generated/ap_generated_sources/debug/out/com/anyline/reactnative/BR.java +5 -0
- package/android/build/generated/ap_generated_sources/debug/out/com/anyline/reactnative/DataBinderMapperImpl.java +83 -0
- package/android/build/generated/ap_generated_sources/release/out/androidx/databinding/DataBindingComponent.java +4 -0
- package/android/build/generated/ap_generated_sources/release/out/androidx/databinding/library/baseAdapters/BR.java +5 -0
- package/android/build/generated/ap_generated_sources/release/out/com/anyline/reactnative/BR.java +5 -0
- package/android/build/generated/ap_generated_sources/release/out/com/anyline/reactnative/DataBinderMapperImpl.java +83 -0
- package/android/build/generated/data_binding_trigger/debug/com/anyline/reactnative/DataBindingTriggerClass.java +4 -0
- package/android/build/generated/data_binding_trigger/release/com/anyline/reactnative/DataBindingTriggerClass.java +4 -0
- package/android/build/generated/source/buildConfig/debug/com/anyline/reactnative/BuildConfig.java +10 -0
- package/android/build/generated/source/buildConfig/release/com/anyline/reactnative/BuildConfig.java +10 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +14 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/release/processReleaseManifest/aapt/AndroidManifest.xml +14 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/release/processReleaseManifest/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aar_main_jar/release/syncReleaseLibJars/classes.jar +0 -0
- package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
- package/android/build/intermediates/aar_metadata/release/writeReleaseAarMetadata/aar-metadata.properties +6 -0
- package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
- package/android/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json +1 -0
- package/android/build/intermediates/annotations_typedef_file/release/extractReleaseAnnotations/typedefs.txt +0 -0
- package/android/build/intermediates/assets/release/mergeReleaseAssets/cow_tag_scanner.ale +45 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/release/generateReleaseRFile/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +26 -0
- package/android/build/intermediates/compile_symbol_list/release/generateReleaseRFile/R.txt +26 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-hdpi-v4_ic_move_back.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-hdpi-v4_ic_move_closer.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-hdpi-v4_ic_too_bright.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-hdpi-v4_ic_too_dark.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-hdpi-v4_ic_wrong_format.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-mdpi-v4_ic_move_back.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-mdpi-v4_ic_move_closer.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-mdpi-v4_ic_too_bright.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-mdpi-v4_ic_too_dark.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-mdpi-v4_ic_wrong_format.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ic_move_back.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ic_move_closer.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ic_too_bright.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ic_too_dark.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xhdpi-v4_ic_wrong_format.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxhdpi-v4_ic_move_back.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxhdpi-v4_ic_move_closer.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxhdpi-v4_ic_too_bright.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxhdpi-v4_ic_too_dark.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxhdpi-v4_ic_wrong_format.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxxhdpi-v4_ic_move_back.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxxhdpi-v4_ic_move_closer.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxxhdpi-v4_ic_too_bright.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxxhdpi-v4_ic_too_dark.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable-xxxhdpi-v4_ic_wrong_format.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/drawable_manual_picture.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/mipmap-hdpi-v4_ic_launcher.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/mipmap-mdpi-v4_ic_launcher.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/mipmap-xhdpi-v4_ic_launcher.png.flat +0 -0
- package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/mipmap-xxhdpi-v4_ic_launcher.png.flat +0 -0
- package/android/build/intermediates/data_binding_artifact/debug/compileDebugJavaWithJavac/com.anyline.reactnative-br.bin +0 -0
- package/android/build/intermediates/data_binding_artifact/debug/compileDebugJavaWithJavac/com.anyline.reactnative-setter_store.json +1 -0
- package/android/build/intermediates/data_binding_artifact/release/compileReleaseJavaWithJavac/com.anyline.reactnative-br.bin +0 -0
- package/android/build/intermediates/data_binding_artifact/release/compileReleaseJavaWithJavac/com.anyline.reactnative-setter_store.json +1 -0
- package/android/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.anyline.reactnative-binding_classes.json +0 -0
- package/android/build/intermediates/data_binding_base_class_log_artifact/release/dataBindingGenBaseClassesRelease/out/com.anyline.reactnative-binding_classes.json +0 -0
- package/android/build/intermediates/data_binding_dependency_artifacts/debug/dataBindingMergeDependencyArtifactsDebug/androidx.databinding.library.baseAdapters-br.bin +0 -0
- package/android/build/intermediates/data_binding_dependency_artifacts/debug/dataBindingMergeDependencyArtifactsDebug/androidx.databinding.library.baseAdapters-setter_store.json +1 -0
- package/android/build/intermediates/data_binding_dependency_artifacts/release/dataBindingMergeDependencyArtifactsRelease/androidx.databinding.library.baseAdapters-br.bin +0 -0
- package/android/build/intermediates/data_binding_dependency_artifacts/release/dataBindingMergeDependencyArtifactsRelease/androidx.databinding.library.baseAdapters-setter_store.json +1 -0
- package/android/build/intermediates/data_binding_export_class_list/debug/compileDebugJavaWithJavac/out.jar +1 -0
- package/android/build/intermediates/data_binding_export_class_list/release/compileReleaseJavaWithJavac/data-binding-export-class-list.dat +1 -0
- package/android/build/intermediates/data_binding_export_class_list/release/compileReleaseJavaWithJavac/out.jar +1 -0
- package/android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.11.0 +89 -0
- package/android/build/intermediates/default_proguard_files/global/proguard-android.txt-8.11.0 +95 -0
- package/android/build/intermediates/default_proguard_files/global/proguard-defaults.txt-8.11.0 +89 -0
- package/android/build/intermediates/full_jar/release/createFullJarRelease/full.jar +0 -0
- package/android/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json +0 -0
- package/android/build/intermediates/incremental/dataBindingGenBaseClassesRelease/base_builder_log.json +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +31 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +24 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-w820dp-v13/values-w820dp-v13.xml +4 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +4 -0
- package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/module.xml +19 -0
- package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-dependencies.xml +710 -0
- package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-libraries.xml +1454 -0
- package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release.xml +32 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeReleaseAssets/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeReleaseShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageReleaseAssets/merger.xml +2 -0
- package/android/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties +31 -0
- package/android/build/intermediates/incremental/release/packageReleaseResources/merged.dir/values/values.xml +24 -0
- package/android/build/intermediates/incremental/release/packageReleaseResources/merged.dir/values-w820dp-v13/values-w820dp-v13.xml +4 -0
- package/android/build/intermediates/incremental/release/packageReleaseResources/merger.xml +4 -0
- package/android/build/intermediates/incremental/release-mergeJavaRes/merge-state +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/androidx/databinding/DataBindingComponent.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/androidx/databinding/library/baseAdapters/BR.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/AnylineInfinityPlugin.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/AnylinePackage.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/AnylineSDKPlugin$1.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/AnylineSDKPlugin.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/BR.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl$InnerBrLookup.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl$InnerLayoutIdLookup.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/DataBindingTriggerClass.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/ResultReporter$OnResultListener.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/ResultReporter.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/nativeview/AnylineNativeViewManager.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/nativeview/NativeFragmentContainerView.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/anyline/reactnative/nativeview/NativeViewRegistry.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/androidx/databinding/DataBindingComponent.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/androidx/databinding/library/baseAdapters/BR.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/AnylineInfinityPlugin.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/AnylinePackage.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/AnylineSDKPlugin$1.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/AnylineSDKPlugin.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/BR.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl$InnerBrLookup.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl$InnerLayoutIdLookup.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/DataBinderMapperImpl.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/DataBindingTriggerClass.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/ResultReporter$OnResultListener.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/ResultReporter.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/nativeview/AnylineNativeViewManager.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/nativeview/NativeFragmentContainerView.class +0 -0
- package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/anyline/reactnative/nativeview/NativeViewRegistry.class +0 -0
- package/android/build/intermediates/library_assets/debug/packageDebugAssets/out/cow_tag_scanner.ale +45 -0
- package/android/build/intermediates/library_assets/release/packageReleaseAssets/out/cow_tag_scanner.ale +45 -0
- package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/lint-cache-version.txt +1 -0
- package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/com/android/tools/build/group-index.xml +22 -0
- package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/master-index.xml +329 -0
- package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/sdk_index/snapshot.gz +0 -0
- package/android/build/intermediates/lint_model/release/generateReleaseLintModel/module.xml +19 -0
- package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release-artifact-dependencies.xml +710 -0
- package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release-artifact-libraries.xml +1454 -0
- package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release.xml +32 -0
- package/android/build/intermediates/lint_model_metadata/release/writeReleaseLintModelMetadata/lint-model-metadata.properties +3 -0
- package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/module.xml +19 -0
- package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release-artifact-dependencies.xml +710 -0
- package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release-artifact-libraries.xml +1454 -0
- package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release.xml +32 -0
- package/android/build/intermediates/lint_vital_partial_results/release/lintVitalAnalyzeRelease/out/lint-resources.xml +1 -0
- package/android/build/intermediates/local_aar_for_lint/release/out.aar +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +28 -0
- package/android/build/intermediates/local_only_symbol_list/release/parseReleaseLocalResources/R-def.txt +28 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +21 -0
- package/android/build/intermediates/manifest_merge_blame_file/release/processReleaseManifest/manifest-merger-blame-release-report.txt +21 -0
- package/android/build/intermediates/merged_java_res/release/mergeReleaseJavaResource/feature-anyline-ocr-react-native-module.jar +0 -0
- package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +14 -0
- package/android/build/intermediates/merged_manifest/release/processReleaseManifest/AndroidManifest.xml +14 -0
- package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
- package/android/build/intermediates/navigation_json/release/extractDeepLinksRelease/navigation.json +1 -0
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
- package/android/build/intermediates/nested_resources_validation_report/release/generateReleaseResources/nestedResourcesValidationReport.txt +1 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable/manual_picture.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-hdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-hdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-hdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-hdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-hdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-mdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-mdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-mdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-mdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-mdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxxhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxxhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxxhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxxhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/drawable-xxxhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml +24 -0
- package/android/build/intermediates/packaged_res/debug/packageDebugResources/values-w820dp-v13/values-w820dp-v13.xml +4 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable/manual_picture.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-hdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-hdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-hdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-hdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-hdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-mdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-mdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-mdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-mdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-mdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxxhdpi-v4/ic_move_back.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxxhdpi-v4/ic_move_closer.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxxhdpi-v4/ic_too_bright.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxxhdpi-v4/ic_too_dark.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/drawable-xxxhdpi-v4/ic_wrong_format.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-hdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-mdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-xhdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-xxhdpi-v4/ic_launcher.png +0 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml +24 -0
- package/android/build/intermediates/packaged_res/release/packageReleaseResources/values-w820dp-v13/values-w820dp-v13.xml +4 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +27 -0
- package/android/build/intermediates/symbol_list_with_package_name/release/generateReleaseRFile/package-aware-r.txt +27 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +30 -0
- package/android/build/outputs/logs/manifest-merger-release-report.txt +30 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +3 -3
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/package.json +1 -1
- package/types/sdk_config.ts +6 -6
package/AnylineReact.podspec
CHANGED
|
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
|
|
18
18
|
s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" }
|
|
19
19
|
|
|
20
20
|
s.source_files = 'ios/**/*.{h,m,swift}'
|
|
21
|
-
s.dependency "Anyline", "56.0
|
|
21
|
+
s.dependency "Anyline", "56.2.0"
|
|
22
22
|
s.dependency "React"
|
|
23
23
|
|
|
24
24
|
end
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
o/classes
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
o/classes
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
o/classes
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
o/classes
|
|
Binary file
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
package com.anyline.reactnative;
|
|
2
|
+
|
|
3
|
+
import android.util.SparseArray;
|
|
4
|
+
import android.util.SparseIntArray;
|
|
5
|
+
import android.view.View;
|
|
6
|
+
import androidx.databinding.DataBinderMapper;
|
|
7
|
+
import androidx.databinding.DataBindingComponent;
|
|
8
|
+
import androidx.databinding.ViewDataBinding;
|
|
9
|
+
import java.lang.Integer;
|
|
10
|
+
import java.lang.Object;
|
|
11
|
+
import java.lang.Override;
|
|
12
|
+
import java.lang.RuntimeException;
|
|
13
|
+
import java.lang.String;
|
|
14
|
+
import java.util.ArrayList;
|
|
15
|
+
import java.util.HashMap;
|
|
16
|
+
import java.util.List;
|
|
17
|
+
|
|
18
|
+
public class DataBinderMapperImpl extends DataBinderMapper {
|
|
19
|
+
private static final SparseIntArray INTERNAL_LAYOUT_ID_LOOKUP = new SparseIntArray(0);
|
|
20
|
+
|
|
21
|
+
@Override
|
|
22
|
+
public ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId) {
|
|
23
|
+
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
|
24
|
+
if(localizedLayoutId > 0) {
|
|
25
|
+
final Object tag = view.getTag();
|
|
26
|
+
if(tag == null) {
|
|
27
|
+
throw new RuntimeException("view must have a tag");
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@Override
|
|
34
|
+
public ViewDataBinding getDataBinder(DataBindingComponent component, View[] views, int layoutId) {
|
|
35
|
+
if(views == null || views.length == 0) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
|
39
|
+
if(localizedLayoutId > 0) {
|
|
40
|
+
final Object tag = views[0].getTag();
|
|
41
|
+
if(tag == null) {
|
|
42
|
+
throw new RuntimeException("view must have a tag");
|
|
43
|
+
}
|
|
44
|
+
switch(localizedLayoutId) {
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@Override
|
|
51
|
+
public int getLayoutId(String tag) {
|
|
52
|
+
if (tag == null) {
|
|
53
|
+
return 0;
|
|
54
|
+
}
|
|
55
|
+
Integer tmpVal = InnerLayoutIdLookup.sKeys.get(tag);
|
|
56
|
+
return tmpVal == null ? 0 : tmpVal;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@Override
|
|
60
|
+
public String convertBrIdToString(int localId) {
|
|
61
|
+
String tmpVal = InnerBrLookup.sKeys.get(localId);
|
|
62
|
+
return tmpVal;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@Override
|
|
66
|
+
public List<DataBinderMapper> collectDependencies() {
|
|
67
|
+
ArrayList<DataBinderMapper> result = new ArrayList<DataBinderMapper>(1);
|
|
68
|
+
result.add(new androidx.databinding.library.baseAdapters.DataBinderMapperImpl());
|
|
69
|
+
return result;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
private static class InnerBrLookup {
|
|
73
|
+
static final SparseArray<String> sKeys = new SparseArray<String>(1);
|
|
74
|
+
|
|
75
|
+
static {
|
|
76
|
+
sKeys.put(0, "_all");
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
private static class InnerLayoutIdLookup {
|
|
81
|
+
static final HashMap<String, Integer> sKeys = new HashMap<String, Integer>(0);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
package com.anyline.reactnative;
|
|
2
|
+
|
|
3
|
+
import android.util.SparseArray;
|
|
4
|
+
import android.util.SparseIntArray;
|
|
5
|
+
import android.view.View;
|
|
6
|
+
import androidx.databinding.DataBinderMapper;
|
|
7
|
+
import androidx.databinding.DataBindingComponent;
|
|
8
|
+
import androidx.databinding.ViewDataBinding;
|
|
9
|
+
import java.lang.Integer;
|
|
10
|
+
import java.lang.Object;
|
|
11
|
+
import java.lang.Override;
|
|
12
|
+
import java.lang.RuntimeException;
|
|
13
|
+
import java.lang.String;
|
|
14
|
+
import java.util.ArrayList;
|
|
15
|
+
import java.util.HashMap;
|
|
16
|
+
import java.util.List;
|
|
17
|
+
|
|
18
|
+
public class DataBinderMapperImpl extends DataBinderMapper {
|
|
19
|
+
private static final SparseIntArray INTERNAL_LAYOUT_ID_LOOKUP = new SparseIntArray(0);
|
|
20
|
+
|
|
21
|
+
@Override
|
|
22
|
+
public ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId) {
|
|
23
|
+
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
|
24
|
+
if(localizedLayoutId > 0) {
|
|
25
|
+
final Object tag = view.getTag();
|
|
26
|
+
if(tag == null) {
|
|
27
|
+
throw new RuntimeException("view must have a tag");
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@Override
|
|
34
|
+
public ViewDataBinding getDataBinder(DataBindingComponent component, View[] views, int layoutId) {
|
|
35
|
+
if(views == null || views.length == 0) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
int localizedLayoutId = INTERNAL_LAYOUT_ID_LOOKUP.get(layoutId);
|
|
39
|
+
if(localizedLayoutId > 0) {
|
|
40
|
+
final Object tag = views[0].getTag();
|
|
41
|
+
if(tag == null) {
|
|
42
|
+
throw new RuntimeException("view must have a tag");
|
|
43
|
+
}
|
|
44
|
+
switch(localizedLayoutId) {
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@Override
|
|
51
|
+
public int getLayoutId(String tag) {
|
|
52
|
+
if (tag == null) {
|
|
53
|
+
return 0;
|
|
54
|
+
}
|
|
55
|
+
Integer tmpVal = InnerLayoutIdLookup.sKeys.get(tag);
|
|
56
|
+
return tmpVal == null ? 0 : tmpVal;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@Override
|
|
60
|
+
public String convertBrIdToString(int localId) {
|
|
61
|
+
String tmpVal = InnerBrLookup.sKeys.get(localId);
|
|
62
|
+
return tmpVal;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@Override
|
|
66
|
+
public List<DataBinderMapper> collectDependencies() {
|
|
67
|
+
ArrayList<DataBinderMapper> result = new ArrayList<DataBinderMapper>(1);
|
|
68
|
+
result.add(new androidx.databinding.library.baseAdapters.DataBinderMapperImpl());
|
|
69
|
+
return result;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
private static class InnerBrLookup {
|
|
73
|
+
static final SparseArray<String> sKeys = new SparseArray<String>(1);
|
|
74
|
+
|
|
75
|
+
static {
|
|
76
|
+
sKeys.put(0, "_all");
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
private static class InnerLayoutIdLookup {
|
|
81
|
+
static final HashMap<String, Integer> sKeys = new HashMap<String, Integer>(0);
|
|
82
|
+
}
|
|
83
|
+
}
|
package/android/build/generated/source/buildConfig/debug/com/anyline/reactnative/BuildConfig.java
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automatically generated file. DO NOT MODIFY
|
|
3
|
+
*/
|
|
4
|
+
package com.anyline.reactnative;
|
|
5
|
+
|
|
6
|
+
public final class BuildConfig {
|
|
7
|
+
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
8
|
+
public static final String LIBRARY_PACKAGE_NAME = "com.anyline.reactnative";
|
|
9
|
+
public static final String BUILD_TYPE = "debug";
|
|
10
|
+
}
|
package/android/build/generated/source/buildConfig/release/com/anyline/reactnative/BuildConfig.java
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automatically generated file. DO NOT MODIFY
|
|
3
|
+
*/
|
|
4
|
+
package com.anyline.reactnative;
|
|
5
|
+
|
|
6
|
+
public final class BuildConfig {
|
|
7
|
+
public static final boolean DEBUG = false;
|
|
8
|
+
public static final String LIBRARY_PACKAGE_NAME = "com.anyline.reactnative";
|
|
9
|
+
public static final String BUILD_TYPE = "release";
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
+
package="com.anyline.reactnative" >
|
|
4
|
+
|
|
5
|
+
<uses-sdk android:minSdkVersion="24" />
|
|
6
|
+
|
|
7
|
+
<uses-permission android:name="android.permission.INTERNET" />
|
|
8
|
+
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
9
|
+
<uses-permission android:name="android.permission.CAMERA" />
|
|
10
|
+
|
|
11
|
+
<application>
|
|
12
|
+
</application>
|
|
13
|
+
|
|
14
|
+
</manifest>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"artifactType": {
|
|
4
|
+
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
5
|
+
"kind": "Directory"
|
|
6
|
+
},
|
|
7
|
+
"applicationId": "com.anyline.reactnative",
|
|
8
|
+
"variantName": "debug",
|
|
9
|
+
"elements": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SINGLE",
|
|
12
|
+
"filters": [],
|
|
13
|
+
"attributes": [],
|
|
14
|
+
"outputFile": "AndroidManifest.xml"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"elementType": "File"
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
+
package="com.anyline.reactnative" >
|
|
4
|
+
|
|
5
|
+
<uses-sdk android:minSdkVersion="24" />
|
|
6
|
+
|
|
7
|
+
<uses-permission android:name="android.permission.INTERNET" />
|
|
8
|
+
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
9
|
+
<uses-permission android:name="android.permission.CAMERA" />
|
|
10
|
+
|
|
11
|
+
<application>
|
|
12
|
+
</application>
|
|
13
|
+
|
|
14
|
+
</manifest>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"artifactType": {
|
|
4
|
+
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
5
|
+
"kind": "Directory"
|
|
6
|
+
},
|
|
7
|
+
"applicationId": "com.anyline.reactnative",
|
|
8
|
+
"variantName": "release",
|
|
9
|
+
"elements": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SINGLE",
|
|
12
|
+
"filters": [],
|
|
13
|
+
"attributes": [],
|
|
14
|
+
"outputFile": "AndroidManifest.xml"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"elementType": "File"
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"databinding-compiler-8.6.0.jar (androidx.databinding:databinding-compiler:8.6.0)":"INCREMENTAL_AP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"databinding-compiler-8.11.0.jar (androidx.databinding:databinding-compiler:8.11.0)":"INCREMENTAL_AP"}
|
|
File without changes
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cameraConfig": {
|
|
3
|
+
"captureResolution": "1080p"
|
|
4
|
+
},
|
|
5
|
+
"flashConfig": {
|
|
6
|
+
"mode": "auto",
|
|
7
|
+
"alignment": "bottom_right"
|
|
8
|
+
},
|
|
9
|
+
"viewPluginConfig": {
|
|
10
|
+
"pluginConfig": {
|
|
11
|
+
"id": "Barcode|Barcodes",
|
|
12
|
+
"barcodeConfig": {
|
|
13
|
+
"barcodeFormats": [
|
|
14
|
+
"ALL"
|
|
15
|
+
],
|
|
16
|
+
"parseAAMVA": true
|
|
17
|
+
},
|
|
18
|
+
"cancelOnResult": false
|
|
19
|
+
},
|
|
20
|
+
"cutoutConfig": {
|
|
21
|
+
"maxWidthPercent": "80%",
|
|
22
|
+
"maxHeightPercent": "80%",
|
|
23
|
+
"alignment": "center",
|
|
24
|
+
"ratioFromSize": {
|
|
25
|
+
"width": 100,
|
|
26
|
+
"height": 80
|
|
27
|
+
},
|
|
28
|
+
"strokeWidth": 1,
|
|
29
|
+
"cornerRadius": 3,
|
|
30
|
+
"strokeColor": "FFFFFF",
|
|
31
|
+
"outerColor": "000000",
|
|
32
|
+
"outerAlpha": 0.3,
|
|
33
|
+
"feedbackStrokeColor": "0099FF"
|
|
34
|
+
},
|
|
35
|
+
"scanFeedbackConfig": {
|
|
36
|
+
"style": "rect",
|
|
37
|
+
"strokeColor": "0099FF",
|
|
38
|
+
"fillColor": "220099FF",
|
|
39
|
+
"animationDuration": 150,
|
|
40
|
+
"blinkAnimationOnResult": true,
|
|
41
|
+
"beepOnResult": true,
|
|
42
|
+
"vibrateOnResult": true
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
int color anyline_blue_darker 0x0
|
|
2
|
+
int color anyline_red 0x0
|
|
3
|
+
int color black 0x0
|
|
4
|
+
int color blue 0x0
|
|
5
|
+
int color scrabble_green 0x0
|
|
6
|
+
int color white 0x0
|
|
7
|
+
int dimen activity_horizontal_margin 0x0
|
|
8
|
+
int dimen activity_vertical_margin 0x0
|
|
9
|
+
int dimen fab_margin 0x0
|
|
10
|
+
int drawable ic_move_back 0x0
|
|
11
|
+
int drawable ic_move_closer 0x0
|
|
12
|
+
int drawable ic_too_bright 0x0
|
|
13
|
+
int drawable ic_too_dark 0x0
|
|
14
|
+
int drawable ic_wrong_format 0x0
|
|
15
|
+
int drawable manual_picture 0x0
|
|
16
|
+
int mipmap ic_launcher 0x0
|
|
17
|
+
int string app_name 0x0
|
|
18
|
+
int string error_accessing_camera 0x0
|
|
19
|
+
int string error_invalid_json_data 0x0
|
|
20
|
+
int string error_invalid_segment_config 0x0
|
|
21
|
+
int string error_licence_invalid 0x0
|
|
22
|
+
int string error_occurred 0x0
|
|
23
|
+
int string error_unknown_scan_mode 0x0
|
|
24
|
+
int style AppTheme 0x0
|
|
25
|
+
int style AppTheme_AppBarOverlay 0x0
|
|
26
|
+
int style AppTheme_PopupOverlay 0x0
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
int color anyline_blue_darker 0x0
|
|
2
|
+
int color anyline_red 0x0
|
|
3
|
+
int color black 0x0
|
|
4
|
+
int color blue 0x0
|
|
5
|
+
int color scrabble_green 0x0
|
|
6
|
+
int color white 0x0
|
|
7
|
+
int dimen activity_horizontal_margin 0x0
|
|
8
|
+
int dimen activity_vertical_margin 0x0
|
|
9
|
+
int dimen fab_margin 0x0
|
|
10
|
+
int drawable ic_move_back 0x0
|
|
11
|
+
int drawable ic_move_closer 0x0
|
|
12
|
+
int drawable ic_too_bright 0x0
|
|
13
|
+
int drawable ic_too_dark 0x0
|
|
14
|
+
int drawable ic_wrong_format 0x0
|
|
15
|
+
int drawable manual_picture 0x0
|
|
16
|
+
int mipmap ic_launcher 0x0
|
|
17
|
+
int string app_name 0x0
|
|
18
|
+
int string error_accessing_camera 0x0
|
|
19
|
+
int string error_invalid_json_data 0x0
|
|
20
|
+
int string error_invalid_segment_config 0x0
|
|
21
|
+
int string error_licence_invalid 0x0
|
|
22
|
+
int string error_occurred 0x0
|
|
23
|
+
int string error_unknown_scan_mode 0x0
|
|
24
|
+
int style AppTheme 0x0
|
|
25
|
+
int style AppTheme_AppBarOverlay 0x0
|
|
26
|
+
int style AppTheme_PopupOverlay 0x0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":5,"adapterMethods":{},"renamedMethods":{},"conversionMethods":{},"untaggableTypes":{},"multiValueAdapters":{},"inverseAdapters":{},"inverseMethods":{},"twoWayMethods":{},"useAndroidX":true}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"useAndroidX":true,"version":5,"adapterMethods":{},"renamedMethods":{},"conversionMethods":{},"untaggableTypes":{},"multiValueAdapters":{},"inverseAdapters":{},"inverseMethods":{},"twoWayMethods":{}}
|
|
Binary file
|
|
Binary file
|