0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 19 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored MobileBarcodeScanner, ScanPage and ZXingScannerControl MobileBarcodeScanner no longer sets static properties, but instead passes instances of config/settings via the page navigation. This greatly reduces clutter in the ScanPage ScanPage is also no longer responsible for trying to handle back navigation, and MobileBarcodeScanner will take care of this. This means ScanPage could in theory be used independently of MobileBarcodeScanner now (it also now implements IMobileBarcodeScanner to follow the same pattern that iOS/Android do with pages/views). More... over 7 years ago
Bump UWP SDK targets More... over 7 years ago
Forms: Target Profile 259 to match the non-forms library More... over 7 years ago
Remove -beta from build artifacts More... almost 8 years ago
Ignore generated component manifest files More... almost 8 years ago
Fixed paths to nuget packages in iOS samples More... almost 8 years ago
Added some simple UITests for Samples More... almost 8 years ago
Added TestCloud agent to iOS Sample More... almost 8 years ago
Updated Forms Sample - Updated dependency versions - Added TestCloud runner - Added AutomationId's More... almost 8 years ago
Added AutomationId to ZXing forms controls More... almost 8 years ago
Android: Fix Gingerbread compatibility Most of the pieces were already in place, but the ActivityLifecycleContextListener was being instantiated no matter which API level which caused a class not found error since it also instantiated a class not available on Android API level 10. This ensures it only is instantiated on the correct API Levels. More... almost 8 years ago
iOS: Fix Forms orientation on rotate This fixes #201 More... almost 8 years ago
WP8: Return null result when back is pressed This fixes #275 More... almost 8 years ago
Merge pull request #361 from Redth/android-focus More... almost 8 years ago
poke CI More... almost 8 years ago
Fix semver nuget version assignment More... almost 8 years ago
Use SemVer in build script More... almost 8 years ago
Default to diagnostic verbosity in build script More... almost 8 years ago
.csproj fix for updated Xamarin.Forms More... almost 8 years ago
Enable Focus coordinates in Android on Forms Now that the core Android supports this More... almost 8 years ago
Refactored and simplified permissions request in Android This should fix an exception that was occurring when permissions were requested originally More... almost 8 years ago
Refactored the surface view and scanning lifecycle in Android More... almost 8 years ago
Add some standardized logging for Android More... almost 8 years ago
Fixes Rotation for front facing cameras Manually merge #365 for the fix. More... almost 8 years ago
Added bitrise build badge to readme More... almost 8 years ago
Merge pull request #363 from F1nZeR/uwp-autofocus More... almost 8 years ago
Install more android sdk's More... almost 8 years ago
[UWP] fixed preview buffer; added handlers for mirroring and external camera More... almost 8 years ago
[UWP] fixed decoding in portrait orientation More... almost 8 years ago
[UWP] prevent screen from sleeping More... almost 8 years ago