v0.12.0
Pre-releaseFeatures
-
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
toRewardService
-
Update
private-coupon
package tov0.0.7
and make corresponding changes inRewardService
-
Introduce cordova