Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Releases: phonegap/phonegap-plugin-barcodescanner

v8.0.1

27 Nov 18:35
c5dbca2
Compare
Choose a tag to compare

Release 8.0.1

v8.0.0

30 May 18:18
v8.0.0
Compare
Choose a tag to compare
Release v8.0.0

v7.1.2

28 Apr 22:55
v7.1.2
Compare
Choose a tag to compare
Release v7.1.2

v7.1.1

08 Apr 16:01
Compare
Choose a tag to compare
Bump version

v7.1.0

16 Mar 09:39
aad4a91
Compare
Choose a tag to compare
7.1.0

6.0.5

22 Dec 15:01
93fd610
Compare
Choose a tag to compare
bump

6.0.4

04 Dec 19:10
cdab613
Compare
Choose a tag to compare
bump

6.0.3

21 Oct 12:03
356ba6e
Compare
Choose a tag to compare
bump to 6.0.3

6.0.1

15 Jul 14:10
Compare
Choose a tag to compare

[Windows] Handled visibilitychange to avoid camera freeze on minimize

6.0.0

12 Jul 08:02
Compare
Choose a tag to compare
  • [Windows] Cleanup camera on app suspension
    Save/restore scanning state on suspend/resume
  • Prevent multiple calls to scanner
    Scanner freezes in IOS if multiple calls to the barcode scanner are made at the same time
  • [Windows] Focus fails on multiple taps
  • send callbacks on dismissViewControllerAnimated completion
    Changed barcodeScanDone method to use a block, so it sends the
    callbacks to the javascript side when the barcode scanner view
    controller has been completely dismissed.
    It was causing problems with the dialogs plugin if you used a dialog on
    the success or error callback
  • Retargeted WinRTBarcodeReader component, deprecated windows8 platform support
    This avoids 8.1 projects build error in VS: MSB3030 Could not copy the file WinRTBarcodeReader.winmd because it was not found
  • Adds a windows pre compile/run hook to ensure an arch is specified
    Check that an actual architecture is specified for Windows 10 compile/run to avoid a runtime error