Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gematik-Entwicklung committed Mar 2, 2022
1 parent f56ade0 commit 442725c
Show file tree
Hide file tree
Showing 123 changed files with 5,706 additions and 2,828 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# eRezept App

**New Features in 1.1.0:**
- Authentication without electronical health card: Fasttrack (Feature flagged)
- Manage multiple profiles (Feature flagged)
- Desktop Client

# E-Rezept App
## Introduction

Prescriptions for medicines that are only available in pharmacies can be issued as electronic prescriptions (e-prescriptions resp. E-Rezepte) for people with public health insurance from 1 July 2021.
Expand Down
26 changes: 26 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Release 1.2.3
### Added

- New empty state screen
- New tabbed layout on main screen
- Contact section in prescription redemption

### Changed

- Changed app auth appearance
- Improved NFC handling in Cardwall

### Fixed

- Handling of invalid prescriptions
- Properly display redeemed prescriptions
- Various fixes in demo mode (prescriptions)
- Error handling for bearer tokens
- Minor theming issues

### Internal

- IDP integration tests
- Support for virtual health cards


# Release 1.2.1
# Release 1.2.1

Expand Down
2 changes: 2 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ dependencies {
implementation(jose4j)
implementation(bouncyCastle("bcprov"))
implementation(bouncyCastle("bcpkix"))
testImplementation(bouncyCastle("bcprov", "jdk15on"))
testImplementation(bouncyCastle("bcpkix", "jdk15on"))
}
network {
implementation(retrofit2("retrofit"))
Expand Down
Loading

0 comments on commit 442725c

Please sign in to comment.