Android SDK changelog
All notable changes to the Android SDK are documented here. This project follows Keep a Changelog and Semantic Versioning.
[0.3.0] - 2026-08-11​
Added​
- Support Comment Editing: users now can edit their own comment by pressing 'vert' (3 vertical dots) on the right of comment, then click edit.
[0.2.1] - 2026-07-23​
Changed​
- Package version aligned with sdk-core (no user-facing changes).
[0.2.0] - 2026-07-23​
Added​
- Text Field Capitalization: When creating feedback or adding comments, the first letter of each new sentence is now automatically capitalized.
- Anonymous User Support: Anonymous users are now supported. Board users are merged when a user authenticates.
- Admin Comment Badge: An Admin badge is now displayed next to comment authors when applicable.
- User Device Properties: Device information is now collected and set as user properties, including: manufacturer, brand, model, device name, OS version, SDK version, screen dimensions (width and height in pixels), display density (DPI), locale, time zone, and app version (name and code).
[0.1.5] - 2026-07-11​
Changed​
- sdk-core is now pulled as a dependency from Maven Central.
Fixed​
- Resolved an infinite loop issue that occurred when creating a new user due to a failure in the creation process.
[0.1.4] - 2026-07-11​
Added​
- Initial public release, published to Maven Central.