noinnion / newsplus

News+ is a simple, fast and intuitive feed/rss reader for Android, featuring beautiful themes, podcast support and full offline support.
http://noinnion.com/newsplus
356 stars 77 forks source link

Gzip compression #26

Closed vshabanov closed 11 years ago

vshabanov commented 11 years ago

I found that News+ doesn't set Accept-Encoding: gzip header (at least for BazQux Reader extension). This causes API responses in raw uncompressed format.

API data compresses quite well (3-8 times) and it can be a huge bandwidth saver on slow connections.

asafge commented 11 years ago

I think you're right. Just added this for my API calls (NewsBlur extension).

noinnion commented 11 years ago

try the newest version https://github.com/noinnion/newsplus

On Tue, Aug 13, 2013 at 2:30 PM, Asaf Geva notifications@github.com wrote:

I think you're right. Just added this for my API calls (NewsBlur extension).

— Reply to this email directly or view it on GitHubhttps://github.com/noinnion/newsplus/issues/26#issuecomment-22561229 .

noinnion commented 11 years ago

added in v0.0.12beta?

vshabanov commented 11 years ago

Yes. Compression is enabled and working now. Sorry for late checking.