-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aug 24, 2016: libphonenumber-7.6.0 Code changes: Refactored metadata loading and closed all streams after loading. Made isNumberGeographical public, and changed the geocoder to use this when checking whether to give a detailed answer or country-level only. Build changes: Use protobuf-javanano 3.0.0-alpha-7 from Maven Central. Metadata changes: Updated phone metadata for region code(s): EH, ET, JM, MA, SK, SN, SY, ZM Updated short number metadata for region code(s): ZA Updated geocoding data for country calling code(s): 212 (en) New carrier data for country calling code(s): 86 (zh, zh_Hant), 852 (zh, zh_Hant), 963 (en) Updated carrier data for country calling code(s): 86 (en), 212 (en), 251 (en), 421 (en) Deleted unsupported SingleFilePhoneNumberMetadataProto
- Loading branch information
1 parent
ed02941
commit 24d8dc1
Showing
40 changed files
with
16,836 additions
and
16,685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+90 Bytes
(110%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/212_en
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(110%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/251_en
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/421_en
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.75 KB
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_zh_Hant
Binary file not shown.
Binary file modified
BIN
+76 Bytes
(130%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_en
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+362 Bytes
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_zh_Hant
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+38 Bytes
(100%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/config
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/212_en
Binary file not shown.
Binary file modified
BIN
+44 Bytes
(120%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EH
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_ET
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_JM
Binary file not shown.
Binary file modified
BIN
+150 Bytes
(120%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MA
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SK
Binary file not shown.
Binary file modified
BIN
-7 Bytes
(99%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SN
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SY
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_ZM
Binary file not shown.
Binary file modified
BIN
+13 Bytes
(110%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_ZA
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
- Deleted unsupported SingleFilePhoneNumberMetadataProto. | ||
Code changes: | ||
- Refactored metadata loading and closed all streams after loading. | ||
- Made isNumberGeographical public, and changed the geocoder to | ||
use this when checking whether to give a detailed answer or country-level | ||
only. | ||
Build changes: | ||
- Use protobuf-javanano 3.0.0-alpha-7 from Maven Central. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.