| Added SKTag support with relevant unit tests |
|
More...
|
almost 16 years ago
|
| organizing the project file a bit |
|
More...
|
almost 16 years ago
|
| Renaming so we don't end up overwriting the ivar and leaking |
|
More...
|
almost 16 years ago
|
| Prepping SKObjects to handle sort descriptor pruning |
|
More...
|
almost 16 years ago
|
| Made the initializer for SKFetchRequest much more explicit, with some default values |
|
More...
|
almost 16 years ago
|
| Added a convenience method to access the SO api site |
|
More...
|
almost 16 years ago
|
| dang i got another badge :P |
|
More...
|
almost 16 years ago
|
| dang i got another badge :P |
|
More...
|
almost 16 years ago
|
| added a convenience method on SKUser to retrieve his badges, with an appropriate unit test |
|
More...
|
almost 16 years ago
|
| Added SKBadges, with unit tests. |
|
More...
|
almost 16 years ago
|
| Merge branch 'master' of codaset.com:davedelong/stackkit |
|
More...
|
almost 16 years ago
|
| Implemented site statistics, with a relevant unit test |
|
More...
|
almost 16 years ago
|
| Cleanup, clarifying comments |
|
More...
|
almost 16 years ago
|
| The cachedBadges dictionary in SKSite hadn't been initialised or deallocated |
|
More...
|
almost 16 years ago
|
| Reorganised SKObject.m |
|
More...
|
almost 16 years ago
|
| Renamed +keyForKey: to +propertyKeyFromAPIAttributeKey: to aid clarity |
|
More...
|
almost 16 years ago
|
| Added initializers for SKBadge |
|
More...
|
almost 16 years ago
|
| Added caching of badge objects |
|
More...
|
almost 16 years ago
|
| Tag object was released (instead of autoreleased) in convenience initializer |
|
More...
|
almost 16 years ago
|
| StackKit target changed so that framework can be used as an embedded framework and build dependency in another application: changed installation directory to @executable_path/../Frameworks, and made SKBadge.h, SKConstants.h, SKRSS.h and SKTagRSS.h public |
|
More...
|
almost 16 years ago
|
| changed the isModerator ivar to userType, in conformance with the changing API |
|
More...
|
almost 16 years ago
|
| Added the ability to filter for an SKUser via the SKUserDisplayName in a fetch request predicate. Also refactored an NSPredicate category. |
|
More...
|
almost 16 years ago
|
| Moved the API version out of the initializing URL and into the SKSite object. Now available via the SKAPIVersion constant |
|
More...
|
almost 16 years ago
|
| Updated README to reflect official API |
|
More...
|
almost 16 years ago
|
| Changed the default pagesize from 1000 to 100 |
|
More...
|
almost 16 years ago
|
| The API now has a version in the url. updating user keys to match the API. allows for sorting/filtering based on either the property or the attribute name. |
|
More...
|
almost 16 years ago
|
| cutting down on code reuse |
|
More...
|
almost 16 years ago
|
| Moved the API key into a constant; added a unit test to test for the oldest users, limiting to 10 |
|
More...
|
almost 16 years ago
|
| using the proper constants in the unit tests |
|
More...
|
almost 16 years ago
|
| removing warnings (cleanly builds) |
|
More...
|
almost 16 years ago
|