Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@shc261392 shc261392 released this 03 Aug 10:59
· 67 commits to develop since this release

Features

  • Change the countdown mechanism & animation to accumulative way. Fixes #212 #213

  • Improve settings page UI

  • Improve share page UI. Fixes #225

  • Improve reward page UI

  • Add a "Reset Account" option in the settings page to erase all data stored in the App and send user back to the onboarding page

  • Add a global error handler. The user can see error toast (notification) when an error happens. Though maybe not ideal for production, this might be useful when testing & reporting issues.

  • The dev-only magic button now generates photos in each record as well.

Fixes

  • Add QR code scanner implementation for iOS/Android. The App will use different implementation of QR scanner depending on the platform (Web or Mobile). Fixes #226

  • Prevent the user from going back to the onboarding page. Fixes #236

Code

  • Add unit tests for FileSystemService, LocalStorageService, RecordRepositoryService, UserDataRepositoryService, DataStoreService

  • Rename CouponService to RewardService

  • Update private-coupon package to v0.0.7 and make corresponding changes in RewardService

  • Introduce cordova