]> Pileus Git - ~andy/spades/commit - src/org/pileus/spades/Main.java
Store Task state so we can restart Main
authorAndy Spencer <andy753421@gmail.com>
Mon, 22 Apr 2013 00:40:37 +0000 (00:40 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 22 Apr 2013 01:09:50 +0000 (01:09 +0000)
commit65de4b5e7e794a58727dac5eff40e484a5380285
tree2498e502520c61d98542078b64bb3b32fbc05bd4
parentd65c3512981486a4b392bd782367cd2902624afe
Store Task state so we can restart Main

This stores a log in the Task which can be accessed by Main when a new
activity is created (assuming it as previously destroyed, such as when
the user pressed the back button).

This also cleans up some of the connect/disconnect functionality so that
the user abort before the IRC session has finished setting up.

Multiple commands are now supported by starting the task with different
messages.
makefile
src/org/pileus/spades/Main.java
src/org/pileus/spades/Task.java