KingNVDie / opensudoku-android

Automatically exported from code.google.com/p/opensudoku-android
0 stars 0 forks source link

List of games does not reflect filtered results #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Refer to issue #73. The resolution of this issue in v1.1.0 was apparently
such that the heading at the top of the page reflects the UNFILTERED
results, even if a filter is applied. That seems contrary to expectations.

For example, I am currently working GS Medium puzzles, of which there are
100 total. I have completed 3, so the top level shows 100 puzzles (97
unsolved). After I select GS-Medium, and with completed puzzles filtered
from the listing, it says "Gnome-Sudoku Medium - 100 puzzles (97 un..." -
if I rotate the phone it says "Gnome-Sudoku Medium - 100 puzzles (97
unsolved)" - just like the top level.

What it should say (IMHO) is 97 puzzles, since the list is filtered. I'm
pretty sure that it did this properly in v1.0.0, it just didn't update at
the right time. Take the example where you are down to 2 puzzles in the
list that are unsolved - the current header will state that there are 100
when only 2 puzzles are showing! You should then indicate the number of
puzzles in play (if any) in parentheses.

As an aside, you might consider getting rid of the list name (Gnome-Sudoku
Medium) at this level to conserve space so that the count can be shown more
completely. Either that, or put it in a second line, just above the count.

Original issue reported on code.google.com by greg.tho...@earthlink.net on 1 May 2010 at 5:51