Releases: MyDataTaiwan/mylog14
v0.14.1
v0.14.0
v0.13.3
v0.13.2
v0.13.0
v0.12.3
v0.12.2
v0.12.1
Fixes
-
When first time using the App, stop the user from accessing the main page if the user's email is used and the device UUID does not match.
-
If the user have been using the App with a duplicated email in previous version, a reset email page will prompt when navigating to the reward page instead of showing wrong password error. This is a workaround for #266
-
Fix that the upload host in developer options is not saved.
-
Fix that an error would occur if the user press the upload button when there is not a single record. The upload button will be disabled if the user has 0 data. The page also shows the total records now.
-
Remove min/max validation for Heart Failure data template. Fixes #263
-
Enlarge the take-photo buttons and improve styling by highlighting the confirm button. The buttons of add-record and delete-photo page/popovers are also unified to this style. Fixes #262
Note for testing
- https://miro.com/app/board/o9J_kocLsHw=/ the bold text part is the newly added flow in this release.
v0.12.0
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
toRewardService
-
Update
private-coupon
package tov0.0.7
and make corresponding changes inRewardService
-
Introduce cordova