Skip to content

Releases: FastComments/fastcomments-android

v1.1.0

14 Apr 06:18

Choose a tag to compare

  • Adds follow/unfollow feature in feed posts.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Apr 05:30

Choose a tag to compare

A stable release!

WYSIWYG Rich Text Editor

The comment input now supports rich text editing. Users can apply bold, italic, code, and link formatting directly in the editor with a live preview. No more <b> etc tags.

  • New formatting toolbar with bold, italic, code, and link buttons
  • Toolbar buttons show active state based on cursor position
  • Formatting spans are preserved through editing and cursor movement
  • Rich text is serialized to clean HTML on submit

Inline Image Support

  • Images in the editor are rendered inline using Glide with proper sizing
  • New ImagePickerToolbarButton example for launching the system image picker from the toolbar
  • HTML round-tripping preserves src, alt, and style attributes on images

Viewer Count

  • Added pluralized viewer count strings (1 viewer / N viewers)

Dependency Upgrades

  • Upgraded fastcomments-java from 0.0.23 to 1.3.2

v0.0.25

21 Nov 18:42
5b4c541

Choose a tag to compare

What's Changed

Full Changelog: v0.0.24...v0.0.25

v0.0.24

17 Nov 23:35
16a82c1

Choose a tag to compare

What's Changed

  • Bump SDK to 35 by @winrid in #37
  • Fixing click handling on multi image feed posts by @winrid in #38

Full Changelog: v0.0.23...v0.0.24

v0.0.23

26 Sep 23:35
a01a348

Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

08 Aug 23:35
5273381

Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.0.22

v0.0.21

17 Jul 17:46
ffbd0fa

Choose a tag to compare

What's Changed

  • Improve backwards compat of all APIs that use type unions. by @winrid in #33
  • Cleanup comments tree when cleaning up SDK (fixes memory leak). by @winrid in #34

Full Changelog: v0.0.20...v0.0.21

v0.0.20

17 Jul 04:27

Choose a tag to compare

Fixes compatibility issue with new server APIs.

v0.0.19

16 Jul 17:56
35b09fd

Choose a tag to compare

What's Changed

  • Fix theme not applying to CommentsDialog from Feed by @winrid in #31
  • Bump fastcomments-java to fix memory leak by @winrid in #32

Full Changelog: v0.0.18...v0.0.19

v0.0.18

03 Jul 18:28
63215e5

Choose a tag to compare

What's Changed

  • Remove min height requirement for feed items. by @winrid in #30

Full Changelog: v0.0.17...v0.0.18