-
Notifications
You must be signed in to change notification settings - Fork 465
/
AUTHORS
executable file
·39 lines (29 loc) · 1.41 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Authors ordered by first contribution.
SungMin Ha (ishtar aka iziz, [email protected])
Hyuk Hur ([email protected])
Cliff Rowley ([email protected])
- Missing return value in formatInOriginalFormat:regionCallingFrom:error
- Compatibility with iOS versions prior to 6.x
Aaron Wojnowski ([email protected])
- Remove extra r from the countryCodeFromRegionCode method name.
stonyw
- Handle char @ when normalize any strings, eg email
Yosi Taguri (http://ahhhpah.com)
- Failed tests are down to 18 for [ AsYouTypeFormatter ]
Nils Hayat (http://nilsou.com)
- Help to update cocoapods
- Added -[NBPhoneNumberUtil parseWithPhoneCarrierRegion:error:] to parse a number using the phone's carrier country code
Frane Bandov frane ([email protected], http://frane.offbyte.com)
- Refactor to reduce memory consumption
(Export NSArray category into separate files,
Optimize constants,
Cache regex patterns to reduce memory and CPU consumption,
Make countyCodeByCarrier method publically available,
Add libPhoneNumber.{h,m} to podspec)
Cliff Ingham ([email protected], http://bloomington.in.gov/)
- Added explicit type casts to avoid warnings when building for 64 bit iOS...
rhoiberg
- Allow NBPhoneNumberUtil to be created using a specified bundle.
Google Inc.
- Add some digits mapping.
- Reduce Library Size by compiling data directly into binary instead of generating a class per region.