summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-07Configuration files with discovery service.Kjetil Ørbekk
2012-02-07Add interrupt() support to BroadcastListener.Kjetil Ørbekk
2012-02-06Support setting state in StateServlet.Kjetil Ørbekk
2012-02-06Show state in StateServlet.Kjetil Ørbekk
2012-02-06Refactor: Rename classes.Kjetil Ørbekk
2012-02-06Fix same-android.Kjetil Ørbekk
2012-02-06Remove unused (and invalid) imports.Kjetil Ørbekk
2012-02-06Add public constructor to Configuration.Kjetil Ørbekk
2012-02-06Support clients in generic App.Kjetil Ørbekk
2012-02-06Replace MasterApp with a generic App class.Kjetil Ørbekk
2012-02-06Deprecate SameInterface.Kjetil Ørbekk
2012-02-06Fix RpcServlet: Use POST requests.Kjetil Ørbekk
2012-02-06Fix failing tests.Kjetil Ørbekk
2012-02-06Fix NullPointerException.Kjetil Ørbekk
2012-02-06Refactor URL handling in Client and Master.Kjetil Ørbekk
2012-02-06Add a class that holds server information.Kjetil Ørbekk
2012-02-06Add example configuration for clients.Kjetil Ørbekk
2012-02-06Get rid of UrlReceiver interface.Kjetil Ørbekk
2012-02-03Use Configuration in client as well.Kjetil Ørbekk
2012-02-03Remove old code from ClientApp.Kjetil Ørbekk
2012-02-03Use Configuration in MasterApp.Kjetil Ørbekk
2012-02-03Extend configuration.Kjetil Ørbekk
2012-02-03Don't depend on HandlerFactory (deleted).Kjetil Ørbekk
2012-02-03Add Configuration system.Kjetil Ørbekk
2012-02-03Refactor Handler code.Kjetil Ørbekk
2012-02-03Move Handler code around.Kjetil Ørbekk
2012-01-31Reuse HTTP connections.Kjetil Ørbekk
2012-01-31Support custom search address.Kjetil Ørbekk
2012-01-31Fix: Set correct /ClientService.json handler.Kjetil Ørbekk
2012-01-31Use full url with discovery.Kjetil Ørbekk
2012-01-31Refactor client.Kjetil Ørbekk
2012-01-31Clean up MasterApp.Kjetil Ørbekk
2012-01-31Add client discovery functionality.Kjetil Ørbekk
2012-01-31WorkList => WorkQueue – A worker thread helper class.Kjetil Ørbekk
2012-01-31Add WorkQueue.Kjetil Ørbekk
2012-01-30Add WorkList data structure.Kjetil Ørbekk
2012-01-27Add small script to build and execute project.Kjetil Ørbekk
2012-01-27Hack collection.Kjetil Ørbekk
2012-01-27Add Discovery handling in SameService.Kjetil Ørbekk
2012-01-27Clean up AndroidManifest.xml.Kjetil Ørbekk
2012-01-27Improve discovery and error handling.Kjetil Ørbekk
2012-01-27Clean up SameService.Kjetil Ørbekk
2012-01-27Show device IP address.Kjetil Ørbekk
2012-01-27Refactor Android Broadcaster class.Kjetil Ørbekk
2012-01-27Add DiscoveryListener interface.Kjetil Ørbekk
2012-01-27Client answers discovery events.Kjetil Ørbekk
2012-01-27ClientService supports network discovery.Kjetil Ørbekk
2012-01-26Use SameController in ClientApp.Kjetil Ørbekk
2012-01-26Client support in SameController.Kjetil Ørbekk
2012-01-26Deprecate old ClientApp code.Kjetil Ørbekk