Skip to content

Commit

Permalink
Release notes v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm authored Sep 20, 2021
1 parent b7a7a8d commit 9c533c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## 0.10.0

### Changes

- [feature] Add CHT External App Launcher [#199](https://github.com/medic/cht-android/pull/199) :bookmark: cht-core v3.13.

### Development changes

- [improvement] Minor updates in the build system [#209](https://github.com/medic/cht-android/pull/209).

## 0.9.0

### Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
this.chtExternalAppHandler.resumeActivity();
return;
}

trace(this, "ChtExternalAppHandler :: User rejected permission.");
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
this.chtExternalAppHandler.resumeActivity();
return;
}

trace(this, "ChtExternalAppHandler :: User rejected permission.");
return;
}
Expand Down

0 comments on commit 9c533c5

Please sign in to comment.