Agenda View
It would be nice for Orgo to aggregate all TODOs based on their SCHEDULE/DEADLINE properties like org agenda does in emacs.
I would also like this so that I can ditch orgzly-revived (and make my org mode on laptop emacs<->android orgro workflow reliant on one tool less, but, this would work best if orgro also offered a widget for viewing the TODO items on android launcher (home screen).
A widget is not likely to happen due to this.
#69 adds a lot of the infrastructure to make an Agenda view possible, but I don't have concrete plans to work on it.
Emacs has an asymmetric sync function called org-mobile, it will create an Org text style agenda agendas.org, and an index.org lists all org-agenda-files. I think this function works great with Orgro, all we need is the ability to apply changes to mobileorg.org, which is easier to implement than aggregated agenda view. It could be thought as the first step to support Org agenda?