View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010052 | MMA | UPnP / Casting | public | 2012-11-23 13:24 | 2025-05-29 08:51 |
| Reporter | jiri | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Target Version | 2.4.0 | ||||
| Summary | 0010052: Implement UPnP cache | ||||
| Description | Currently, 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. | ||||
| Tags | No tags attached. | ||||
| Fixed in build | |||||
|
|
The negative impact would be memory utilization, so I am not sure it is really needed as Android has very limited memory size. |
|
|
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. |