openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
E
EGOImageLoading
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Mar 15, 2025 — Mar 15, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #16 from JaviSoto/patch-1
Shaun Harrison
More...
almost 14 years ago
Nilling out the delegate to avoid crashes in tables with EGOImageViews in each cell in circumstances of slow connections where the view controller with the table could be deallocated and notified afterwards about images that finished downloading.
Javier Soto
More...
over 14 years ago
Merge pull request #11 from slavingia/master
Shaun Harrison
More...
over 14 years ago
Merge pull request #13 from jpm/master
Shaun Harrison
More...
over 14 years ago
Trigger the delegate callback if the image was found in the cache
Joao Prado Maia
More...
over 14 years ago
weak-linked delegate like it should be!
Sahil Lavingia
More...
over 14 years ago
weak-linked delegate like it should be!
Sahil Lavingia
More...
over 14 years ago
Optimized block queues, created new queue for styler block so all styling will happen off the main thread.
shnhrrsn
More...
almost 15 years ago
Fixed a few bugs that popped up due to the last commit. Updated the demo and updated the EGOCache commit point
shnhrrsn
More...
almost 15 years ago
Merge pull request #5 from andmej/master.
Shaun Harrison
More...
almost 15 years ago
Added in (optional) support for using blocks instead of notifications. If you use blocks, you can use the new 'styler' feature to manipulate the image ahead of time and cache the manipulated image, instead of manipulating it everytime you draw it. Also added a method to clear cache.
shnhrrsn
More...
almost 15 years ago
EGOImageLoadConnection was not releasing its _responseData instance variable. This was causing a memory leak in my application.
Andrés Mejía
More...
over 15 years ago
Switched license to MIT
shnhrrsn
More...
about 16 years ago
Added a .01 second delay to the start of an image load, which will prevent the unneccessary starting of an image download while scrolling in a table view, that will be cancelled right away, anyway.
shnhrrsn
More...
about 16 years ago
Added remove observer methods to EGOImageLoader, it's very important to call these in your dealloc to avoid potential crashes. Updated the EGOImageView/Button classes to use new methods
shnhrrsn
More...
about 16 years ago
Removed all NSOperationQueue logic in favor of NSURLConnections asynchronous methods. Deprecated decreate/imageImageLoadPriority. EGOImageView/EGOImageButton have new cancelImageLoad method, in their place. Updated the EGOCache submodule to use the newest code
shnhrrsn
More...
over 16 years ago
Moved EGOImageLoadOperation to EGOImageLoadConnection
shnhrrsn
More...
over 16 years ago
Update to fix the issues with EGOImageLoader causing the table views to scroll choppy. Removes dependency on ASIHTTPRequest in favor of NSURLConnection
shnhrrsn
More...
over 16 years ago
Added licenses
shnhrrsn
More...
over 16 years ago
Initial Commit
shnhrrsn
More...
over 16 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree