Miklos Vajna
Miklos Vajna
app/src/main/java/hu/vmiklos/plees_tracker/DataModel.kt:411 is where we currently produce a list of daily sums, and then count the average of this list. I believe that's where we can conditionally do a median instead.
I just ran into the very same problem. :-) If I have a Vec of moves, then the solver works fine, but if I init the facelet cube from a...
Reducing the amount of menu items in the menu would be indeed good. I'm not sure if the settings activity is a good place to host such removed menu items:...
Would this more or less duplicate the functionality of some alarm clock? I'm not entirely against it, but I rarely have the "forgot to go to bed" problem myself. Would...
Thanks. Time is a limed resource for all of us, but otherwise this looks reasonable to me for addition.
That's a good idea: a first step we could do is to just schedule an alarm based on the already set ideal sleep length. If you start tracking and you...
Hmm, I guess all Android systems ship the built-in Clock app that has an alarm feature, so adding one more inside this app would be just a duplicate. What would...
As long as this is opt-in, I don't oppose the idea. The question is what time to use for the scheduling, would that come from the "ideal sleep length" setting?
Are you interested in adding this yourself? I don't really have a use case for this, but I don't mind taking a PR.
> Do you have thoughts on how (or how not) to make the alarms accessible, without cluttering/annoying users, not interested in these features? I guess one option is to add...