Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Clients can become new masters. | Kjetil Ørbekk | |
2012-03-13 | Clients can control their master. | Kjetil Ørbekk | |
Add failing test. | |||
2012-03-13 | Add MasterController interface. | Kjetil Ørbekk | |
This interface should be used by a client in order to become a master. | |||
2012-03-13 | Start master in created networks only. | Kjetil Ørbekk | |
2012-03-13 | Add MasterServiceProxy. | Kjetil Ørbekk | |
This class can be used to enable and disable a master. | |||
2012-03-13 | Fix warnings in com.orbekk.same tests. | Kjetil Ørbekk | |
2012-03-12 | Fix failing functional test. | Kjetil Ørbekk | |
2012-03-12 | Add failing functional test. | Kjetil Ørbekk | |
Test fails because of the new ConnectionState that is not properly implemented. | |||
2012-03-12 | Client begins in disconnected state. | Kjetil Ørbekk | |
2012-03-12 | Add TODO. | Kjetil Ørbekk | |
2012-03-12 | Add ConnectionState to Client. | Kjetil Ørbekk | |
2012-03-06 | Register local server with directory service. | Kjetil Ørbekk | |
2012-03-06 | Centralized discovery client on Android. | Kjetil Ørbekk | |
2012-03-06 | Add tools used with the Directory service. | Kjetil Ørbekk | |
2012-03-06 | Better network list on Android. | Kjetil Ørbekk | |
2012-03-06 | Remove old Client code. | Kjetil Ørbekk | |
2012-03-06 | Add Directory support in same. | Kjetil Ørbekk | |
2012-03-06 | Set correct main class in directory project. | Kjetil Ørbekk | |
2012-03-02 | Improve code example. | Kjetil Ørbekk | |
2012-03-02 | Syntax hilighting of code example. | Kjetil Ørbekk | |
2012-03-02 | Add code example. | Kjetil Ørbekk | |
2012-03-02 | Document web management. | Kjetil Ørbekk | |
2012-03-02 | Write about the progress of Same in README.0.2-new-main-screen | Kjetil Ørbekk | |
2012-03-02 | Add missing discovery package. | Kjetil Ørbekk | |
2012-03-02 | Clean up warnings. | Kjetil Ørbekk | |
– Fix imports. – Remove unused variables. – Clean up some code. | |||
2012-03-02 | Move all Android cleasses to com.orbekk.same.android package. | Kjetil Ørbekk | |
2012-03-02 | Change UI of main view. | Kjetil Ørbekk | |
Change from: Empty screen with menu used to pick activity. To: ListView of available choices. User picks directly from main screen. | |||
2012-03-02 | Add run.sh script for directory service. | Kjetil Ørbekk | |
2012-03-02 | Add DirectoryApp.discovery | Kjetil Ørbekk | |
2012-03-02 | Rename Discovery* => Directory*. | Kjetil Ørbekk | |
2012-03-02 | Move discovery code to a separate package. | Kjetil Ørbekk | |
2012-03-02 | Implement discovery service. | Kjetil Ørbekk | |
No main class yet. | |||
2012-03-02 | Begin implementing discovery service. | Kjetil Ørbekk | |
2012-03-01 | Fix NPE in finalize that accessed a Canvas.tjws_test | Kjetil Ørbekk | |
2012-03-01 | Add Benchmarking activity. | Kjetil Ørbekk | |
2012-03-01 | Add class for easy access to different TypeReferences. | Kjetil Ørbekk | |
2012-02-28 | Use TJWS in Same. :-Dsame-tjws | Kjetil Ørbekk | |
2012-02-28 | Extract ServerContainer interface. | Kjetil Ørbekk | |
2012-02-28 | Add TjwsServerBuilder. | Kjetil Ørbekk | |
Add example program. | |||
2012-02-28 | Begin support for TJWS. | Kjetil Ørbekk | |
Add TjwsServerContainer. Rename Jetty specific containers. | |||
2012-02-28 | Fix concurrency problems. | Kjetil Ørbekk | |
– GameView should only draw on canvas from UI thread. – ClientInterfaceBridge should not delete state after disconnect (Because an update may be still waiting.) – Send a Bundle in JOIN_NETWORK request to SameService. | |||
2012-02-28 | Use VariableUpdater in GameView. | Kjetil Ørbekk | |
2012-02-28 | Add support for more than one listener to variables. | Kjetil Ørbekk | |
2012-02-28 | Correct handling of Thread.interrupted(). | Kjetil Ørbekk | |
2012-02-28 | Add VariableUpdaterTask. | Kjetil Ørbekk | |
VariableUpdaterTask updates a variable countinously. | |||
2012-02-28 | ClientInterfaceBridge: Queue pending operations. | Kjetil Ørbekk | |
ClientInterfaceBridge queues operations when it is not connected to the service. | |||
2012-02-28 | Set variable initially in VariableActivity. | Kjetil Ørbekk | |
2012-02-28 | Update player position with AtomicReference. | Kjetil Ørbekk | |
– Need to trigger updates somehow. | |||
2012-02-28 | Add missing class ComponentBundle.wait_code__new | Kjetil Ørbekk | |
ComponentBundle is used to send a Component in a Message. | |||
2012-02-28 | Run SameService in a separate process. | Kjetil Ørbekk | |