moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

ScrollView should be a separate repo #493

Closed moagrius closed 5 years ago

moagrius commented 5 years ago

ScrollView and ScalingScrollView should be their own library, imported into and extended by TileView.

vince4 commented 5 years ago

I'd like to use only ScalingScrollView. I will have to fork your project because I also need Android minVersion 17.

moagrius commented 5 years ago

Yeah I need to do that - I'll see if I can find some time soon.

vince4 commented 5 years ago

@moagrius, I just resolved the incompatibility between Android API 17 and Android API 19 inside ScrollView. You can see the small change here on my fork.

moagrius commented 5 years ago

gtk, thanks for that. i probably won't merge since i'm not sure i want the support library as a dep for the standalone - i'll try to get this pulled out soon and in it's own repo. thanks again

moagrius commented 5 years ago

Closing fixed in version 4