{ "id": "169062", "key": "TIMOB-25007", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": [ { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-08-11T00:54:02.000+0000", "created": "2017-07-21T18:59:24.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "parity", "videoplayer" ], "versions": [], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-15T22:38:26.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": "Androids VideoPlayer is missing the repeatMode. This is a parity ticket to add the two repeatStates (loop/no-loop)\r\n\r\nExample:\r\n\r\n{code:js}\r\nvar vidWin = Titanium.UI.createWindow({\r\n\ttitle: 'Video View Demo',\r\n\tbackgroundColor: '#fff'\r\n});\r\n\r\nvar videoPlayer = Titanium.Media.createVideoPlayer({\r\n\ttop: 2,\r\n\tautoplay: true,\r\n\tbackgroundColor: 'blue',\r\n\theight: 300,\r\n\twidth: 300,\r\n\tmediaControlStyle: Titanium.Media.VIDEO_CONTROL_DEFAULT,\r\n\tscalingMode: Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n\trepeatMode: Titanium.Media.VIDEO_REPEAT_MODE_ONE\r\n});\r\n\r\nvideoPlayer.url = 'movie.mp4';\r\nvidWin.add(videoPlayer);\r\nvidWin.open();\r\n{code}\r\n\r\nModes: \r\n* Titanium.Media.VIDEO_REPEAT_MODE_NONE\r\n* Titanium.Media.VIDEO_REPEAT_MODE_ONE", "attachment": [], "flagged": false, "summary": "Android: repeatMode for VideoPlayer (parity)", "creator": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "424539", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR 6_2_x: https://github.com/appcelerator/titanium_mobile/pull/9240\r\nPR Master: https://github.com/appcelerator/titanium_mobile/pull/9241", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-07-21T19:00:04.000+0000", "updated": "2017-07-21T19:00:04.000+0000" }, { "id": "426515", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed for both master & backport.\r\nPR's merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-11T00:54:02.000+0000", "updated": "2017-08-11T00:54:02.000+0000" }, { "id": "426723", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.0.0.v20170815135242 & 6.2.0.v20170815130745.\r\nClosing.\r\n\r\nStudio Ver: 4.9.1.201707200100\r\nSDK Ver: 6.2.0.v20170815130745, 7.0.0.v20170815135242\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.9\r\nAppc CLI: 6.2.3\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.9.13\r\nNode Ver: 6.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ samsung SM-G955U1 --- Android 7.0\r\nEmulator: Android 6.0, Android 5.1.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-15T22:35:48.000+0000", "updated": "2017-08-15T22:35:48.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }