Skip to content

Commit f77a093

Browse files
committed
Update readme for 0.6.0
1 parent c5893f3 commit f77a093

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ DragSortListView
44
News
55
----
66

7+
**Feb. 9, 2013**: Version 0.6.0. Consolidated remove modes to
8+
`click_remove` and `fling_remove`. No more fling remove while
9+
dragging; fling anywhere on item to remove it.
10+
[Leszek Mzyk](https://github.com/imbryk) is a bona fide code-slanger.
11+
712
**Jan. 10, 2013**: Version 0.5.0 is released. Supports ListView
813
multi-choice and single-choice modes thanks to the hard work of
914
[Mattias Flodin](https://github.com/mattiasflodin)! Awesome-sauce.
@@ -152,16 +157,16 @@ of 1 means items snap from position to position without animation.
152157
* `remove_mode`: (enum, "flingRight") Sets the gesture for removing the
153158
dragged item.
154159
+ "clickRemove": Click on item child View with id `click_remove_id`.
155-
+ "flingRight": Fling to the right; get outta here!
156-
+ "flingLeft": Fling to the left; sayonara sucker!
157-
+ "slideRight": Floating View fades as you slide your finger
158-
to the right; lifting while faded removes item.
159-
+ "slideLeft": Floating View fades as you slide your finger
160-
to the right; lifting while faded removes item.
160+
+ "flingRemove": Fling horizontal anywhere on item.
161161
* `click_remove_id`: (id, 0) Android resource id that points to a
162162
child View of a list item. When `remove_mode="clickRemove"` and
163163
`remove_enabled="true"`, a click on this child View removes the
164164
containing item. This attr is used by DragSortController.
165+
* `fling_handle_id`: (id, 0) Android resource id that points to a
166+
child View of a list item. When `remove_mode="flingRemove"` and
167+
`remove_enabled="true"`, a fling that originates on this child
168+
View removes the containing item. This attr is used by
169+
DragSortController.
165170

166171
### Listeners
167172

@@ -355,7 +360,7 @@ dependency to your pom.xml:
355360
<dependency>
356361
<groupId>com.mobeta.android.dslv</groupId>
357362
<artifactId>drag-sort-listview</artifactId>
358-
<version>0.3.0-SNAPSHOT</version>
363+
<version>0.6.0-SNAPSHOT</version>
359364
<type>apklib</type>
360365
</dependency>
361366
```

0 commit comments

Comments
 (0)