diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-02 16:42:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 16:42:06 -0700 |
commit | 84b9d3b40e342dc7715c5af13d102bb98529b0fb (patch) | |
tree | 2b753b693407f338db5f4647b3b60e591630a963 /sample/src/main/res/xml/kau_changelog.xml | |
parent | 53382b44bb7ab7ccb559e96fd1f93c47020878ee (diff) | |
download | kau-84b9d3b40e342dc7715c5af13d102bb98529b0fb.tar.gz kau-84b9d3b40e342dc7715c5af13d102bb98529b0fb.tar.bz2 kau-84b9d3b40e342dc7715c5af13d102bb98529b0fb.zip |
Internalize prefetching and update changelog (#18)3.2.2
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 615f467..db6a504 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,8 +10,10 @@ <item text=":core: Add simple KauBaseActivity so that activities extending AppCompatActivity can have some default kau helpers implemented" /> <item text=":core: The permission manager will now notify you if you try to request a permission that isn\'t added to your manifest" /> <item text=":core: Create faq parser" /> + <item text=":mediapicker: Allow for prefetching by default for videos" /> <item text="Begin writing android tests" /> <item text="" /> + <item text="" /> <version title="v3.2.1"/> <item text=":core: Remove requestLayout call from setMargin and setPadding" /> |