veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Enable caching of images #4

Open siteshwar opened 10 years ago

siteshwar commented 10 years ago

Tweetian's Sailfish port does not cache images. This results into lot of network traffic. We can possibly start using https://github.com/nemomobile/nemo-qml-plugin-thumbnailer/ plugin.

siteshwar commented 10 years ago

nemo-qml-plugin-thumbnailer plugin doesn't support creating thumbnails of remote images. Either we need to add support for using remote images in this plugin or find any other workaround.