aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-30 12:13:38 -0400
committerAllan Wang <me@allanwang.ca>2017-08-30 12:24:19 -0400
commit86ddfb02cb989ab5b6990e518640ab82c107bc37 (patch)
treef8312e285a9ed2e18bea4c72784a136254aa26f7 /docs
parent3adba8531753b0750303847948826819e7f09256 (diff)
downloadkau-86ddfb02cb989ab5b6990e518640ab82c107bc37.tar.gz
kau-86ddfb02cb989ab5b6990e518640ab82c107bc37.tar.bz2
kau-86ddfb02cb989ab5b6990e518640ab82c107bc37.zip
fix/mediapicker (#50)
* Bring all glide request managers to one instance * Switch to test implementation * Check if parent is null for searchview * Ensure open close runs on ui thread * Make glide contract internal * Update changelog * Update version
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 63927a7..aa37c4d 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,9 @@
## v3.4.0
* Update to gradle 4.x; api and implementation rather than compile
* Update dependencies
+* :searchview: Ensure reveals are called on the UI thread
+* :searchview: Check that searchview has a parent before checking card state
+* :mediapicker: Reuse request manager from activity
## v3.3.2
* :kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks.