Graf commitů

102 Commity

Autor SHA1 Zpráva Datum
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 a4a010ca31
Update README.md 2020-02-20 01:01:32 +01:00
Julian Finkler 941e172376 Fixed wrong build.gradle 2020-02-20 00:20:46 +01:00
Julian Finkler 1e98233091
Update CHANGELOG.md 2020-02-19 23:44:01 +01:00
Julian Finkler 0c5899977e
Merge pull request #183 from mintware-de/prepare-release
Features:
- [Add-to-app support](https://github.com/mintware-de/flutter_barcode_reader/pull/168) - @santiihoyos
- Changed overlay to full screen in iOS 13

Bugfixes:
- [Fixed rotation on iOS](https://github.com/mintware-de/flutter_barcode_reader/pull/167) - @mintware-de
  - [#61 Rotating orientation on iPhones only shows half the screen](https://github.com/mintware-de/flutter_barcode_reader/issues/61)

Changes:
- [Fix compile warning](https://github.com/mintware-de/flutter_barcode_reader/pull/127) - @lookfirst
- [Upgrade gradle](https://github.com/mintware-de/flutter_barcode_reader/pull/142) - @SuuSoJeat
  - `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0
  - `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50
  - `compileSdkVersion`: 28 -> 29
  - `targetSdkVersion`: 28 -> 29
  - `gradle`: 4.10.2 -> 5.4.1
- [Package description updated](https://github.com/mintware-de/flutter_barcode_reader/pull/180) - @connectety
- README.md and LICENSE.md updated
- Since the project owner has been changed, the package names are different. Checkout the [UPGRADE.md](./UPGRADE.md) for details.
2020-02-19 23:42:40 +01:00
Julian Finkler d96581e552 Version updated and dartdocs added 2020-02-19 23:36:18 +01: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
Julian Finkler fd166d9915
Update CHANGELOG.md 2020-02-19 21:49:23 +01:00
Julian Finkler 0ef78bb112
Merge pull request #167 from mintware-de/fix_issue_61
Fix rotation in iOS
2020-02-19 21:46:24 +01:00
Julian Finkler 807d18fe55
Merge pull request #180 from connectety/master
Extend description to increase pub.dev score.
2020-02-19 21:36:46 +01:00
Julian Finkler 0a25923ae2
Merge pull request #168 from AreaSeys-Team/master
Supporting add-to-app feature
2020-02-19 21:35:21 +01:00
Julian Finkler 750da9f248
Merge pull request #142 from SuuSoJeat/master
Upgrade gradle
  - `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0
  - `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50
  - `compileSdkVersion`: 28 -> 29
  - `targetSdkVersion`: 28 -> 29
  - `gradle`: 4.10.2 -> 5.4.1
2020-02-19 21:25:06 +01:00
Julian Finkler 5ba94159a1
Merge pull request #127 from lookfirst/patch-1
Using copy instead of retain attribute for `FlutterResult result`
2020-02-19 21:07:10 +01:00
Julian Finkler 49cab03d37
Removed "unmaintained" notice 2020-02-19 17:10:45 +01:00
Matthew Smith ac4fbd2cf9
Update README.md 2020-02-12 09:17:12 -08:00
Connectety-T e0c461d139
Added tiny addition in description to bring the length over 60.
This brings the maintenance score up to 100, which will increase the overall score.
See https://pub.dev/packages/barcode_scan#-analysis-tab- under Maintenance suggestions.
2020-02-09 21:42:15 +01:00
Julian Finkler 770bb47d6c Fixed the position of the scan line 2020-01-12 12:34:25 +01:00
Julian Finkler e0cc5c3bc2 Fixed the size of the preview overlay 2020-01-12 12:18:48 +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
@SantiiHoyos 24d5067a8a
Merge pull request #1 from santiihoyos/master
avoid use Registrar.activity() beforr Flutter engine attached to any activity
2019-12-19 10:33:08 +01: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
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 7229aeb7b5 依赖替换 2019-09-03 17:56:48 +08:00
Eterna 4fe1075fa6 upgrade gradle 2019-08-27 10:51:15 +07:00
weilu d83c0aca1c 去除多余依赖 2019-08-23 11:03:18 +08:00
weilu 0921367fc0 文字修改 2019-08-16 14:49:06 +08:00
weilu 99718f6af2 依赖版本修改 2019-08-15 16:09:44 +08:00
Matthew Smith 39ecc57bc0
Merge pull request #134 from brandon8863/master
Fix dart future not returning on cancel
2019-07-30 11:26:44 -07:00
brandon.maness 73c7a7ea3b Fix dart future not returning on cancel 2019-07-22 12:11:27 -05:00
Jon Stevens 81edea7935
fix compile warning
https://stackoverflow.com/questions/18039275/retained-block-property-does-not-copy-the-block-use-copy-attribute-instead

"Retain'ed block property does not copy the block - use copy attribute instead"

Not sure if this should be `copy` or `strong`.
2019-07-05 16:32:46 +07:00
Matthew Smith 42714900ca Updates to barcode scanner dependencies 2019-06-11 07:37:52 -07:00
Matthew Smith 18960bd493
Merge pull request #123 from mjafartp/master
App Crash with Background fetch plugin cleared
2019-06-11 07:36:18 -07:00
Matthew Smith 59e20c1f36
Merge pull request #111 from ammaratef45/edit-readme
changed version with any
2019-06-11 07:35:50 -07:00
Matthew Smith 922f0d06a8
Merge pull request #119 from NamanShergill/patch-1
Some changes to fix errors being thrown
2019-06-11 07:35:23 -07:00
mjafartp f7b09a9272
App Crash with Background fetch plugin cleared 2019-06-08 17:42:23 +05:30
Naman Shergill c8966b4515
Some changes to fix errors being thrown 2019-05-31 16:15:50 +05:30
Ammar Atef 25e1669bcd
changed version with any 2019-04-28 17:10:22 +02:00
Matthew Smith 8455f159f6 Fixed example app 2019-03-04 06:49:18 -08:00
Matthew Smith 6d37ed830b Android X Support
bumping version to 1.0
2019-03-04 06:43:33 -08:00
Matthew Smith b2900dfd87
Merge pull request #90 from ethael/patch-1
finishing androidx migration
2019-03-04 05:29:09 -08:00
Marián Mižik eb027ced44
Update gradle-wrapper.properties 2019-02-28 10:44:47 +01:00
Marián Mižik 243a6b5278
Update build.gradle 2019-02-28 10:43:57 +01:00
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
Matthew Smith c42b301c18
Merge pull request #67 from bcc0421/master
Fix issue that some HUAWEI scan error.
2019-02-06 06:37:37 -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 af8fa170db Version bump, prepare 0.0.8 release. 2018-11-19 09:51:51 -08:00
Matthew Smith 5e360fc9da
Merge pull request #55 from tgezginis/master
Stop scanning when pressed the cancel button on iOS
2018-11-19 09:47:55 -08:00