Marko Gajic
Marko Gajic
For latin and cyril you should use "values-b+sr+Latn" and "values-b+sr+Cyrl" respectively. This is a new naming scheme, and it works only from API 24 and above.. But languages are natively...
@sephiroth74 Ok this is a serious issue making the library completely unusable. Can you at least tell me where the problem might be and I'll try fixing it myself? And...
@ElGovanni To solve this, I had to include library source into my project, I slightly modify it to make sure I setBackground to null on most of the Views used...
@hafiz013 Not with EasyImage, but you can easily do it via either: 1. [Glide](https://github.com/bumptech/glide) ``` Glide .with() .asBitmap() .load() .fitCenter() .format(DecodeFormat.PREFER_RGB_565) .diskCacheStrategy(DiskCacheStrategy.NONE) .skipMemoryCache(true) .into(object : SimpleTarget(1080, 1080) { override fun...
+1 This fail happens also when trying to sign-up or reset password..
Any news on this?
I have easily built it for Windows (64bit build) using MSYS2 and CodeBlocks. If anybody needs help, please ask.
> Are you ever planning on supporting compose natively without an AndroidView, this is causing many problems. For those that still use an AndroidView though, take a look at this...
+1 Also wondering is development is still live on this library? Especially what's happening with 0.2.x branch? Thanks.
> Hey @gajicm93 > You can submit any issues to [[email protected]](mailto:[email protected]). > Can you provide more details about the problem? Do you get 403 code every time? Yes I get...