diff --git a/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj b/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj index 971baadf5..d2ba91aa9 100644 --- a/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj +++ b/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj @@ -89,6 +89,9 @@ ..\..\packages\Xamarin.Forms.2.3.3.193\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll + + ..\..\Samples\Forms\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll + diff --git a/Source/ZXing.Net.Mobile.Forms.Android/packages.config b/Source/ZXing.Net.Mobile.Forms.Android/packages.config index 76bac09d9..b954effb7 100644 --- a/Source/ZXing.Net.Mobile.Forms.Android/packages.config +++ b/Source/ZXing.Net.Mobile.Forms.Android/packages.config @@ -1,5 +1,6 @@  + diff --git a/Source/ZXing.Net.Mobile.Forms/ZXingDefaultOverlay.cs b/Source/ZXing.Net.Mobile.Forms/ZXingDefaultOverlay.cs index df2369073..bd95a5b24 100644 --- a/Source/ZXing.Net.Mobile.Forms/ZXingDefaultOverlay.cs +++ b/Source/ZXing.Net.Mobile.Forms/ZXingDefaultOverlay.cs @@ -15,6 +15,8 @@ public class ZXingDefaultOverlay : Grid public ZXingDefaultOverlay () { + BindingContext = this; + VerticalOptions = LayoutOptions.FillAndExpand; HorizontalOptions = LayoutOptions.FillAndExpand; diff --git a/ZXing.Net.Mobile.Forms.nuspec b/ZXing.Net.Mobile.Forms.nuspec index 33a5f62d5..8445fbd79 100644 --- a/ZXing.Net.Mobile.Forms.nuspec +++ b/ZXing.Net.Mobile.Forms.nuspec @@ -9,7 +9,11 @@ http://github.com/Redth/ZXing.Net.Mobile http://raw.github.com/Redth/ZXing.Net.Mobile/master/Art/ZXing.Net.Mobile-Icon.png false - ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. + + ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. + + See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes. + ZXing Barcode Scanning for your Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight), and Windows Universal apps! barcode, zxing, zxing.net, qr, scan, scanning, scanner diff --git a/ZXing.Net.Mobile.nuspec b/ZXing.Net.Mobile.nuspec index 0ea7ec3a4..42376c294 100644 --- a/ZXing.Net.Mobile.nuspec +++ b/ZXing.Net.Mobile.nuspec @@ -9,7 +9,11 @@ http://github.com/Redth/ZXing.Net.Mobile http://raw.github.com/Redth/ZXing.Net.Mobile/master/Art/ZXing.Net.Mobile-Icon.png false - ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. + + ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal. The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. + + See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes. + ZXing Barcode Scanning for your Xamarin.iOS, Xamarin.Android, Windows Phone (Silverlight) and Windows Universal apps! barcode, zxing, zxing.net, qr, scan, scanning, scanner