open-vanilla / MTGLifeCounter

A app to track life and perform simple tasks for mtg
1 stars 0 forks source link

Add a reset button #4

Open john-wilkinson opened 8 years ago

john-wilkinson commented 8 years ago

Add a button to reset life totals back the starting life total

mayesidev commented 8 years ago

I've got this functionality ready in a local dev branch I'm working in. We just need to discuss where the button should go on the UI, so I can get that in there before I make a pull request.

I also have logic for configurable life totals (instead of always being fixed to 20) in there if we want to discuss how we want to handle that on the UI too. I think I'll create another enhancement request for that one though; it's enough of a separate thing.

john-wilkinson commented 8 years ago

I'm working on a "game menu" location for this sort of thing... still hashing that out. I need to refactor the MainActivity class to not have any view-related logic. This is kinda dependent on that.