summaryrefslogtreecommitdiff
path: root/same
AgeCommit message (Collapse)Author
2012-01-16Add TestConnectionManager.Kjetil Ørbekk
2012-01-15Add TestBroadcaster.Kjetil Ørbekk
TestBroadcaster implements a single-threaded broadcaster suitable for testing.
2012-01-15Make Broadcaster testable.Kjetil Ørbekk
2012-01-15Move old SameService files out of the way.Kjetil Ørbekk
2012-01-15Add broadcasting from master.Kjetil Ørbekk
2012-01-15Change ConnectionManager.Kjetil Ørbekk
Support Client and Master connections.
2012-01-15Remove SameState class.Kjetil Ørbekk
This commit doesn't delete the file, but comments out all the code, as it doesn't compile anymore.
2012-01-15Switch parameter order for consistency.Kjetil Ørbekk
2012-01-13Bring back worker thread.Kjetil Ørbekk
:(
2012-01-13Maintain a set of recently updated components in State.Kjetil Ørbekk
2012-01-13Add support for JSON state.Kjetil Ørbekk
Use Jackson for serialization and deserialization of JSON objects.
2012-01-13Add new Client and Master interfaces.Kjetil Ørbekk
Begin implementing Master interface.
2012-01-13New object model in State.Kjetil Ørbekk
– Currently mixed with old code. TODO: Remove old code.
2012-01-13Refactoring.Kjetil Ørbekk
Rename com.orbekk.{rpc → same}.
2012-01-13Rename projects.Kjetil Ørbekk
– jsonrpc → same – master → same-android