Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@thuongleit thuongleit released this 14 Dec 12:50
· 41 commits to master since this release
d8e576b

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.