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
Some work on being able to mock ORB connectivity in unit test More... over 12 years ago
Fixed test for latest API definition More... over 12 years ago
And controller can now also return the full panel configuration More... over 12 years ago
Real implementation of call to get SimpleUIConfiguration from a controller More... over 12 years ago
Added REST API to fetch the panel layout definition More... over 12 years ago
Got rid of un-required import More... over 12 years ago
Clarified role of labels collection on definition, also made it readonly, should not be modified besides what public API allows. More... over 12 years ago
Added helper methods to easily get to all widgets in a container More... over 12 years ago
Quick fix/borderline hack to fix view hierarchy issues that don't go by any more in iOS 6 More... over 12 years ago
Fetching the panels list now uses our client library More... over 12 years ago
Fixed typo in doc More... over 12 years ago
ORSimpleUIConfiguration is just a "storage structure", not responsible to build its content. More... over 12 years ago
Changed XML fixture to 2.0 format ("no long press support") as this is still what the parser used in tests is expecting More... over 12 years ago
Moved the "legacy" object model parsing for panel UI layout to the client library. Updated it to work with ARC. More... over 12 years ago
Fixed way unit tests access fixtures More... over 12 years ago
Moved the "legacy" object model for panel UI layout to the client library. Updated it to work with ARC. More... over 12 years ago
Rework REST API implementation to use similar NSURLConnection "mechanism" as current iOS console. More... over 12 years ago
Rework REST API implementation to use similar NSURLConnection "mechanism" as current iOS console. More... over 12 years ago
Fixed license header date More... over 12 years ago
Brought over from iOS console to client library some utility classes for lower level HTTP handling. Adapted iOS console to use those classes from the client library. More... over 12 years ago
Preliminary work on having the REST API to controller encapsulated in its own class More... over 12 years ago
Refactored to introduce the ORSimpleUIConfiguration class, holding the configuration and providing higher level access to it for clients More... over 12 years ago
Some more work on documentation, also to describe unit tests More... over 12 years ago
Made sure appropriate license header is used in all files More... over 12 years ago
Now using parser from ORControllerClient library when getting panels list More... over 12 years ago
Created workspace to include ORControllerClient library in Console More... over 12 years ago
Renamed ORController to ORControllerConfig in order to avoid futur name clashes with ORControllerClient library. Change affected CoreData model, created a new version to allow for migration. More... over 12 years ago
Setting root controller on window instead of adding subview, as done in recent SDK versions More... over 12 years ago
First go at sample application to demonstrate simple use of ORControllerClient library More... over 12 years ago
Added parser code for panels and some basic test to validate its implementation More... over 12 years ago