Miklos Vajna

Results 127 comments of Miklos Vajna

I assume that llvm coverage will solve this: if I understand correctly, then the `instrument-coverage` switch will be stabilized in the next rust release and `cargo llvm-cov` does not show...

Yes, this is the intended behavior. Tracking only starts when you tap on the start button and stops only when you tap on the stop button. Of course, Android may...

Aha yes, if the app is already running, then the toggle widget is indeed broken.

Sorry, I wrote too soon. I could reproduce this on my phone with a slightly older version, but not on the emulator. And now that my phone runs v7.3.5 (latest...

Thanks, I'll try to find motivation to finally get to the bottom of these. Quite possible that these are independent from each other, we'll see.

Are you interested in fixing this yourself? See the end of `doc/README.adoc` for the source of the existing icons, hopefully you can find some icon that looks good on the...

![image](https://user-images.githubusercontent.com/13838/194648973-f29eccaa-c091-4f75-bf44-75541162e754.png) Something like this? Probably good enough, but feel free to nitpick on the actual icon / color.

If you want to modify an existing sleep, that already works, see #2 This issue is about creating a sleep manually. Will have think about what's a good UI for...

Perhaps a new menu item that would add a new sleep, defaulting to $now for start and end and you could edit it?

Fine, the question is how to expose this on the UI. My expectation is that 80% of users don't need this, so extending the floating action button at the bottom...