Feature request: Set game number on android
I don't see an option to set the game number (e.g. 1-32000 for freecell) on the android version?
I'm already looking at the source trying to to it myself, should be fairly easy to add?
No, that option isn't currently present.
To add it, we'd need to add the option to the Kivy UI component - a menu option would need to be added to kivy/menubar.py, replicating the logic from the desktop version (tktile/menubar.py, line 508). I don't think we've added a Kivy component yet to take a text prompt from the user.
PRs are always welcome.
Sorry, I'm not a programmer at all. I came up with a very ugly hack, just by adding a textinput widget to menubar, a global string for the number, and a modified mselectgamebyid.
I'll take a look. No promises, but maybe I can clean it up a bit.