Markus Fisch
Markus Fisch
Hi, and thank you for using it! Short answer: the app _may_ already use different lenses because zooming is done by the Android Camera API. Long answer: It's complicated 😉...
Thanks for the quick reply and the video! 👍 Well, then Samsung doesn't automatically change lenses when zooming. Interesting 🤔 Wouldn't have thought so. Hm, I'm afraid there's no easy...
Yes, of course, I would very much like to try that. If I understand this correctly, all I would have to do is to extract the signature once and import...
Just made a merge request with the signatures: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12710 I hope this is correct?
So I should add `metadata/de.markusfisch.android.binaryeye/signatures/117` for the next version already too?
Yes, this should be possible with the corresponding [intent filter](https://developer.android.com/guide/components/intents-filters) in the [manifest](https://github.com/markusfisch/BinaryEye/blob/master/app/src/main/AndroidManifest.xml#L67). Binary Eye already includes a filter for `com.google.zxing.client.android.SCAN`, which was used in the original (and abandoned) ZXing...
Hm, that sound like something you might be able to accomplish with an app like [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) or [IFTTT](https://play.google.com/store/apps/details?id=com.ifttt.ifttt). You could use Binary Eye from these apps with the [Scan Intent](https://github.com/markusfisch/BinaryEye#scan-intent)...
I finally have added the intent to Version 1.61.0, which is on it's way through Google Play and should become available soon. I hope I've configured the intent correctly as...
Hm, okay, now I can understand what you're trying to do 🤔 Maybe another option is to use the "Forwarding" feature to send the read contents to your notebook (if...
Thanks a lot for checking this out! Well appreciated! And with this info I was able to test fire the intent via `adb`, so it's hopefully correct this time! Here's...