Christoph Loy

Results 13 comments of Christoph Loy

@varunu28 I added what you suggested. What do you think about letting CircularBuffer implement `java.util.Queue`?

Thank you so much for your suggestions! One of the main goals while developing the app was to keep the UI very clean. Clearly, the screenshot itself had to be...

What an insanely good catch! Already found the [problematic code section](https://github.com/beatbrot/ScreenshotAssistant/blob/3d8ce0dc0e2580a6ba55d3379654b67ad79d9112/app/src/main/java/de/beatbrot/screenshotassistant/ScreenshotActivityViewModel.kt#L61). I am currently wrinting my master's thesis though, so its really hard to find the time. It may take...

Thank you very much :)

Yeah I totally see the need for this. In [this](https://github.com/beatbrot/ScreenshotAssistant/issues/16#issuecomment-532369953) reply, I explain why its currently not included.

Sure thing! Unfortunately I don't have too much time for working on the app right now... So I guess you have to wait quite a bit.... I am happy to...

I am sorry, but scroll capture seems to be out of scope for now. I will keep this issue open for the future, but don't expect a quick solution :)

Hmmm I am not really on board with the tag idea. To me, trackie should be as bare-bones as possible. Tags do not really fit into that. But I like...

I could totally see adding a CSV export option :) I however don't know when I have time for the implementation. If you want to develop it yourself, I'll gladly...

@zenofile So I guess switching to a base image with glibc would solve this? Maybe `busybox:stable-glibc`?