0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support building with older sdks that don't define NS_DESIGNATED_INITIALIZER Work around an issue with older versions of clang: ( r203954 - Objective-C. Allow objc_designated_initializer for private ) http://permalink.gmane.org/gmane.comp.compilers.clang.scm/94822 More... over 9 years ago
Better logging and a possible fix for #57. More... over 9 years ago
Modernise a bunch of RHAB interfaces. (Properties / ENUM etc.) Add iOS Framework target. More... over 9 years ago
Unify RHPerson vCard representation logic. Fixes #53. More... almost 10 years ago
Wrap deprecated dispatch_get_current_queue() to suppress deprecation warning. This is a safe use of the method because the code path is only used on pre iOS 5 devices. More... about 10 years ago
Clean up some readonly properties for arc. More... about 10 years ago
Switch over to XCTest. More... about 10 years ago
Add a peopleWithEmail: method to RHAddressBook. More... about 10 years ago
Fix building under arc with 7.1. More... about 10 years ago
Merge pull request #45 from RyanBertrand/person-image-data More... about 10 years ago
added functions to grab Person image data More... about 10 years ago
Update readme. More... about 10 years ago
Update projects settings for 7.1 and fix a few type conversion warnings. More... about 10 years ago
Update tests for 7.1. More... about 10 years ago
Merge branch 'gcd-thread-safety' More... about 10 years ago
Disable Geocoding by default. More... about 10 years ago
Include a TestTargetID for the Unit Tests, so that they can run in Xcode 5 without crashing. More... over 10 years ago
Use ABPersonGetCompositeNameFormatForRecord() where available and expose it on RHPerson on iOS 7+. More... over 10 years ago
Suppress known deprecation warnings for ABAddressBookCreate(). We only use it on pre iOS 6 devices. More... over 10 years ago
Update Tests for iOS 7. More... over 10 years ago
alias -[RHPerson name] to compositeName. Fixes #30 More... over 10 years ago
Wrap RH_AB_ENABLE_DEBUG_LOGGING and RH_AB_INCLUDE_GEOCODING in #ifndef to make it easier for others to override them without editing the project. More... almost 11 years ago
Wrap RH_AB_ENABLE_DEBUG_LOGGING and RH_AB_INCLUDE_GEOCODING in #ifndef to make it easier for others to override them without editing the project. More... almost 11 years ago
Switch over to using GCD for thread safety in RHAddressBook. This could do with more testing before hitting master. More... almost 11 years ago
Ensure that RHRecord instances are removed from their respective weak caches on the _addressBook thread. We do this to guarantee that they are removed from the weak cache before some other thread else ends up with an already being deallocated object. Unfortunately this only currently works when RHRecord is build with ARC disabled because the logic has to be placed inside release. More... about 11 years ago
Use the CFSet methods to remove values rather than the NSSet methods inside checkout. More... about 11 years ago
Add a pre processor flag (RH_AB_INCLUDE_GEOCODING) that controls the inclusion of all geocoding code. While the geocoding logic was already disabled by default, many people have asked for the ability to remove it entirely. More... about 11 years ago
FIXED Geocoding progress not working, integer division results in always 0.0 or 1.0 result. More... about 11 years ago
Add a few NULL checks to the SharedServices rebuildCache method. More... over 11 years ago
Switch over to ABAddressBookCreateWithOptions() in the GeoResult class. More... over 11 years ago