Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f4ww4z committed Jan 11, 2020
1 parent fbe64f7 commit 9e31841
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](#Version-281)
- [Version 2.8.0](#Version-280)
- [Version 2.7.4](#Version-274)
- [Summary:](#Summary)
Expand Down Expand Up @@ -147,6 +148,16 @@ To release the application, make sure to do these steps **in order**:

# Release Notes

### Version 2.8.1
### Summary:
1. Fix window leakage error when viewing patient details
2. Fix various performance issues
3. Integrate leak canary for debug builds
4. Add a splash screen
5. Add intro slides for first time users
6. Set a code style
7. Fix broken unit tests

### Version 2.8.0
### Summary:
1. Add Dark mode to the app
Expand Down
2 changes: 1 addition & 1 deletion openmrs-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'jacoco-android'
}

def version = "2.8.0"
def version = "2.8.1"

android {
compileSdkVersion 28
Expand Down
6 changes: 4 additions & 2 deletions openmrs-client/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- Add Dark mode to the app
- Provider management: admins can now find, add, edit and delete providers
- Fix window leakage error when viewing patient details
- Fix various performance issues
- Add a splash screen
- Add intro slides for first time users
17 changes: 1 addition & 16 deletions openmrs-client/src/main/res/layout/activity_form_display.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
~ Copyright (C) OpenMRS, LLC. All Rights Reserved.
-->

<ScrollView
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -27,14 +25,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<!--<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />-->

<RelativeLayout
android:id="@+id/viewPagerIndicator"
android:layout_alignParentBottom="true"
Expand Down Expand Up @@ -78,11 +68,6 @@
<LinearLayout
android:id="@+id/pagerContainer"
android:layout_above="@id/viewPagerIndicator"
android:layout_below="@+id/toolbar"
android:layout_alignLeft="@+id/toolbar"
android:layout_alignStart="@+id/toolbar"
android:layout_alignRight="@+id/toolbar"
android:layout_alignEnd="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:orientation="horizontal">
Expand Down

0 comments on commit 9e31841

Please sign in to comment.