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
b1337c7ff1
JAVA/CPP: Better exclusion of dates, change in build error messages.
12 years ago
Lara Scheidegger
d535b204b1
Porting fix for AYTF to C++, small comment updates.
12 years ago
Lara Scheidegger
a201099230
JAVA/JS/CPP: libphonenumber v6.1
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
f5439bb8a4
JAVA/JS/CPP: libphonenumber v5.8. ShortNumberInfo API, metadata updates, small bug fixes. See the release notes for more information.
12 years ago
Lara Scheidegger
d7e735969b
Fixing issue where default_logger.h conflates LOG and VLOG. Issue reported and original idea for a fix provided by ben.darnell.
13 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
Lara Scheidegger
f086b9a9df
JAVA/JS/CPP: libphonenumber v5.6
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
Philippe Liard
84ffc1d777
CPP: Move base/ to phonenumbers/.
This will be needed to make libphonenumber depend on its own base/ rather than
Chromium's one as it is the case currently.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/8797048
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
Philippe Liard
fe98320cc9
CPP: Build a separate library for geocoding.
Review URL: https://codereview.appspot.com/6820067
13 years ago
Philippe Liard
7f40b02808
CPP: Implement PhoneNumberOfflineGeocoder.
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
af2b6b190a
Java/CPP: libphonenumber v5.1.2 - AYTF fix for numbers in national format in countries with no national prefix.
13 years ago
Lara Scheidegger
7ae82adb15
CPP: libphonenumber v5.1
13 years ago
Patrick Mézard
2699d37d34
CPP: use new geocoding data in AreaCodeMap.
14 years ago
Philippe Liard
1e187ce622
CPP: Fix geocoding data parser.
14 years ago
David Beaumont
6a2ac124fd
CPP: Ported alternate phone number format support.
14 years ago
Philippe Liard
e930086b33
CPP: Implement MappingFileProvider.
14 years ago
Philippe Liard
0773d7fff9
CPP: Test geocoding data.
14 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
14 years ago
Philippe Liard
ac08bfe262
CPP: Add geocoding data generator.
14 years ago
Philippe Liard
31b159870d
CPP: Implement AreaCodeMap and DefaultMapStorage.
14 years ago
Philippe Liard
10c1455305
CPP: Adjust phonenumbermatch_test.cc integer types.
This failed with OSX 10.6 default gcc-4.2 and macports gcc-4.8.
14 years ago
Philippe Liard
638666675e
CPP: Fix stringutil_test literal types
This failed with OSX 10.6 default gcc-4.2 and macports gcc-4.8.
14 years ago
Philippe Liard
4e11857f14
CPP: libphonenumber 4.8.
14 years ago
Philippe Liard
ea615a7316
CPP: libphonenumber 4.7.
This is mainly a metadata update.
Modified files:
cpp/src/phonenumbers/lite_metadata.cc
cpp/src/phonenumbers/metadata.cc
cpp/src/phonenumbers/phonenumberutil.cc
cpp/test/phonenumbers/phonenumbermatcher_test.cc
Review URL: https://codereview.appspot.com/6028044
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
f1cbc4af44
CPP: Fix PhoneNumberMatcher build in Chrome.
Contributors:
- leandrogracia@chromium.org
- georgey@chromium.org
Review URL: https://codereview.appspot.com/5627046
14 years ago
Philippe Liard
1899ea03ca
CPP: libphonenumber 4.5
14 years ago
KushalP@gmail.com
b60d560610
CPP: Fix compilation error on Clang.
14 years ago
georgey@chromium.org
b197289e6e
CPP: Remove static non-POD variables from RegionCode class.
14 years ago
Philippe Liard
127988b991
CPP: Add missing license in cpp/test/phonenumbers/run_tests.cc.
14 years ago
Philippe Liard
8471f0f230
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
14 years ago
Philippe Liard
aa50718d6e
CPP: Fix logger and asyoutypeformatter unit test to let the latest release build in Chromium.
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
091f1ba3c8
CPP: Fix compilation error on 32bit machines.
BUG=71
Review URL: http://codereview.appspot.com/5252052
14 years ago
Philippe Liard
7b30af6d59
CPP: Add phonenumbermatcher.
14 years ago
Philippe Liard
964b7c046e
CPP: libphonenumber 3.9.
14 years ago
Philippe Liard
4bffe68fe1
CPP: Add AsYouTypeFormatter (port from Java).
14 years ago
thestig
2f03208d02
Cpp: Move scoped_ptr.h to memory folder.
15 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago