Thanks! I was looking for something like this after reading the luminosity sequence again. Haven’t found any on the android market.
Feature requests:
You could make it respond to specific intents to create (and let others create) separately-installed plugins (e.g. a plugin with location permission to automatically track where you are, one with internet permission to track various karma etc.).
More analytical tools, perhaps something to compare tracks/events.
You could possibly even monetize this by keeping the app free and offering an awesome analytic service online (I’d pay $10 for 10 instances of auto-generated full analysis report).
Plugin feature would be really nice, but not the easiest feature to implement. I like your idea of using intents though, so I will look into it.
Yes, adding mood tracker and, more generically, ordinal values tracker is on my TODO list.
Widget sounds like a good idea, I’ll add it to my TODO list. (I assume you’ll want to just create a widget for one track/interval type.)
Yes, I am planning to add CSV import/export option.
I would love to add more analytical tools, but I can’t think of any that would be really useful. I would be interested to know what people are tracking and what exactly they are trying to see/measure.
I am thinking about adding a paid version with more features, but I doubt I’ll make enough money to really justify that. I was planning to have ads in the version I published, but I just couldn’t bring myself to do that to the users. I hate ads.
Just some thoughts before I start my sleep interval :)
Plugins are great, especially because each can request individual permissions. That way, users don’t get scared away by permission requests. Some example code here.
Widget: yes, 1x1 [start|end|track|new_event|happy] button would probably be best. One can arrange those as they see fit.
Ordinal values: perhaps just an autocomplete option for event labels.
As for analytics, perhaps draw selected intervals above each other with selected tracks plotted over them (each with own scale) and vertically write labels of (selected?) events. This may be messy, but can be done later and elsewhere (e.g. Google charts, if they can be combined). Also, setting up icons for events/ordinals would be nice.
Thanks! I was looking for something like this after reading the luminosity sequence again. Haven’t found any on the android market.
Feature requests:
You could make it respond to specific intents to create (and let others create) separately-installed plugins (e.g. a plugin with location permission to automatically track where you are, one with internet permission to track various karma etc.).
Tracking ordinal values (e.g. happy, anxious, happy+anxious...)
A widget
Data export
More analytical tools, perhaps something to compare tracks/events.
You could possibly even monetize this by keeping the app free and offering an awesome analytic service online (I’d pay $10 for 10 instances of auto-generated full analysis report).
Thank you for the thoughtful comment.
Plugin feature would be really nice, but not the easiest feature to implement. I like your idea of using intents though, so I will look into it.
Yes, adding mood tracker and, more generically, ordinal values tracker is on my TODO list.
Widget sounds like a good idea, I’ll add it to my TODO list. (I assume you’ll want to just create a widget for one track/interval type.)
Yes, I am planning to add CSV import/export option.
I would love to add more analytical tools, but I can’t think of any that would be really useful. I would be interested to know what people are tracking and what exactly they are trying to see/measure.
I am thinking about adding a paid version with more features, but I doubt I’ll make enough money to really justify that. I was planning to have ads in the version I published, but I just couldn’t bring myself to do that to the users. I hate ads.
Just some thoughts before I start my sleep interval :)
Plugins are great, especially because each can request individual permissions. That way, users don’t get scared away by permission requests. Some example code here.
Widget: yes, 1x1 [start|end|track|new_event|happy] button would probably be best. One can arrange those as they see fit.
Ordinal values: perhaps just an autocomplete option for event labels.
As for analytics, perhaps draw selected intervals above each other with selected tracks plotted over them (each with own scale) and vertically write labels of (selected?) events. This may be messy, but can be done later and elsewhere (e.g. Google charts, if they can be combined). Also, setting up icons for events/ordinals would be nice.
Added CSV export option.