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
SimpleUIConfiguration not in use at all anymore, got rid of all reference to it More... over 12 years ago
Use "normal" call, not SimpleUIDefinition one to retrieve labels to display More... over 12 years ago
No need for the SimpleUIConfiguration, getting rid of implementation that gets it. When retrieving a panel configuration, start the sensor polling for labels update mechanism More... over 12 years ago
Have sensor registry, maintain it when adding labels and make it available publicly More... over 12 years ago
Fixed typo in comment More... over 12 years ago
Ensure new instances of ORLabel are not re-created each time labels are requested More... over 12 years ago
Fixed mistake in method implementation More... over 12 years ago
Don't make legacy labels public but the new labels version using ORLabel instances More... over 12 years ago
Changed property name to indicate that we don't want to expose Label objects anymore, we're moving to ORLabel More... over 12 years ago
Cleaned some code that was a but convoluted after conversion to ARC More... over 12 years ago
Don't track user specific Xcode files More... over 12 years ago
Some more comments on work to be done More... over 12 years ago
Some more documentation review More... over 12 years ago
Added unit tests for PanelIdentityListResponseHandler_2_0_0 More... over 12 years ago
Some refactoring to make assertion logic available to other test cases More... over 12 years ago
Documentation review More... over 12 years ago
Improved unit test for ORPanelsParser and its documentation More... over 12 years ago
Added unit tests for StatusValuesParser_2_0_0Test More... over 12 years ago
Set appropriate license header More... over 12 years ago
Enhanced documentation More... over 12 years ago
Some comment on usage of KVO vs notification More... over 12 years ago
Update sample application to observe changes on model objects and update UI accordingly More... over 12 years ago
In controller, get values of sensors on configuration load and start polling mechanism More... over 12 years ago
Changed API to use set and not array of sensor ids (order is irrelevant) and changed name to made it clear we're passing ids, not sensors themselves More... over 12 years ago
Added a registry to manage known sensors and their links to widgets (model object of widget) More... over 12 years ago
Guard against the error handler being NULL More... over 12 years ago
Use new status values parser from client library in iOS console More... over 12 years ago
Some reformatting and removed old commented code More... over 12 years ago
Comments on additional work to do More... over 12 years ago
Added sensor status request / polling API calls More... over 12 years ago