Skip to content

Version 0.1.3

Compare
Choose a tag to compare
@timigod timigod released this 10 Oct 22:16
· 13 commits to master since this release

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.