aboutsummaryrefslogtreecommitdiff
path: root/docs/Changelog.md
blob: 75fc1d09c9d6b939ea7477ecdd92410828931d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Changelog

## v2.1

## v2.0
* Huge refactoring to separate functions to their own submodules
* Huge Docs update
* Reorder KauIItem arguments to support optional id
* Create KPrefSeekbar, which binds an int kpref to a seekbar
* Open all kpref item binders so they may be extended
* Fix scrolling issue on about dismiss
* Make rClass optional in about activity

## v1.5
* Change snackbar builder
* Change addBundle to withArguments to match ANKO
* 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
* 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
* 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
* Update support libs
* Add is app installed utils
* Add email builder

## v1.1
* Create kpref items
* Attach source files
* Create color dialog
* Add more utilities
* Fix indexStack clearing when starting activity

## v1.0
* Initial Changelog
* Create many extension functions
* Port changelog builer
* Port ripple canvas