jaredforrest / nonocross

A simple nonogram puzzle app for Android
GNU General Public License v3.0
40 stars 9 forks source link

Saved levels issues. #111

Open StickyDigit opened 1 year ago

StickyDigit commented 1 year ago

App version 1.3.5 on Lineage 18.1

I just found a sweet 12x12 level and fancied trying to get a better time. So I saved it as "Quick 12".

It's a 12x12. I'm playing dark mode with the timer showing.

Bugs:

Observations:

OnLoad

Quick_12x12

width 12
height 12
difficulty 7

rows
4,1,3
4,1,1
4
2,3,1,1
1,5,1
2,4,3
7,4
3,2,5
1,2,1,3
6,1
1,1,1,2,1
12

columns
2,6,2
2,1,3,1,1
2,6
2,2,1,2,1
6,3
1,8,1
2,3,3
1,4,1,2
1,2,1
1,4,1
6,1
1,1,4,2

Sorry to put so much in one Issue. Seemed somehow saner than several reports for related issues.

mueller-ma commented 1 year ago

I can comment on some of your points:

There is no way to export game as file from a loaded game. The save button does not appear in a loaded game, except if one hits the share to QR button, then hits back, whereupon a non-functioning version of the save button appears.

I opened https://github.com/jaredforrest/nonocross/issues/96 for exporting levels as files and https://github.com/jaredforrest/nonocross/issues/99#issuecomment-1566243711 for the re-appearing save button. Latter has been closed, but should be open. The save button should be hidden as it's currently for "save to 'saved levels'".

It is impossible to reset a normal OR loaded level in play. The timer only resets upon completion. Hitting the bin leaves the timer rolling up.

You can long-press the dustbin icon. I discovered this accidentally when looking at the code. It should be better to discover.

The left side numbers are slightly obscured (see the 12 at the bottom). This is the same on all my devices.

Duplicate of #110