Skip to content

Releases: msfjarvis/compose-lobsters

v1.17.0

Choose a tag to compare

@msfjarvis msfjarvis released this 12 Jan 07:38

Changelog

Added

  • The app will now mark new comments as unread when returning to posts

Changed

  • Upgrade to Kotlin 1.8.0
  • Revert questionable app bar scrolling behaviour change

v1.16.0

Choose a tag to compare

@msfjarvis msfjarvis released this 24 Dec 02:26

Changelog

Changed

  • Fix bug where newest posts tab actually showed hottest posts instead

v1.15.0

Choose a tag to compare

@msfjarvis msfjarvis released this 20 Dec 19:17

Changelog

Changed

  • Fix a case where collapsing the parent of an already collapsed comment caused it to become expanded
  • Tweak progress bar UI to use a linear indicator
  • Allow app bar to hide when scrolling down
  • Fix bug where refreshing a list of posts caused it to jump around multiple times

v1.14.0

Choose a tag to compare

@msfjarvis msfjarvis released this 12 Dec 08:02

Changelog

Changed

  • Rework how often saved posts are updated
  • Collapsing a comment now collapses all comments under it similar to how it works on the website

v1.13.0

Choose a tag to compare

@msfjarvis msfjarvis released this 10 Dec 10:21

Changelog

Changed

  • Fix crash when viewing jcs' comments

v1.12.0

Choose a tag to compare

@msfjarvis msfjarvis released this 09 Dec 15:40

Changelog

Changed

  • Do not schedule post update job every time the app starts
  • Improve favicon loading to reduce unnecessary redraws
  • Fix post lists being reloaded unnecessarily

v1.11.0

Choose a tag to compare

@msfjarvis msfjarvis released this 07 Dec 21:51

Changelog

Changed

  • Upgrade to Compose 2022.12.00 release
  • Refresh packaged baseline profile
  • Improve how saved state of posts is queried

v1.10.0

Choose a tag to compare

@msfjarvis msfjarvis released this 30 Nov 14:38

Changelog

Changed

  • Configure Coil image loader with better caching settings
  • Refresh packaged baseline profile

v1.9.0

Choose a tag to compare

@msfjarvis msfjarvis released this 28 Nov 14:18

Changelog

Changed

  • A loading indicator is added to the bottom of the post list to identify when new posts are being fetched

v1.8.0

Choose a tag to compare

@msfjarvis msfjarvis released this 21 Nov 11:48

Changelog

Changed

  • The release pipeline now automatically generates Play Store release notes from the changelog file

Fixed

  • Downgrade AGP to 8.0.0-alpha07 to fix Baseline Profiles not being packaged