File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-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.
33
4+ ## [ 0.60.0-alpha01]
5+
6+ ### Breaking Changes
7+ - Removed 'ui-integration' module and integrated it into 'ui'
8+ - All Fragments have its package name changed due to this.
9+ - Now supporting Activities for all screens. For example 'SelfScanningActivity" for the Scanner.
10+ Refer to the Documentation for a list of all Activites/Fragments and View's
11+ - Removed SnabbleUI.registerUiCallbacks in favor of SnabbleUI.setUiAction
12+ - UI Callback are now entirely optional, and Activites will be launched if a UI Event is not implemented
13+ by the hosting application
14+ - Upgrading from 0.52.x requires the callbacks to be changed, but the general flow is the same if you were using Fragments
15+ - Cleanup is done automatically, no SnabbleUI.unregisterUiCallbacks is necessary anymore!
16+ - Checkout is now done in it's own Activity and can be started by using CheckoutActivity.startCheckoutFlow
17+
18+ ### Notes
19+ - Toolbar can be enabled in Activities by setting ** snabbleToolbarStyle** in your Application theme
20+
421## [ 0.52.0]
522
623### Changed
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 project. ext {
34- sdkVersion= ' 0.52.0 '
34+ sdkVersion= ' 0.60.0-alpha01 '
3535 versionCode= 1
3636
3737 compileSdkVersion= 31
You can’t perform that action at this time.
0 commit comments