0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix Android StartScanning call using local options instead of class More... over 8 years ago
Fix build script More... over 8 years ago
Merge pull request #251 from Cheesebaron/patch-1 More... over 8 years ago
Fix CaptureDelegate being eaten by the GC More... over 8 years ago
Merge pull request #247 from gitter-badger/gitter-badge More... over 8 years ago
Add Gitter badge More... over 8 years ago
Added try/catch around autofocus, hopefully fixes #242 More... over 8 years ago
Merge pull request #243 from M3psipax/hotfix/scanner-fragment-onstart More... over 8 years ago
Don't build samples in CI More... over 8 years ago
Clean up the build script More... over 8 years ago
Reattach Missing Views In OnStart. More... over 8 years ago
try to get appveyor build version from environment variable More... over 8 years ago
Fixed android incorrect method reference from refactoring More... over 8 years ago
Continued fix from previous commit More... over 8 years ago
Fix PCL contract for Pause/Resume analysis change More... over 8 years ago
Added Pause/Resume analysis to MobileBarcodeScanner More... over 8 years ago
iOS: AVCapture fixed continuous scanning not being continuous also added support for some of the options like delay between scans, etc. More... over 8 years ago
Fixes #232 - Continuous scanning still used after first time When you started a continuous scan, cancelled it, and then with the same MobileBarcodeScanner instance started a single scan, the continuous flag would still be set causing the scanner to keep scanning continuously. This fixes that issue. More... over 8 years ago
Merge pull request #239 from sillych/patch-1 More... over 8 years ago
Forms: Added override for property changed on barcode image view (fixes #233) More... over 8 years ago
Forms assign options from ctor to actual scanner view (closes #230) More... over 8 years ago
Merge pull request #224 from bruzkovsky/master More... over 8 years ago
Update README about android platform init, closes #235 More... over 8 years ago
Add missing adding directive in build script More... over 8 years ago
Merge pull request #240 from sillych/patch-2 More... over 8 years ago
Android: Added Camera permission to library, closes #228 This means users don't explicitly need to specify the camera permission in their app as the library will merge it into their manifest for them. More... over 8 years ago
Android: Fix permission in manifest check - fixes #227 This will allow users to not specify FLASHLIGHT permissions and still get the scanner to work. The issue was the old way of checking always returned permission information (on Marshmallow), instead of looking to see what was actually in the manifest. More... over 8 years ago
Update build.cake More... over 8 years ago
Update ScanPage.xaml.cs More... over 8 years ago
Update ZXingScannerControl.xaml.cs More... over 8 years ago