voghDev / PdfViewPager

Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Apache License 2.0
1.7k stars 331 forks source link

Android - remove deprecated API usage #181

Closed 4brunu closed 3 years ago

4brunu commented 3 years ago

This PR removes the deprecated API usage new Handler()

4brunu commented 3 years ago

CI is failing, but it's nor related to the PR.

voghDev commented 3 years ago

Hi!

Thanks for the nice PR! For some reason, it seems checkstyle is failing. I'll have a look to see how to fix it then the PR should be ok to merge :-)

4brunu commented 3 years ago

Hey, I opened https://github.com/voghDev/PdfViewPager/pull/189 to try to restart CI, because looks like this was a random error in TRAVIS CI. I started CI in my fork and it worked. https://travis-ci.com/github/4brunu/PdfViewPager/builds/229899659