derdilla

Results 121 comments of derdilla

I really like that idea, but I don't think this is realistically implementable. When I toyed around with this a while back I ran across the classical [dontkillmyapp.com](https://dontkillmyapp.com/) problems, the...

An e-mailer proposed auto filling medicine intake. You would do that around a shedule, not auto-filing once a medicine has been entered at that time of day. The logic quite...

That looks great so far! You kept that code really tidy. I will be happy to properly review this once it's ready. I noticed your code style is fairly simmilar...

As a general note: You can drop the support for the flutter_blue_plus backend. This should drastically simplify the code.

PRs labeled with `build-apk` are now build automatically. Please tell me whether you can work with the build result and whether you can add that label yourself. (that failure should...

/build For some reason it's only shown in the actions tab, but it works regardless.

@pimlie Since this is kinda important for the review here again: Do you want to consider and implement my suggestions yourself or should I just commit my formatting/pattern suggestions?

For now I manually build the apk at e0e21a7 as I'm not yet sure how to correctly get the code in the workflow: https://drive.google.com/file/d/1HXh8V1KkH18d9boOzC1KUs_lfJFQG8qt/view?usp=sharing We finally can get this merged...

> Afaik it should be possible to add a ref: `$GITHUB_REF` or ref: `${{ github.ref }}` line to the checkout step? Thanks for the suggestion. I played around a bit...

> you have to request permissions during runtime like fbp does? @pimlie yes, permissions are generally requested at runtime. This could either be done by the bluetooth package implementations (and...