View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009169 | MMA | Playback | public | 2012-02-23 15:47 | 2013-02-16 00:39 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.1 | ||||
Target Version | 1.0.1 | ||||
Summary | 0009169: Lock screen widget | ||||
Description | Basic 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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 95 | ||||
|
This requires re-implementation of the lockscreen, an example application is here: http://developer.android.com/resources/samples/Home/index.html |
|
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 |
|
Yes, we should implement as soon as time permits... |
|
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. |
|
Fixed in build 72. |
|
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 |
|
3. Metadata Listed is <Title> - <Album> Instead <Title> - <Artist> |
|
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. |
|
Fixed in build 95. |
|
Verified 100 |