NightWhistler / PageTurner

Android e-book reader with cloud synchronization
pageturner-reader.org
GNU General Public License v3.0
466 stars 222 forks source link

#552 fix for use of URLDecoder.decode() with deprecated signature #553

Closed tundebabzy closed 10 years ago

tundebabzy commented 10 years ago

Honestly, I thought this was going to be a one line fix.
I added a field to the ResourceLoader class so that I wouldn't have to change the signature of ResourceLoader.registerCallback(). I also removed some unused imports

NightWhistler commented 10 years ago

Thank you!