Add donations
Add donations
Update donation entry
Add donations
FIRST ISSUE: LOSS OF STATISTICS ON UPGRADE I confirmed that this happens on upgrade from 3.4.1 to 4.0 with the following steps: I installed Solitaire CG v3.4.1 from F-Droid. I played 3 games of Golf (wrap cards). I won 1 game and lost 2 games so Stats showed Wins: 1, Attempts: 3. I updated SolitaireCG to v4.0 via F-Droid. Upon opening SolitaireCG it showed me the prompt that indicates to long press on the "^" to access the menu. This menu is only displayed on startup if no saved game information...
SECOND ISSUE: STATS INCORRECT I noted the incorrect ticket number for this in a previous post. The correct ticket is Ticket 20 Freecell: wrong calculation of matches won/played https://sourceforge.net/p/solitairecg/tickets/20/
Would this be doable? It is possible that something like you mention would work. I recommend that you figure out all the game variation details for a 3 suit version of spider solitaire, document these rules, and then play multiple games following your rules before you try to write software code to emulate the game.
Is there any way to manually set the win number in lieu of actually restoring the now presumably lost stats? The game does not provide a way to manually edit the stats. However, if you are keen then you can learn how the game status is stored and perhaps develop your own method to edit stats. The code that saves and loads the game status is located at: https://sourceforge.net/p/solitairecg/code/ci/master/tree/app/src/main/java/net/sourceforge/solitaire_cg/SolitaireView.java#l303