v3.5.1
juliansteenbakker
released this
05 Dec 08:39
·
573 commits
to master
since this release
Improvements:
- The
type
of anAddress
is now non-null. - The
type
of anEmail
is now non-null. - The
phoneNumber
of anSMS
is now non-null. - The
latitude
andlongitude
of aGeoPoint
are now non-null. - The
phones
andurls
ofContactInfo
are now non-null. - The
url
of aUrlBookmark
is now non-null. - The
type
ofPhone
is now non-null. - The
width
andheight
ofBarcodeCapture
are now non-null. - The
BarcodeCapture
class now exposes asize
. - The list of
corners
of aBarcode
is now non-null.
Bugs fixed:
- Fixed the default values for the
format
andtype
arguments of the Barcode constructor.
These now useBarcodeFormat.unknown
andBarcodeType.unknown
, rather thanBarcodeFormat.ean13
andBarcodeType.text
.
(thanks @navaronbracke !) - Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !)