0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the URL for the Three20 git submodule More... about 14 years ago
Implemented a workaround for Three20's table cell image layout bug (thanks RoBak42 for the patch) More... over 14 years ago
Updated target header search path to include libxml2 More... over 14 years ago
Fixed issue#3: TTPhotoViewController not loading past maxPhotoIndex. This was a forwarding / object-identity bug. More... over 14 years ago
Fixed issue#4: incorrect implementation of imageForError: More... over 14 years ago
Bumped the frozen three20 submodule to bring in the changes that removed the private API usages. More... over 14 years ago
Updated the README's formatting. More... over 14 years ago
fixed: issue #5 duplicated photo in next batch when loading more from Yahoo. More... over 14 years ago
Bumped the three20 submodule. More... over 14 years ago
Added my deployment script to the gitignore list. More... over 14 years ago
Updated the README. More... over 14 years ago
Created the SearchResultsModel protocol and made YahooSearchResultsModel and FlickrSearchResultsModel conform to this new protocol. More... over 14 years ago
Added Flickr XML support. More... over 14 years ago
Added Flickr JSON support. More... over 14 years ago
Added a README. More... over 14 years ago
Bumped the Three20 submodule to point at the most recent HEAD. More... over 14 years ago
Set some sensible defaults for the Three20 URL request and cache settings. More... over 14 years ago
Renamed PhotoSource to match the way that my table view data source is named. More... over 14 years ago
Wrote several high-level comments. More... over 14 years ago
Fixed a memory leak in YahooSearchResultsModel More... over 14 years ago
Several refactorings (described below) More... over 14 years ago
YahooSearchResultsModel now has access to the number of total results available on the server for the current search query. More... over 14 years ago
Renamed the project. More... over 14 years ago
Added an example for TTThumbsViewController/TTPhotoViewController. More... over 14 years ago
Switched from using NSXMLParser to the third-party KissXML library. More... over 14 years ago
Now uses the TTModel system. More... over 14 years ago
Added support for the newest Three20 builds and wrote a lot of high-level comments. More... almost 15 years ago
- added automagic 'Load More Items' button when more results are available on the server. More... almost 15 years ago
- basic provision for automagically enabling the 'load more items' button. More... almost 15 years ago
-factored out the web service code from the data source into a separate class. The idea is to reduce sub-classing. More... almost 15 years ago