Skip to content

Releases: msfjarvis/compose-lobsters

v1.43.0

17 Mar 08:24
Compare
Choose a tag to compare

Fixed

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

v1.42.0

16 Mar 06:06
Compare
Choose a tag to compare

Fixed

  • Adapt to changes in lobste.rs API

v1.41.0

07 Mar 19:47
Compare
Choose a tag to compare

Fixed

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

v1.40.0

07 Mar 08:06
Compare
Choose a tag to compare

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

23 Jan 17:23
Compare
Choose a tag to compare

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

20 Nov 07:36
Compare
Choose a tag to compare

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

v1.37.0

06 Oct 08:51
Compare
Choose a tag to compare

Changelog

Changed

  • Fixed a crash that infrequently happened in the comments page
  • Fixed a crash when trying to list saved posts
  • Fixed a crash in home screen widget when user had less than 50 saved posts
  • Upgraded to Compose 1.6.0-alpha07

v1.36.0

04 Oct 13:34
Compare
Choose a tag to compare

Changelog

Added

  • Introduce an initial attempt at a home screen widget

Changed

  • Fixed a crash triggered when swiping items
  • Adjusted pull to refresh component to match Material You theme

v1.35.0

19 Sep 09:54
Compare
Choose a tag to compare

Changelog

Changed

  • Fixed missing vertical spacing between post tags
  • Fixed user profile links not displaying correctly in-app
  • Update to Compose October release

v1.34.0

30 Aug 10:43
Compare
Choose a tag to compare

Changelog

Added

  • Add a swipe action on each story to open the comments page on lobste.rs
  • Automatically mark posts as "read" and visually distinguish between them

Changed

  • Tweak list items to reduce vertical size and adjust colors
  • Drop bogus workarounds for native library crashes
  • Updated Jetpack Compose and SQLite

Fixed

  • Rework how comments are displayed to adapt to lobste.rs API change