rusdewey / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Tutorial mode #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a tutorial mode in which the user is guide through a 4x4 puzzle and is 
introduced in the main features of the app.

Original issue reported on code.google.com by paul.din...@gmail.com on 21 Mar 2013 at 8:15

GoogleCodeExporter commented 9 years ago
Copied from https://code.google.com/p/mathdoku/issues/detail?id=20#c3.

Original comment by paul.din...@gmail.com on 21 Mar 2013 at 8:16

GoogleCodeExporter commented 9 years ago
In revision179 a first step for the tutorial mode is introduced by displaying a 
tip dialog when changing the input mode for the first time.

Original comment by paul.din...@gmail.com on 30 Mar 2013 at 1:59

GoogleCodeExporter commented 9 years ago
Tested Revision 224:
a) Is it possible to put the "Do not show again" checkbox next to the "Close" 
button, or at least make sure it is always visible (and not part of the 
scrolling dialog). The first few times I saw this dialog, I thought the only 
option was Close. It is not obvious that either (1) the dialog scrolls; (2) 
there is a checkbox further down the screen (see screenshot).
b) The tip is written as though the user has just changed from Normal to Maybe 
("You have just changed the input mode from normal to maybe" & "Or you can tap 
on the text Mode: maybe above the digits buttons"). However, the tip also 
appears when changing from Maybe to Normal.

Original comment by em...@srlee.com on 8 Apr 2013 at 7:55

Attachments:

GoogleCodeExporter commented 9 years ago
For b), rather than trying to have different text for both directions, it's 
probably easier just to make it generic e.g. "You have just changed the input 
mode. The input mode can be changed back by tapping the selected cell once 
more. Or you can tap on the Mode button above the digits buttons"

Original comment by em...@srlee.com on 8 Apr 2013 at 2:57

GoogleCodeExporter commented 9 years ago
Changing to Milestone-1.96, since work has already been started on this in 1.96

Original comment by em...@srlee.com on 8 Apr 2013 at 4:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r227.

Original comment by paul.din...@gmail.com on 9 Apr 2013 at 9:40

GoogleCodeExporter commented 9 years ago
a) has been solved in r227
b) Fixed a bug which resulted in displaying wrong text when switching form 
maybe to normal. The tip will now only be displayed in case the input mode is 
changed due to tapping the selected cell again.

Original comment by paul.din...@gmail.com on 9 Apr 2013 at 9:43

GoogleCodeExporter commented 9 years ago
Tested Revision 227: Both reported issues fixed
a) Checkbox is on a fixed part of the dialog, near the close button
b) Text now correctly matches whichever direction the mode has changed

One other related issue I noticed while testing (I wasn't sure whether to just 
raise a new ticket, but it's to do with the tutorial dialog framework, so I'm 
including it here - hope that is OK):
1) Bring up one of the tutorial dialogs e.g. by double-clicking on a cell
2) While the Tip dialog is displayed (and "Do not show again" is UNTICKED), 
rotate the device.
Result: The Tip dialog disappears (this behaviour is OK), but the dialog is 
never shown again (as though you had checked the "Do not show again" checkbox).

Original comment by em...@srlee.com on 9 Apr 2013 at 5:07

GoogleCodeExporter commented 9 years ago
In this case it is absolutely related to this issue. The rotating problem is 
introduced in r227.

Original comment by paul.din...@gmail.com on 10 Apr 2013 at 4:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r230.

Original comment by paul.din...@gmail.com on 10 Apr 2013 at 6:31

GoogleCodeExporter commented 9 years ago
Tested Revision 231: On rotation, tip dialog closes (as expected), but now 
reappears correctly.

Original comment by em...@srlee.com on 11 Apr 2013 at 7:21