Keghani Kouzoujian
642590c597
Update isNumberGeographical to return true for geographical mobile numbers
10 years ago
Lara Scheidegger
8a33f94a22
* Updating parse documentation to be more clear about what it accepts
* New useful getExampleNumber methods (for testing) - one for invalid
numbers and one for getting a number of a particular type without
specifying a country.
10 years ago
David Yonge-Mallo
902cc6bf4c
Fully quality std::* names.
11 years ago
David Hotham
6f11a02d9e
Clean compile 32-bit builds
11 years ago
Lara Scheidegger
b5e59c4e80
JAVA/JS/CPP:libphonenumber v7.0 last changes
11 years ago
Lara Scheidegger
5ff0ea2f0a
JAVA/CPP/JS: v6.3: Geocoding behaviour change, code clean-up, metadata updates.
11 years ago
Shaopeng Jia
ebb02ef276
JAVA/CPP: Handle phone number input in RFC3966 with missing "tel:" prefix.
Review URL: https://codereview.appspot.com/96510044
12 years ago
Lara Scheidegger
5891032ffb
JAVA/JS/CPP: libphonenumber v6.0
12 years ago
Lara Scheidegger
7123e3365f
JAVA/JS/CPP: Libphonenumber v5.9, code & metadata changes.
12 years ago
Cecilia Roes
35a62b36e7
JS/C++: Added mobile token support to phone number util
12 years ago
Lara Scheidegger
102e52a58b
CPP: libphonenumber v5.7 changes - small improvement to phone number extraction, updates to metadata after build tool changes.
13 years ago
Philippe Liard
09b71c10f3
CPP: Make r570 compile in Chromium.
This CL ensures that:
- All declarations in headers are made in the i18n::phonenumbers namespace.
- All USE flags/macros are prefixed with I18N_PHONENUMBERS_ to avoid name
clashes.
- All the code in base/ is actually used (by deleting unused code).
- Outdated occurrences of USE_GOOGLE_BASE don't exist anymore.
- Logging in PhoneNumberUtil is disabled by default (in production). However it
can be enabled by calling PhoneNumberUtil::SetLogger() as it is now done
during testing.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/9162043
13 years ago
Shaopeng Jia
3765924e20
libphonenumber v5.4 release.
Review URL: https://codereview.appspot.com/7570043
13 years ago
Lara Scheidegger
f410828411
JAVA/CPP/JS: libphonenumber v5.3, offlinegeocode v2.4
13 years ago
David Beaumont
18d6eae899
JAVA/CPP: Release 5.2. Metadata updates and bug fixes. See release notes for more details.
13 years ago
Lara Scheidegger
7ae82adb15
CPP: libphonenumber v5.1
13 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
14 years ago
Philippe Liard
4e11857f14
CPP: libphonenumber 4.8.
14 years ago
Philippe Liard
e55d38429c
CPP: libphonenumber 4.6.
Note that the metadata files were not uploaded to appspot because they were too
large. Here is the list of the files affected by this change (generated by
Git):
cpp/src/phonenumbers/lite_metadata.cc
cpp/src/phonenumbers/logger.h
cpp/src/phonenumbers/metadata.cc
cpp/src/phonenumbers/phonenumbermatcher.cc
cpp/src/phonenumbers/phonenumberutil.cc
cpp/src/phonenumbers/phonenumberutil.h
cpp/src/phonenumbers/region_code.h
cpp/src/phonenumbers/stringutil.cc
cpp/src/phonenumbers/stringutil.h
cpp/test/phonenumbers/asyoutypeformatter_test.cc
cpp/test/phonenumbers/phonenumbermatcher_test.cc
cpp/test/phonenumbers/phonenumberutil_test.cc
cpp/test/phonenumbers/stringutil_test.cc
This CL also fixes the issue reported by Aaron about the logger being invoked
before it is initialized.
Review URL: https://codereview.appspot.com/5786065
14 years ago
Philippe Liard
1899ea03ca
CPP: libphonenumber 4.5
14 years ago
Philippe Liard
8471f0f230
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
14 years ago
Philippe Liard
39890054ff
CPP: libphonenumber 4.2.
Review URL: http://codereview.appspot.com/5372051
14 years ago
Philippe Liard
42b959f261
JAVA,CPP: libphonenumber 4.1.
Review URL: http://codereview.appspot.com/5303049
14 years ago
Philippe Liard
6153afed92
CPP: libphonenumber 4.0
14 years ago
Philippe Liard
f10e6b9355
CPP: Add number formatting for mobile dialling
14 years ago
Philippe Liard
7b30af6d59
CPP: Add phonenumbermatcher.
14 years ago
Philippe Liard
964b7c046e
CPP: libphonenumber 3.9.
14 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Philippe Liard
4567abf5b3
CPP: Update PhoneNumberUtil and the generated metadata.
15 years ago
Lara Scheidegger
eedbf3ac30
JAVA,GEODATA: libphonenumber 3.8. Contains some bug-fixes, metadata improvements and improved phone-number-matcher behaviour. Consult the release notes for more information. Also updating a unit-test in CPP that would now fail with the testing metadata changes.
15 years ago
Philippe Liard
1cfd1ab72d
CPP: Move unit tests to the test directory.
15 years ago
Philippe Liard
7af6c9a7d2
CPP: Replace direct UTF-8 with escape sequences.
15 years ago
Philippe Liard
32b0fe6a0e
CPP: Move non-base source code to src/phonenumbers/
15 years ago
Philip Liard
e6b2ba5a8e
CPP: Adding a helper function to return the unknown region.
15 years ago
Lara Scheidegger
53ebe98c49
CPP: Small code tidy-ups (adding includes etc).
15 years ago
Philip Liard
248d69e57c
CPP: Update to JAVA r225.
15 years ago
Philip Liard
81baa2c1dc
CPP: Fix compilation error when using GetInstance() caused by the Boost CL.
15 years ago
Philip Liard
5f368993d8
CPP: Changing reg-ex implementation to use ICU by default instead of RE2. To continue to use RE2, see the README file
for instructions.
15 years ago
Philip Liard
aff02ddfe6
CPP: Update metadata/code to v3.4.
15 years ago
Philip Liard
b36c48fc55
TOOLS: Add capability to generate lite_metadata, added namespaces to metadata, added build tools jar.
15 years ago
Philip Liard
3f34988b15
CPP: Adding GetNddPrefixForRegion for libphonenumber.
15 years ago
Philip Liard
e139cb59e7
CPP: Switch protobuff to lite and add Equals method.
15 years ago
Philip Liard
750aaa4610
CPP:Rename NO_ERROR to NO_PARSING_ERROR to fix name clash on Windows.
15 years ago
Philip Liard
c16c3f99d2
CPP: Small changes for consistency.
15 years ago
Philip Liard
fd92b2a851
CPP: Update C++ source code and metadata.
15 years ago
Philip Liard
969afa602e
CPP: Adding simple RegionCode class to phonenumberutil_test.
15 years ago
Philip Liard
daa985805d
Cpp: Adding FormatInOriginalFormat().
15 years ago
Philip Liard
9fafb51e8c
Cpp: Adding GetSupportedRegions().
15 years ago
Philip Liard
e84432177a
Check in more dependencies of the library.
15 years ago
Philip Liard
e0b6260361
Adding implementations of PhoneNumberUtil.
15 years ago