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
Cleaned-up implementation of the login panel More... about 12 years ago
Handled error if we try to stop observing multiple times More... about 12 years ago
IPHONE-171: Ensure error controller view is set to occupy all its parent’s space when displayed More... about 12 years ago
IPHONE-187: Use appropriate VC containment methods when handling errorViewController More... about 12 years ago
IPHONE-188: Using private properties instead of ivars More... about 12 years ago
IPHONE-188: Using private properties instead of ivars More... about 12 years ago
IPHONE-188: Using properties instead of ivars More... about 12 years ago
IPHONE-188: Removed extra, not required, syntax More... about 12 years ago
IPHONE-188: Using dictionary literals More... about 12 years ago
IPHONE-188: Don’t change libraries code More... about 12 years ago
IPHONE-188: Using array literals More... about 12 years ago
IPHONE-181: No need to dealloc implementation More... about 12 years ago
IPHONE-181: Unit tests converted to ARC More... about 12 years ago
IPHONE-181: Console converted to ARC, unit tests still using MRC More... about 12 years ago
IPHONE-181: Removed some autorelease calls that caused issue with ARC conversion More... about 12 years ago
IPHONE-186: AppSettingsDefinition is not a singleton anymore More... about 12 years ago
IPHONE-184: Updated CocoaAsyncSocket to current version (as of 9-Dec-2013). This is ARC enabled code and as Console is not yet ARC, auto-discovery code is currently crashing. Will fix as part of IPHONE-181. More... about 12 years ago
IPHONE-185: Updated Reachability code with v3.0 from Apple More... about 12 years ago
IPHONE-185: Getting rid of dubious network check when downloading images More... about 12 years ago
First go at supporting authentication. LoginViewController is copy from existing code and needs cleaning More... about 12 years ago
Use authentication manager to authenticate during calls More... about 12 years ago
Added objects to implement authentication in communication with OR controller More... about 12 years ago
Added a change log file More... about 12 years ago
Comments for future tasks More... about 12 years ago
Made tests pass again by commenting out testing code related to Label More... about 12 years ago
Simplified ORDataCapturingNSURLConnectionDelegate implementation with more runtime “magic” More... about 12 years ago
Tests to validate methods from original delegate protocols are correctly forwarded. More... about 12 years ago
Simplified ORDataCapturingNSURLConnectionDelegateTest implementation using OCMock More... about 12 years ago
Added OCMock (v2.2.1) to project to help with tests implementation More... about 12 years ago
First go at testing ORDataCapturingNSURLConnectionDelegate More... about 12 years ago