History log of /expo/packages/expo-barcode-scanner/ios/EXBarCodeScanner/EXBarCodeScanner.m (Results 1 – 12 of 12)
Revision Date Author Comments
# 7e5da4d1 06-Apr-2022 Bartłomiej Bukowski <[email protected]>

[iOS] Fix unrecognized symbol `AVMetadataObjectTypeCodabarCode` in Xcode < 13.3 (without iOS 15.4) (#16942)


# 5a06ec9a 04-Apr-2022 Urata Daiki <[email protected]>

[iOS][BarCodeScanner] Add support for Codabar (#16703)


# 314e850c 24-Jul-2021 Tomasz Sapeta <[email protected]>

[ios] Migrate some packages to use expo-modules-core


# f814088e 13-May-2021 Tomasz Sapeta <[email protected]>

[barcode] Migrate interface to expo-modules-core (#12912)


# bd4c8242 23-Jun-2020 Łukasz Kosmaty <[email protected]>

[expo-barcod-scanner] Return bounding box (#8865)

# Why

Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.

# How

- Readd the bounding box informati

[expo-barcod-scanner] Return bounding box (#8865)

# Why

Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.

# How

- Readd the bounding box information on Android (previously added by https://github.com/expo/expo/pull/2904).
- Add the same functionality to iOS.
- Update NCL and test-suite

Unfortunately, currently, we don't always return this information on iOS. For some barcode types, there is a problem with converting point coordinates from one space to another.

# Test Plan

Tested using updated NCL and test-suite:
- iOS ✅
- Android ✅

show more ...


# 1f9c336a 12-Nov-2019 Bartłomiej Bukowski <[email protected]>

[BarcodeScanner][iOS] Fix scanning PDF417 with \0 (null) charac… (#5976)

* [BarcodeScanner][iOS] Add ZXing barcode scanning library

* [BarcodeScanning][iOS] Fix PDF417 code scanning containing u'

[BarcodeScanner][iOS] Fix scanning PDF417 with \0 (null) charac… (#5976)

* [BarcodeScanner][iOS] Add ZXing barcode scanning library

* [BarcodeScanning][iOS] Fix PDF417 code scanning containing u'\0' (null) characters

* Update CHANGELOG

* [BarcodeScanner][iOS] Limit ZXing library to only PDF417 related files

* [BarcodeScanner][iOS] Make ZXing scan Code39 barcode type

show more ...


# 388f5c7e 06-Aug-2019 Stanisław Chmiela <[email protected]>

[expo-barcode-scanner] Fix attempt to send events with nil as value (#5183)

# Why

Should fix https://github.com/expo/expo/issues/5160.

# How

I inspected crash log (https://github.com/expo/e

[expo-barcode-scanner] Fix attempt to send events with nil as value (#5183)

# Why

Should fix https://github.com/expo/expo/issues/5160.

# How

I inspected crash log (https://github.com/expo/expo/issues/5160#issuecomment-517831917) and found that it points to this line to this error. Now the code will ensure that the value it wants to send to JS is not nil.

# Test Plan

I haven't executed any tests, Expo client compiled.

show more ...


# e60eb2af 06-Aug-2019 Stanisław Chmiela <[email protected]>

[expo-barcode-scanner] Fix attempt to send events with nil as value (#5183)

# Why

Should fix https://github.com/expo/expo/issues/5160.

# How

I inspected crash log (https://github.com/expo/e

[expo-barcode-scanner] Fix attempt to send events with nil as value (#5183)

# Why

Should fix https://github.com/expo/expo/issues/5160.

# How

I inspected crash log (https://github.com/expo/expo/issues/5160#issuecomment-517831917) and found that it points to this line to this error. Now the code will ensure that the value it wants to send to JS is not nil.

# Test Plan

I haven't executed any tests, Expo client compiled.

show more ...


# f870e5d8 25-Jun-2019 Stanisław Chmiela <[email protected]>

[expo-barcode-scanner] Fix UI blocking -(void)setSettings:

Fixes https://github.com/expo/expo/issues/4309.


# 8d441c7e 14-Mar-2019 Stanisław Chmiela <[email protected]>

[packages] Move unimodules foundation to `org.unimodules` scope


# 9cded925 26-Oct-2018 Tomasz Sapeta <[email protected]>

[ios] versioned iOS code for SDK 31


# eafa96e0 10-Oct-2018 Stanisław Chmiela <[email protected]>

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install afte

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install after regenerating ios files

show more ...