View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011332 | MMA | Synchronization | public | 2013-10-03 15:47 | 2013-10-22 19:56 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.4 | ||||
Target Version | 1.0.4 | Fixed in Version | 1.0.4 | ||
Summary | 0011332: 'Yes' and 'No' in sync confirmation dialog are unclear | ||||
Description | Jiri brought up the following issue over IM: When the sync confirmation dialog appears, the follow question is displayed with the following possible options: Confirm Updates & Deletions ... ... [No] [Yes] It's clear that clicking [Yes] will cause the sync to proceed with whatever updates have been approved. But, it's unclear whether clicking [No] causes sync to proceed without the updates, or to be halted entirely. To clarify, I propose that three options be shown: [Yes] [No] [Cancel] | ||||
Tags | No tags attached. | ||||
Fixed in build | 172 | ||||
|
I've added this to build 169. 1. But it doesn't look good in combination with status bar. It is now (I don't know and didn't research why) not well aligned. But still it looked better with two buttons. 2. Do you think that 'No' button is clearer now? We can change it e.g. to: [Confirm][Skip][Cancel] for APIs < 13 [Cancel][Skip][Confirm] for APIs >= 13 |
|
I think that yes/no/cancel makes sense in response to "Confirm Updates & Deletions" But the fact that Yes/no/cancel is vertically aligned with delete/upload/update makes it look as if they're somehow connected. Perhaps the misalignment + this issue can be resolevd by moving the delete/upload/update indicator to the top? |
|
Also, a couple of other minor items: 3. Change the titles to questions to make the options more meaningful. e.g. a)Confirm updates and deletions --> Confirm updates & deletions? b) Confirm synchronization dialog --> Confirm deletions? OR Confirm updates ? 4. The selection and select All checkboxes aren't horizontally aligned |
|
3. ok but it contains three categories. So shouldn't it be something like: Confirm deletions, uploads and updates? OR shortened to fit the screen: Confirm? |
|
3) I'd leave it as 'Confirm updates & deletions' |
|
1. Fixed in build 170 2. Nothing changed 3. Fixed in build 170 4. Fixed in build 170 5. I have also added playlist icon for playlists as requested by Jiri - build 170 |
|
Looks good in 170. Some improvements are required in relation to item 5, though, since currently, many playlist titles are truncated. Possible solutions: a) The playlist icon takes up a lot of space. Is it possible to shrink the playlist icon so that it is roughly similar in size to the font of the Playlist name? b) For playlist titles that are truncated (e.g. 'Added from Samsung SGH...') is it possible to somehow show the full title (e.g. scrolling?) |
|
Fixed in build 172 a) - I've changed the layout so it doesn't have size of album art. It has it's default icon size. - I've removed some unnecessary paddings - I've fixed too large checkboxes in API < 11 (Android bug) b) I tried to enable auto-scrolling (as for path in properties dialog) but it is impossible since only focused item can scroll the text. Our listview items are not focusable. If I make it focusable, checking of checkbox when user click on whole item wouldn't work. |
|
Verified 173. |