Skip to content

Releases: badoo/Chatto

Chatto 3.0.0

21 Sep 12:49
Compare
Choose a tag to compare
  • Swift 3.0 support 🎉

Chatto 2.1.0

17 Sep 20:23
Compare
Choose a tag to compare

Chatto 2.0.1

08 Aug 13:47
Compare
Choose a tag to compare

Chatto 2.0.0

08 Aug 12:18
Compare
Choose a tag to compare

Chatto:

  • Update engine can be configured to coalesce updates.
  • Update queue is exposed to clients. For instance, this allows pausing updates when the chat stops being the topmost view controller.
  • Data sources can now tell what type of update should be performed (reloadData, performBatchUpdates) or force the layout to be calculated entirely in the main thread, synchronously.
  • Automatic dismissal of the keyboard when tapping on the background of the chat.
  • New API to access the messages / presenters from the view controller
  • Revealing timestamps can be now configured on a per-message basis
  • Critical fixes: #92, #71

ChattoAdditions:

  • Made easier to inject custom models in the presenters
  • Enhanced customization of cells and the input component
  • Improvements in the Photo input component: callbacks to handle permissions and listens to changes in the camera roll
  • Avatars in cells: thank you @zwang and @maxkonovalov
  • Critical fixes: #161

And a lot more! Check out here a more detailed list of changes

Add support for Carthage

14 Jan 20:28
Compare
Choose a tag to compare

Add support for Carthage (#18). Thanks @nrako!