aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/changelog.xml
blob: 1fe0a61d60eec7f8efe0dd7ce1ba429a3344fceb (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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!--
    <version title="v"/>
    <item text="" />
    -->

    <version title="v1.5"/>
    <item text="Change snackbar builder" />
    <item text="Change addBundle to withArguments to match ANKO" />
    <item text="Created KauIItem to replace AbstractItem" />
    <item text="Created permission manager and permission constants" />
    <item text="" />
    <item text="" />
    <item text="" />
    <item text="" />

    <version title="v1.4"/>
    <item text="Added about activities" />
    <item text="Added themed fast item adapter" />
    <item text="Added chained adapter" />
    <item text="Added item animators" />
    <item text="Ported some views over from Plaid" />
    <item text="Add string arg option for sendEmail" />
    <item text="Add many iitems" />

    <version title="v1.3"/>
    <item text="Added kpref subitems" />
    <item text="Added DSL markers" />
    <item text="Added transition utils and other utils" />
    <item text="Added custom searchview with binders" />
    <item text="Added KauBoundedCardView" />

    <version title="v1.2"/>
    <item text="Fix title attribute in changelog" />
    <item text="Update support libs" />
    <item text="Add is app installed utils" />
    <item text="Add email builder" />

    <version title="v1.1"/>
    <item text="Created kpref items" />
    <item text="Attached source files" />
    <item text="Created color dialog" />
    <item text="Added more utilities" />
    <item text="Fixed indexStack clearing when starting activity" />

    <version title="v1.0" />
    <item text="Initial Changelog" />
    <item text="Created many extension functions" />
    <item text="Ported changelog builer" />
    <item text="Ported ripple canvas" />
</resources>