Markus Fisch

Results 444 comments of Markus Fisch

Hi, and sorry for this bug 🙈 Actually, this has nothing to do with the database (SQLite defaults to UTF-8 on Android), but with this [commit](https://github.com/markusfisch/ShaderEditor/commit/9c305538) that removes non-ASCII characters...

Until there's a version with responsive rendering implemented, we can use _less_ to make the output horizontally scrollable: ``` $ wego | less -RS ``` Now use the arrow keys...

Thank you for using the app! 😊 An export/import feature really makes sense, and I will add this with the next version.

Well, the code in [GyroscopeListener](https://github.com/markusfisch/ShaderEditor/blob/37b561c7d3d0295b397d5585afcfbfe3ee709964/app/src/main/java/de/markusfisch/android/shadereditor/hardware/GyroscopeListener.java) is based on the [documentation](https://developer.android.com/guide/topics/sensors/sensors_motion#sensors-motion-gyro), so I _think_ it's correct. But I may be wrong, of course! Unfortunately, I haven't got a shader at hand...

Interesting idea! 🤔 I assume you have already discovered that you can share any issue as plain text? But I can see that PDF is desirable, of course.

Well, I think the problem here is the curved surface the QR Code is on. This makes the barcode much harder to read 😬 Of course, I know this happens...

Yes, agreed, a way to share contacts directly from Binary Eye would be nice. Put it on the list.Adding contacts from barcodes should work fine already as long as the...

Hello, do you mean how to use the touch coordinates in a shader in Shader Editor? Then have a look the `pointers` uniform (Menu -> Add uniform/texture) and the Touch...

Sounds good! I will give it try as soon as I can. I've once tried another translation service for some other app of mine, and that didn't went too well,...

It's on the list!