Skip to content

Releases: msfjarvis/compose-lobsters

v1.58.0

Choose a tag to compare

@msfjarvis msfjarvis released this 26 Dec 16:51
Immutable release. Only release title and notes can be modified.

Fixed

  • Avoid crash from trying to import invalid backups
  • Avoid crash when posts move between pages

Changed

  • Widget update is more reliable
  • Increased network timeouts
  • Better network retries and rate limit avoidance
  • Temporarily remove comment count to fix crashes

v1.57.0

Choose a tag to compare

@msfjarvis msfjarvis released this 07 Dec 16:58
Immutable release. Only release title and notes can be modified.

Changed

  • Navigation rewritten for larger screens
  • Comment expand/collapse now uses button UI
  • Comment rendering rewritten for better performance
  • Settings page redesigned

Fixed

  • Database concurrency improvements
  • Upgrade to Compose 2025-12 alpha
  • Swipe action trigger distance increased for Android 16 QPR1 Beta 1
  • Deeply nested comment tree collapsing
  • Post author indication in details
  • Dark mode toggle crash

v1.55.0

Choose a tag to compare

@msfjarvis msfjarvis released this 13 Feb 22:15

Fixed

  • Adapt to lobsters API change

v1.54.0

Choose a tag to compare

@msfjarvis msfjarvis released this 31 Jan 12:58

Fixed

  • Upgrade to Compose 2025-01 releases
  • Upgrade all dependencies

v1.53.0

Choose a tag to compare

@msfjarvis msfjarvis released this 30 Nov 13:32

Fixed

  • Tablet users can now navigate between hottest/newest/saved posts again

v1.52.0

Choose a tag to compare

@msfjarvis msfjarvis released this 26 Nov 10:49

Added

  • A brand new tablet-specific UI — Thanks @ThanaReka
  • Usernames of story authors are highlighted in comments

Fixes

  • Add a workaround for rare crashes while loading SQLite with older devices
  • Fix comments page resetting collapsed state while scrolling
  • Images are cached for longer on disk
  • Navigation bar now renders a solid background on API levels 31 and below
Get it on Google Play

v1.51.0

Choose a tag to compare

@msfjarvis msfjarvis released this 22 Sep 14:05

Fixed

  • Pull to refresh indicator is no longer hiding behind the top app bar
  • User profile page correctly renders contents below the top app bar
  • Revert unread comment handling changes that caused false positives

v1.50.0

Choose a tag to compare

@msfjarvis msfjarvis released this 30 Aug 14:34

Fixed

  • Search bar draws under the status bar when hiding keyboard
  • Bottom of the comments page is cut off by the navigation bar
  • Rare crash in comments page

v1.49.0

Choose a tag to compare

@msfjarvis msfjarvis released this 29 Aug 03:49

Added

  • Opening posts you have previously seen will show the number of new comments since last visit

Fixed

  • Saving posts no longer triggers a page refresh that invalidates scroll position

Changed

  • Change submitter text to 'authored' when applicable
  • Unread comments now have a brighter background rather than a text badge
  • Bottom navigation bar has been redesigned

v1.48.0

Choose a tag to compare

@msfjarvis msfjarvis released this 05 Jun 07:52

Added

  • Swiping a post from left to right now offers a share action

Fixed

  • Try to workaround an infrequent crash when scrolling hottest/newest posts

Changed

  • Upgrade to Kotlin 2.0.0
  • Upgrade to Compose May beta releases