View Issue Details

IDProjectCategoryView StatusLast Update
0012201MMANow Playingpublic2015-07-28 11:23
Reportermartin Assigned To 
PriorityhighSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version1.0.7 
Target Version1.1.3Fixed in Version1.1.3 
Summary0012201: Widget's album art loading fails when two or more widgets are placed on the homescreen
DescriptionIt happens when Full 4x4 widget starts load album art first with max resolution 800x800, but another widget 4x2 stops this loading, because it needs to load same album art but with max resolution 320x320
(LOG_TASK_CANCELLED_IMAGEAWARE_REUSED in DisplayBitmapTask - it means CacheKey is different).
TagsNo tags attached.
Fixed in build462

Activities

rusty

2014-09-30 21:20

administrator   ~0040655

This limitation doesn't occur if the 2 widgets are on different screens, so I don't think that it's worth fixing.

marek

2015-01-08 18:41

developer   ~0041615

This is caused by using loadImage instead of displayImage.

This can cause two issues.

a) the one described above - one widget cancels loading of artwork of another widget
b) loading of artwork is not cancelled when new artwork should be loaded. It can cause following:

1. Track A is played with some artwork that will be take some time to download
2. Track B is played with some cached artwork (will be loaded quickly)
3. Artwork of B will be displayed
4. Artwork of A will be displayed (when Track B is played)

So it should be probably fixed earlier. There is similar issue with LockScreen.

marek

2015-02-17 17:21

developer   ~0042093

In build 396 fixed displaying of images in widgets

marek

2015-07-08 15:47

developer   ~0042696

Last edited: 2015-07-22 20:55

Fixed RemoteMetaUpdater in build 460

marek

2015-07-22 20:53

developer   ~0042745

There are some probably related issues on kitkat devices:
https://rink.hockeyapp.net/manage/apps/64672/app_versions/252/crash_reasons/40458611

and this:
https://rink.hockeyapp.net/manage/apps/64672/app_versions/252/crash_reasons/40457246

marek

2015-07-28 11:23

developer   ~0042765

Fixed in build 462