@rdlabo/capacitor-brotherprint 0.0.2 → 2.0.0-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.
Files changed (303) hide show
  1. package/README.md +97 -0
  2. package/RdlaboCapacitorBrotherprint.podspec +8 -2
  3. package/android/.gradle/5.6.4/executionHistory/executionHistory.bin +0 -0
  4. package/android/.gradle/5.6.4/executionHistory/executionHistory.lock +0 -0
  5. package/android/.gradle/5.6.4/fileChanges/last-build.bin +0 -0
  6. package/android/.gradle/5.6.4/fileContent/fileContent.lock +0 -0
  7. package/android/.gradle/5.6.4/fileHashes/fileHashes.bin +0 -0
  8. package/android/.gradle/5.6.4/fileHashes/fileHashes.lock +0 -0
  9. package/android/.gradle/5.6.4/fileHashes/resourceHashesCache.bin +0 -0
  10. package/android/.gradle/5.6.4/gc.properties +0 -0
  11. package/android/.gradle/5.6.4/javaCompile/classAnalysis.bin +0 -0
  12. package/android/.gradle/5.6.4/javaCompile/jarAnalysis.bin +0 -0
  13. package/android/.gradle/5.6.4/javaCompile/javaCompile.lock +0 -0
  14. package/android/.gradle/5.6.4/javaCompile/taskHistory.bin +0 -0
  15. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  16. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  17. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  18. package/android/.gradle/vcs-1/gc.properties +0 -0
  19. package/android/.idea/caches/build_file_checksums.ser +0 -0
  20. package/android/.idea/codeStyles/Project.xml +116 -0
  21. package/android/.idea/gradle.xml +22 -0
  22. package/android/.idea/jarRepositories.xml +30 -0
  23. package/android/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml +12 -0
  24. package/android/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0_jar.xml +13 -0
  25. package/android/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_1_0_aar.xml +15 -0
  26. package/android/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_1_0_aar.xml +12 -0
  27. package/android/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0_jar.xml +11 -0
  28. package/android/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml +12 -0
  29. package/android/.idea/libraries/Gradle__androidx_browser_browser_1_2_0_aar.xml +15 -0
  30. package/android/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml +12 -0
  31. package/android/.idea/libraries/Gradle__androidx_collection_collection_1_1_0_jar.xml +11 -0
  32. package/android/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml +15 -0
  33. package/android/.idea/libraries/Gradle__androidx_core_core_1_2_0_aar.xml +15 -0
  34. package/android/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml +12 -0
  35. package/android/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml +12 -0
  36. package/android/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml +12 -0
  37. package/android/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml +15 -0
  38. package/android/.idea/libraries/Gradle__androidx_exifinterface_exifinterface_1_2_0_aar.xml +15 -0
  39. package/android/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml +15 -0
  40. package/android/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml +12 -0
  41. package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml +12 -0
  42. package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_1_0_jar.xml +11 -0
  43. package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml +12 -0
  44. package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml +12 -0
  45. package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_1_0_aar.xml +12 -0
  46. package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml +12 -0
  47. package/android/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml +12 -0
  48. package/android/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml +12 -0
  49. package/android/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml +15 -0
  50. package/android/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml +15 -0
  51. package/android/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml +12 -0
  52. package/android/.idea/libraries/Gradle__androidx_test_core_1_2_0_aar.xml +14 -0
  53. package/android/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_2_0_aar.xml +14 -0
  54. package/android/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_2_0_aar.xml +14 -0
  55. package/android/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_1_aar.xml +14 -0
  56. package/android/.idea/libraries/Gradle__androidx_test_monitor_1_2_0_aar.xml +14 -0
  57. package/android/.idea/libraries/Gradle__androidx_test_runner_1_2_0_aar.xml +14 -0
  58. package/android/.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml +15 -0
  59. package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml +12 -0
  60. package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml +12 -0
  61. package/android/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml +12 -0
  62. package/android/.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml +15 -0
  63. package/android/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml +12 -0
  64. package/android/.idea/libraries/Gradle__artifacts_BrotherPrintLibrary_unspecified_jar.xml +11 -0
  65. package/android/.idea/libraries/Gradle__com_google_android_datatransport_transport_api_2_2_0_aar.xml +12 -0
  66. package/android/.idea/libraries/Gradle__com_google_android_datatransport_transport_backend_cct_2_2_0_aar.xml +12 -0
  67. package/android/.idea/libraries/Gradle__com_google_android_datatransport_transport_runtime_2_2_0_aar.xml +12 -0
  68. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml +12 -0
  69. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_17_0_0_aar.xml +12 -0
  70. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_location_17_0_0_aar.xml +10 -0
  71. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_places_placereport_17_0_0_aar.xml +10 -0
  72. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml +10 -0
  73. package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_17_0_0_aar.xml +10 -0
  74. package/android/.idea/libraries/Gradle__com_google_android_material_material_1_1_0_rc02_aar.xml +15 -0
  75. package/android/.idea/libraries/Gradle__com_google_auto_value_auto_value_annotations_1_6_5_jar.xml +13 -0
  76. package/android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml +9 -0
  77. package/android/.idea/libraries/Gradle__com_google_dagger_dagger_2_24_jar.xml +13 -0
  78. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_common_19_3_0_aar.xml +14 -0
  79. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_components_16_0_0_aar.xml +14 -0
  80. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_datatransport_17_0_3_aar.xml +14 -0
  81. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_encoders_json_16_0_0_aar.xml +14 -0
  82. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_iid_20_1_1_aar.xml +12 -0
  83. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_iid_interop_17_0_0_aar.xml +10 -0
  84. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_installations_16_0_0_aar.xml +12 -0
  85. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_installations_interop_16_0_0_aar.xml +12 -0
  86. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml +10 -0
  87. package/android/.idea/libraries/Gradle__com_google_firebase_firebase_messaging_20_1_2_aar.xml +12 -0
  88. package/android/.idea/libraries/Gradle__com_google_guava_listenablefuture_1_0_jar.xml +13 -0
  89. package/android/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml +13 -0
  90. package/android/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml +13 -0
  91. package/android/.idea/libraries/Gradle__junit_junit_4_12_jar.xml +13 -0
  92. package/android/.idea/libraries/Gradle__net_bytebuddy_byte_buddy_1_9_7_jar.xml +13 -0
  93. package/android/.idea/libraries/Gradle__net_bytebuddy_byte_buddy_agent_1_9_7_jar.xml +13 -0
  94. package/android/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml +13 -0
  95. package/android/.idea/libraries/Gradle__org_apache_cordova_framework_7_0_0_aar.xml +12 -0
  96. package/android/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml +13 -0
  97. package/android/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml +13 -0
  98. package/android/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml +13 -0
  99. package/android/.idea/libraries/Gradle__org_json_json_20140107_jar.xml +13 -0
  100. package/android/.idea/libraries/Gradle__org_mockito_mockito_core_2_25_1_jar.xml +13 -0
  101. package/android/.idea/libraries/Gradle__org_mockito_mockito_inline_2_25_1_jar.xml +13 -0
  102. package/android/.idea/libraries/Gradle__org_objenesis_objenesis_2_6_jar.xml +13 -0
  103. package/android/.idea/misc.xml +14 -0
  104. package/android/.idea/modules/-485579866/capacitor-android.iml +171 -0
  105. package/android/.idea/modules/BrotherPrintLibrary/BrotherPrintLibrary.iml +27 -0
  106. package/android/.idea/modules/android.iml +110 -0
  107. package/android/.idea/modules.xml +10 -0
  108. package/android/.idea/runConfigurations.xml +12 -0
  109. package/android/.idea/vcs.xml +6 -0
  110. package/android/.idea/workspace.xml +83 -0
  111. package/android/BrotherPrintLibrary/BrotherPrintLibrary.aar +0 -0
  112. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/AndroidManifest.xml +11 -0
  113. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jars/classes.jar +0 -0
  114. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jars/libs/MobilePrintLib.jar +0 -0
  115. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/arm64-v8a/libcreatedata.so +0 -0
  116. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/armeabi/libAndrJFPDFEMB.so +0 -0
  117. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/armeabi/libcreatedata.so +0 -0
  118. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/armeabi-v7a/libAndrJFPDFEMB.so +0 -0
  119. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/armeabi-v7a/libcreatedata.so +0 -0
  120. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/x86/libcreatedata.so +0 -0
  121. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a/jetified-BrotherPrintLibrary/jni/x86_64/libcreatedata.so +0 -0
  122. package/android/BrotherPrintLibrary/build/.transforms/25e734394246e1bfc2863356368dd65a.bin +1 -0
  123. package/android/BrotherPrintLibrary/build/.transforms/8f03997c59bfcdf41861a60561d5d5af.bin +0 -0
  124. package/android/BrotherPrintLibrary/build/.transforms/b3cb8a1794c15332bde93f2b78199c73/jetified-BrotherPrintLibrary.aar +0 -0
  125. package/android/BrotherPrintLibrary/build/.transforms/b3cb8a1794c15332bde93f2b78199c73.bin +1 -0
  126. package/android/BrotherPrintLibrary/build/.transforms/bb913df08d40846b1bc63945606f217a.bin +2 -0
  127. package/android/BrotherPrintLibrary/build/.transforms/cf1dcc0f016004f76302659fc63c1d4f.bin +1 -0
  128. package/android/BrotherPrintLibrary/build.gradle +2 -0
  129. package/android/build.gradle +2 -0
  130. package/android/local.properties +8 -0
  131. package/android/settings.gradle +1 -0
  132. package/android/src/main/AndroidManifest.xml +12 -0
  133. package/android/src/main/java/jp/rdlabo/capacitor/plugin/brotherprint/BrotherPrint.java +149 -6
  134. package/dist/docs.json +105 -0
  135. package/dist/esm/definitions.d.ts +12 -9
  136. package/dist/esm/definitions.js +1 -0
  137. package/dist/esm/definitions.js.map +1 -1
  138. package/dist/esm/index.d.ts +3 -0
  139. package/dist/esm/index.js +6 -0
  140. package/dist/esm/index.js.map +1 -1
  141. package/dist/esm/web.d.ts +14 -7
  142. package/dist/esm/web.js +15 -18
  143. package/dist/esm/web.js.map +1 -1
  144. package/dist/plugin.cjs.js +43 -0
  145. package/dist/plugin.cjs.js.map +1 -0
  146. package/dist/plugin.js +28 -18
  147. package/dist/plugin.js.map +1 -1
  148. package/ios/Plugin/Plugin.h +0 -1
  149. package/ios/Plugin/Plugin.m +4 -1
  150. package/ios/Plugin/Plugin.swift +150 -7
  151. package/ios/Plugin/module.modulemap +9 -0
  152. package/ios/Plugin.xcodeproj/project.pbxproj +47 -1
  153. package/ios/Plugin.xcodeproj/project.xcworkspace/xcuserdata/sakakibara.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  154. package/ios/Plugin.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  155. package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  156. package/ios/Plugin.xcworkspace/xcuserdata/sakakibara.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  157. package/ios/Podfile +2 -1
  158. package/ios/Podfile.lock +8 -1
  159. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
  160. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
  161. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
  162. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
  163. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
  164. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +727 -0
  165. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +60 -0
  166. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +107 -0
  167. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMChannel.h +33 -0
  168. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +69 -0
  169. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMError.h +25 -0
  170. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +27 -0
  171. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +35 -0
  172. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +27 -0
  173. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +84 -0
  174. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +25 -0
  175. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +35 -0
  176. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +53 -0
  177. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +52 -0
  178. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +77 -0
  179. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +25 -0
  180. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +31 -0
  181. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +59 -0
  182. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +54 -0
  183. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +34 -0
  184. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +18 -0
  185. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +32 -0
  186. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +55 -0
  187. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +64 -0
  188. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +48 -0
  189. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +47 -0
  190. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +42 -0
  191. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +28 -0
  192. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +26 -0
  193. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +59 -0
  194. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +23 -0
  195. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +119 -0
  196. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +27 -0
  197. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +44 -0
  198. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +136 -0
  199. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +272 -0
  200. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +16 -0
  201. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +18 -0
  202. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +58 -0
  203. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +23 -0
  204. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +211 -0
  205. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +50 -0
  206. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +99 -0
  207. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +47 -0
  208. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +43 -0
  209. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +40 -0
  210. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ763MFIPrintSettingsViewController.h +41 -0
  211. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +45 -0
  212. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +46 -0
  213. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +41 -0
  214. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +51 -0
  215. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PrintSettings.h +467 -0
  216. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +203 -0
  217. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +81 -0
  218. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +42 -0
  219. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +81 -0
  220. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +42 -0
  221. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +81 -0
  222. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +42 -0
  223. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3050AIPrintSettings.h +81 -0
  224. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +42 -0
  225. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +81 -0
  226. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +42 -0
  227. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +82 -0
  228. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +42 -0
  229. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +82 -0
  230. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +42 -0
  231. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +103 -0
  232. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +41 -0
  233. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +102 -0
  234. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +41 -0
  235. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +107 -0
  236. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +42 -0
  237. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +108 -0
  238. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +42 -0
  239. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +83 -0
  240. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +42 -0
  241. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +82 -0
  242. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +42 -0
  243. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +76 -0
  244. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +42 -0
  245. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
  246. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
  247. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/Info.plist +0 -0
  248. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
  249. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
  250. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
  251. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
  252. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
  253. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
  254. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/PrinterList.plist +0 -0
  255. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
  256. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
  257. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
  258. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
  259. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
  260. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
  261. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
  262. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
  263. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr403ad.txt +91 -0
  264. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr403aiad.txt +91 -0
  265. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
  266. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr404ad.txt +91 -0
  267. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr423ad.txt +666 -0
  268. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bsr425ad.txt +610 -0
  269. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
  270. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
  271. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst40ad.txt +482 -0
  272. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst41nad.txt +310 -0
  273. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst441ad.txt +495 -0
  274. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst442ad.txt +495 -0
  275. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst451ad.txt +495 -0
  276. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst452ad.txt +495 -0
  277. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/bst455ad.txt +495 -0
  278. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
  279. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
  280. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
  281. package/ios/Pods/BRLMPrinterKit/BRLMPrinterKit/BRLMPrinterKit.framework/modulemap/module.modulemap +9 -0
  282. package/ios/Pods/BRLMPrinterKit/LICENSE +19 -0
  283. package/ios/Pods/BRLMPrinterKit/README.md +34 -0
  284. package/ios/Pods/Manifest.lock +8 -1
  285. package/ios/Pods/Pods.xcodeproj/project.pbxproj +274 -155
  286. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/BRLMPrinterKit.xcscheme +60 -0
  287. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +11 -13
  288. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +11 -13
  289. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +11 -13
  290. package/ios/Pods/Pods.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/xcschememanagement.plist +15 -0
  291. package/ios/Pods/Target Support Files/BRLMPrinterKit/BRLMPrinterKit.debug.xcconfig +11 -0
  292. package/ios/Pods/Target Support Files/BRLMPrinterKit/BRLMPrinterKit.release.xcconfig +11 -0
  293. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +23 -0
  294. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +29 -0
  295. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +3 -2
  296. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +3 -2
  297. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +23 -0
  298. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +29 -0
  299. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +2 -0
  300. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +3 -2
  301. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +3 -2
  302. package/package.json +29 -16
  303. package/android/.npmignore +0 -1
package/README.md ADDED
@@ -0,0 +1,97 @@
1
+ # @rdlabo/capacitor-brotherprint
2
+ Capacitor Brother Print is a native Brother Print SDK implementation for iOS & Android. This plugin can use in `QL-820NW` and `QL-800`.
3
+
4
+ ## How to install
5
+ ```
6
+ % npm install @rdlabo/capacitor-brotherprint@git@github.com:rdlabo-team/capacitor-brotherprint.git
7
+ ```
8
+
9
+ ## How to use
10
+
11
+ ```typescript
12
+ import { Plugins } from '@capacitor/core';
13
+ const { BrotherPrint } = Plugins;
14
+ import { BrotherPrintOptions } from '@rdlabo/capacitor-brotherprint';
15
+
16
+ @Component({
17
+ selector: 'brother-print',
18
+ templateUrl: 'brother.component.html',
19
+ styleUrls: ['brother.component.scss']
20
+ })
21
+ export class BrotherComponent {
22
+ constructor() {
23
+ // Success to print
24
+ BrotherPrint.addListener('onPrint', (info) => {
25
+ console.log("onPrint");
26
+ });
27
+ // Failed to communication with printer
28
+ BrotherPrint.addListener('onPrintError', (info) => {
29
+ console.log("onPrintError");
30
+ });
31
+ // Failed to communication with printer
32
+ BrotherPrint.addListener('onPrintFailedCommunication', (info) => {
33
+ console.log("onPrintFailedCommunication");
34
+ });
35
+ }
36
+ print() {
37
+ BrotherPrint.printImage({
38
+ printerType: 'QL-820NW',
39
+ encodedImage: 'base64 removed mime-type', // base64
40
+ } as BrotherPrintOptions)
41
+ }
42
+ printWithNetWork() {
43
+ const wifi = () => new Promise(resolve => {
44
+ BrotherPrint.addListener('onIpAddressAvailable', (info) => {
45
+ resolve(info);
46
+ });
47
+ });
48
+
49
+ const ble = () => new Promise(resolve => {
50
+ BrotherPrint.addListener('onBLEAvailable', (info) => {
51
+ resolve(info);
52
+ });
53
+ });
54
+
55
+ Promise.all([wifi(), ble()]).then((values) => {
56
+ console.log(values);
57
+ });
58
+
59
+ BrotherPrint.searchWiFiPrinter();
60
+ BrotherPrint.searchBLEPrinter();
61
+ }
62
+ }
63
+ ```
64
+
65
+ ## Installation
66
+ ```
67
+ $ npm install --save @rdlabo/capacitor-brotherprint
68
+ ```
69
+
70
+ ### Android configuration
71
+ In file `android/app/src/main/java/**/**/MainActivity.java`, add the plugin to the initialization list:
72
+
73
+ ```java
74
+ import jp.rdlabo.capacitor.plugin.brotherprint.BrotherPrint;
75
+
76
+ this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
77
+ [...]
78
+ add(BrotherPrint.class);
79
+ [...]
80
+ }});
81
+ ```
82
+
83
+ and download `BrotherPrintLibrary.aar` and put to your android project:
84
+ https://support.brother.co.jp/j/s/support/html/mobilesdk/guide/getting-started/getting-started-android.html
85
+
86
+ ### iOS configuration
87
+ comming...
88
+
89
+ ## Run Demo
90
+ 以下デモの動かし方です。
91
+
92
+ ```
93
+ % cd demo/angular
94
+ % npm install && npm run build
95
+ % npx cap copy
96
+ % npx cap open ios
97
+ ```
@@ -10,8 +10,14 @@ Pod::Spec.new do |s|
10
10
  s.homepage = package['repository']['url']
11
11
  s.author = package['author']
12
12
  s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
13
- s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
- s.ios.deployment_target = '11.0'
13
+ s.source_files = ['ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}']
14
+ s.ios.deployment_target = '12.0'
15
15
  s.dependency 'Capacitor'
16
+ s.dependency 'BRLMPrinterKit'
16
17
  s.swift_version = '5.1'
18
+ s.preserve_path = 'ios/Plugin/module.modulemap'
19
+
20
+ s.xcconfig = {
21
+ "SWIFT_INCLUDE_PATHS" => "$(PODS_TARGET_SRCROOT)/ios/Plugin/"
22
+ }
17
23
  end
File without changes
@@ -0,0 +1,2 @@
1
+ #Sun Aug 02 21:49:29 JST 2020
2
+ gradle.version=5.6.4
File without changes
@@ -0,0 +1,116 @@
1
+ <component name="ProjectCodeStyleConfiguration">
2
+ <code_scheme name="Project" version="173">
3
+ <codeStyleSettings language="XML">
4
+ <indentOptions>
5
+ <option name="CONTINUATION_INDENT_SIZE" value="4" />
6
+ </indentOptions>
7
+ <arrangement>
8
+ <rules>
9
+ <section>
10
+ <rule>
11
+ <match>
12
+ <AND>
13
+ <NAME>xmlns:android</NAME>
14
+ <XML_ATTRIBUTE />
15
+ <XML_NAMESPACE>^$</XML_NAMESPACE>
16
+ </AND>
17
+ </match>
18
+ </rule>
19
+ </section>
20
+ <section>
21
+ <rule>
22
+ <match>
23
+ <AND>
24
+ <NAME>xmlns:.*</NAME>
25
+ <XML_ATTRIBUTE />
26
+ <XML_NAMESPACE>^$</XML_NAMESPACE>
27
+ </AND>
28
+ </match>
29
+ <order>BY_NAME</order>
30
+ </rule>
31
+ </section>
32
+ <section>
33
+ <rule>
34
+ <match>
35
+ <AND>
36
+ <NAME>.*:id</NAME>
37
+ <XML_ATTRIBUTE />
38
+ <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
39
+ </AND>
40
+ </match>
41
+ </rule>
42
+ </section>
43
+ <section>
44
+ <rule>
45
+ <match>
46
+ <AND>
47
+ <NAME>.*:name</NAME>
48
+ <XML_ATTRIBUTE />
49
+ <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
50
+ </AND>
51
+ </match>
52
+ </rule>
53
+ </section>
54
+ <section>
55
+ <rule>
56
+ <match>
57
+ <AND>
58
+ <NAME>name</NAME>
59
+ <XML_ATTRIBUTE />
60
+ <XML_NAMESPACE>^$</XML_NAMESPACE>
61
+ </AND>
62
+ </match>
63
+ </rule>
64
+ </section>
65
+ <section>
66
+ <rule>
67
+ <match>
68
+ <AND>
69
+ <NAME>style</NAME>
70
+ <XML_ATTRIBUTE />
71
+ <XML_NAMESPACE>^$</XML_NAMESPACE>
72
+ </AND>
73
+ </match>
74
+ </rule>
75
+ </section>
76
+ <section>
77
+ <rule>
78
+ <match>
79
+ <AND>
80
+ <NAME>.*</NAME>
81
+ <XML_ATTRIBUTE />
82
+ <XML_NAMESPACE>^$</XML_NAMESPACE>
83
+ </AND>
84
+ </match>
85
+ <order>BY_NAME</order>
86
+ </rule>
87
+ </section>
88
+ <section>
89
+ <rule>
90
+ <match>
91
+ <AND>
92
+ <NAME>.*</NAME>
93
+ <XML_ATTRIBUTE />
94
+ <XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
95
+ </AND>
96
+ </match>
97
+ <order>ANDROID_ATTRIBUTE_ORDER</order>
98
+ </rule>
99
+ </section>
100
+ <section>
101
+ <rule>
102
+ <match>
103
+ <AND>
104
+ <NAME>.*</NAME>
105
+ <XML_ATTRIBUTE />
106
+ <XML_NAMESPACE>.*</XML_NAMESPACE>
107
+ </AND>
108
+ </match>
109
+ <order>BY_NAME</order>
110
+ </rule>
111
+ </section>
112
+ </rules>
113
+ </arrangement>
114
+ </codeStyleSettings>
115
+ </code_scheme>
116
+ </component>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="GradleMigrationSettings" migrationVersion="1" />
4
+ <component name="GradleSettings">
5
+ <option name="linkedExternalProjectsSettings">
6
+ <GradleProjectSettings>
7
+ <option name="testRunner" value="PLATFORM" />
8
+ <option name="distributionType" value="DEFAULT_WRAPPED" />
9
+ <option name="externalProjectPath" value="$PROJECT_DIR$" />
10
+ <option name="gradleJvm" value="1.8" />
11
+ <option name="modules">
12
+ <set>
13
+ <option value="$PROJECT_DIR$" />
14
+ <option value="$PROJECT_DIR$/BrotherPrintLibrary" />
15
+ <option value="$PROJECT_DIR$/../node_modules/@capacitor/android/capacitor" />
16
+ </set>
17
+ </option>
18
+ <option name="resolveModulePerSourceSet" value="false" />
19
+ </GradleProjectSettings>
20
+ </option>
21
+ </component>
22
+ </project>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="RemoteRepositoriesConfiguration">
4
+ <remote-repository>
5
+ <option name="id" value="central" />
6
+ <option name="name" value="Maven Central repository" />
7
+ <option name="url" value="https://repo1.maven.org/maven2" />
8
+ </remote-repository>
9
+ <remote-repository>
10
+ <option name="id" value="jboss.community" />
11
+ <option name="name" value="JBoss Community repository" />
12
+ <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
13
+ </remote-repository>
14
+ <remote-repository>
15
+ <option name="id" value="MavenRepo" />
16
+ <option name="name" value="MavenRepo" />
17
+ <option name="url" value="https://repo.maven.apache.org/maven2/" />
18
+ </remote-repository>
19
+ <remote-repository>
20
+ <option name="id" value="BintrayJCenter" />
21
+ <option name="name" value="BintrayJCenter" />
22
+ <option name="url" value="https://jcenter.bintray.com/" />
23
+ </remote-repository>
24
+ <remote-repository>
25
+ <option name="id" value="Google" />
26
+ <option name="name" value="Google" />
27
+ <option name="url" value="https://dl.google.com/dl/android/maven2/" />
28
+ </remote-repository>
29
+ </component>
30
+ </project>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.activity:activity:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/8024d43f2ec98c58159e4490c7c84830/jetified-activity-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/8024d43f2ec98c58159e4490c7c84830/jetified-activity-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.activity/activity/1.0.0/28eb83e6a29ac3fbb87aa632cfa0e644a313f491/activity-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,13 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.annotation:annotation:1.1.0@jar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation/1.1.0/e3a6fb2f40e3a3842e6b7472628ba4ce416ea4c8/annotation-1.1.0.jar!/" />
5
+ </CLASSES>
6
+ <JAVADOC>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation/1.1.0/408af38ec57369afe3fd6466e1c4bfdd5f15fc92/annotation-1.1.0-javadoc.jar!/" />
8
+ </JAVADOC>
9
+ <SOURCES>
10
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation/1.1.0/8b7bdc00eb4d998bfbc76767b098620990f2a805/annotation-1.1.0-sources.jar!/" />
11
+ </SOURCES>
12
+ </library>
13
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.appcompat:appcompat:1.1.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f7fa931c10060cb31b4ececcd856b65d/appcompat-1.1.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f7fa931c10060cb31b4ececcd856b65d/appcompat-1.1.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f7fa931c10060cb31b4ececcd856b65d/appcompat-1.1.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat/1.1.0/9865019bbd2d95e41dede3d8ebf964aa93f97766/appcompat-1.1.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.appcompat:appcompat-resources:1.1.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/850a3c84da944cc872764513edcd7120/jetified-appcompat-resources-1.1.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/850a3c84da944cc872764513edcd7120/jetified-appcompat-resources-1.1.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.appcompat/appcompat-resources/1.1.0/a7dcffd1afb81e3c892ad061b33da031c2d7289f/appcompat-resources-1.1.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,11 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.arch.core:core-common:2.1.0@jar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.arch.core/core-common/2.1.0/b3152fc64428c9354344bd89848ecddc09b6f07e/core-common-2.1.0.jar!/" />
5
+ </CLASSES>
6
+ <JAVADOC />
7
+ <SOURCES>
8
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.arch.core/core-common/2.1.0/80ac2d7c8e6400ce2fbc663cd1a7e1cbef38c4b8/core-common-2.1.0-sources.jar!/" />
9
+ </SOURCES>
10
+ </library>
11
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/0f91f258f9d0abaa0e56c019df47bd85/core-runtime-2.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/0f91f258f9d0abaa0e56c019df47bd85/core-runtime-2.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.arch.core/core-runtime/2.0.0/bc41b287c95bc50a3cd27cb1b7cfb301805ba7f1/core-runtime-2.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.browser:browser:1.2.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7be871c34fd49410d37f5699ed5aae4a/browser-1.2.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7be871c34fd49410d37f5699ed5aae4a/browser-1.2.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7be871c34fd49410d37f5699ed5aae4a/browser-1.2.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.browser/browser/1.2.0/6b08be4c87b469cf5f138398a6bef008b0b1ee11/browser-1.2.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.cardview:cardview:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7d7fd0d2929b90b96150578fa61b2794/cardview-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7d7fd0d2929b90b96150578fa61b2794/cardview-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.cardview/cardview/1.0.0/c9f3ce7ca74ad2c978230f4094ba6804c5166f9c/cardview-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,11 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.collection:collection:1.1.0@jar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.collection/collection/1.1.0/1f27220b47669781457de0d600849a5de0e89909/collection-1.1.0.jar!/" />
5
+ </CLASSES>
6
+ <JAVADOC />
7
+ <SOURCES>
8
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.collection/collection/1.1.0/bae67b0019fbb38498198fcc2d0282a340b71c5b/collection-1.1.0-sources.jar!/" />
9
+ </SOURCES>
10
+ </library>
11
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.coordinatorlayout:coordinatorlayout:1.1.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1ebdab2cccca905a3cd28bb608703327/coordinatorlayout-1.1.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1ebdab2cccca905a3cd28bb608703327/coordinatorlayout-1.1.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1ebdab2cccca905a3cd28bb608703327/coordinatorlayout-1.1.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.coordinatorlayout/coordinatorlayout/1.1.0/a15529ac349d76a872ae5ef42b84c320c456cd7f/coordinatorlayout-1.1.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.core:core:1.2.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f4976fdf66a867c7fc93ada653134a06/core-1.2.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f4976fdf66a867c7fc93ada653134a06/core-1.2.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/f4976fdf66a867c7fc93ada653134a06/core-1.2.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.core/core/1.2.0/8eb1782c02c4b7a6af797dab2a05266f385a1775/core-1.2.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/aace0d5da73d2c817f12bb96d6698e5c/cursoradapter-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/aace0d5da73d2c817f12bb96d6698e5c/cursoradapter-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.cursoradapter/cursoradapter/1.0.0/1e323083b41c31fd4d45510dfce50614963c3c6c/cursoradapter-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.customview:customview:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/223ae8e78f23f48ba5d96a1dcabe1834/customview-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/223ae8e78f23f48ba5d96a1dcabe1834/customview-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.customview/customview/1.0.0/61f6a717d144dff3a6bda413d9abeeb2bca71581/customview-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.documentfile:documentfile:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1d3d300991201f0272c309154f6a5e44/documentfile-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1d3d300991201f0272c309154f6a5e44/documentfile-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.documentfile/documentfile/1.0.0/a1bed5cf96db96bd06a2feade98fe55653811dc8/documentfile-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cb2cdf934d3d3e0441b52d1dc3cb2e6a/drawerlayout-1.0.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cb2cdf934d3d3e0441b52d1dc3cb2e6a/drawerlayout-1.0.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cb2cdf934d3d3e0441b52d1dc3cb2e6a/drawerlayout-1.0.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.drawerlayout/drawerlayout/1.0.0/9ecd4ecb7da215ba4c5c3e00bf8d290dad6f2bc5/drawerlayout-1.0.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.exifinterface:exifinterface:1.2.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/a310087b54885d90d830d4108c3f136b/exifinterface-1.2.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/a310087b54885d90d830d4108c3f136b/exifinterface-1.2.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/a310087b54885d90d830d4108c3f136b/exifinterface-1.2.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.exifinterface/exifinterface/1.2.0/cae89dd2d8af4160feaed1a42933db7ccf0002d7/exifinterface-1.2.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,15 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.fragment:fragment:1.1.0@aar">
3
+ <ANNOTATIONS>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/e27002105a9bdd38fe216ef919b747b9/fragment-1.1.0/annotations.zip!/" />
5
+ </ANNOTATIONS>
6
+ <CLASSES>
7
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/e27002105a9bdd38fe216ef919b747b9/fragment-1.1.0/jars/classes.jar!/" />
8
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/e27002105a9bdd38fe216ef919b747b9/fragment-1.1.0/res" />
9
+ </CLASSES>
10
+ <JAVADOC />
11
+ <SOURCES>
12
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.fragment/fragment/1.1.0/b9ebb04df2cb0cad4419af3c658690bc82aa5706/fragment-1.1.0-sources.jar!/" />
13
+ </SOURCES>
14
+ </library>
15
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.interpolator:interpolator:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/c4e2469658fdd8801a5306110b0915fc/interpolator-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/c4e2469658fdd8801a5306110b0915fc/interpolator-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.interpolator/interpolator/1.0.0/fefd5e3cbc479b6b4a9532d05688a1e659e8d3d2/interpolator-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,12 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.legacy:legacy-support-core-utils:1.0.0@aar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/18e25bdaeb278667d7aef2960bdb2cf5/legacy-support-core-utils-1.0.0/jars/classes.jar!/" />
5
+ <root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/18e25bdaeb278667d7aef2960bdb2cf5/legacy-support-core-utils-1.0.0/res" />
6
+ </CLASSES>
7
+ <JAVADOC />
8
+ <SOURCES>
9
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.legacy/legacy-support-core-utils/1.0.0/46c37f178088153618cfb0afef08ec96c48f93cb/legacy-support-core-utils-1.0.0-sources.jar!/" />
10
+ </SOURCES>
11
+ </library>
12
+ </component>
@@ -0,0 +1,11 @@
1
+ <component name="libraryTable">
2
+ <library name="Gradle: androidx.lifecycle:lifecycle-common:2.1.0@jar">
3
+ <CLASSES>
4
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.1.0/c67e7807d9cd6c329b9d0218b2ec4e505dd340b7/lifecycle-common-2.1.0.jar!/" />
5
+ </CLASSES>
6
+ <JAVADOC />
7
+ <SOURCES>
8
+ <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.1.0/ff1470ebad448355d3722c637c85d5174b584f38/lifecycle-common-2.1.0-sources.jar!/" />
9
+ </SOURCES>
10
+ </library>
11
+ </component>