Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

ProgressPieIndicator still requires com.android.support #226

Open OIvaschenko-BD opened 3 years ago

OIvaschenko-BD commented 3 years ago

I can see that the library has migrated to AndroidX, which is great. However, when we turned off Jetifier, we found out that one of the dependencies of ProgressPieIndicator still depends on the old support libraries, namely com.github.filippudak.progresspieview:library. I have forked the project and pulled PR https://github.com/FilipPudak/ProgressPieView/pull/18. Unfortunately, the project looks dead, so, maybe it is better to create new maven artifact from my fork.

Piasy commented 3 years ago

Great, you could publish your fork, I could check it and migrate to it later.