# TodoList A simple TodoList application which uses xml-files for data-storage. A project for class "programming 2" at Baden-Wuerttemberg Cooperative State University. - Professor: Johannes Unterstein - student: Thomas Battermann - course: TINF14K ## Known bugs - If the TodoList-view is to small, changing names and adding new ones does’t work. ## Todo - Highlight items with priority - Highlight items past due (and TodoList!) - filter items (include/exclude done items) ## Dependencies - [Apache Commons Lang](https://commons.apache.org/proper/commons-lang/) - [Apache Commons Validator](https://commons.apache.org/proper/commons-validator/) - [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/download_codec.cgi) or simply: cd ext bash get-dependencies.sh