ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

Added a new version of sudoku data format. Which supports short notes… #6

Closed spimanov closed 6 years ago

spimanov commented 6 years ago

Bug has been fixed, and now the app works correctly with previously saved games. The issue was in saving cell notes - in previous version it was a list of indexes like "1,2,3,4,". In the new version - it is a single number. I've added new sudoku data format and now it supports 3 versions: Plaint text, Version1, Version2. Also have tested the import functionality by using files from the site - works correctly.

ogarcia commented 6 years ago

@spimanov seems that your changes break the export function. If you try to export entire sudoku folders the xml file appears break, and if you try to export only one folder the app exports an empty file.

Can you help me to fix the bug?

Many thanks in advance.

spimanov commented 6 years ago

Hi. Yes, sure, I will take a look on it this weekend