diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-30 12:13:38 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-24 16:42:49 -0400 |
commit | 26421aa428c669f4123fca7094fff0e1d90b5387 (patch) | |
tree | bb167ff6564f39d030ec4bf865473b93e5de99e5 /sample/src | |
parent | 3adba8531753b0750303847948826819e7f09256 (diff) | |
download | kau-26421aa428c669f4123fca7094fff0e1d90b5387.tar.gz kau-26421aa428c669f4123fca7094fff0e1d90b5387.tar.bz2 kau-26421aa428c669f4123fca7094fff0e1d90b5387.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
Update changelog for previous prs
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 87611f8..6f76f66 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -9,8 +9,10 @@ <version title="v3.4.0"/> <item text="Update to gradle 4.x; api and implementation rather than compile" /> <item text="Update dependencies" /> - <item text="" /> - <item text="" /> + <item text=":searchview: Ensure reveals are called on the UI thread" /> + <item text=":searchview: Check that searchview has a parent before checking card state" /> + <item text=":mediapicker: Reuse request manager from activity" /> + <item text=":kpref-activity: Add bounds to text item" /> <version title="v3.3.2"/> <item text=":kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks." /> |