From 197e0bc07f81249ef41806a93f921c3b3005b9ac Mon Sep 17 00:00:00 2001 From: Davide Steduto Date: Wed, 29 Jul 2015 21:23:18 +0200 Subject: [PATCH] Added Undo functionality --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3929b8af..3bbf5297 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ public boolean onActionItemClicked(ActionMode mode, MenuItem item) { #Change Log **2015.07.29** - Added **Undo** functionality -- Moved getItem() into FlexibleAdapter that now is part of the library +- Moved getItem() into FlexibleAdapter, method now is part of the library +- Added synchronized blocks for write operations on mItems list **2015.07.20** - New full working example Android Studio project! (with some nice extra-features)