aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-07 13:48:15 -0700
committerAllan Wang <me@allanwang.ca>2017-07-07 13:48:15 -0700
commitdfda38f585f609a4a0df4b5f21948d6222965b56 (patch)
treea42982ee38c8d6fad83bc927b3055aef789bd987 /docs
parent0a635fd19a1673d534d57e76f270981766cf6a2b (diff)
downloadkau-dfda38f585f609a4a0df4b5f21948d6222965b56.tar.gz
kau-dfda38f585f609a4a0df4b5f21948d6222965b56.tar.bz2
kau-dfda38f585f609a4a0df4b5f21948d6222965b56.zip
Create seekbar prefs
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md44
1 files changed, 24 insertions, 20 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9161280..7e99a63 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,26 +1,30 @@
# Changelog
+## v1.6
+
## v1.5
* Change snackbar builder
* Change addBundle to withArguments to match ANKO
-* Created KauIItem to replace AbstractItem
-* Created permission manager and permission constants
+* Create KauIItem to replace AbstractItem
+* Create permission manager and permission constants
+* Create swipe, a very simple helper to allow for activities to be dismissed with gestures
+* Create network utils
## v1.4
-* Added about activities
-* Added themed fast item imageAdapter
-* Added chained imageAdapter
-* Added item animators
-* Ported some views over from Plaid
+* Add about activities
+* Add themed fast item imageAdapter
+* Add chained imageAdapter
+* Add item animators
+* Port some views over from Plaid
* Add string arg option for sendEmail
* Add many iitems
## v1.3
-* Added kpref subitems
-* Added DSL markers
-* Added transition utils and other utils
-* Added custom searchview with binders
-* Added KauBoundedCardView
+* Add kpref subitems
+* Add DSL markers
+* Add transition utils and other utils
+* Add custom searchview with binders
+* Add KauBoundedCardView
## v1.2
* Fix title attribute in changelog
@@ -29,14 +33,14 @@
* Add email builder
## v1.1
-* Created kpref items
-* Attached source files
-* Created color dialog
-* Added more utilities
-* Fixed indexStack clearing when starting activity
+* Create kpref items
+* Attach source files
+* Create color dialog
+* Add more utilities
+* Fix indexStack clearing when starting activity
## v1.0
* Initial Changelog
-* Created many extension functions
-* Ported changelog builer
-* Ported ripple canvas
+* Create many extension functions
+* Port changelog builer
+* Port ripple canvas