xwords/xwords4/android/app
Eric House b874d25563 fix iterating over fragments
Old code that didn't rotate properly was meant to associate view IDs
with fragments so I could iterate over them, e.g. to dispatch
intents. To replace that the common superclass of all fragments now
keeps a set of active ones and provides a method that uses that to find
the fragment that owns a view. So I can iterate over fragments based on
the dualcontainer-contained views as before.
2017-01-31 19:46:51 -08:00
..
src fix iterating over fragments 2017-01-31 19:46:51 -08:00
build.gradle fix strings update server file requires 2017-01-22 16:22:35 -08:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00