Live data from Hacker News

Materialistic – Ad free, open source Hacker News client

play.google.com

81–90 of 100 posts

Re: Materialistic – Ad free, open source Hacker News client

#81
post #38

Materialistic is the only way I access Hacker News. But it would be awesome if the developer took some inspiration from the Reddit client Relay ( https://play.google.com/store/apps/details?id=reddit.news ) too :) Great job hidro!

Thanks! I have incorporated the idea of on-screen navigation button and grouping setting options. What else you think I should consider from Relay?

Also, when someone replies to my comments, I do not get any notification. Can that feature be added? Or is it a limitation of the HN API?

Re: Materialistic – Ad free, open source Hacker News client

#82
I have few bug and enhancement reports:

1. The vote up status seems to get reset or so it seems from the app. I had invited this post yesterday, by today the thumbs up icon color was black again. It looked as if I did not vote this thread. So I clicked on that, and then the thumb icon was green. Then I went back to the main page, and remembered to type the following point. So I came back to this thread and the thumb icon was black again. It looks as it the app is remembering if I have already voted for that thread. Does HN allow one to vote any article multiple times?

2. I like the concept of the navigation overlay. But can you please add an option to disable the vibrations each time that button is used? It gets pretty annoying after navigating few comments.

Re: Materialistic – Ad free, open source Hacker News client

#83

I have few bug and enhancement reports: 1. The vote up status seems to get reset or so it seems from the app. I had invited this post yesterday, by today the thumbs up icon color was black again. It looked as if I did not vote this thread. So I clicked on that, and then the thumb icon was green. Then I went back to the main page, and remembered to type the following point. So I came back to this thread and the thumb…

1. I can't sync vote status so it's only a best effort at the moment to let you vote. Of course after the 1st vote is recorded subsequent votes will not count. This for sure can be improved.

2. Sure. I added vibration because I tend to mis-swipe so I added vibration to give me some feedback. But I understand not all users may like it.

Re: Materialistic – Ad free, open source Hacker News client

#85
post #38

Earlier quoted context omitted.

Thanks! I have incorporated the idea of on-screen navigation button and grouping setting options. What else you think I should consider from Relay?

Thanks for the reply. I really like the "comment search" feature in Relay based on time (show and jump through comments added in last X minutes), words (jump through comments that contain certain words), jump to comments based on author (OP, me), etc. There are many more comment search parameters, but these are my favorite.

I already have similar request in my backlog. This is gonna be tricky, because I don't have all comments up front as they are loaded on demand (even for saved comments - loaded on demand from cache).

Re: Materialistic – Ad free, open source Hacker News client

#86
post #38

Earlier quoted context omitted.

Thanks! I have incorporated the idea of on-screen navigation button and grouping setting options. What else you think I should consider from Relay?

Also, when someone replies to my comments, I do not get any notification. Can that feature be added? Or is it a limitation of the HN API?

I have something similar in mind but haven't get started yet. It can be done via HN API, but it can only be done at regular interval (polling), as I don't use Firebase but raw web API.

Re: Materialistic – Ad free, open source Hacker News client

#87
post #31

Earlier quoted context omitted.

It's because stories/comments are loaded on demand. If you never scroll to it it won't be loaded. It was designed this way partly due to how HN API works, which doesn't provide all data up front. Alternatively app can aggressively load everything up front, which is slow; or paginate content. To me it tends to feel faster when u have progressive UI change (empty card then fill it) than abrupt change (completely empty…

I used another app called HN before yours. It did not have this problem. TBH I'd rather have it aggressively load all the content. It isn't that much data and the current experience is frankly jarring. I also can't seem to figure out how to consistently jump to the next top level parent comment with the nav button. It seems to jump to other comments lower in the current thread which I'm trying to skip past. Am I miss…

I already did some optimization to load 1 extra page of comments in advance, which I believe should improve the experience. I also tried the same trick for stories but got some janky issues that I need to figure out first.

Swipe down the button should go to next same level comment, or if none it goes to the next one, which is the 1st child.

User-related content support is quite limited at the moment as I need to crawl HN web for that.

Re: Materialistic – Ad free, open source Hacker News client

#88
post #67
post #62

Earlier quoted context omitted.

I found it very useful and really liked it, just these problems were so irritating I dropped it again. I'm hoping you can fix this, because I have trouble with reading HN on a browser, with its tiny font size. I suspect you've got a bug with the deep link feature because other apps only show this menu one time. Yours shows it over and over. While we're talking, I also found the UI rather busy with stuff that seems un…

Thanks! Would be helpful if you can share your device info so I can try to reproduce that issue. If you still keep the app around you can just send an in-app feedback and it will automatically include such info. Or you can reply here. Or if you can email me, my email should be available on Play Store listing.

OK, so I reinstalled Materialistic and checked the problem is still there (it is), and then sent a Feedback about "Deep linking", that you should see.

Re: Materialistic – Ad free, open source Hacker News client

#89
post #88
post #67

Earlier quoted context omitted.

Thanks! Would be helpful if you can share your device info so I can try to reproduce that issue. If you still keep the app around you can just send an in-app feedback and it will automatically include such info. Or you can reply here. Or if you can email me, my email should be available on Play Store listing.

OK, so I reinstalled Materialistic and checked the problem is still there (it is), and then sent a Feedback about "Deep linking", that you should see.

Got it thanks!

Re: Materialistic – Ad free, open source Hacker News client

#90
post #83

I have few bug and enhancement reports: 1. The vote up status seems to get reset or so it seems from the app. I had invited this post yesterday, by today the thumbs up icon color was black again. It looked as if I did not vote this thread. So I clicked on that, and then the thumb icon was green. Then I went back to the main page, and remembered to type the following point. So I came back to this thread and the thumb…

1. I can't sync vote status so it's only a best effort at the moment to let you vote. Of course after the 1st vote is recorded subsequent votes will not count. This for sure can be improved. 2. Sure. I added vibration because I tend to mis-swipe so I added vibration to give me some feedback. But I understand not all users may like it.

Thanks for your quick replies!

Also I realized that I have a crazy number of typos and incorrect auto corrections in my comment above.

Would you add the ability to edit comments in future? :)

Thanks!

Post reply on HN