@@ -5,19 +5,20 @@ All notable changes to this project will be documented in this file.
55
66### Added
77- Added support for displaying coupons
8- - Added CouponFragment to display a single coupon
9- - Added CouponDetailActivity to display a single coupon in an Activity
10- - Added CouponOverviewView to display a collection of coupons depending on the project
8+ - Added ` CouponFragment ` to display a single coupon
9+ - Added ` CouponDetailActivity ` to display a single coupon in an ` Activity `
10+ - Added ` CouponOverviewView ` to display a collection of coupons depending on the project
1111
1212### Changed
1313- Added lots of Javadoc documentation to core classes
14- - Converted to OkHttpClientFactory to kotlin
15- - Converted to MetadataDownloader to kotlin
16- - Converted to FulfillmentState to kotlin
17- - Converted to OnProductAvailableListener to kotlin
18- - Converted to PaymentMethod to kotlin
19- - Converted to PaymentOriginCandiadateHelper to kotlin
20- - Converted to ScannedCode to kotlin
14+ - Converted to ` OkHttpClientFactory ` to Kotlin
15+ - Converted to ` MetadataDownloader ` to Kotlin
16+ - Converted to ` FulfillmentState ` to Kotlin
17+ - Converted to ` OnProductAvailableListener ` to Kotlin
18+ - Converted to ` PaymentMethod ` to Kotlin
19+ - Converted to ` PaymentOriginCandidateHelper ` to Kotlin
20+ - Converted to ` ScannedCode ` to Kotlin
21+ - Replaced view extension properties ` marginTop ` /` Bottom ` with ` margin.top ` /` bottom `
2122
2223## [ 0.64.1]
2324
0 commit comments