bruce-visscher / mathdoku

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

Refactor storage grid, cage, cell #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current storage mechanism for grid, cage, cell needs refactoring due to 
increasing number of versions.

Example:
    public static final String SAVE_GAME_GRID_VERSION_01 = "VIEW.v1";
    public static final String SAVE_GAME_GRID_VERSION_02 = "VIEW.v2";
    public static final String SAVE_GAME_GRID_VERSION_03 = "VIEW.v3";
    public static final String SAVE_GAME_GRID_VERSION_04 = "VIEW.v4";
    public static final String SAVE_GAME_GRID_VERSION_05 = "VIEW.v5";

The version number can be replaced with the revision number of the app instead.

Original issue reported on code.google.com by paul.din...@gmail.com on 6 Apr 2013 at 5:06

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

Original comment by paul.din...@gmail.com on 22 Apr 2013 at 8:22

GoogleCodeExporter commented 9 years ago
Unfortunately the issue has not been verified explicitly by an independent 
tester.

Original comment by paul.din...@gmail.com on 8 Sep 2013 at 10:48