From e99ea30857b424ab574e5d18f8937b325d888a1f Mon Sep 17 00:00:00 2001 From: Henrik Lepson <56916788+Henrik895@users.noreply.github.com> Date: Mon, 8 Nov 2021 21:28:27 +0200 Subject: [PATCH] Iteration 3 release notes --- Release-notes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index 3eeb17c..f25f4a6 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,23 @@ +# Iteration 3 release notes + +### What's New? + +The settings menu was added to the application, which allows the user to save the CAN and the PIN 1 on the phone. If the CAN and PIN 1 are saved they are automatically entered. If the CAN does not match the CAN of the ID card the saved CAN is deleted. + +The application now has english language support. The application displays estonian or english language according to the locale settings of the user's smartphone. The default language is english. + +A test mobile app was created that can launch the MobileAuthApp with an intent. In the end the user is automatically returned to the MobileAuthApp. + +A demo backend application based on Spring Boot and Kotlin was added to the project. The backend provides the nonce value with a GET request and can validate the token that it recieves with a POST request. + +The user interface flow has been reworked so that it detectes whether the app was launched by the user itself or it has been launched by another application or a website. + +### What's Changed? + +The reader mode of the application now displays the document's expiration date, citizenship and sex of the user in addition to full name and national identity number. + +The order of CAN and PIN fragments is changed in the application. + # Iteration 2 release notes For guidance how to run the project look at [Readme](https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC/edit/main/README.md)