cvzi

Results 134 comments of cvzi

My phone has the same auto-scroll mode and it also doesn't work in all apps. I tried to replicate that mode. I have tried to use a [accessibility service](https://developer.android.com/guide/topics/ui/accessibility/service#using-actions) to...

This seems unfeasible. Both their suggested solutions would require to add the microphone permission, which is not suitable for a screenshot-application. Besides, I don't know if this is really a...

Empty RecognitionService that just returns an error message. It does not actually listen to audio: https://github.com/cvzi/ScreenshotTile/blob/3119b526e221721744dfe0a74b7ed90d7a7b060b/app/src/main/java/com/github/cvzi/screenshottile/assist/RecognitionServiceEmpty.kt#L11-L25 This should prevent other app from crahsing

Thank you 🙂 I will add it to my To-do list

Here a few screenshots of how it looks like: The long text: ![first screen](https://user-images.githubusercontent.com/8470684/101536957-074af880-399b-11eb-9d6f-6296ec89caf6.png) Error if accessibility service is not yet enabled: ![accessibility unavailable](https://user-images.githubusercontent.com/8470684/101537031-20ec4000-399b-11eb-80b4-e0e29b149e30.png) This is the "floating button" over...

That was fast. Amazing 👍🏽

@rikishi0071 Thank you! I have sent you a message on crowdin.

I was able to compile a version for Android 9 with minimal modifications. Version v1.1.2 for Android 9 https://github.com/cvzi/darkmodewallpaper/releases/tag/minsdk28_v1.1.2 As zip file: [app-release.apk.zip](https://github.com/cvzi/darkmodewallpaper/files/6759058/app-release.apk.zip)

Current version [v1.2.8](https://github.com/cvzi/darkmodewallpaper/releases/tag/v1.2.8) for Android 9: https://github.com/cvzi/darkmodewallpaper/releases/tag/minsdk28_v1.2.8

Could you write the dimensions of the image that you use? I'd like to reproduce this with a test image to see where it goes wrong.