Changelog
May 15, 2026 · View on GitHub
All notable changes to this package are documented here. For cross-SDK release notes, see ethora/RELEASE-NOTES.md.
[26.05.15]
- New:
onChatPaused/onChatResumedbuttons in the SETUP tab action row exercise the newChatService.lifecycleAPI. Both buttons passsession.resolvedSingleRoomJid()explicitly so the call works from SETUP — where theChatcomposable isn't mounted andRoomStore.currentRoomis null — matching how a real badge-listener integration would use the explicit-jid overload.
[26.04.21]
Major sample app refresh to align with Android SDK 26.04.21:
- Refactored: Package namespace moved from
com.ethora.sample→com.ethora.samplechatapp(74d0521) - New: Firebase push notifications wired in — new
EthoraApplication.kt,EthoraFirebaseMessagingService.kt, AndroidManifest entries - New:
MainActivity.ktrewritten as full playground-style sample (881 lines) exercising SDK features - API:
buildConfigFieldschema updated — addedETHORA_USER_JWTandETHORA_ROOM_JID(for JWT-login and single-room mode), removedETHORA_APP_TOKEN
[26.03.21]
- New: Monthly release workflow publishing
vYY.MMtags (e993c24)
[26.03.20]
- New: Initial sample app — Ethora Android SDK quickstart (
b6773fc)