xwords/xwords4/android/app
Eric House 5bbfd44333 try to dismiss duplicate alerts
Each alert gets a unique name. Add to backstack, and before doing so
look for another with the same name and dismiss it. This works most of
the time, especially to prevent them from piling up with orientation
changes. But in a robot-vs-robot game, and occasionally in a game with
three robots and one not, SCORE alerts stack up. It's the removal that's
failing, not the test for a duplicate, so perhaps I need to somehow wait
for it to succeed before adding the new alert.
2017-04-12 07:37:53 -07:00
..
src try to dismiss duplicate alerts 2017-04-12 07:37:53 -07:00
build.gradle fix release builds 2017-04-08 14:29:07 -07:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00