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-179: Reviewd L&F of clear cache button and version label to work on iOS 7 More... over 12 years ago
IPHONE-175: Make sure cached instance of ORController is invalidated when controller address is modified More... over 12 years ago
IPHONE-176: Used ImageCache method to get image file path, encapsulating logic in cache More... over 12 years ago
IPHONE-176: Some comments on error handling to implement More... over 12 years ago
IPHONE-176: Refactoring to have image path in cache "computation" encapsulated in specific method More... over 12 years ago
IPHONE-176: Removed unused code More... over 12 years ago
IPHONE-176: Addind OR headers More... over 12 years ago
IPHONE-176: Implemented loader functionality in image cache, and tests backing it More... over 12 years ago
IPHONE-176: Fixed typo in test message More... over 12 years ago
IPHONE-176: Fixed memory issues introduced in last commit More... over 12 years ago
IPHONE-176: All SubController now getting their images from the image cache More... over 12 years ago
IPHONE-176: Injecting image cache in different places (all *SubController classes), will be required be later work More... over 12 years ago
IPHONE-176: Injecting image cache in DefinitionManager, not using it yet though, need to review how to best interface image download with cache More... over 12 years ago
IPHONE-176: Injecting image cache in different places, will be required be later work More... over 12 years ago
IPHONE-176: PaginationController using image cache to get images; injected from GroupController More... over 12 years ago
IPHONE-176: Have image cache injected in GroupController More... over 12 years ago
IPHONE-176: Have image cache injected in DefaultViewController, then AppSettingController More... over 12 years ago
IPHONE-176: AppSettingController uses image cache instead of direct access to files More... over 12 years ago
IPHONE-176: Have the App Delegate instantiate the image cache More... over 12 years ago
Use class extension for private methods More... over 12 years ago
IPHONE-176: A bit of cleaning and using image instead of resource naming More... over 12 years ago
IPHONE-176: Implemented test and code for fogetAllImages More... over 12 years ago
IPHONE-176: Fixed tests and code to really use given cache folder and not hardcode to the iOS console image cache folder More... over 12 years ago
IPHONE-176: First go at the image cache, with implementation of core features and tests to validate them. Must review a bit the documentation and implement more advanced features. More... over 12 years ago
IPHONE-171: Added dummy 568 launch image to enable 4" screen usage. Will need to replace with appropriate launch image later More... over 12 years ago
IPHONE-180: using replacement code for UDID More... over 12 years ago
Some fixes on signing, using some TInSys key for now, should fully review later More... over 12 years ago
IPHONE-175: ORConsoleSettingsManager is not a singleton anymore, but a regular class, instantiated once from AppDelegate and injected where required More... over 12 years ago
IPHONE-175: Commented out code that saved password when entered in login panel, allowing us to get rid of ORConsoleSettingsManager dependency. Will need to review code around login anyway More... over 12 years ago
IPHONE-175: Removed ORConsoleSettingsManager direct dependency from ControllerException, passing controller instead More... over 12 years ago