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
Got rid of unused property More... over 12 years ago
Got rid of unused property More... over 12 years ago
Don't use ControllerProxy / ORControllerPanelsFetcher but directly use ORController from client library to get list of panel identities More... over 12 years ago
Change ORLabel init method to take id, now that it inherits from ORWidget More... over 12 years ago
ORLabel now inherits from ORWidget, so we can have an appropriate hierarchy for widgets in the object model More... over 12 years ago
Added unit tests for ORWidget More... over 12 years ago
Enabled modules support (requires Xcode 5) More... over 12 years ago
Cleaning up some files that should not be under version control More... over 12 years ago
Updated project with settings recommended by Xcode 5 / iOS 7 SDK More... over 12 years ago
Added parent class to all widget objects in model More... over 12 years ago
Added unit tests for ORLabel More... over 12 years ago
Appropriately handled timeout error when polling sensor value More... over 12 years ago
Added documentation for test More... over 12 years ago
Removed couple of outdated comments More... over 12 years ago
Provide default gesture type (fixes compiler warning) More... over 12 years ago
Fixed invalid type definition More... over 12 years ago
Fixed some headers that were not exported as they should have been More... over 12 years ago
Added docs and tests for ORObjectIdentifier More... over 12 years ago
Refactor to improve some namings More... over 12 years ago
Have id in ORPanel and parse them from the panel lists response More... over 12 years ago
Added object to represent id More... over 12 years ago
Moving some defines to global prefix so they can be used in other classes More... over 12 years ago
There should be no polling to controller when there are no sensors to poll More... over 12 years ago
Refactored to have response handler parent class implement the generic error handling processing More... over 12 years ago
Have all non legacy parsers handle parsing errors More... over 12 years ago
Introduced parent class to be used by all parsers, encapsulating common behaviour More... over 12 years ago
Some comment on desired additional error checking More... over 12 years ago
Panel parsing now handles parsing errors and makes it available to its caller More... over 12 years ago
Generate better error (parsing returned information) when loading a panel UI More... over 12 years ago
Display any error received when retrieving panel More... over 12 years ago