@@ -4,6 +4,9 @@ DragSortListView
4
4
News
5
5
----
6
6
7
+ ** April 2, 2013** : Hey all. If you want to send a pull request,
8
+ please read the [ Contributing] ( https://github.com/drag-sort-listview#contributing ) section first. Thanks!
9
+
7
10
** Feb. 9, 2013** : Version 0.6.0. Consolidated remove modes to
8
11
` click_remove ` and ` fling_remove ` . No more fling remove while
9
12
dragging; fling anywhere on item to remove it.
@@ -388,6 +391,27 @@ project in the Package Explorer and select Properties. Pick the "Android" page,
388
391
and click "Add..." from the bottom half. You should see a list including the
389
392
DSLV project as well as any others in your workspace.
390
393
394
+ Contributing
395
+ ------------
396
+
397
+ First of all, thank you! Many of your pull requests have added
398
+ tremendous value to this project. Your efforts are truly appreciated!
399
+
400
+ Now that the project is fairly mature, I would like to lay out
401
+ some (loose) rules for future pull requests. So far I have
402
+ only one (of course, you should help me add more). Here's the list:
403
+
404
+ * Avoid pull requests that are small tweaks to default
405
+ DragSortController behavior. This class is merely a guide/helper
406
+ for creating more complex drag-sort interactions. For example,
407
+ if you don't
408
+ like the feel of the default fling-remove initiation for your
409
+ app, then you should not create a pull request that "fixes"
410
+ the behavior. Rather, try to modify or subclass DragSortController
411
+ for your particular needs. That said, if a "must-have" touch
412
+ pattern arises, I think there is some wiggle room in this rule.
413
+
414
+
391
415
Debugging
392
416
---------
393
417
0 commit comments