| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-16 | Fix failing test. | Kjetil Ørbekk | |
| Add equals() to State. | |||
| 2012-01-16 | Send state to clients. | Kjetil Ørbekk | |
| – Adds failing test - need to compare states of master and client. | |||
| 2012-01-16 | Add assert in test of Master. | Kjetil Ørbekk | |
| 2012-01-16 | Add failing master test. | Kjetil Ørbekk | |
| Fails because client implementation is not finished. | |||
| 2012-01-16 | Add ClientServiceImpl class. | Kjetil Ørbekk | |
| 2012-01-16 | Fix failing test. | Kjetil Ørbekk | |
| Uses test component to avoid NullPointerException. | |||
| 2012-01-16 | Add TestConnectionManager. | Kjetil Ørbekk | |
| 2012-01-15 | Add TestBroadcaster. | Kjetil Ørbekk | |
| TestBroadcaster implements a single-threaded broadcaster suitable for testing. | |||
| 2012-01-15 | Make Broadcaster testable. | Kjetil Ørbekk | |
| 2012-01-15 | Move old SameService files out of the way. | Kjetil Ørbekk | |
| 2012-01-15 | Add broadcasting from master. | Kjetil Ørbekk | |
| 2012-01-15 | Change ConnectionManager. | Kjetil Ørbekk | |
| Support Client and Master connections. | |||
| 2012-01-15 | Remove 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-15 | Switch parameter order for consistency. | Kjetil Ørbekk | |
| 2012-01-13 | Bring back worker thread. | Kjetil Ørbekk | |
| :( | |||
| 2012-01-13 | Maintain a set of recently updated components in State. | Kjetil Ørbekk | |
| 2012-01-13 | Add support for JSON state. | Kjetil Ørbekk | |
| Use Jackson for serialization and deserialization of JSON objects. | |||
| 2012-01-13 | Add new Client and Master interfaces. | Kjetil Ørbekk | |
| Begin implementing Master interface. | |||
| 2012-01-13 | New object model in State. | Kjetil Ørbekk | |
| – Currently mixed with old code. TODO: Remove old code. | |||
| 2012-01-13 | Refactoring. | Kjetil Ørbekk | |
| Rename com.orbekk.{rpc → same}. | |||
| 2012-01-13 | Rename projects. | Kjetil Ørbekk | |
| – jsonrpc → same – master → same-android | |||
