Commit Graph

12 Commits

Author SHA1 Message Date
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
Santi Hoyos 2a2a3e0899 avoid use Registrar.activity() before flutter engine is attached to android Activity
this add support for use this plugin in apps with add-to-app feature
2019-12-18 17:43:01 +01:00
weilu 99718f6af2 依赖版本修改 2019-08-15 16:09:44 +08:00
mjafartp f7b09a9272
App Crash with Background fetch plugin cleared 2019-06-08 17:42:23 +05:30
Matthew Smith 5d498e39a7
Merge pull request #72 from victoraldir/improvement/migrate-to-androidx
Increase gradle version and migrate to androidx
2019-02-06 06:42:54 -08:00
victoraldir 3c8e8c54af Increase gradle version and migrate to androidx 2019-01-30 21:29:39 -02:00
Robin 82f461185d Fix issue that some HUAWEI scan error. 2019-01-04 17:21:50 +08:00
Matthew Smith 3056ac5c24 Add MIT license 2018-01-19 04:07:31 -08:00
Benjamin Sauer 51f43844d7 Added error handling for declined permission requests. 2018-01-05 17:21:25 +01:00
Matthew Smith 0e4339160f Initial commit 2017-10-29 10:05:11 -07:00