Skip to content

Releases: msfjarvis/compose-lobsters

v1.47.0

Choose a tag to compare

@msfjarvis msfjarvis released this 14 May 07:49

Changed

  • Bring back dividers between posts (I regret my earlier choices)
  • Upgrade to Compose May stable releases

Fixed

  • Navigating to user profiles now works when invoked from the search
    results page
  • Fix occasional crashes due to the app incorrectly trying to open
    multiple database connections

v1.46.0

Choose a tag to compare

@msfjarvis msfjarvis released this 24 Apr 18:32

Changed

  • Remove dividers between posts
  • Post titles in lists are now truncated to be a single line

Fixed

  • Disable logging of network errors to Sentry
  • Add potential workaround for navigation-related crashes

v1.45.0

Choose a tag to compare

@msfjarvis msfjarvis released this 24 Apr 06:51

Changed

  • Upgrade to Compose April releases
  • Story items are now more compact so you can see more items
    on your screen.

Fixed

  • Fixed a crash when clicking an item on the bottom navigation bar
    too quickly
  • Removed buggy deeplinks
  • Clicking a username now correctly navigates to the right page in-app

v1.44.0

Choose a tag to compare

@msfjarvis msfjarvis released this 19 Mar 12:57

Fixed

  • Fixed a bug in the database code that was triggering crashes for a subset of upgrading users

v1.43.0

Choose a tag to compare

@msfjarvis msfjarvis released this 17 Mar 08:24

Fixed

  • Fix crash when trying to open a comments-only post from
    the home screen widget

v1.42.0

Choose a tag to compare

@msfjarvis msfjarvis released this 16 Mar 06:06

Fixed

  • Adapt to changes in lobste.rs API

v1.41.0

Choose a tag to compare

@msfjarvis msfjarvis released this 07 Mar 19:47

Fixed

  • Downgrade dependency that was pulling in extraneous storage
    permissions which the app does not require.

v1.40.0

Choose a tag to compare

@msfjarvis msfjarvis released this 07 Mar 08:06

Changed

  • Update to Compose March releases
  • Improve performance of frequently invoked database queries
  • Refactor UI data model to improve state handling
  • Make saved posts update in the background more often
  • Consolidate widget display logic
  • Rework some theming logic to align with new Material guidelines

v1.39.0

Choose a tag to compare

@msfjarvis msfjarvis released this 23 Jan 17:23

Get it on Google Play: https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android

Changelog

Changed

  • Add HTML bookmarks as an export format
  • Rework widget item layout for consistent touch targets
  • Add attribution for libraries used in the app
  • Redesign settings screen
  • Update to Compose January releases

v1.38.0

Choose a tag to compare

@msfjarvis msfjarvis released this 20 Nov 07:36

Get it on Google Play: https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android

Changelog

Changed

  • Add brand new icon by dzuk
  • Fix a bug that caused the app to fetch the same 20 posts over and over
  • Significantly improve scrolling performance when there are a lot of saved posts
  • Move search feature to its own screen
  • Make top app and bottom system bars use the same color
  • Reduce unnecessary API calls in search screen
  • Upgrade to Compose November releases
  • Enable logging of SQLite queries