A snappy and fun Hacker News app for Android

Overview

Hex Build Status

A snappy and fun Hacker News client for Android.

Get it on Google Play

About

Hex is an Android app built to be fun, fast and pleasurable to use.

Hex is powered by Hex API.

Feedback

If you come across any issues or have any feature requests they are most welcome here.

Contributing

Contributions are always welcome. For more information please see the Contribution Guidelines.

Comments
  • Crashes when trying to open article with no network connection

    Crashes when trying to open article with no network connection

    Steps to repo:

    1. Open Hex from cold and fetch a list of articles
    2. Return to the Android Launcher (background Hex)
    3. Put device into flight mode
    4. Bring Hex to foreground
    5. Select the same article

    App will hard-crash.

    bug 
    opened by jonnyreeves 4
  • Hex crashes when device is rotated

    Hex crashes when device is rotated

    If I rotate my Nexus 5 while I am viewing an article or the comments, Hex crashes. "Unfortunately, Hex has stopped."

    Rotating the device is not a problem if I am viewing the first page.

    Steps to reproduce: Open Hex. Choose a link. When the article has loaded, rotate the device. Hex crashes.

    It also crashes if you are viewing the comments. It also crashes if you are viewing the front page in landscape orientation, choose an article, and the rotate the device to portrait orientation.

    My device is a Nexus 5.

    bug 
    opened by RyanRiddle 3
  • Share HN urls to Hex for viewing

    Share HN urls to Hex for viewing

    Hacker News URLs (e.g. https://news.ycombinator.com/item?id=11226912) should be shareable to Hex for viewing the article / browsing the comments.

    Down the road support for sharing article URLs and getting back a list of HN threads (as Find HN Comments did) will be supported, but this V1 functionality will precede that.

    feature request 
    opened by longdivision 1
  • Add a dark theme option.

    Add a dark theme option.

    • Update all dependencies where possible.
    • Add a dark theme which can be enabled by a newly added Settings Activity.
    • Allow back action from the Toolbar on About/Settings.

    h3. TODO

    • ~~Settings help text not visible against dark background.~~
    • ~~Comment collapse looks wrong on Lollipop.~~
    opened by longdivision 0
  • Back behaviour broken for Article WebView

    Back behaviour broken for Article WebView

    Steps to reproduce:

    1. Open an article.
    2. Select a link in the article, allowing the next page to load in the WebView.
    3. Hit back.

    Observe the the user is taken back to the front page rather than navigating back a page in the WebView.

    bug 
    opened by longdivision 0
  • Both article and comment links should be opened in the in-app browser

    Both article and comment links should be opened in the in-app browser

    Currently, when clicking in a link in the article tab, it replaces the article itself with the new page.

    And when clicking in a link in a comment, it opens in the external browser.

    These links should be opened on the in-app browser, instead.

    Ideally this should be configurable. (In this case, with in-app browser disabled, it should open article links in the external browser IMHO, and not replace the article with it).

    opened by andreynering 0
  • Links with big URLs are broken

    Links with big URLs are broken

    When a comment has a big URL inside it, it shows only part of it and adds "..." to the end. That's fine, but when clicking in the link it should open the full URL. Currently it tries to open the partial URL in the browser, which usually results in a 404 error.

    opened by andreynering 0
  • Add option to open comments by default instead of article

    Add option to open comments by default instead of article

    Hi

    Thanks for this great app! I love how simple it is, the great design and night theme!

    It would be great to have an option to open comments instead of article by default. Or alternatively, it could have a 💬 button on the list to open the comments.

    opened by andreynering 0
  • Scrolling horizontally in article content instead scrolls to comments

    Scrolling horizontally in article content instead scrolls to comments

    When viewing a story with horizontal scrolling content (I.e., a code snippet), it is very difficult to scroll horizontally inside of the content without instead navigating to the comments view. In other words, you can scroll a few pixels in the content's horizontal scroll, but then the app will "catch" it so to speak and move the screen to comments. See screenshots attached if this is not clear.

    Repro steps:

    1. Load a story with horizontal scrolling content, like code snippets
    2. Attempt to scroll the content element horizontally
    3. Observe as you are moved to comments view

    Screenshots

    | Before scroll | After scroll | | :-: | :-: | | screenshot_20160930-155734 | screenshot_20160930-155752 |

    bug 
    opened by hawkins 1
  • Swiping right on article view should return user to front page

    Swiping right on article view should return user to front page

    Currently the physical back button and the top-left back buttons are the only means for users to leave article/comment view and return to the front page.

    Swiping left on article view loads comments, and right on comments loads article view.

    It would be very handy if I could continue swiping right from article view to return to the front page. This way I don't have to stretch my hand to reach the back button on a large phone.

    help wanted feature request 
    opened by hawkins 2
Releases(v0.1.8)
Owner
Sean Powell
Software & tech enthusiast @seanpwl on Twitter
Sean Powell
Hacker News Android App - Made with Kotlin

HackerNewsApp Hacker News Android App - Made with Kotlin Simple app that request, the latests HackerNews posts and allows to delete items from the cli

Fernando Herrera 1 Dec 8, 2021
News-App - A news app Which displays news with the help of JSON data

News-App This is a news app Which displays news with the help of JSON data

Lalith Sharma 0 Feb 16, 2022
A news app made using android studio in Java with features like favourite news, Location detector for local news, and especially made with HUAWEI APIs

HuaweiGlobalNewsApp A news app made using android studio in Java with features like favourite news, Location detector for local news, and especially m

Christian Imanuel Hadiwidjaja 1 Oct 30, 2021
An open source Hacker News client for Android.

Hacker News Come chat with us on Gitter.im! An open source Hacker News client for Android phones & tablets. Available on the Google Play Store How to

Matthew Bishop 227 Dec 11, 2022
A News Application Shows Breaking News of the Country with a feature to save News for future Use.

A News Application Shows Breaking News of the Country with a feature to save News for future Use.You can search news on any topic.Used all latest stuffs in android like Navigation Component, MVVM Architecture, Retrofit, Room DataBase, Kotlin Corutines etc

Aman Bhatt 2 Oct 20, 2022
The News App has been carried out within the framework of the MVVM architecture, information about news is obtained by consulting an API, it is built usisng Jetpack Copose, Coroutines, Dependency Injection with Hilt and Retrofit

Journalist The News App consists of an application that displays the latest news from EEUU from an API that provides official and updated information.

null 0 Nov 3, 2021
NewsFeedApp - An android news-feed-app which shows latest news of various sources

NewsFeedApp An android news-feed-app which shows latest news of various sources

Srihitha Tadiparthi 4 Aug 8, 2022
Newesy is news app which uses NewsAPI to fetch news.

Newesy is news app which uses NewsAPI to fetch news.The main aim of this app was to learn Modern Android Architecture (MVVM).It uses MVVM,Kotlin-coroutines,Room,ViewModal,Retrofit,GSON and Navigation graph

SHANTANU RATHOD 7 Oct 29, 2022
A fun meme explorer and sharing app for android devices

A fun meme explorer and sharing app for android devices

Subroto Kumar 2 Apr 3, 2022
Romeo-and-juliet - A fun quote randomizer game for Romeo and Juliet

romeo-and-juliet A quote randomizer game for my English class. Input mappings fo

Subham 1 Jul 17, 2022
This is a News Application for android mobiles, fetching news through Guardian API.

News-In-Hand This is a NEWS FEED APP which gives a user regularly-updated news from the Internet. To achieve this, I use the Guardian API. This is a w

Bhramar Virmani 1 Nov 5, 2021
Kotlin fun with Advent of Code 2021

aoc-kotlin Welcome to the Advent of Code1 Kotlin project created by dayanruben using the Advent of Code Kotlin Template delivered by JetBrains. In thi

Dayan Ruben Gonzalez 32 Dec 15, 2022
An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.

An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.

CSwala 48 Nov 26, 2022
Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books

闲暇(Leisure) 该项目将不再新增功能,仅做重构 Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books. 60应用市场下载地址: [http://m.a

Danielding 558 Dec 13, 2022
Android News Reader app. Kotlin Coroutines, Retrofit and Realm

News Reader Android News Reader app Code that follows Packt Publishing Kotlin in Practice Video Course Example of Kotlin Coroutine usage, with Realm a

Marko Devcic 22 Oct 3, 2022
📰👓Android App that fetches fresh news based on your language and location

News App that fetches fresh news based on your language and location. You can share and browse news in one click! How to install You can open it with

Valeria 1 Feb 21, 2022
Android native news App using API from thenewsapi.com and Retrofit Library

FlashBytes-Android-News-App Android Material Design News App using API from https://www.thenewsapi.com/ and Retrofit Library Screen Splash, Onboard Sc

claudysoft 4 Nov 11, 2022
An app that displays the list of top headlines and when the user clicks on a news story

News Feed Android App (Summary) This app works as an app that shows the recent n

Olaore Fouad 0 Dec 17, 2021
📱:newspaper: Android client for the Nextcloud news/feed reader app

Nextcloud News Reader – Android App The Nextcloud News Reader Android App is under AGPLv3 License terms. Bugs and enhancements can be reported under:

Nextcloud 589 Dec 31, 2022