1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added mention of File object. Removed caveat in ACL object description. Fixed copyright. More... over 12 years ago
Implemented remainder of channel and message operations. Fixed a number of bugs in channel operation initializers. Refactored channel model objects to use ACL objects instead of individual properties. Updated unit tests for channel objects. Renamed the unsubscribe from channel operation for consistency. More... over 12 years ago
Updated version in README More... over 12 years ago
Updated podspec and Info.plist for 0.9.3. More... over 12 years ago
File API support (model objects, API path creation, operations). Updated Mantle version used. Unit tests for File objects. More... over 12 years ago
Lock on Mantle 0.2.3 More... over 12 years ago
Minor minor version bump to coerce CocoaPods to actually recognize the license file. More... over 12 years ago
Added separate license file and CocoaPods podspec More... over 12 years ago
Updated references to class names in README. More... over 12 years ago
Updated version number. Reverted Mantle submodule to use Github's version instead of my fork. More... over 12 years ago
Renamed all classes to use a 3-letter prefix, as per Apple documentation. Fixed model unit test on 'stream' object data (was testing for true; should have been testing for not-nil). Added ignore for 'xcuserdata'. Added a stub for image update operations. More... over 12 years ago
Added instruction for submodule initialization. More... over 12 years ago
Documentation. More... over 12 years ago
Setup Mac framework build. Setup Mac framework unit tests. Fixed account manager. Added 'all accounts' methods to account manager. Fixed account manager unit tests. Fixed pre-processor conditions in update user avatar operation. Heeded more compiler warnings about stringWithFormat: usage. More... over 12 years ago
Added JSON files for model unit tests. Fixed imports in base user operation. Added missing headers to 'framework header'. Fleshed out account tests. Fleshed out miscellaneous tests. Fleshed out model tests. Removed operation tests, because it's pointless to run an automated unattended test that requires user interaction. More... over 12 years ago
Updated version of Mantle sub-repo. Moved import of header for base image fetch operation so that availability macros are processed before conditionals. More... over 12 years ago
Renamed base class for user OAuth operations to describe in better, especially in light of using application token-based operations. Added an ACL model class. Added operations for application token activity (like streams) and client (app) activity. Updated all operation classes to use the new user-based OAuth operation base class. Heeded some warnings from the compiler about stringWithFormat: usage and integers. Fleshed out the subscribe to channel operation. More... over 12 years ago
Fleshed out message operations. Fixed create post operation to include method and serialization class. Fixed parameter name for get users operation. More... over 12 years ago
Fixed get filter operation endpoint. Filled out incomplete update filter operation. More... over 12 years ago
Added operations for filters. More... over 12 years ago
Moved user stream processing into a base class. Added code to handle an array of serialized objects in the response. Fleshed out token API operation. Updated some operations to take advantage of the serialized object arrays. Changed interaction model object 'action' property to its proper type instead of a plain integer. Fleshed out interaction API operation. Fleshed out stream marker API operation. Set the serialization root class on user update operation. More... over 12 years ago
Added image fetching base operation. Fixed some method signatures in the API helper. Added another initializer to base OAuth operation. Set serialization classes or blocks on remainder of user operations. Fleshed out remainder of user operations (except avatar and cover image update). More... over 12 years ago
Added constants header. Added serialization processing to base API operation (using either a block or a specified class). Moved PM channel type constant from Channel model class to constants header. Started filling in some channel operations (still plenty to do). Started adding serialization classes or blocks to various operations (far from complete). More... over 12 years ago
Merge. More... over 12 years ago
Merge branch 'master' of https://github.com/pilgrimagesoftware/Snapper More... over 12 years ago
Added basic user operations. More... over 12 years ago
Fleshed out various simple post operations. Created default initializer for base API operation with default method value. Added some sanity checks to the base API operation. Variable name cleanup. Added checks around use of the finish block. More... over 12 years ago
Finished user API endpoint construction. Added utility method for constructing response objects from an NSError. Added progress callback in base API operation. Clarified some variable names. Cleaned up initializer for base API operation. Fleshed out create post and get post operations. More... over 12 years ago
Merged test scheme. More... over 12 years ago
Added operation stubs for all endpoints. Added API utility class for construction of endpoint URLs. Added unit test stubs. More... over 12 years ago