View Issue Details

IDProjectCategoryView StatusLast Update
0009169MMAPlaybackpublic2013-02-16 00:39
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.0.1 
Target Version1.0.1 
Summary0009169: Lock screen widget
DescriptionBasic track information and Album art together with basic track controls (Play/Pause, Prev, Next) should be implemented for the Lock screen.

This is important because otherwise, MM because very difficult to use in scenarios such as driving / listening on the subway, as the device locks, and the user loses access to the interface and isn't able to easily access it because a Lock Screen is too difficult to navigate while driving.
TagsNo tags attached.
Attached Files
tinyWidget.png (61,033 bytes)   
tinyWidget.png (61,033 bytes)   
compactWidget.png (59,446 bytes)   
compactWidget.png (59,446 bytes)   
fullWidget.png (69,281 bytes)   
fullWidget.png (69,281 bytes)   
unknownAndroidWidget.png (136,609 bytes)   
unknownAndroidWidget.png (136,609 bytes)   
Fixed in build95

Relationships

related to 0009257 closedmartin Player Widget 
related to 0010153 closedmartin Ability to control playback on pre-4.2 phones that screen lock active 
related to 0010182 closedpeke LockScreen Widget Size 
related to 0010559 feedbackrusty Make Daydream feature support on JB 4.2+ 

Activities

jiri

2012-02-27 13:40

administrator   ~0030563

Last edited: 2012-03-08 11:36

This requires re-implementation of the lockscreen, an example application is here: http://developer.android.com/resources/samples/Home/index.html

rusty

2012-11-19 18:16

administrator   ~0033210

Android 4.2 JB supports lock screen widgets, so we wouldn't have to re-implement the lockscreen. If not too hard, this would be a very useful feature.

see: http://developer.android.com/about/versions/android-4.2.html#Lockscreen

jiri

2012-11-19 18:46

administrator   ~0033211

Yes, we should implement as soon as time permits...

jiri

2012-11-28 10:01

administrator   ~0033438

Raising priority, since according to http://developer.android.com/guide/topics/appwidgets/index.html#lockscreen it's pretty trivial to make the basic implementation based on the current implementation of our widgets.

martin

2012-12-04 23:31

developer   ~0033645

Fixed in build 72.

rusty

2012-12-07 18:02

administrator   ~0033732

Tested on Nexus7 (JB 4.2) and Prev|Play/Pause|Next all work as expected. BUT:

1) Metadata is listed in a single line, and is therefore cut off. I would suggest that it should scroll, or space-permitting, display in 2 lines

2) Album art doesn't display

peke

2012-12-08 00:17

developer   ~0033764

3. Metadata Listed is <Title> - <Album> Instead <Title> - <Artist>

martin

2013-01-23 18:01

developer   ~0034644

For clarify, we have three types of widget, which can be added to lockscreen on Android 4.2 JB.

In Android 4.2 JB. is also android music widget, which has metadata in one line and which we cannot modify. We can only send information about track (The information about artist I fixed).

I attached screenshots.

martin

2013-01-23 18:05

developer   ~0034645

Fixed in build 95.

peke

2013-02-16 00:39

developer   ~0034970

Verified 100