{ "id": "165786", "key": "TIMOB-24374", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2018-01-21T08:35:00.000+0000", "created": "2017-02-06T18:08:05.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" }, { "id": "18154", "name": "Release 6.0.1", "archived": false, "released": true, "releaseDate": "2016-12-21" } ], "issuelinks": [], "assignee": null, "updated": "2018-05-16T21:42:34.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5. Issue description\r\n\r\nTrying to animate view in ListView is working fine in iOS, whereas it is not showing any effect in Android.\r\n\r\nh5. Steps to reproduce\r\n# Download the testcase\r\n# Run on device or simulator \r\n# Click on the red box in the row \r\n# The animation is not starting\r\n", "attachment": [ { "id": "61453", "filename": "TestListAnimation.zip", "author": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-06T18:07:58.000+0000", "size": 10476137, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: View Animation in ListView doesn't work ", "creator": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Android 6.X \r\nNode.js\r\n Node.js Version = 4.6.0\r\n npm Version = 2.15.9\r\n\r\nAppcelerator CLI\r\n Installer = 4.2.8\r\n Core Package = 6.1.0\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.11\r\n node-appc Version = 0.2.39", "closedSprints": [ { "id": 839, "state": "closed", "name": "2017 Sprint 04 SDK", "startDate": "2017-02-12T23:36:00.961Z", "endDate": "2017-02-26T23:36:00.000Z", "completeDate": "2017-02-26T17:38:54.172Z", "originBoardId": 114 }, { "id": 990, "state": "closed", "name": "2018 Sprint 02 SDK", "startDate": "2018-01-14T22:48:43.544Z", "endDate": "2018-01-28T22:48:00.000Z", "completeDate": "2018-01-29T16:22:42.911Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "406481", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can reproduce this issue, when I try to click on the red boxes no animation takes places. I can also Verify it is working as expected on iOS. \r\n\r\n*Environement*\r\n{code:java}\r\nAppcelerator Command-Line Interface, version 6.1.0\r\nNexus 6p (Android 7.1)\r\nOperating System Name: Mac OS X El Capitan\r\nOperating System Version: 10.11.6\r\nNode.js Version: 4.6.0\r\nnpm: 4.2.8\r\nTitanium SDK Version: 6.1.0.v20170206114448\r\nXcode: 8.2\r\nAppcelerator Studio: 4.8.1.201612050850\r\n{code}\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-07T00:13:22.000+0000", "updated": "2017-02-07T00:13:22.000+0000" }, { "id": "407067", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "According to the docs, this is an iOS- only item:\r\n{code}\r\nupdateItemAt( index, dataItem, [animation] )\r\nUpdates an item at the specified index.\r\n\r\nOn iOS, the list item can be updated with an animation by specifying the animation parameter.\r\n\r\nParameters\r\nindex : Number\r\nIndex of where to update the item.\r\ndataItem : ListDataItem\r\nList item to update.\r\nanimation : ListViewAnimationProperties (optional)\r\nAnimation properties. (iOS only.)\r\nReturns void\r\n{code}\r\n\r\nhttps://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListSection", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-15T00:32:31.000+0000", "updated": "2017-02-15T00:33:17.000+0000" }, { "id": "407068", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We are investigating the possibility of adding this as a feature, but it looks like it will take a significant effort. We will scope this out and estimate completion.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-15T00:35:36.000+0000", "updated": "2017-02-15T00:35:36.000+0000" }, { "id": "417205", "author": { "name": "arohini", "key": "arohini", "displayName": "Ajith Rohini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~emerriman] On todays call with ABC, they asked if its possible to get this resolved ASAP.", "updateAuthor": { "name": "arohini", "key": "arohini", "displayName": "Ajith Rohini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-04-11T18:52:39.000+0000", "updated": "2017-04-11T18:52:39.000+0000" }, { "id": "433435", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Resolving as discussed above.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-01-21T08:35:00.000+0000", "updated": "2018-01-21T08:35:00.000+0000" }, { "id": "437712", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing, as Reporter is okay with resolution.", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-05-16T21:42:34.000+0000", "updated": "2018-05-16T21:42:34.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }