aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/changelog.xml
blob: a51cd03f7374d19fa307eb3ce995e36d4fe98046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<resources>

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

    <version title="v0.2"/>
    <item text="Created kprefs" />
    <item text="Created kpref items" />
    <item text="Attached source files" />
    <item text="Created color dialog" />
    <item text="Added more utilities" />
    <item text="Fixed stack clearing when starting activity" />

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