-
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.
Metadata updates for release 8.13.53 (#3781)
- Loading branch information
1 parent
0bd1332
commit 5713f0d
Showing
63 changed files
with
20,053 additions
and
20,069 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
target/ | ||
!tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar | ||
build/ | ||
lib/ | ||
generated/ | ||
# Ignore build directories and any files generated by the update script. | ||
cpp/build/ | ||
cpp/src/phonenumbers/geocoding/geocoding_data.cc | ||
cpp/src/phonenumbers/phonemetadata.pb.* | ||
cpp/src/phonenumbers/phonenumber.pb.* | ||
cpp/test/phonenumbers/geocoding/geocoding_test_data.cc | ||
java/build/ | ||
java/demo/war/WEB-INF/classes/ | ||
java/demo/war/WEB-INF/lib/ | ||
java/**/target/ | ||
# Ignore the logs directory | ||
/logs/ | ||
# Ignore ourselves because this is not intended to be submitted. | ||
/.gitignore |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/212_en
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(91%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/229_en
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/252_en
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/351_en
Binary file not shown.
Binary file modified
BIN
-66 Bytes
(95%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/371_en
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(96%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/389_en
Binary file not shown.
Binary file modified
BIN
-28 Bytes
(79%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/597_en
Binary file not shown.
Binary file modified
BIN
+14 Bytes
(120%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/680_en
Binary file not shown.
Binary file modified
BIN
-31 Bytes
(95%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/90_en
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(97%)
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/92_en
Binary file not shown.
Binary file modified
BIN
+90 Bytes
(100%)
java/geocoder/src/com/google/i18n/phonenumbers/timezones/data/map_data
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EH
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_IL
Binary file not shown.
Binary file modified
BIN
-17 Bytes
(96%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_LV
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MA
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(99%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MK
Binary file not shown.
Binary file modified
BIN
-13 Bytes
(99%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MM
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MU
Binary file not shown.
Binary file modified
BIN
+7 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PW
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SO
Binary file not shown.
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
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,2 +1 @@ | ||
Code changes: | ||
- Fixed a bug where the extension was appended twice in formatOutOfCountryKeepingAlphaChars in the Java version and updated FormatOutOfCountryKeepingAlphaChars in the C++ version to format the extension. | ||
|
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.