| minor group reorganization and some comments |
|
More...
|
almost 16 years ago
|
| i should probably make sure stuff compiles before checking it in... |
|
More...
|
almost 16 years ago
|
| finally starting to implement post retrieval. beginning to stub in model objects |
|
More...
|
almost 16 years ago
|
| more predicate verification |
|
More...
|
almost 16 years ago
|
| Refactoring tags, users, and badges. sorting not yet put in. |
|
More...
|
almost 16 years ago
|
| Fixed merge conflict |
|
More...
|
almost 16 years ago
|
| Major refactor of SKBadge api call construction. Should now only allow valid SKBadge predicates. |
|
More...
|
almost 16 years ago
|
| minor tweak to the readme |
|
More...
|
almost 16 years ago
|
| more refactoring. edited readme |
|
More...
|
almost 16 years ago
|
| more error checking when executing asynchronously |
|
More...
|
almost 16 years ago
|
| Refactored SKFetchRequest to allow for a delegate when executing asynchronously (which is now the default) |
|
More...
|
almost 16 years ago
|
| Migrated back to github. Updated code to use a user-supplied API key. Updated README. |
|
More...
|
almost 16 years ago
|
| Updated SKConstants.m to the new API version and key |
|
More...
|
almost 16 years ago
|
| Starting to implement cleaning |
|
More...
|
almost 16 years ago
|
| Merge branch 'master' of codaset.com:davedelong/stackkit |
|
More...
|
almost 16 years ago
|
| Renamed SKBadgeRank to SKBadgeRank_t to avoid conflicts. Removed traces of badge color to badge rank |
|
More...
|
almost 16 years ago
|
| Unit tests are now passing |
|
More...
|
almost 16 years ago
|
| Cleaning up; fixed a crash where an NSError object would get created with a +0 retain count, then destroyed when a pool was drained. This would crash the unit tests. The tests still aren't passing, because the latest API changes haven't been implemented |
|
More...
|
almost 16 years ago
|
| Updated api version, api key, etc. Many of the unit tests are failing for unknown reasons. |
|
More...
|
almost 16 years ago
|
| Standardised SKBadge property names, removing occurrences of 'badge'. Renamed SKBadgeColor_t to SKBadgeRank |
|
More...
|
almost 16 years ago
|
| Merge branch 'master' of codaset.com:davedelong/stackkit |
|
More...
|
almost 16 years ago
|
| Fixed sorting in SKTag (sort added as a query parameter) |
|
More...
|
almost 16 years ago
|
| It is now illegal to give a predicate more complex than a simple comparison, or an AND of simple comparisons |
|
More...
|
almost 16 years ago
|
| a more appropriate date range for the activity test |
|
More...
|
almost 16 years ago
|
| Started implementing fromdate and todate in SKUserActivity. Doesn't seem to be working right, even thought the path looks good... |
|
More...
|
almost 16 years ago
|
| Made SKUserActivity.h public in the framework so it could be imported from StackKit.h |
|
More...
|
almost 16 years ago
|
| Merge branch 'master' of codaset.com:davedelong/stackkit |
|
More...
|
almost 16 years ago
|
| Put in the proper property => API mapping |
|
More...
|
almost 16 years ago
|
| flesched out the initializer for SKUserActivity |
|
More...
|
almost 16 years ago
|
| Started working on user activity; Users now have sorting applied through the query instead of the path (yay) |
|
More...
|
almost 16 years ago
|