galadril / DomoticzForAndroid

This is a Domoticz Android app. Domoticz is a very light weight home automation system ...
http://www.domoticz.com
14 stars 7 forks source link

Camera snapshot image should not be cached #158

Closed galadril closed 8 years ago

galadril commented 8 years ago

For the moment there is also a bug with camera snapshot, when the first snapshot it's taked the application does not refresh the cache of the first snapshot so you can't have the next snapshot. If you want to refresh it you must in android application settings clear the data of the app domoticz /!\ Don't forget to save your settings in the domotcz app befor if you don't want to add them each times /!\

http://www.domoticz.com/forum/viewtopic.php?f=37&t=8884&p=67309#p67312

galadril commented 8 years ago
                .memoryPolicy(MemoryPolicy.NO_CACHE, MemoryPolicy.NO_STORE)
                .networkPolicy(NetworkPolicy.NO_CACHE)
galadril commented 8 years ago

Closed in next version