An android library to display your changelog
I've published a small library to display your changelog. You can find sources, docs and examples in github . ChangeLog Library provides an easy way to display a change log in your Android app. It provides a custom ListView to display a change log through a xml file. it supports multi language you can use it in Activities, Fragments, Dialogs it supports html text markup as bold and italics you can customize layout and behaviour Implementing this library in your own apps is pretty simple. First, you need an XML layout that will contain the ChangeLogListView that displays your changelog. Then, you need a XML file with change log in res/raw folder . It automatically searches for res/raw/changelog.xml but you can customize filename. Initial release. [b]New![/b] Add new attrs to customize header and row layout Fixed log while parsing Add support for html markup Add bulle...