Yannick Loriot
4539cda341
Making the QRCodeReaderView public
2017-08-10 21:25:17 +02:00
Yannick Loriot
5850c05d7b
Merge pull request #108 from masadwin/patch-1
...
Update README.md
2017-07-22 22:26:52 +02:00
masadwin
776745df5b
Update README.md
...
Although it should've been obvious to the user to import the module they just installed. I think it would be nice to have the step about adding import for QRCodeReader for completeness.
2017-07-20 06:53:29 +05:00
Yannick Loriot
2701b6ba74
Bump version
2017-06-13 22:17:50 +02:00
Yannick Loriot
9dca40fc0d
Merge pull request #104 from manixate/crash-fix
...
AVCaptureVideoPreviewLayer connection property can be nil
2017-06-10 18:26:17 +02:00
Muhammad Azeem
2eab10f371
AVCaptureVideoPreviewLayer connection property can be nil
...
It can be nil if the session is detached which happens when metadataObjectTypes is empty and camera permission is denied
2017-06-09 10:13:53 +08:00
Yannick Loriot
8f0500a301
Merge pull request #98 from acrespo/flagOrientationChange
...
Add flag to disable orientation change support for QRCodeReaderViewController
2017-06-07 23:12:44 +02:00
Alvaro Crespo
9040c7b179
Add flag to disable orientation change support for QRCodeReaderViewController
2017-06-01 14:01:17 -03:00
Yannick Loriot
f23d4f6151
Bump version
2017-05-28 23:18:35 +02:00
Yannick Loriot
37bf95bcc3
Merge pull request #91 from dilaroga/fix_89
...
Fixes the orientation issue with the overlay #89
2017-05-27 22:53:34 +02:00
Yannick Loriot
4245cca10a
Adding the preview layer example
2017-05-08 19:24:40 +02:00
Yannick Loriot
f566d27f3f
Bump version
2017-04-16 10:29:48 +02:00
Yannick Loriot
780a238d39
Make the metadataOutput property public #95
2017-04-16 10:28:31 +02:00
Yannick Loriot
2f41fe3117
Merge pull request #94 from Ingibjorg/feature/update-readme-for-v7.4
...
Update readme info on QRCodeReaderDisplayable
2017-04-03 19:29:42 +02:00
Ingibjörg Ósk Jónsdóttir
15262fc2e6
Fix overlayView var declaration in Readme
2017-04-03 15:26:46 +00:00
Ingibjörg Ósk Jónsdóttir
19b55773b8
Update readme info on QRCodeReaderDisplayable
2017-04-03 14:08:13 +00:00
Yannick Loriot
79d1ad547f
Bump version
2017-03-29 12:36:14 +02:00
Yannick Loriot
495cd1fbe9
Cleaning project
2017-03-29 12:32:29 +02:00
Yannick Loriot
e69bc1bd48
Merge pull request #93 from petkotodorov/master
...
Fixing Swift 3.1 warnings and errors
2017-03-29 12:28:39 +02:00
Petko Todorov
76aa1e8273
Modify builder instance within initialization
2017-03-29 11:36:03 +02:00
Petko Todorov
93993d85b5
updated example code for lazy initialization of QRCodeReaderViewController, in order to avoid issue with modifying immutable builder variable, after Xcode 8.3/ Swift 3.1 update
2017-03-29 11:33:12 +02:00
Petko Todorov
7952415bcc
Updated deprecated M_PI with Double.pi
2017-03-29 11:23:32 +02:00
Sebastien Zwickert
6658db3bad
Fixes the orientation issue with the overlay #89
2017-03-27 17:09:59 +02:00
Yannick Loriot
bd9ddaf866
Bump to v7.3.0
2017-02-09 16:58:24 +01:00
Yannick Loriot
6e911721cf
Fixing the didSwitchCamera delegate access control #87
2017-02-09 16:45:33 +01:00
Yannick Loriot
5baaa4e70c
Update README.md
2017-02-09 16:35:03 +01:00
Yannick Loriot
255280af69
Merge pull request #85 from lgw51/master
...
May be case not authorized to use Back Camera.
2017-01-14 19:35:18 +01:00
Coder Liao
45d825f688
finished code.
2017-01-13 16:17:29 +08:00
Yannick Loriot
96c0d7a436
cleaning some parts
2017-01-08 23:23:34 +01:00
Coder Liao
83713b5047
Update ViewController.swift
2017-01-04 18:18:30 +08:00
Coder Liao
2943e55aa2
Update ViewController.swift
2017-01-04 18:00:31 +08:00
Coder Liao
03d16e96a2
may be case not authorized to use Back Camera.
2017-01-04 17:42:53 +08:00
Yannick Loriot
06f9e59783
Merge pull request #84 from mjrehder/master
...
Fixed crash bug when a QR Code string could not be decoded and result…
2017-01-03 22:10:25 +01:00
Martin Rehder
0e9e6bce4a
Fixed crash bug when a QR Code string could not be decoded and resulted in unwrapping of nil.
...
Also added border color change to indicate the issue with a red color.
2017-01-03 17:07:57 +01:00
Yannick Loriot
a85a209ea5
Merge pull request #80 from RickyPark/features/OptionalOverlayView
...
Optional Overlay View
2016-11-10 09:06:55 +01:00
SUNGMIN PARK
ce947660ef
1. Add “overlayView“ in QRCodeReaderDisplayable because now it can be hidden.
...
2. “overlayView” in QRCodeReaderView is now optional.
3. “setupComponents” method in QRCodeReaderView now set isHidden value of overlayView. Although it’s optional, it’s surely created but set hidden if required at the method.
4. To set overlayView hidden, QRCodeReaderViewControllerBuilder now has showOverlayView value. Default value is true.
2016-11-08 16:34:49 +09:00
Yannick Loriot
f2896c9345
Update README.md
2016-11-01 19:12:42 +01:00
Yannick Loriot
e14adf493f
Update README.md
2016-10-25 15:44:28 +02:00
Yannick Loriot
10083a8fa4
Update README.md
2016-10-25 15:40:56 +02:00
Yannick Loriot
cfdc303e5b
Update README.md
2016-10-20 12:31:28 +02:00
Yannick Loriot
a91852403e
Bump to v7.2.0
2016-10-20 12:24:45 +02:00
Yannick Loriot
30b9e18847
Updating documentation
2016-10-20 12:21:52 +02:00
Yannick Loriot
684df7fe39
The ReaderOverlayView, SwitchCameraButton and ToggleTorchButton are now public
2016-10-20 12:09:18 +02:00
Yannick Loriot
d6b85ec9b4
Allow the readerView customization via the builder
2016-10-20 12:02:46 +02:00
Yannick Loriot
57fcbc8222
Updating the documentation
2016-10-20 11:59:40 +02:00
Yannick Loriot
4e8f9e4c22
Adding the QRCodeReaderViewContainer to allow view customization #23 #35 #54 #72
2016-10-20 11:40:19 +02:00
Yannick Loriot
753348ac08
Bump to v7.1.2
2016-10-13 13:47:49 +02:00
Yannick Loriot
15a8124dfb
Bump to v7.1.1
2016-10-12 22:05:51 +02:00
Yannick Loriot
d272e93155
Bump to v7.1.0 #67 #68
2016-10-12 21:58:26 +02:00
Yannick Loriot
6967e09d22
Merge pull request #68 from fellowshiptech/master
...
Ability to detect camera switch, and to specify starting camera position
2016-10-12 21:41:33 +02:00