1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 2 years ago.
Feb 07, 2023 — Feb 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added mechanism to parse error messages returned by OR REST calls More... over 12 years ago
Added some error handling to request panel layout call Will improve and apply to other API calls More... over 12 years ago
Frameworks error are just passed in to callers More... over 12 years ago
Some first go at testing the SensorPollingManager lifecycle More... over 12 years ago
REST API is now injected at contraction into SensorPollingManager More... over 12 years ago
Added parent class for all different version of the REST API More... over 12 years ago
Fixed wrong parent class More... over 12 years ago
We can keep a strong reference to address. It won't create a retain loop and it's safer. More... over 12 years ago
Documentation for ORSensorPollingManager public API. More... over 12 years ago
Added tests for value update performed by ORSensorPollingManager More... over 12 years ago
Added feature to start/stop polling. Fixed an issue with the KVO unregister code. More... over 12 years ago
Moved workspace for sample application inside its folder More... over 12 years ago
Merge branch 'master' of https://github.com/openremote/iOS More... over 12 years ago
Create README.md More... over 12 years ago
Fixed headers with appropriate license More... over 12 years ago
Component updates from sensor value now takes sensor "states" into account More... over 12 years ago
Added more tests on sensor registry. Required implementation of isEqual:/hash methods on ORSensorLink, added that + their own init tests More... over 12 years ago
Refactored with constant for better readability More... over 12 years ago
Sensor registry now allows to specify property linked to sensor (whereas before, text was always assumed) More... over 12 years ago
Moved block definition around to make code a bit easier to read More... over 12 years ago
Refactored code to update components based on sensor values in specific method More... over 12 years ago
Clean up comments to reflect current dev progress More... over 12 years ago
Clean up comments to reflect current dev progress More... over 12 years ago
First go at stopping the poll loop by cancelling the underlying REST Call "operation" More... over 12 years ago
Move responsibility of polling sensor values in specific class More... over 12 years ago
No simple/advanced distinction, std API More... over 12 years ago
Documented goal of test More... over 12 years ago
All methods on ControllerREST API now return an ORRESTCall instance, representing the REST call. Implemented unit tests on the Controller REST API, validating that call goes to expected URL is as expected. More... over 12 years ago
Refactoring to have specific method handling the connection creation. Code a bit cleaner and will help for testing. More... over 12 years ago
Fixed test now that SimpleUIConfiguration is gone More... over 12 years ago