aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/kau_changelog.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-02 16:21:49 -0700
committerGitHub <noreply@github.com>2017-08-02 16:21:49 -0700
commit53382b44bb7ab7ccb559e96fd1f93c47020878ee (patch)
tree79c1862992f458ac52c1910b3a2e0c01cb7d5a5a /sample/src/main/res/xml/kau_changelog.xml
parent7d894be6de118357ec908d2d171b6152ce67307d (diff)
downloadkau-53382b44bb7ab7ccb559e96fd1f93c47020878ee.tar.gz
kau-53382b44bb7ab7ccb559e96fd1f93c47020878ee.tar.bz2
kau-53382b44bb7ab7ccb559e96fd1f93c47020878ee.zip
Improve video prefetching (#17)
* Create base activity and add thumbnails to media picker * Add checker to see if requested permission is inside the manifest * Add faq parser with tests * Add kpref testers and expose sp * Test jitpack sample exclusion * Test caching * Improve glide caching
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 59d51c2..615f467 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -6,7 +6,14 @@
<item text="" />
-->
- <version title="v3.2.1"/>
+ <version title="v3.2.2"/>
+ <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="Begin writing android tests" />
+ <item text="" />
+
+ <version title="v3.2.1"/>
<item text=":core: Remove requestLayout call from setMargin and setPadding" />
<item text=":core: Fix kau direction bits" />
<item text=":core: Greatly simplify ripple canvas and truly support transparent ripples" />