0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor group reorganization and some comments
davedelong
as Dave DeLong
More... almost 16 years ago
i should probably make sure stuff compiles before checking it in...
davedelong
as Dave DeLong
More... almost 16 years ago
finally starting to implement post retrieval. beginning to stub in model objects
davedelong
as Dave DeLong
More... almost 16 years ago
more predicate verification
davedelong
as Dave DeLong
More... almost 16 years ago
Refactoring tags, users, and badges. sorting not yet put in.
davedelong
as Dave DeLong
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.
davedelong
as Dave DeLong
More... almost 16 years ago
minor tweak to the readme
davedelong
as Dave DeLong
More... almost 16 years ago
more refactoring. edited readme
davedelong
as Dave DeLong
More... almost 16 years ago
more error checking when executing asynchronously
davedelong
as Dave DeLong
More... almost 16 years ago
Refactored SKFetchRequest to allow for a delegate when executing asynchronously (which is now the default)
davedelong
as Dave DeLong
More... almost 16 years ago
Migrated back to github. Updated code to use a user-supplied API key. Updated README.
davedelong
as Dave DeLong
More... almost 16 years ago
Updated SKConstants.m to the new API version and key More... almost 16 years ago
Starting to implement cleaning
davedelong
as Dave DeLong
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
davedelong
as Dave DeLong
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
davedelong
as Dave DeLong
More... almost 16 years ago
Updated api version, api key, etc. Many of the unit tests are failing for unknown reasons.
davedelong
as Dave DeLong
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
davedelong
as Dave DeLong
More... almost 16 years ago
a more appropriate date range for the activity test
davedelong
as Dave DeLong
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...
davedelong
as Dave DeLong
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
davedelong
as Dave DeLong
More... almost 16 years ago
flesched out the initializer for SKUserActivity
davedelong
as Dave DeLong
More... almost 16 years ago
Started working on user activity; Users now have sorting applied through the query instead of the path (yay)
davedelong
as Dave DeLong
More... almost 16 years ago