nolanlawson / KeepScore

Score keeping app for Android (unmaintained)
http://nolanlawson.com/apps/#keepscore
69 stars 56 forks source link

Allow non-zero value for on-screen buttons #42

Closed SFSaville closed 11 years ago

SFSaville commented 11 years ago

Modify on-screen score buttons to allow zero value. This would speed the entry of zero values for games requiring a score entry (including zero) for each round. Currently one has to click and hold the score history column, then select "Add zero". If one is not careful, the "Delete Last Score" may be pressed by mistake.

Example: I would like to set the on-screen buttons to "0", "5", "10", "20" for use with the card game "Five Crowns" but currently buttons must be a "non-zero" value. Otherwise, this is the best score-keeping app around. Great for visually impaired too!

nolanlawson commented 11 years ago

This is a pretty reasonable request. Look for it in the next update.

nolanlawson commented 11 years ago

Actually, I just realized that there's a much easier way to do this. Simply long-press on the + or - button, then choose "okay." By default the value added will be zero, which adds a +0 to the score history column. This is why I disallowed 0 as a button value in the first place.

Closing as a "wont fix."