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
IPHONE-182: Removed custom implementation of sendSynchronousRequest:returningResponse:error: and using standard one from NSURLConnection More... about 12 years ago
Some experimentations around authentication, nothing ready yet More... about 12 years ago
Removed now duplicate code from CredentialUtil and using method from NSMutableURLRequest+ORAdditions category More... about 12 years ago
Updated copyright year in comment header More... about 12 years ago
Added category with authentication related utility method on NSMutableURLRequest More... about 12 years ago
Moved utility NSStringAdditions category to client library, so it can be used internally there. More... about 12 years ago
Need -all_load flag for console to use category in client library More... about 12 years ago
When using cached panel definition, re-attach to controller to start sensor polling More... about 12 years ago
Make attachPanelDefinition public on ORController More... about 12 years ago
Fixed setController: not synthesized More... about 12 years ago
Made controllerAPI a property, it's used by most methods, no need to re-instantiate each time More... about 12 years ago
Extracted logic to attach Definition to a Controller and start the polling in its specific method More... about 12 years ago
Added concept of Definition being attached to a controller, keeping a reference to the controller that fetched it/updates its widgets' properties. More... about 12 years ago
Need -all_load flag for console to use category in client library More... about 12 years ago
Tests for new textColor and font properties on ORLabel, also enforced default values in accordance with OR specifications. More... about 12 years ago
Added font and textColor on ORLabel. Had to move utility UIColor+ORAdditions category to client library (eventually, might make sense to have a ORCommons library for those helpers). More... about 12 years ago
Got rid of older comments More... about 12 years ago
Got rid of legacy Label and LabelParser More... about 12 years ago
Changed update mechanism to request panel definition through new client API in // with current XML download. This means label update works when requesting an update, but not when rendering base on local cache. More... about 12 years ago
First go at getting rid of legacy object model: Label. ORLabel is now directly part of the returned object model (this required for now ORWidget to inherit Component and some specific checks for new class that'll eventually go away) and used by rendering. Font and color not yet supported. iOS console does not update label values anymore for now. More... about 12 years ago
parsePanelConfigurationFileAtPath: method is private, moved away from public header More... about 12 years ago
Ensures labels stay center when going to landscape More... over 12 years ago
Fixed the way check for iPad device is done More... over 12 years ago
Code cleaned using more modern ObjC constructs More... over 12 years ago
Formatting More... over 12 years ago
Client library supports both iPhone and iPad devices More... over 12 years ago
Setting version to beta 2 for internal distribution More... over 12 years ago
Header search path when archiving seems to never be recursive -> must use "full path" to header, including library name when importing More... over 12 years ago
Ensure headers from client library found when building for device More... over 12 years ago
Fixed memory management issue More... over 12 years ago