[TIMOB-28229] Android: Add ListView "canMove" support
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | Release 9.3.1 |
| Components | Android |
| Labels | ListView, android, parity |
| Reporter | Joshua Quick |
| Assignee | Gary Mathews |
| Created | 2020-11-06T01:56:54.000+0000 |
| Updated | 2021-01-20T09:38:24.000+0000 |
Description
*Summary:*
On iOS, a ListView's items can be moved via drag-and-drop by setting the
ListView object's "editing" property to true and a ListItem object's "canMove" property to true. We should do the same on Android for parity.
https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-editing
https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListItem-property-canMove
master: https://github.com/appcelerator/titanium_mobile/pull/12298
FR Passed, Waiting on Jenkins build.
merged to master, backport PR to 9_3_X merged for 9.3.1 target.