File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
3-
3+
4+ ## [ 0.11.0-alpha1]
5+
6+ ### Changes
7+ - SnabbleUICallback has now additional interface methods that needs to be implemented,
8+ all payment related callbacks are optional if no online payment method is used.
9+
10+ For more information see the sample application
11+
12+ - Product dialog can now be shown anywhere, not only while having the scanner opened using
13+ the new class ProductResolver
14+
15+ ### Added
16+ - Add support for online payment using SEPA
17+ - Add support for zebra hardware scanner devices
18+
19+ ### New String keys
20+ - Snabble.Payment.SEPA.Name
21+ - Snabble.Payment.SEPA.IBAN
22+ - Snabble.Payment.SEPA.InvalidIBAN
23+ - Snabble.Payment.SEPA.InvalidName
24+ - Snabble.Save
25+ - Snabble.Payment.emptyState.message
26+ - Snabble.Payment.emptyState.add
27+ - Snabble.Payment.delete.message
28+ - Snabble.Payment.add
29+
30+ ## Fixed
31+ - Properly cleanup okhttp connections on error responses
32+
433## [ 0.10.6]
534
635### Fixed
You can’t perform that action at this time.
0 commit comments