Skip to content

Releases: thuongleit/MinimalistHackerNews

Version 2.0.0

14 Dec 12:50
d8e576b
Compare
Choose a tag to compare

Added

  • Login/Logout with Hacker News account.
  • Swipe gesture with swipe left/right to save, upvote, reply to a comment.
  • Upvote a story/comment with a logged-in Hacker News account.
  • View comments with collapsible and by-level thread.
  • Add a comment or reply to a comment.
  • Tap-to-collapse feature on a comment thread.
  • Popup menu context by long pressing on story and comment.
  • Share story article link, hacker news link, or share a comment.
  • Shimmer loading animation effect.
  • Splash screen.
  • Firebase Crashlytics.
  • Github Actions CI.

Changed

  • Applied bloc library (https://bloclibrary.dev) for state management.
  • Refactor app architecture and project structure.
  • New redesign app launcher icon.
  • Change target SDK to level 29.

Fixed

  • The black title text color was broken in Dart/Black mode.

Removed

  • BaseProvider and the usage of provider package.

Version 1.2.1

14 Dec 09:10
Compare
Choose a tag to compare

Added

  • Saved stories to read later.
  • Swipe on the story row to save it.

Fixed

  • Various bug fixes.

Version 1.1.0

17 Sep 06:25
c3a75e7
Compare
Choose a tag to compare

Added

  • 'About' screen to show information about the app.
  • 'Settings' screen to set up the app's theme and choose a browser option (internal/external) to open an URL.
  • 'Best' stories tab on the home screen.

Fixed

  • Various bug fixes.

First release

31 Aug 11:32
Compare
Choose a tag to compare
  • Introduce an initial Android Hacker News Reader client with basic functionalities.
  • Browse the newest, top stories, jobs, show, ask from Hacker News as well as view story content in an internal tab.
  • Vote for a story or view its comment in the internal browser.