* https://trello.com/c/6bQ484sy/40-self-defence-screen-as-an-end-user-i-want-consistency-across-platforms-for-the-self-defence-check-screen * **Screen Layout**; should be based on the Xamarin Screen in Slide 5 in [slideset](https://docs.google.com/presentation/d/1i5mRe2n0PvmhhEZn-_o14g9GVLDzeFiNn7AC8nL1PQQ/edit#slide=id.g3b829bc65e_1_7) * The ** percentage trust score ** should not show decimal places (round up/down). * A check which makes the device more secure should display with the following icon: https://material.io/tools/icons/?icon=verified_user in green * A check which makes the device less secure should display with the following icon https://material.io/tools/icons/?icon=warning in red * Add a ** refresh button ** to the iOS, Xamarin and Cordova Apps. Very useful for demoing. It exists already in the Android App -copy layout and style from there. * If the score is below a value determined by a constant in the App (See https://github.com/aerogear/android-showcase-template/blob/master/app/src/main/java/com/aerogear/androidshowcase/features/device/DeviceFragment.java#L46), offer the user to exit the App - in place for Android, to be completed for iOS, Xamarin, Cordova. * In Cordova Showcase, remove the notification which says that 'n metrics have been sent successfully'. In Slide 6 in [slideset](https://docs.google.com/presentation/d/1i5mRe2n0PvmhhEZn-_o14g9GVLDzeFiNn7AC8nL1PQQ/edit#slide=id.g3b829bc65e_1_7) * The wording of the checks should change depending on whether they have "passed" or "failed". This is already done for the Android app and should be used for the others. |
|