Commit Graph

19 Commits

Author SHA1 Message Date
weilu 234183a26a 同步代码 2020-04-10 15:11:30 +08:00
weilu d36a12a9c6 Merge remote-tracking branch 'upstream/master' into dev
# Conflicts:
#	android/build.gradle
#	android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScanPlugin.kt
#	example/.gitignore
#	example/android/app/src/main/AndroidManifest.xml
#	example/android/gradle.properties
#	pubspec.yaml
2020-04-10 13:43:52 +08:00
Julian Finkler 14a744d0af Owner changes:
Android:
Kotlin Package: `com.apptreesoftware.barcodescan` -> `de.mintware.barcode_scan`
Manifest-Package: `com.yourcompany.barcodescan` -> `de.mintware.barcodescan`
Activity: `com.apptreesoftware.barcodescan.BarcodeScannerActivity` -> `de.mintware.barcode_scan.BarcodeScannerActivity`

iOS:
Bundle ID: `com.apptreesoftware.barcode.plugin.example` -> `de.mintware.barcode_scan.plugin.example`

Flutter:
Method channel: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
pubspec.yaml:
 - homepage updated
 - deprecated author entry removed
 - comments removed
 - flutter.plugin.androidPackage: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`

README.md updated and UPGRADE.md added
2020-02-19 23:19:14 +01:00
weilu fbd6ece45f 支持1.12版本新的android插件api 2019-12-26 16:30:33 +08:00
weilu d806560cd5 flutter sdk 1.12.13 2019-12-20 15:18:16 +08:00
Julian Finkler 06f38e0b53 Fix for Issue #61
While the iOS device is rotating the bounds of the previewView will be recalculated
and the scanRect will be reinitialized

Changes in the WorkspaceSettings are necessary to run the example app
2019-12-16 20:59:07 +01:00
weilu 99718f6af2 依赖版本修改 2019-08-15 16:09:44 +08:00
Matthew Smith 42714900ca Updates to barcode scanner dependencies 2019-06-11 07:37:52 -07:00
Matthew Smith 8455f159f6 Fixed example app 2019-03-04 06:49:18 -08:00
dustin 5e50563aaf [Fixes #47] Add Camera permission to library Android manifest
Makes integration into host applications easier
Removed the camera permission from the example to demonstrate
2018-09-06 11:28:16 -07:00
dustin 1074ab990a make iOS scanner UI look the same as Android
Includes a scanner window and pulsing scan line
2018-08-11 09:17:35 -07:00
dustin 6de69d7c2a fix iOS flash implementation 2018-08-09 15:37:10 -07:00
dustin dcfdc5a0c4 update android gradle configuration and declare activity in library
If you declare the activity in the library, the hosting application's
manifest will get merged with the library manifest and then the end user
doesn't have to edit their manifest before this plugin works.

also updated to latest gradle plugin and kotlin versions
2018-08-09 14:21:26 -07:00
Benjamin Sauer 616b286a5c main, example: added CameraAccessDenied constant 2018-01-10 14:55:58 +01:00
Benjamin Sauer 51f43844d7 Added error handling for declined permission requests. 2018-01-05 17:21:25 +01:00
Matthew Smith 80b5c6f3eb Rewrote iOS scanner in ObjC to avoid swift plugin conflicts with use_frameworks! 2017-11-07 18:27:25 -08:00
Matthew Smith 79a702761f Rename BarcodeScan class to BarcodeScanner 2017-10-29 16:35:38 -07:00
Matthew Smith 8906a076bf Remove widget_test 2017-10-29 16:10:50 -07:00
Matthew Smith 0e4339160f Initial commit 2017-10-29 10:05:11 -07:00