Tibor Kaputa

Results 1028 comments of Tibor Kaputa

i know its an old issue, just saying that there is only a very limited amount of views you can use in a widget. Here is the list http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout ....

doesnt look like creating PRs makes sense, so you can try using my fork of the library with including `com.github.tibbi:android-smsmms:5413948b41`. It has only this 1 difference compared to the main...

I will most likely remove the GlideDecoder in the next version released in a couple days, as it doesnt work properly. I also didn't manage implementing an ImageRegionDecoder yet, so...

The initial reason for using Glide was being able to display images in ARGB_8888 for better quality at some gradient areas. If I can achieve it somehow with SubsamplingScaleImageView, I...

Okay, sadly the performance at higher resolution images like 12MP+ is quite bad :/ Only at some images tho, not always. Not sure yet what does it depend on, my...

I see, so it looks like it wont have an easy fix anytime soon. I could help with testing some possible improvements or publishing stable versions out to people, nothing...

minimum 240dpi didnt help. Layer_type_software helped a bit at there were no freezes during zooming, but the zoom was generally jerky. Ill roll back to the default 565 way for...

so the new version with using the default image and region decoder is published, and Im still getting a few out of memories from time to time. Im not using...

I upgrated to 3.9.0 and Im setting the orientation manually, but it is still crashing on Android 7+ because no matter what I set, you try retrieving the exif orientation...

Im loading the main image + 2 images per side with Glide, Subsampling is used only for the currently visible fragment. Ill try recycling Subsampling after swiping away, think Im...