n-apps / ScoreCounter

Android app. Score Counter will help you easily keep score in any games, sports or other activities. Will do all the math for tracking initiative, HP, hit points, spell slots or even count win streaks in your bar game night!
GNU General Public License v3.0
70 stars 19 forks source link

Added ability to change number of full counters #75

Open vabene1111 opened 3 years ago

vabene1111 commented 3 years ago

This PR adds a setting that allows to choose how many large counters should be displayed.

I also changed the inputDialog on the settings page to be somewhat generic in case any other number based settings should be added in the future, this introduces some very small overhead but reduces code overall as i did not need to create a secondary dialog with lots of duplicate code