0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected almost 4 years ago.
Mar 14, 2020 — Mar 14, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed old stub tests for music from the main control test (they are implemented in a separate unit test class)
syphr42
as Gregory Moyer
More... over 13 years ago
implemented protocol versions 68 and 69
syphr42
as Gregory Moyer
More... over 13 years ago
implemented a change from protocol version 65 that replaced "Channel Tuned" / "tuned" with "Script Status" / "script" in the signal backend events
syphr42
as Gregory Moyer
More... over 13 years ago
removed old stub tests for music from the main control test (they are implemented in a separate unit test class)
syphr42
as Gregory Moyer
More... over 13 years ago
fixed an incorrect enum mapping (copy and paste error)
syphr42
as Gregory Moyer
More... over 13 years ago
increased the location column to handle some longer fully qualified class names
syphr42
as Gregory Moyer
More... over 13 years ago
fixed an incorrect enum mapping (copy and paste error)
syphr42
as Gregory Moyer
More... over 13 years ago
increased the location column to handle some longer fully qualified class names
syphr42
as Gregory Moyer
More... over 13 years ago
moved the translator reference into AbstractCommand and fixed resulting compilation problems in protocol and control - now all commands require a translator implementation
syphr42
as Gregory Moyer
More... over 13 years ago
moved the translator reference into AbstractCommand and fixed resulting compilation problems in protocol and control - now all commands require a translator implementation
syphr42
as Gregory Moyer
More... over 13 years ago
updated the protocol version for 0.25 to 67
syphr42
as Gregory Moyer
More... over 13 years ago
updated the protocol version for 0.25 to 67
syphr42
as Gregory Moyer
More... over 13 years ago
this commit adds code for SET_SIGNAL_MONITORING_RATE, but it is not connected yet to any protocol since mythtv documentation and mythtv source code do not agree on what this command does
syphr42
as Gregory Moyer
More... over 13 years ago
this is a large re-factoring to better support changes in data structures (as was the case in protocol version 67, which 3 new fields were added to the Program data structure) by having an object-oriented hierarchy rather than static utility classes
syphr42
as Gregory Moyer
More... over 13 years ago
this commit adds code for SET_SIGNAL_MONITORING_RATE, but it is not connected yet to any protocol since mythtv documentation and mythtv source code do not agree on what this command does
syphr42
as Gregory Moyer
More... over 13 years ago
this is a large re-factoring to better support changes in data structures (as was the case in protocol version 67, which 3 new fields were added to the Program data structure) by having an object-oriented hierarchy rather than static utility classes
syphr42
as Gregory Moyer
More... over 13 years ago
initial cut of protocol version 67 changes (no new functionality yet, just the correct version and token)
syphr42
as Gregory Moyer
More... over 13 years ago
removed some unnecessary site links for support modules (i.e. util, test, and data) such as a downloads page
syphr42
as Gregory Moyer
More... over 13 years ago
initial cut of protocol version 67 changes (no new functionality yet, just the correct version and token)
syphr42
as Gregory Moyer
More... over 13 years ago
removed some unnecessary site links for support modules (i.e. util, test, and data) such as a downloads page
syphr42
as Gregory Moyer
More... over 13 years ago
re-factored the Settings enum so that the default properties file is at ${user.home}/.libmythtv-java/settings.properties
syphr42
as Gregory Moyer
More... over 13 years ago
removed empty test resource directories
syphr42
as Gregory Moyer
More... over 13 years ago
re-factored the Settings enum so that the default properties file is at ${user.home}/.libmythtv-java/settings.properties
syphr42
as Gregory Moyer
More... over 13 years ago
removed empty test resource directories
syphr42
as Gregory Moyer
More... over 13 years ago
slightly simplified the translator maps
syphr42
as Gregory Moyer
More... over 13 years ago
implemented MESSAGE RESET_IDLETIME
syphr42
as Gregory Moyer
More... over 13 years ago
slightly simplified the translator maps
syphr42
as Gregory Moyer
More... over 13 years ago
implemented MESSAGE RESET_IDLETIME
syphr42
as Gregory Moyer
More... over 13 years ago
added enums for duplicate in type, duplicate method, and recording search type (search type is not currently used by this set of libraries)
syphr42
as Gregory Moyer
More... over 13 years ago
added the ability for a slave backend to send its list of recordings with the initial announcement
syphr42
as Gregory Moyer
More... over 13 years ago