Skip to content

Commit d988f51

Browse files
committed
Created separate changelog file
1 parent 9ee79ce commit d988f51

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

CHANGES.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Changelog
2+
3+
- v1.4.7.1
4+
- iOS: Updated Unified support
5+
6+
- v1.4.7
7+
- Updated ZXing.Net
8+
- iOS: Better destruction of default overlay to prevent memory leak
9+
- WP8: Fixed issue with HW shutter pressed after camera no longer available
10+
- Android: Fixed `Scan` method
11+
12+
- v1.4.6
13+
- Android: Updated Android Support Library v4 component used (20.0.0.3)
14+
- Updated ZXing.Net (SVN commit 88850)
15+
- Android: now takes `UseFrontCameraIfAvailable` into account ([#120](https://github.com/Redth/ZXing.Net.Mobile/issues/120))
16+
- Added camera resolution selector to MobileBarcodeScanningOptions
17+
- WP8: Fixed a null reference exception ([#104](https://github.com/Redth/ZXing.Net.Mobile/issues/104))
18+
19+
- v1.4.5
20+
- Android: Updated Android Support Library v4 component used (20.0.0)
21+
- Updated ZXing.Net
22+
- WP8: Fixed an issue with an exception on subsequent scans ([#102](https://github.com/Redth/ZXing.Net.Mobile/pull/102))
23+
- Android: Updated Android Support Library v4 component used (4.19.0.1)
24+
25+
- v1.4.4
26+
- iOS: Fixed issue with loading view size in landscape orientation ([#100](https://github.com/Redth/ZXing.Net.Mobile/issues/100))
27+
- Android: Fixed issue with scanning not working from timestamps ([#98](https://github.com/Redth/ZXing.Net.Mobile/issues/98))
28+
29+
- v1.4.3
30+
- iOS: Fixed slowness after 4-5 scans ([#71](https://github.com/Redth/ZXing.Net.Mobile/issues/71))
31+
- WP8: Fixed preview sometimes not starting
32+
- Android: Fixed resuming fragment which closes
33+
- Android: Scanner rotates as needed for orientation
34+
- Android: Removed YuvImage use for better, faster decoding with less memory usage
35+
- Android: Added permission checks
36+
- Updated ZXing.Net version used
37+
38+
- v1.4.2
39+
- WP8: Fixed crash when pressing back while camera initializes
40+
- Android: Added merged workaround from @chrisntr support for Google Glass
41+
- Android: Now using the ***Android Support Library v4*** from the component store
42+
43+
- v1.4.1
44+
- iOS: Fixed multiple scanner launches causing Scanning to no longer work
45+
- Android: Fixed rotation on some tablets showing incorrectly
46+
47+
- v1.4.0
48+
- iOS: Added iOS7's built in AVCaptureSession MetadataObject barcode scanning as an option
49+
- iOS: Fixed Offset of overlay and preview layers when a non-zero based offset was specified
50+
- iOS: Added code to remove session inputs/outputs to improve performance between scans
51+
- iOS: Front Camera now possible on iOS
52+
- Android: Fixed rotation
53+
- Windows Phone: Added Windows Phone 8 samples and builds
54+
- Windows Phone: Dropped explicit support for WP7x (code is still there, but no binaries shipped)
55+
- Updated ZXing.NET version used
56+
- General performance enhancements and bug fixes
57+
58+
- v1.3.6
59+
- Built for Xamarin 3.0 with async/await support
60+
- iOS: Added PauseScanning and ResumeScanning options
61+
- iOS: Added empty ctor to ZXingScannerView
62+
63+
- v1.3.5
64+
- Views for each Platform - Encapsulates scanner functionality in a reusable view
65+
- iOS: ZXingScannerView as a UIView
66+
- Android: ZXingScannerFragment as a Fragment
67+
- Windows Phone: ZXingScannerControl as a UserControl
68+
- Scanning logic improvements from ZXing.Net project
69+
- Compiled against Xamarin Stable channel
70+
- Performance improvements
71+
- Bug fixes
72+
73+
- v1.3.4
74+
- iOS: Scanning Engine rebuilt to use AVCaptureSession
75+
- iOS: ZXingScannerView inherits from UIView can now be used independently for advanced use cases
76+
- Android: Fixed Torch bug on Android
77+
- Android: Front Cameras now work in Sample by default
78+
- Performance improvements
79+
80+
81+
- v1.3.3
82+
- Fixed Android not scanning some barcodes in Portrait
83+
- Fixed Android scanning very slowly
84+
- Added to MobileBarcodeScanningOptions: IntervalBetweenAnalyzingFrames to configure how 'fast' frames from the live scanner view are analyzed in an attempt to decode barcodes

0 commit comments

Comments
 (0)