{ "id": "107637", "key": "AC-2211", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2013-02-05T23:56:53.000+0000", "created": "2013-01-09T13:26:58.000+0000", "labels": [], "versions": [], "issuelinks": [ { "id": "34058", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "109450", "key": "AC-2479", "fields": { "summary": "Android: Large images selected from gallery are not getting displayed in imageView", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:12.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "*Problem description*\r\nLarge and small files display fine on the Android emulator. Small files display fine on an Android device. Large files will not display on the Android device.\r\n\r\n*Note*\r\nThe attached file displays fine on the Android Emulator but not the Android Galaxy Nexus or Nexus 7: MyPicture.jpg is 3264x2248, 2.33 MB.\r\n\r\n*Test case*\r\n{code:title=Bar.java|borderStyle=solid}\r\nvar win1 = Ti.UI.createWindow({\r\n\tbackgroundColor : 'blue'\r\n});\r\n\r\nvar TheImage = Ti.UI.createImageView({\r\n\timage : '/images/MyPicture.jpg'\r\n});\r\n\r\nwin1.add(TheImage);\r\n\r\nwin1.open();\r\n{code}", "attachment": [ { "id": "34640", "filename": "MyPicture.jpg", "author": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "created": "2013-01-09T13:26:58.000+0000", "size": 2448160, "mimeType": "image/jpeg" }, { "id": "35496", "filename": "MyPictureSmall.jpg", "author": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "created": "2013-02-08T19:25:35.000+0000", "size": 55998, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Android: Ti.UI.createImageView will not load large JPG", "creator": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "environment": "Android 4.1.1 and 4.2.1", "comment": { "comments": [ { "id": "237317", "author": { "name": "nsharma", "key": "nsharma", "displayName": "Nikhil Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "body": "What TiSDK version are using? I tested with TiSDK 3.0.0.GA on android 4.1.1 and its working fine. Please provide the TiSDK version?", "updateAuthor": { "name": "nsharma", "key": "nsharma", "displayName": "Nikhil Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-05T23:56:53.000+0000", "updated": "2013-02-05T23:56:53.000+0000" }, { "id": "237422", "author": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "body": "This was originally tested on TiSDK 3.0.0.GA and it DID NOT WORK. Seriously, honestly, I have witnesses!\n\nBest I can see nothing has changed on my development system, phone or tablet, but now it works fine! I tested all the way back to 2.1.0.GA. Very frustrating!!!!\n\nThanks for looking into this... Must be your magic fingers ;-)\n\nCheers,\n\nPete", "updateAuthor": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "created": "2013-02-06T14:13:28.000+0000", "updated": "2013-02-06T14:13:28.000+0000" }, { "id": "237781", "author": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "body": "Further testing has shown that the problem can be reproduced on the Android Emulator with the following code:\n\n{code:title=Bar.java|borderStyle=solid}\nvar win1 = Ti.UI.createWindow({backgroundColor : 'blue'});\nvar TheImage = Ti.UI.createImageView({});\nwin1.add(TheImage);\nwin1.open();\nTi.Media.openPhotoGallery({success:function(e){TheImage.image=e.media;}});\n{code}\n\nPlace the attached pictures in the directory \"/sdcard/DCIM\" then run the app and select \"MyPictureSmall\" from the gallery. Notice that shows on the screen. Running the app again, this time selecting \"MyPicture\", this one will not be displayed!\n\nPlease not that this was tested with TiSDK 3.0.2.v20130117100201 and 3.0.0.GA.\n\nThank you,\n\nPete", "updateAuthor": { "name": "peteberry@ewrinc.com", "key": "peteberry@ewrinc.com", "displayName": "Pete Berry", "active": true, "timeZone": "America/New_York" }, "created": "2013-02-08T19:36:13.000+0000", "updated": "2013-02-08T19:36:13.000+0000" }, { "id": "283116", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe have not heard back from you since you posted the issue. Not sure if this is still throwing error in your app. We tested this issue with your test code using the latest 3.1.3 GA. We can’t reproduce this issue in Ti SDK 3.1.3GA. It is most likely fixed. Please test your issue using the latest release and let us know your feedback. If we don't hear back, we will assume the issue is no longer valid and close it. \r\n\r\n*Testing Environment:*\r\n\r\nOS: MAC OS X 10.8.5\r\nTi SDK: 3.1.3GA \r\nTi CLI: 3.3.0 \r\nAndroid SDK 2.3.3, 4.2.2\r\nAndroid Device \r\n\r\n \r\nThanks ", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-08T15:27:59.000+0000", "updated": "2013-12-08T19:15:46.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }