dkehag / boxeeremote

Automatically exported from code.google.com/p/boxeeremote
0 stars 0 forks source link

Remote control logic is too directly tied in to User Interface #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be wise to refactor the code so that all boxee\xbmc-related logic 
is separate and distinct from the UI.

It looks like some moves have been made already to correct this issue. 
However, more needs to be done.

Ideally, our Object Model should allow us to release all the remote control 
logic as a Java library that others can use.

Original issue reported on code.google.com by cemetery...@gmail.com on 3 Apr 2009 at 2:53

GoogleCodeExporter commented 8 years ago
Yeah, I agree this could use some work. BoxeeRemote.java and Remote.java were 
one
class up until late in the development, when I pulled them apart as best I 
could. But
certain things like keycodes spill over between the two.

Original comment by chat...@gmail.com on 5 Apr 2009 at 3:41