xwords/xwords4/android/app
Eric House 07da48db73 replace activity.show(dlgID) with fragment-based
For GamesListDelegate only so far, replace calling <activity>.show(int)
to launch an Alert with something producing and showing a
DialogFragment. Replaces passing and saving state inside the
DelegateBase subclass with saving it as part of the fragment's bundle,
and it looks as if a single class will work for nearly all of the alerts
managed by DelegateBase.{onCreateDialog,prepareDialog}(), which will
eventually go away. The beauty is that the implementations of
onCreateDialog and onPrepareDialog remain, but as the body of a new
makeDialog() that's called by the fragment's onCreateView. Less code
changes, but now it's all called every time an alert's created.
2017-02-12 15:33:35 -08:00
..
src replace activity.show(dlgID) with fragment-based 2017-02-12 15:33:35 -08:00
build.gradle config changes to build on different system 2017-02-04 08:12:40 -08:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00