From 6e7621e1a59a871cf2fb4a8d87368f586a307c85 Mon Sep 17 00:00:00 2001 From: valeria Date: Thu, 25 May 2017 12:11:38 +0200 Subject: [PATCH] [#733] Release notes for 2.3.3 --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 40e0dc93a..27a6968e9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ Akvo FLOW app release notes =========================== +# ver 2.3.3 +Date: 25 May 2017 + +# Resolved issues +* **Long form names do not look nice on some devices** - [#727](https://github.com/akvo/akvo-flow-mobile/issues/727) Long form names in the navigation drawer now have a small right margin. +* **Pressing back with the navigation drawer shown closes app** - [#711](https://github.com/akvo/akvo-flow-mobile/issues/711) Fixed the issue with pressing the back button when the navigation drawer was being displayed. +* **NumberFormatException: Invalid long: "21474836472147483647"** - [#701](https://github.com/akvo/akvo-flow-mobile/issues/701) Fixed issue with excessively long numbers which no longer wil be accepted. +* **GeoQuestion Location Invalid Input** - [#679](https://github.com/akvo/akvo-flow-mobile/issues/679) Manually input coordinates are now verified before submission. +* **Crash: NullPointerException when trying to open FormActivity** - [#637](https://github.com/akvo/akvo-flow-mobile/issues/637) Fixed a crash when trying to view a deleted datapoint. + +--------------- # ver 2.3.2 Date: 27 April 2017