Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15333] Android: Support for Gzip on ImageViews

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionNot Our Bug
Resolution Date2013-09-24T16:00:56.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, gzip, imageview
ReporterMads Moller
AssigneeIngo Muschenetz
Created2013-09-24T07:11:25.000+0000
Updated2017-03-28T22:56:39.000+0000

Description

When a server has Content-Encoding:gzip for images, android will not download the remote image. This works on iOS, but Android will not accept the gzipped image data. DDMS log: SkImageDecoder::Factory returned null
var imageView = Ti.UI.createImageView({
   image:"http://example.com/image.png"
});
I know this issue exists: TIMOB-2698 but that for the XHR object. Is this a bug, or did Android SDK never support this?

Comments

  1. Motiur Rahman 2013-09-24

    Hi Mads Moller, This feature will be added next version of titanium. Thanks
  2. Lee Morris 2017-03-28

    Closing ticket as the issue mentioned is not our bug.

JSON Source