calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

Some file names not phrased properly. #154

Closed Wolfpup67 closed 10 years ago

Wolfpup67 commented 10 years ago

There seems to be an issue with images that have certain characters in the file name. for example: open this on computer -> http://www.baka-tsuki.org/project/index.php?title=High_School_DxD:Dragon_Magazine_2013-02 then on phone/tablet go to High School DxD LN > Let's Go to Onsen you will see that the picture load fin on the computer but the second picture will display a ? for the thumb and when you click it to see the full image you get an error page. here is the image causing the issue -> http://www.baka-tsuki.org/project/index.php?title=File:Grayfia_washing_Issei%27s_back.jpg if you search the folders on your phone/tablet you will see that the image did download with the proper file name[ Grayfia washing Issei's back.jpg ], but when the tries to get the image it is trying to get Grayfia_washing_Issei%27s_back.jpg. The %27 is what is causing the issue and I'm wondering if the app is not properly re-phrasing the file name when it is trying to load the image since in the article it is File:Grayfia_washing_Issei's_back.jpg.