{ "id": "125076", "key": "TIMOB-16291", "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": "2014-01-28T18:12:18.000+0000", "created": "2014-01-20T23:10:35.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "35184", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "126476", "key": "AC-2562", "fields": { "summary": "Map View while appearing blank while Using android:Anydensity=\"false\"", "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 } } } }, { "id": "37547", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "124603", "key": "AC-2394", "fields": { "summary": "Google Maps API V2 and AnyDensity=true", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "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": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T23:01:37.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": "h3. Steps to Reproduce\r\n\r\nCreate a project that use Android Maps V2 and set tag anyDensity=false.\r\n\r\nSDK: 3.2.0\r\n\r\nAndroid: Samsung GS 4 mini with Andorid 4.2.2\r\n\r\nI am using all the steps of this link: http://docs.appcelerator.com/titanium/3.0/#!/guide/Google_Maps_v2_for_Android\r\n\r\nh3. Actual Result\r\nWhen opening the app shows a black window instead the map.\r\n\r\nh3. Expected Result\r\nThe map should open like when I use anyDensity=true", "attachment": [ { "id": "45254", "filename": ".log", "author": { "name": "luciano@damiani-tech.com", "key": "luciano@damiani-tech.com", "displayName": "Luciano Damiani", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-20T23:10:50.000+0000", "size": 1668068, "mimeType": "text/plain" }, { "id": "45255", "filename": "diagnostic3244361413546593708.log", "author": { "name": "luciano@damiani-tech.com", "key": "luciano@damiani-tech.com", "displayName": "Luciano Damiani", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-20T23:10:53.000+0000", "size": 15391, "mimeType": "text/plain" }, { "id": "45256", "filename": "TesteAlloy.zip", "author": { "name": "luciano@damiani-tech.com", "key": "luciano@damiani-tech.com", "displayName": "Luciano Damiani", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-20T23:11:54.000+0000", "size": 7457890, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: Maps V2 displays black with anyDensity=false", "creator": { "name": "luciano@damiani-tech.com", "key": "luciano@damiani-tech.com", "displayName": "Luciano Damiani", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "luciano@damiani-tech.com", "key": "luciano@damiani-tech.com", "displayName": "Luciano Damiani", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.2.0", "comment": { "comments": [ { "id": "288980", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can reproduce this issue with \"anyDensity=False\" but this flag is set to true by default and it is not recommended by Google to set it to false. \n\nhttp://developer.android.com/guide/topics/manifest/supports-screens-element.html\n\nandroid:anyDensity\nIndicates whether the application includes resources to accommodate any screen density.\n\"For applications that support Android 1.6 (API level 4) and higher, this is \"true\" by default and you should not set it \"false\" unless you're absolutely certain that it's necessary for your application to work. The only time it might be necessary to disable this is if your app directly manipulates bitmaps (see the Supporting Multiple Screens document for more information).\"", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-21T07:19:51.000+0000", "updated": "2014-01-21T07:19:51.000+0000" }, { "id": "289122", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The issue is reproducible on latest 3.2.X, 3.2.0.GA & 3.1.3.GA SDK's.We see a black window instead of a map.\nSetting the \"anyDensity=true\" the app works as expected & we can see the map.\n\nEnvironment:\nAppc Studio : 3.2.1.201401201818\nTi SDK : 3.2.1.v20140117222448\nMac OSX : 10.8.5\nAlloy : 1.3.1-beta3 \t\nCLI - 3.2.1 from github\nSamsung Galaxy S4 running android 4.2.2", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-21T21:25:26.000+0000", "updated": "2014-01-21T21:25:26.000+0000" }, { "id": "289361", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering to decide if it wants to fix this issue even though it is not recommended by Google to set anyDensity to false.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-23T05:46:56.000+0000", "updated": "2014-01-23T05:46:56.000+0000" }, { "id": "290010", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As anyDensity=false is not recommended, we will not be addressing this issue.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-28T18:12:18.000+0000", "updated": "2014-01-28T18:12:18.000+0000" }, { "id": "304408", "author": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested on:\r\nMac OSX 10.9.2\r\nAppcelerator Studio, build: 3.2.3.201404181520\r\nTitanium SDK, build: 3.2.3.GA\r\nTitanium CLI, build: 3.2.3\r\nAlloy: 1.3.1\r\n\r\nSetting AnyDensity to false in the tiapp.xml causes map view to open a blank screen.\r\nRemoving the AnyDensity tag resolves the issue as the map displays correctly.\r\n", "updateAuthor": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-12T17:57:54.000+0000", "updated": "2014-05-12T17:57:54.000+0000" }, { "id": "415196", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Won't Fix\".", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T23:01:37.000+0000", "updated": "2017-03-22T23:01:37.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }