{ "id": "116443", "key": "TIMOB-14382", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-09-07T08:14:21.000+0000", "created": "2013-06-25T20:47:14.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "media", "openphotogallery" ], "versions": [], "issuelinks": [ { "id": "52067", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "159382", "key": "TIMOB-23168", "fields": { "summary": "Android: Allow selecting multiple photos with Ti.Media.openPhotoGallery", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2016-09-07T08:14:28.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": "In relation to this Q&A thread:\r\n\r\nhttp://developer.appcelerator.com/question/153838/select-multiple-images-using-photo-gallery-picker-android-and-ios\r\n\r\nWould it be possible to add a property/the functionality to Media.openPhotoGallery() to enable the selection of multiple media items? Maybe something like: itemLimit, which defaults to 1, but by setting to a greater value enables multiple selection functionality?", "attachment": [], "flagged": false, "summary": "Android: Enable Media.openPhotoGallery to select multiple media items instead of 1 at a time.", "creator": { "name": "jwebster", "key": "jwebster", "displayName": "Joe Webster", "active": true, "timeZone": "America/Argentina/Buenos_Aires" }, "subtasks": [], "reporter": { "name": "jwebster", "key": "jwebster", "displayName": "Joe Webster", "active": true, "timeZone": "America/Argentina/Buenos_Aires" }, "environment": null, "closedSprints": [ { "id": 649, "state": "closed", "name": "2016 Sprint 13 SDK", "startDate": "2016-06-18T00:25:17.303Z", "endDate": "2016-07-02T00:25:00.000Z", "completeDate": "2016-07-04T04:25:16.889Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "259427", "author": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello Joe,\n\nThank you for your suggestion. I will be sure to pass this along to engineering to review. Hopefully they will have time to implement this in a future release. If not, I'm afraid it will be up to someone to create a module for the this feature just as there is one for iOS. \n\nRegards,\nCarter", "updateAuthor": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-25T21:37:07.000+0000", "updated": "2013-06-25T21:37:07.000+0000" }, { "id": "386868", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "There is a community PR for the Android-side (https://github.com/appcelerator/titanium_mobile/pull/7967). On iOS, it currently does not allow the user to select multiple images from the image picker. So developers are advised to fetch the images manually and create a custom UI to display those (like Facebook and Whatsapp do).", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-05-26T07:21:07.000+0000", "updated": "2016-05-26T07:21:07.000+0000" }, { "id": "388913", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "New PR: https://github.com/appcelerator/titanium_mobile/pull/8081 for review", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2016-06-23T07:02:29.000+0000", "updated": "2016-06-23T07:02:29.000+0000" }, { "id": "389534", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "PR reviewed and merged.", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2016-06-30T04:33:31.000+0000", "updated": "2016-06-30T04:33:31.000+0000" }, { "id": "393228", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the feature.\r\n\r\nWorks as expected on android, we can select multiple photos with property {{allowMultiple}} set to {true}}.\r\nOn iOS please refer to Hans Knoechel's comment to implement a custom UI to select multiple photos.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 4.7.0.201607250649\r\nTi SDK : 6.0.0.v20160814220332\r\nTi CLI : 5.0.9\r\nAlloy : 1.9.1\r\nMAC El Capitan : 10.11.6\r\nAppc NPM : 4.2.7\r\nAppc CLI : 6.0.0-24\r\nNode: 4.4.4\r\nNexus 6 - Android 6.0.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-08-16T00:55:40.000+0000", "updated": "2016-08-16T00:55:40.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }