File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DragSortListView
4
4
News
5
5
----
6
6
7
- ** Dec. 8, 2012 ** : Version 0.5.0 is released. Supports ListView
7
+ ** Jan. 10, 2013 ** : Version 0.5.0 is released. Supports ListView
8
8
multi-choice and single-choice modes thanks to the hard work of
9
9
[ Mattias Flodin] ( https://github.com/mattiasflodin ) ! Awesome-sauce.
10
10
Check out the new demos.
@@ -228,6 +228,12 @@ Whether you actually remove the data or not is up to you.
228
228
Item removal can now happen outside of a drag event. The method
229
229
` DragSortListView.removeItem(int position) ` can be called at any time.
230
230
231
+ If your DSLV instance ` android:choiceMode ` is not ` "none" ` , and your
232
+ ListAdapter does not have stable ids, you must call
233
+ [ DragSortListView.removeCheckState(int position)] ( http://bauerca.github.com/drag-sort-listview/reference/com/mobeta/android/dslv/DragSortListView.html#removeCheckState(int) )
234
+ within ` remove(which) ` . See the documentation in the DSLV API for more
235
+ info.
236
+
231
237
#### DragSortListView.DragListener
232
238
233
239
The callback in the DragListener is
You can’t perform that action at this time.
0 commit comments