MC-Timetracker / timetracker

GNU General Public License v2.0
3 stars 0 forks source link

ListTasksActivity: Display tasks in their hierarchy #21

Closed sleidig closed 10 years ago

sleidig commented 10 years ago

Currently tasks are simply listed. This should be changed to display a (collapsible) hierarchy according to the parent task structure of them.

Maybe use/extend ExpandableListView?