Georg Meißner
Georg Meißner
Well, Grocy Server 4.0.0 seems to have some breaking changes and I didn't have time to adapt the app. This is why the latest AppStore release warns about an incompatible...
Grocy 4 is supported since version [2.10.0](https://github.com/supergeorg/Grocy-SwiftUI/releases/tag/2.10.0) from mid-August.
This happens when you navigate too fast 🙈 I will try to find the bug, for now navigate more slowly 😅
This seems to be the problem: `If you have started a task using SwiftUI’s task() modifier, that task will automatically be canceled when the view disappears.` [Source: HackingWithSwift](https://www.hackingwithswift.com/quick-start/concurrency/how-to-cancel-a-task) By switching...
On the website, is not limited to the shopping list but to the product field. I will look into implementing it to the product field as well, but will give...
This looks like the description field. OpenFoodFacts functionality doesn't touch this field, so I guess it may be entered from somewhere else (e.g. the Website). But HTML rendering should be...
Well, here is a sneak peek of this feature. It works seemingly ok, but still throws a warning 🤷
I hope that the fix for CodeScanner improved it, otherwise the new barcode scanner is now default.
I have implemented a keyboard entry in the Quick Scan view. If your external Barcode Scanner works like a keyboard (enters a code and then Enter), it should work. At...
I am trying to do the last polish and then release an update. It should be mostly some bug fixing and other small changes. There is no time frame yet,...