calvinaquino / LNReader-Android

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

Reaching End of Chapter Doesn't Mark as Read #210

Closed devildragin closed 8 years ago

devildragin commented 9 years ago

Damn phone keyboards, chapters are no longer marked as read after reaching the end.

Nandaka commented 9 years ago

which chapter is it?

devildragin commented 9 years ago

It feels like any chapter, for the sake of showing an example: Magika no Kenshi to Shoukan Maou volume 4 chapter 1. I tested clearing read marker on previous read ones and 're-reading' it and it leaves it as unmarked.

Nandaka commented 9 years ago

Make sure you are scrolling until the end of the page. If still not working, can you get the adb log? Check http://forum.xda-developers.com/showthread.php?t=1726238 for details.

devildragin commented 9 years ago

I'll try to see if I can get you one after I get home, I take it the best method is to use adb from my PC as the Catlog application does not seem to work without root on 5.0.1. Checked my tablet (4.4.2) does not appear to have this issue.

On Fri, Aug 7, 2015 at 12:36 AM, Nandaka notifications@github.com wrote:

Make sure you are scrolling until the end of the page. If still not working, can you get the adb log? Check http://forum.xda-developers.com/showthread.php?t=1726238 for details.

— Reply to this email directly or view it on GitHub https://github.com/calvinaquino/LNReader-Android/issues/210#issuecomment-128612535 .

devildragin commented 9 years ago

I have an adb log. All i did was run adb logcat, open a chapter/section, scroll to the bottom, and hit the back button. Is there a way that you want me to send it to you?

Nandaka commented 9 years ago

Put it to pastebin, or paste it directly here

devildragin commented 9 years ago

Is there a way to filter down the logcat for you, the file I have is 2.3MB and pastebin/github won't accept that much text.

Mithgol commented 9 years ago

If I were you, I'd try 7-Zip in Ultra compression mode.

devildragin commented 9 years ago

Link removed, thanks Nandaka.

Nandaka see if the above link works for you, message me when you are done with it so I can remove the file.

Nandaka commented 9 years ago

got it, you can remove it

Nandaka commented 9 years ago

Looks like the reported Y position doesn't match with the content height... Do you scroll all the way to the bottom page?

https://github.com/calvinaquino/LNReader-Android/blob/master/app/src/main/java/com/erakk/lnreader/UI/activity/DisplayLightNovelContentActivity.java#L595

devildragin commented 9 years ago

Yea, I hit the bottom then 'kept trying to scroll down' just to be sure.

On Sun, Sep 6, 2015 at 9:14 PM, Nandaka notifications@github.com wrote:

Looks like the reported Y position doesn't match with the content height... Do you scroll all the way to the bottom page?

https://github.com/calvinaquino/LNReader-Android/blob/master/app/src/main/java/com/erakk/lnreader/UI/activity/DisplayLightNovelContentActivity.java#L595

— Reply to this email directly or view it on GitHub https://github.com/calvinaquino/LNReader-Android/issues/210#issuecomment-138168568 .

devildragin commented 8 years ago

The latest release appears to address the issue, chapters on my Note 4 are marked read after I hit the bottom like they used to.