Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-13 | Use SameController for network discovery in Android app. | Kjetil Ørbekk | |
2012-02-13 | Use special broadcast in android program. | Kjetil Ørbekk | |
2012-02-13 | Add SameService TODO. | Kjetil Ørbekk | |
2012-02-13 | Move SameService. | Kjetil Ørbekk | |
com.orbekk{.discovery =>}.SameService | |||
2012-02-13 | Android Broadcaster implements BroadcastInterface. | Kjetil Ørbekk | |
2012-02-07 | Extend SameService. | Kjetil Ørbekk | |
– Binding to SameService now possible. – Broadcast created for available networks. | |||
2012-02-07 | Remove unneeded documentation. | Kjetil Ørbekk | |
Remove documentation from Hello Android project. | |||
2012-02-07 | Improve layout code. | Kjetil Ørbekk | |
Descriptive ids in layout. | |||
2012-02-07 | Add settings menu to Android app. | Kjetil Ørbekk | |
– New main activity. – Options menu to go to Same settings. | |||
2012-02-07 | Rename HelloAndroidActivity=>SameControllerActivity. | Kjetil Ørbekk | |
2012-02-06 | Refactor: Rename classes. | Kjetil Ørbekk | |
Rename Client and Master classes, because the classes contain more than just the service interfaces. – ClientServiceImpl => Client. – MasterServiceImpl => Master. | |||
2012-02-06 | Fix same-android. | Kjetil Ørbekk | |
– Use new Configuration class. – Enter MasterService url manually. | |||
2012-02-06 | Remove unused (and invalid) imports. | Kjetil Ørbekk | |
2012-01-31 | Support custom search address. | Kjetil Ørbekk | |
2012-01-27 | Add Discovery handling in SameService. | Kjetil Ørbekk | |
2012-01-27 | Clean up SameService. | Kjetil Ørbekk | |
– Only send broadcasts. – Don't start Same components without SameController. | |||
2012-01-27 | Show device IP address. | Kjetil Ørbekk | |
2012-01-27 | Refactor Android Broadcaster class. | Kjetil Ørbekk | |
– Add functionality to find current wi-fi IP. – Clean up resulting code. | |||
2012-01-26 | Clean up Android code. | Kjetil Ørbekk | |
2012-01-26 | Server/Client discovery service. | Kjetil Ørbekk | |
2012-01-26 | Rename DiscoveryService => SameService. | Kjetil Ørbekk | |
2012-01-26 | Add Discovery service. | Kjetil Ørbekk | |
DiscoveryService listens to UDP broadcasts. | |||
2012-01-20 | GameController listens to state changes. | Kjetil Ørbekk | |
2012-01-20 | Refactor Android code. | Kjetil Ørbekk | |
– Make a Controller and a state that supports several players. | |||
2012-01-19 | Start implementing GameController. | Kjetil Ørbekk | |
– GameController will manage the game state with more than one player, and communicating its state with the GUI and the other players. | |||
2012-01-19 | Change the android client to use the Same interface. | Kjetil Ørbekk | |
2012-01-18 | Hack: Use Same to synchronize state in the android app. | Kjetil Ørbekk | |
2012-01-18 | Implement circle location and controls. | Kjetil Ørbekk | |
The circle can be controlled with touch events. | |||
2012-01-18 | Add Game classes in android project. | Kjetil Ørbekk | |
Add a SurfaceView and draw on it. | |||
2012-01-18 | Fix race condition. | Kjetil Ørbekk | |
When new client joins: Add new participant to participants list before broadcasting new state. | |||
2012-01-17 | Update android client. | Kjetil Ørbekk | |
– Use the SameClient code from same. – Update dependency. – Remove PingServer. | |||
2012-01-13 | Rename projects. | Kjetil Ørbekk | |
– jsonrpc → same – master → same-android |