Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

48 lines (40 loc) · 3.39 KB

Version 0.3.1 (2018/08/16)

Version 0.3.0 (2018/07/12)

  • Added Typing Listener to MessageInput. Thanks to toanpv;
  • Fixed artifacts with bubble background in message list;
  • Added separate method MessagesListAdapter.clear(notifyDataSetChanged). Method MessagesListAdapter.clear() does notifyDataSetChanged by default. #89;
  • Fixed "The totalItemsCount parameter in OnLoadMore callback contains date header." #86;
  • Merged pull requests:
    • Avoid Crash on empty list in addToEnd #146;
    • Fix link typo in docs #134;
    • Add nullable for getImageUrl() #119;
    • Made correction to DialogList documentation #112;
    • Allow moving Dialog item and get Dialog by id #70;
    • Allow the user to get the current position of a DIALOG #32;
    • Added upsert(Message) method to add or update message to adapter as appropriate #61;
    • Create LICENSE #167;
    • NPE check in DialofsListAdapter.java when there is no last message (is null) #75;
  • Sample: Fixed artifacts on some devices in ShapeImageView. Changed fixture message image.

Version 0.2.0 (2017/04/07)

Some classes and methods from previous versions become deprecated. See migration log for more details.

Version 0.1.2 (2017/02/21)

  • Access to inner views of MessageInput;
  • textCapSentences input type in MessageInput by default;
  • Fixed potential crash in MessagesList.update(...).

Version 0.1.0 (2017/02/13)

  • Release.