View Issue Details

IDProjectCategoryView StatusLast Update
0010052MMAUPnP / Castingpublic2018-08-02 17:01
Reporterjiri Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Target Version2.2.0 
Summary0010052: Implement UPnP cache
DescriptionCurrently, navigating to a upnp container always results in a network connection, even in the case it was already shown a moment ago. We should implement a cache that would be used for recently navigated containers.
TagsNo tags attached.
Fixed in build

Relationships

related to 0010893 newmartin Enable context commands for UPnP subfolders 

Activities

Ludek

2012-11-23 13:35

developer   ~0033320

Last edited: 2012-11-23 13:35

The negative impact would be memory utilization, so I am not sure it is really needed as Android has very limited memory size.

jiri

2012-11-23 13:58

administrator   ~0033322

I don't expect this would be an issue, since it would have to be stored to a persistent memory storage (an SQLite DB?) and the oldest items would be discarded in case of too large memory usage.