]>
hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Cameron Wong [Thu, 16 Feb 2017 22:57:09 +0000 (17:57 -0500)]
It'd be nice if I could run this on hardware
Cameron Wong [Thu, 16 Feb 2017 22:56:16 +0000 (17:56 -0500)]
According to all known laws of aviation...
Nathaniel Wesley Filardo [Wed, 15 Feb 2017 06:21:10 +0000 (01:21 -0500)]
So yeah, those likely bugs? Bugs.
Observees now fire off synthetic events when observers are added, so
that it should be sufficent to draw the link between two components,
as it were.
Improve some commentary throughout.
MainActivity onDestroy() unregisterService(), since that kind of seems
like the right thing to do?
Nathaniel Wesley Filardo [Tue, 14 Feb 2017 19:38:10 +0000 (14:38 -0500)]
Move mobile MQTT to Service
While here, add initial Notification
There are almost surely bugs; I wrote this when I couldn't sleep
Nathaniel Wesley Filardo [Mon, 13 Feb 2017 02:20:14 +0000 (21:20 -0500)]
Overhaul internal architecutre
GameState objects now have Observers and are not passive objects; they
also encapsulate their own parsers. The display logic is now an Observer
of the GameState and everything's just a little less janky.
The stage has been set for Wear integration, too, but that's not
happening any time soon.
Nathaniel Wesley Filardo [Sat, 11 Feb 2017 08:08:40 +0000 (03:08 -0500)]
Fix hangup-and-redial logic
Touch the connection metadata table to force
Nathaniel Wesley Filardo [Sat, 11 Feb 2017 05:59:15 +0000 (00:59 -0500)]
Move some CtFwS logic to library
Nathaniel Wesley Filardo [Fri, 10 Feb 2017 07:14:01 +0000 (02:14 -0500)]
Messages now take timestamps...
To suppress out-of-order delivery; see parallel commit
f3997b3067a8a9026a6a42c085bb77108cf825a8 in the IoT source
Nathaniel Wesley Filardo [Fri, 10 Feb 2017 07:13:47 +0000 (02:13 -0500)]
Tidy MainActivity a bit
Nathaniel Wesley Filardo [Fri, 10 Feb 2017 07:12:47 +0000 (02:12 -0500)]
Further UI improvements
Notably, an About screen
Nathaniel Wesley Filardo [Fri, 10 Feb 2017 03:46:59 +0000 (22:46 -0500)]
UI improvements
Dialog for setting server URI preference
Feedback TextViews at the bottom
Nathaniel Wesley Filardo [Thu, 2 Feb 2017 23:42:05 +0000 (18:42 -0500)]
Initial revision
Logic seems to work, UI is super terrible