bishopmatthew / HackerNews

An open source Hacker News client for Android.
230 stars 61 forks source link

Comments no longer viewable? #92

Closed lol768 closed 9 years ago

lol768 commented 9 years ago

Recently it seems I can only read the articles - the comment tab doesn't appear, nor do the counts next to each article.

scottopell commented 9 years ago

Also having this issue

SikhNerd commented 9 years ago

Ditto

sdonnan commented 9 years ago

Affects me as well. Now goes straight to article where before it went to comments first.

Thieum commented 9 years ago

+1

lol768 commented 9 years ago

I have a feeling it's this chunk of code being executed https://github.com/bishopmatthew/HackerNews/blob/master/src/com/airlocksoftware/hackernews/parser/StoryParser.java#L227-234

I'll try and see if I can get it to load in an IDE and have a play with the code. Shame I can't just vim it and run a build command.

Edit: Had no luck building it in Android Studio after following the README. IDE complains package R does not exist.

pinscript commented 9 years ago

Happens for me as well, but only on the front page.

Will try to see if I can fix it later, but I also had some troubles setting up the environment.

Jesse-Millwood commented 9 years ago

Also happening with me

bishopmatthew commented 9 years ago

Sorry for not being on top of this; I've had a bunch of family in town and haven't had a chance to look at what's going on yet. They probably just rearranged some html. I'll try to fix it tomorrow.

On Mon, Apr 20, 2015 at 5:48 AM, Jesse-Millwood notifications@github.com wrote:

Also happening with me

— Reply to this email directly or view it on GitHub https://github.com/bishopmatthew/HackerNews/issues/92#issuecomment-94431441 .

bishopmatthew commented 9 years ago

Fixed in c2a709bf274b88458a9c6a9be758438d6bfc7867, and rolling out on the Play Store.

lol768 commented 9 years ago

Thanks a ton :)

Jesse-Millwood commented 9 years ago

Thanks for the quick response! On Apr 22, 2015 7:02 AM, "lol768" notifications@github.com wrote:

Thanks a ton :)

— Reply to this email directly or view it on GitHub https://github.com/bishopmatthew/HackerNews/issues/92#issuecomment-95138139 .