Skip to content

Releases: timigod/android-chat-ui

Version 0.1.4

07 Jul 11:46
65b03f2
Compare
Choose a tag to compare

Bug fixes for bubble and message row backgrounds.

Version 0.1.3

10 Oct 22:16
Compare
Choose a tag to compare

Thanks to @Jam155 we've gotten a couple of sweet changes. He did the following:

  • Separated out the ViewHolder and ViewAdapters into their own classes.
  • Created a Abstract Message View class that all message views must inherit from.
  • Made your views have a class wrapper so they can be passed around more easily and also conform to our abstract class mandate.
  • Created a view builder that can be given to the chat-ui constructor to build the views required.
  • Added some documentation to some of the classes and methods.

Furthermore, now JitPack is the recommended way to add this library as a dependency, newer versions will not be on maven.