diff --git a/README.md b/README.md index c48a709666..efc054d62f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ OpenMRS Android Client - [Demo Password: Admin123](#Demo-Password-Admin123) - [Releasing [Collaborators only]](#Releasing-Collaborators-only) - [Release Notes](#Release-Notes) + - [Version 2.8.0](#Version-280) - [Version 2.7.4](#Version-274) - [Summary:](#Summary) - [Version 2.7.3](#Version-273) @@ -44,7 +45,6 @@ OpenMRS Android Client - [Version 2.4](#Version-24) - [Summary:](#Summary-9) - [Objectives](#Objectives) - - [Version 2.8 (next release)](#Version-28-next-release) - [Goals:](#Goals) - [User Manual](#User-Manual) - [License](#License) @@ -127,6 +127,11 @@ To release the application, make sure to do these steps **in order**: # Release Notes +### Version 2.8.0 +### Summary: +1. Add Dark mode to the app +2. Provider management: admins can now find, add, edit and delete providers + ### Version 2.7.4 ### Summary: 1. Make UI more consistent and follow more of the material design specs diff --git a/openmrs-client/build.gradle b/openmrs-client/build.gradle index 570253a0c0..24dd7deab4 100644 --- a/openmrs-client/build.gradle +++ b/openmrs-client/build.gradle @@ -18,7 +18,7 @@ plugins { id 'jacoco-android' } -def version = "2.7.4" +def version = "2.8.0" android { compileSdkVersion 28 @@ -41,6 +41,12 @@ android { testApplicationId "org.openmrs.mobile.test" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' + + javaCompileOptions { + annotationProcessorOptions { + arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] + } + } } configurations.all { diff --git a/openmrs-client/src/main/play/release-notes/en-US/default.txt b/openmrs-client/src/main/play/release-notes/en-US/default.txt index ddfcd8c882..664cabcc06 100644 --- a/openmrs-client/src/main/play/release-notes/en-US/default.txt +++ b/openmrs-client/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1,2 @@ -- Make UI more consistent and follow more of the material design specs -- Implement initial provider management functionality -- Add Floating Action Button in patient's details tab, so that the menu bar is not packed. \ No newline at end of file +- Add Dark mode to the app +- Provider management: admins can now find, add, edit and delete providers \ No newline at end of file diff --git a/openmrs-client/src/main/res/layout/activity_form_display.xml b/openmrs-client/src/main/res/layout/activity_form_display.xml index 90516a3206..90bf5e2a8d 100644 --- a/openmrs-client/src/main/res/layout/activity_form_display.xml +++ b/openmrs-client/src/main/res/layout/activity_form_display.xml @@ -1,5 +1,4 @@ - - - + android:fillViewport="true" + android:orientation="vertical"> - - + android:layout_height="wrap_content" + android:orientation="vertical"> + android:layout_marginTop="10dp"> +