Ecchilon / SadPanda

Apache License 2.0
2 stars 4 forks source link

Fix thumbnail loading #57

Open Ecchilon opened 7 years ago

Ecchilon commented 7 years ago

The thumbnails required an 'lv' cookie that was provided when loading the main page. Instead of again hacking this in again, the cookie management was slightly refactored. The 'getBody' request as well as the 'login' request now properly apply the 'Set-Cookie' headers in ExHentaiAuth, which stores them in a separate store. This does mean existing users will be forced to login again. Additionally bumped gradle because the Android Plugin was complaining.