Dmitry-Borodin / pdfview-android

Small Android library to show PDF files
Apache License 2.0
294 stars 48 forks source link

Remove unused code from SubsamplingScaleImageView #20

Open Dmitry-Borodin opened 4 years ago

Dmitry-Borodin commented 4 years ago

For example we never use preview mode for PDF, but there is a lot for code for it in methods, callbacks (OnImageEventListener for example) et.c. This will require major version increase because it's public API changes, but I don't expect problems for people to upgrade. Don't see much pros either.