Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

60 lines (50 loc) · 4.27 KB

Version 0.3.3 (2018/10/12)

  • Merged: Added upsert method to move a specific item to the start. #209

Version 0.3.2 (2018/09/28)

  • Passing custom data to ImageLoader
  • Fixed #198
  • Protected items field in MessagesListAdapter and DialogsListAdapte #188
  • Fixed delete and deleteByIds methods in MessagesListAdapter
  • Merged: Clear last message if null in dialog list (Fix issue #189) #190
  • Merged: Add upsert method to dialogs list #191
  • Merged: Update documentation to add upsertItem method #208

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.