| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stream-chat-android-compose-sample-demo-release.apk | 2026-07-30 | 11.8 MB | |
| README.md | 2026-07-30 | 4.4 kB | |
| v7.7.0 source code.tar.gz | 2026-07-30 | 33.6 MB | |
| v7.7.0 source code.zip | 2026-07-30 | 37.8 MB | |
| Totals: 4 Items | 83.3 MB | 1 | |
What's Changed
New Features ๐
- Add opt-in video disk cache for
ExoPlayerplayback by @VelikovPetar in https://github.com/GetStream/stream-chat-android/pull/6542
Bug Fixes ๐
- Make the channel preview deterministic when the last message is deleted by @andremion in https://github.com/GetStream/stream-chat-android/pull/6577
- Hide message delivery status indicators when read events are disabled by @andremion in https://github.com/GetStream/stream-chat-android/pull/6578
- Update the quoted message preview in threads when the quoted message is deleted or edited by @andremion in https://github.com/GetStream/stream-chat-android/pull/6584
- Update the message read status when the reading member is removed from the channel by @andremion in https://github.com/GetStream/stream-chat-android/pull/6579
- Fix jumping to a quoted message in a thread when the reply is not loaded yet by @andremion in https://github.com/GetStream/stream-chat-android/pull/6589
- Treat the duplicate message id send error as a successful delivery by @andremion in https://github.com/GetStream/stream-chat-android/pull/6587
- Stabilize the thread quote jump test and stop dropping focused-message jumps by @andremion in https://github.com/GetStream/stream-chat-android/pull/6594
Internal ๐งช
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/GetStream/stream-chat-android/pull/6571
- e2e: Fix the flaky test races and re-enable the composer giphy test by @andremion in https://github.com/GetStream/stream-chat-android/pull/6570
- e2e: Port the iOS-only tests for slow mode, truncation, scroll, read events, and attachments by @andremion in https://github.com/GetStream/stream-chat-android/pull/6572
- e2e: Re-enable the recovered tests and settle the ignored-test decisions by @andremion in https://github.com/GetStream/stream-chat-android/pull/6573
- e2e: Port the iOS push notification tests by @andremion in https://github.com/GetStream/stream-chat-android/pull/6574
- build(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/GetStream/stream-chat-android/pull/6582
- Re-enable the failed-message channel preview e2e test by @andremion in https://github.com/GetStream/stream-chat-android/pull/6581
- e2e: Disconnect the previous ChatClient when the app re-initializes the SDK by @andremion in https://github.com/GetStream/stream-chat-android/pull/6585
- e2e: Wait for the WebSocket disconnect before the participant sends a message by @andremion in https://github.com/GetStream/stream-chat-android/pull/6586
- e2e: Re-find and retry clicks on stale nodes by @andremion in https://github.com/GetStream/stream-chat-android/pull/6588
- e2e: Ignore the flaky thread quote jump test with the scrolling setup by @andremion in https://github.com/GetStream/stream-chat-android/pull/6592
- Migrate sendReaction request body to generated ReactionRequest and SendReactionRequest models by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6566
- e2e: Cover the Compose features supported by the current mock server by @andremion in https://github.com/GetStream/stream-chat-android/pull/6591
- Migrate mark-delivered, send-action, and partial-update-member request bodies to generated models by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6569
- Migrate CommandDto to the generated Command network model by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6593
- ci: Trigger required checks on merge_group for merge queue by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6598
- e2e: Wait for the message delivery before the participant reads it by @andremion in https://github.com/GetStream/stream-chat-android/pull/6596
- Migrate user groups to generated models by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6595
- Migrate query channels, users, and grouped channels request bodies to generated models by @gpunto in https://github.com/GetStream/stream-chat-android/pull/6597
- e2e: Make the remaining UserRobot clicks stale-safe by @andremion in https://github.com/GetStream/stream-chat-android/pull/6603
Full Changelog: https://github.com/GetStream/stream-chat-android/compare/v7.6.0...v7.7.0