0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version to 2.1.5 More... over 10 years ago
Updated the NSCalendar values so that Xcode 7 doesn't show them as warnings More... over 10 years ago
Updated the email regex and added a few more regexpressions More... over 10 years ago
Added jsonString and arrayWithJSON methods to the NSArray categ More... over 10 years ago
Removed duplicate declaration for isIOS7 More... over 10 years ago
Pod version bump More... over 10 years ago
Made sure we don't get warnings on 32-bit systems More... over 10 years ago
Added an `NSNumberFormatter` category for thread-safe reusable instances, similar to the `NSDateFormatter` one More... almost 11 years ago
Added a `threadSafeInstanceWithDateStyle:timeStyle:locale:` method to the NSDateFormatter category, similar to the `threadSafeInstanceWithFormat:` one More... almost 11 years ago
Fixed formattedStringWithCurrency on iOS8 issue (set MaximumFractionDigits after changing the currency on a formatter has no effect). The solution implemented was to reuse the formatter based on thread and key More... over 11 years ago
Bumped podspec version More... over 11 years ago
iOS 8 fixes (warning for NSCalendarComponents week, exposed iOS8 method, fixed some potential crashes in NSObject fromJSON) More... over 11 years ago
Renamed queue More... over 11 years ago
Fixed Currency issue, maximumFractionDigits was reset when a new currency code was set More... over 11 years ago
Added UIDevice iOS8 checks More... over 11 years ago
Fixed performance issues on stored textfield values by making the operations async More... over 11 years ago
Bumped podspec version to 2.1.1 More... over 11 years ago
`fromJson` now uses type checking. It can convert from string to number and vice-versa, if those 2 are mixed. If it determines any other inconsistency, it will not set that property and broadcast `APFromJsonTypesNotMatchingNotification` More... over 11 years ago
Fix for `NSDateFormatter` category, for cases where the dateFormat changed. Also a best practice is to set the locale to en_US_POSIX More... over 11 years ago
Improved `NSNumber` `formattedStringWithCurrency:` by setting the currency code only when necessary. Plus we only need to set the maximum fraction digits once More... over 11 years ago
Incorporating some wisdom from https://mikeash.com/pyblog/friday-qa-2011-10-14-whats-new-in-gcd.html to prevent race conditions in fromJson More... over 11 years ago
Updated podspec version to 2.1.0 More... over 11 years ago
Fixed misspelled 'formated' More... over 11 years ago
Using capital letters for NSNumber shortDescription (i.e. k -> K) More... almost 12 years ago
Moved APJSONCustomLoading protocol to separate file to easily include it without referrencing anything else More... almost 12 years ago
Added shortDescription method to NSNumber category More... almost 12 years ago
Updated Podfile.lock More... almost 12 years ago
Removed NSLog More... almost 12 years ago
Fixed memory leak - as stated by the documentation, the result of class_copyPropertyList must be freed More... almost 12 years ago
Removed NSLog More... almost 12 years ago