[TIMOB-3599] Android: Remote Images not showing up
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-29T16:01:03.000+0000 |
Affected Version/s | Release 1.6.0 |
Fix Version/s | Release 1.7.0, Sprint 2011-18 |
Components | Android |
Labels | n/a |
Reporter | Rick Blalock |
Assignee | Shak Hossain |
Created | 2011-04-15T10:55:15.000+0000 |
Updated | 2011-12-09T10:25:09.000+0000 |
Description
Remote images are intermittently not showing up in tableViewRows in Android 2.3 API's.
Sample Code Snippet: http://pastie.org/1798169
HD Ticket: http://support-admin.appcelerator.com/display/MCQ-17471-895
Just realized the code snippet above is using the deprecated 'url' prop. instead of 'image' prop. Issue stil remains however.
Okay is this fixed in the latest 1.7 release? If not will I be notified when it's part of the release? Also can you possibly give me a rough idea when 1.7 might be released? I'm massively stuck behind this bug. I've 7 Apps on hold in the Market. I don't get paid until they're formally released! Thanks.
I may be being a tad on the thick side here but I am confused as to what the latest update to this ticket means? What is 'Sprint 2011-18'? Is this a new release? An impending release? Is this a release I can get my hands on? At the moment all I need is some visibility as to when this might be fixed? As I mentioned previously. I have 7 Apps on hold in the Android Market behind this bug! Thanks.
Hey Ivan.. I'm currently tackling this bug. The different "Sprints" are just the way we divvy up the tickets into weeks. (This fix should make it into the 1.7.0 release)
Marshall, thanks. I am assuming that this will make it into a continuous build? I am keen to get this tested and running so that I can deploy and hoping that will be with a cont. build as I don't think I'll be able to wait until the final release of 1.7 (when is that estimated to be by the way?). Thanks, mad desperate, panicky me!
This was a doozy -- I ran into an Android bug that's best described in two places: http://code.google.com/p/android/issues/detail?id=6066 http://stackoverflow.com/questions/1630258/android-problem-bug-with-threadsafeclientconnmanager-downloading-images Unfortunately none of the workarounds seem to fit our situation, and Skia won't reliably decode certain JPEGs no matter how we feed the decoder (Stream, Byte array, File, etc.) The workaround I've pushed automatically retries every 250ms up to 5 times (and can be controlled by an Android-only property "decodeRetries")