diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-23 23:26:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 23:26:34 -0700 |
commit | 50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (patch) | |
tree | 69ead8807bb7371428953a0363519343f03f9b5b /sample/src/main/res/xml/kau_changelog.xml | |
parent | 4706b8f6a8d08a6961da6ab34d15881b63356d79 (diff) | |
download | kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.gz kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.bz2 kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.zip |
Fully implement imagepicker and create play store showcase (#12)3.1.1
* Update changelog
* Add uri to imagemodel
* Revamp image pickers
* Prepare play store showcase
* Add encrypted files
* Test showcase
* Clean elastic recycler activity
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 76aee36..7ed2073 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,15 +6,22 @@ <item text="" /> --> - <version title="v3.1"/> - <item text=":core: Allow for nullable throwables when logging" /> - <item text="" /> - <item text="" /> + <version title="v3.1.1"/> + <item text=":imagepicker: Add uri val to ImageModel" /> + <item text=":imagepicker: Create bindings and overlay activity" /> + <item text="Add showcase app to play store" /> <item text="" /> <item text="" /> <item text="" /> <item text="" /> + <version title="v3.1.0"/> + <item text=":core: Allow for nullable throwables when logging" /> + <item text=":core: Remove some extra DSL annotations" /> + <item text=":kpref-activity: Bring down to minSdk 19 and fix compatibility" /> + <item text=":adapter: Update readme for iitems and animators" /> + <item text=":about: Move strings to private" /> + <version title="v3.0"/> <item text=":core: Add setPadding[x]" /> <item text=":core: [breaking] Replace update[x]Margin to setMargin[x]" /> |