Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update my Fork #1

Merged
merged 160 commits into from
Apr 29, 2015
Merged

Update my Fork #1

merged 160 commits into from
Apr 29, 2015

Conversation

lewie
Copy link
Owner

@lewie lewie commented Apr 29, 2015

No description provided.

marcelrv and others added 30 commits January 4, 2015 13:27
* Discovery of multiple Cubes on the network
* Integration of MaxCubeDiscover.java into MaxCubeBridgeDiscovery.java
for faster discovery results
* Improvement of discovery via mulicast message
openhab/openhab1-addons#1902
* Implementation of refreshType command to trigger refresh
* Change the numeric values types to BigDecimal to enable (once issue
#64 fixed) direct reading of the default values
* Rearrange the device dispose to avoid confusing messages
* Fix no bridge found issue after changing the bridge configuration
* implementation of broadcast to 255.255.255.255 from issue #96

Signed-off-by: Marcel Verpaalen <[email protected]>
Improvement of parsing S message

Signed-off-by: Marcel Verpaalen <[email protected]>
Add OS X hint.
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Also includes:
Set boost needs a setpoint temperature #1821
(openhab/openhab1-addons#1821) alternative approach
simplifying the code.

new lines at end of all files as suggested by Thomas.

Signed-off-by: marcel <[email protected]>
replaced some maxcube reference to MAX!


Signed-off-by: Marcel Verpaalen <[email protected]>
MAX! Update for new xsd definitions
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
The version of the service component package for OSGi Release 4 is using
the version 1.2.
The JavaDoc API states, that consumer of the API should use
version="[1.2,2.0)" for the version of the import.
I cannot find an implementation of the fixed version 1.2.2, perhaps this
is only supported by equinox.
Source: http://www.osgi.org/javadoc/r4v43/residential/org/osgi/service/component/package-summary.html
Signed-off-by: Markus Rathgeb <[email protected]>
fix version requirements of service.component import
Signed-off-by: Marcel Verpaalen <[email protected]>
The file SonosXMLParser.java is using the following imports:
- org.xml.sax.Attributes;
- org.xml.sax.InputSource;
- org.xml.sax.SAXException;
- org.xml.sax.XMLReader;
- org.xml.sax.helpers.DefaultHandler;
- org.xml.sax.helpers.XMLReaderFactory;

The OSGi specification mandates that a bundle declare all package
depenencies using either Import-Package or Require-Bundle. The one
exception to this rule is the java.* packages which is always delegated
to the boot classpath. All other packages dependencies must be declared
in the bundle's manifest file.

Signed-off-by: Markus Rathgeb <[email protected]>
sonos: fix missing import-package
marcelrv and others added 28 commits April 21, 2015 23:12
*Improve discovery service to avoid startup delays
*Improve discovery with background discovery

Signed-off-by: Marcel Verpaalen <[email protected]>
MAX! binding issue #202

Signed-off-by: Marcel Verpaalen <[email protected]>
Avoid setting Actual temperature when no actual is received.
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]>
Improve discovery service to avoid startup delays
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]>
Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
* Improve behavior when network is interrupted (e.g. laptop sleeps) by
using a fixed delay instead of fixed rate
* Improve the discovery results reading
* refactor the messages sending to allow better unit testing (separate
the content determination from the sending)
* Removed one findbugs warning/ nullpointerexception when no reply from
cube is coming

Signed-off-by: Marcel Verpaalen <[email protected]>
Improve behavior when network is interrupted (e.g. laptop sleeps)
Signed-off-by: Christian Rockrohr <[email protected]> (github: habnefrage)
Enhance timestamp in log files


Signed-off-by: Karel Goderis <[email protected]>
…nd_device_names

Fixed encoding problem for room and device names
…o peuter-cups-binding

Added missing imports for java.xml

# Conflicts:
#	addons/binding/pom.xml

Signed-off-by: Kai Kreuzer <[email protected]> (github: @kaikreuzer)
Signed-off-by: Kai Kreuzer <[email protected]>
Windows build does not start with included batch files #215

Signed-off-by: Marcel Verpaalen <[email protected]>
Fix for startup issues in windows
lewie added a commit that referenced this pull request Apr 29, 2015
@lewie lewie merged commit 116df5f into lewie:master Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.