{ "id": "61469", "key": "TIMOB-837", "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": "11357", "description": "Mobile 1.8.0 M04", "name": "Sprint 2011-25", "archived": true, "released": true, "releaseDate": "2011-06-27" }, { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-02-08T12:26:32.000+0000", "created": "2011-04-15T02:37:32.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "11260", "description": "", "name": "Release 1.6.2", "archived": true, "released": true, "releaseDate": "2011-04-20" } ], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2012-02-08T12:26:32.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": "{html}

#821 added support for EmailDialog and\r\naddAttachment() but only one attachment can be handled. iPhone\r\nsupports multiple.

\r\n

Starting point to investigate:
\r\n\r\nhttp://blog.blackmoonit.com/2010/02/filebrowser-send-receive-intent...

{html}", "attachment": [], "flagged": false, "summary": "Android: Allow multiple attachments to EmailDialog", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "124166", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This will cause the KStest Email Dialog to fail (will not attach\nsound file)

\n

1.BaseUI>Views>Email dialog
\n2.select an image when prompted, add a valid email you can check\nand send
\n3.check sent email

\n

results: text and image are sent, cricket.wav file was not\nsent.

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:37:33.000+0000", "updated": "2011-04-15T02:37:33.000+0000" }, { "id": "133301", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We have a professional customer that needs this fixed ASAP and is asking if it could be prioritized.\n\nHelpdesk ticket #8758", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-05-09T03:03:17.000+0000", "updated": "2011-05-09T03:03:17.000+0000" }, { "id": "133528", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "By looking at the default Android email app#s source code (I was looking at android-2.1_r2), I can see why this doesnt work in that app. If you have multiple attachments (using Intent.ACTION_SEND_MULTIPLE and intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris) ), the attachments will only get added if they are content urls -- no file:// urls get attached.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-05-13T10:08:55.000+0000", "updated": "2011-05-13T10:08:55.000+0000" }, { "id": "134149", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Pushed to and tested with 1_6_X as well. See api doc update for limitations with Android \"MAil\" app (the free, open source email app that is also on some handsets):\nhttps://github.com/appcelerator/titanium_mobile/blob/1_7_X/apidoc/Titanium/UI/EmailDialog.tdoc#L45\n", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-05-24T10:39:38.000+0000", "updated": "2011-05-24T10:39:38.000+0000" }, { "id": "157705", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Pushed to 1_7_X", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-06-23T16:55:22.000+0000", "updated": "2011-06-23T16:55:22.000+0000" }, { "id": "182404", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio build 1.0.8.201201262211\r\nTi Mob SDK 1.9.0.v20120207171634\r\nOSX Lion 10.7.2\r\nNexus S OS 2.3.6\r\n\r\nTested with KS test to verify expected behavior and email was sent with multiple attachments correctly", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-08T12:09:11.000+0000", "updated": "2012-02-08T12:09:11.000+0000" }, { "id": "182407", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Updating comment", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-02-08T12:26:16.000+0000", "updated": "2012-02-08T12:26:16.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }