Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-997 committed Oct 1, 2020
1 parent 4752978 commit 9408577
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,25 @@ To release the application, make sure to do these steps **in order**:
# Release Notes


### Version 2.9.0

1. Updated UI for different activities (#787, #785, #803, #806, #808, #809)
2. Added repository layer for different activity layer (#784, #791, #797, #799)
3. Migrated codebase to kotlin (#794, #802, #811, #814)
4. Removed unused resources (#788, #805)
5. Created offline support for Allergy module (#786)
6. Create allergy based on server configuration (#796)
7. Allergy can be updated as per server settings (#798)
8. Allergy can be deleted in online/offline mode (#793)
9. Overloaded methods of AppDataBase Helper class (#789)
10. Removed Collapsable bar in provider dashboard (#800)
11. Removed unnecessary restAPI param passing to the repository (#792)
12. Migrated Chart ListAdapter to RecyclerView (#807)
13. Fixed app restarts on downloading concepts (#795)
14. Fixed crash at admission form by using live data (#804)
15. Fixed Release version blocker (#790)
16. Added possible NPE checks at PatientComparator (#810)

### Version 2.8.4

1. Create admission form (#696)
Expand Down
26 changes: 16 additions & 10 deletions openmrs-client/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
- Create admission form
- Fix Floating Action Button bugs
- Add crop image feature in patient registration
- Update UI to follow material design
- Add expandable FAB for provider dashboard
- Add empty active visits view
- Mark patient deceased using coded response
- Removed swipe actions in provider dashboard
- Fix the reverse flipping bug in patient dashboard
- Add allergy tab to fetch allergies from server
- Updated UI for different activities (#787, #785, #803, #806, #808, #809)
- Added repository layer for different activity layer (#784, #791, #797, #799)
- Migrated codebase to kotlin (#794, #802, #811, #814)
- Removed unused resources (#788, #805)
- Created offline support for Allergy module (#786)
- Create allergy based on server configuration (#796)
- Allergy can be updated as per server settings (#798)
- Allergy can be deleted in online/offline mode (#793)
- Overloaded methods of AppDataBase Helper class (#789)
- Removed collapsing bar in provider dashboard (#800)
- Removed unnecessary restAPI param passing to the repository (#792)
- Migrated Chart ListAdapter to RecyclerView (#807)
- Fixed app restarts on downloading concepts (#795)
- Fixed crash at admission form by using live data (#804)
- Fixed Release version blocker (#790)
- Added possible NPE checks at PatientComparator (#810)
2 changes: 1 addition & 1 deletion openmrs-client/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext.versions = [:]
versions.compileSdk = 29
versions.minSdk = 16
versions.targetSdk = 29
versions.appVersion = "2.8.4"
versions.appVersion = "2.9.0"

// Libraries
versions.material = '1.3.0-alpha01'
Expand Down

0 comments on commit 9408577

Please sign in to comment.