From 6563f626e1c7fe8ca0d364e9865f4a978a683780 Mon Sep 17 00:00:00 2001 From: skykelsey Date: Wed, 25 May 2016 11:30:41 -0700 Subject: [PATCH] Prepare for 3.0.1 release. --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260d7f558..7f697b2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2016-05-25 - 3.0.1 + +#### Bugs Fixed + +* Thumbnail in Recents Screen was not using host app's theme when the top Activity was an Apptentive Activity. +* Improve foreground / background detection. +* Fix borderless button styling before API level 23. +* Fix our UI to work better when the host app uses a translucent status bar. +* Fix window panning issue that can result in the keyboard coering part of a survey. + # 2016-04-26 - 3.0.0 #### Improvements diff --git a/README.md b/README.md index c94fbb7b4..db19c54c7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ use your app, to talk to them at the right time, and in the right way. ##### Version history is tracked [here](CHANGELOG.md) -##### Binary releases are hosted for Maven [here](http://search.maven.org/#artifactdetails|com.apptentive|apptentive-android|3.0.0|aar) +##### Binary releases are hosted for Maven [here](http://search.maven.org/#artifactdetails|com.apptentive|apptentive-android|3.0.1|aar) #### Reporting Bugs We encourage you to help us find and fix bugs. If you find a bug, please fill in the contributor agreement, then open a [github issue](https://github.com/apptentive/apptentive-android/issues?direction=desc&sort=created&state=open).