monjiwired
3cb8a3186b
DATA: Fixing AU mobile prefixes.
14 years ago
Shaopeng Jia
d96d17db8d
Stop modifying metadata in formatInOriginalFormat().
Bug: http://code.google.com/p/libphonenumber/issues/detail?id=91
Review URL: http://codereview.appspot.com/5573043
14 years ago
Shaopeng Jia
a417571ecd
Java: Fix geocoder to return empty string for Global Networks numbers.
Review URL: http://codereview.appspot.com/5557071
14 years ago
Shaopeng Jia
59fb39c76d
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
524402ff26
[maven-release-plugin] prepare release libphonenumber-4.5
14 years ago
Shaopeng Jia
9feb68c47a
JAVA: libphonenumber 4.5
Review URL: http://codereview.appspot.com/5532089
14 years ago
Shaopeng Jia
be80b7e4c1
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
85e67b9621
[maven-release-plugin] prepare release libphonenumber-4.4
14 years ago
Lara Scheidegger
c634f2412e
JAVA: libphonenumber v4.4
14 years ago
KushalP@gmail.com
b60d560610
CPP: Fix compilation error on Clang.
14 years ago
Philippe Liard
478492d54b
JAVA: Add Maven support for the libphonenumber demo.
That lets the demo be part of the libphonenumber Maven project thus adds the following benefits:
- Automatically update the version of the demo and the libphonenumber artifact the demo depends on when performing a release.
- Let Maven handle the deployment of the demo to AppEngine without any need to install the AppEngine SDK.
- No need to push the dependency JARs (servlet, apache common fileupload/io) even if they are still here to let you use Ant if you prefer.
Note that this CL depends on CL 5395054.
Review URL: http://codereview.appspot.com/5405041
14 years ago
Philippe Liard
b9a0d78294
CPP: Add Windows instructions to the README file.
Review URL: http://codereview.appspot.com/5451062
14 years ago
Lara Scheidegger
3b0c906ec7
CPP: Refactoring PhoneNumberUtil so that global scoped_ptr variables are now hidden in an internal class.
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
ae165b181b
CPP: Update README file.
Review URL: http://codereview.appspot.com/5448055
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
Shaopeng Jia
815c9b1b2c
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
122149ff8d
[maven-release-plugin] prepare release libphonenumber-4.3
14 years ago
Shaopeng Jia
12993b5935
Refactoring PhoneNumberOfflineGeocoder and updating tests and PhoneNumberUtil.
Review URL: http://codereview.appspot.com/5435067
14 years ago
Shaopeng Jia
fa45d4a4a9
Update libphonenumber to v4.3
Review URL: http://codereview.appspot.com/5434054
14 years ago
Fredrik Roubert
c3d0742ee9
CPP: Update Debian package version number after major version was updated in r369.
14 years ago
Philippe Liard
e858b09822
CPP: Fix CMakeLists to require Boost datetime needed by Boost thread.
This also makes the library link with the Boost static libs on Windows.
Review URL: http://codereview.appspot.com/5430053
14 years ago
Philippe Liard
c29f95866f
CPP: Fix compilation error in default_logger.h on Visual Studio 2010.
Review URL: http://codereview.appspot.com/5436046
14 years ago
Philippe Liard
aa58387144
JAVA: Add Maven support for offline phone number geocoder.
This CL (depending on CL 5376090) adds the Maven support for the offline phone number geocoder.
All the geocoding-related code/data is moved to the new directory java/geocoder.
Additionally a pom.xml file is added to java/ and java/geocoder/.
The pom.xml file located in java/ is the parent pom file which contains the configuration (SCM, developers, encoding...) that applies to both the libphonenumber and geocoder modules.
The libphonenumber and geocoder Maven modules inherit from this parent pom file therefore they don't need to duplicate this configuration.
I also moved build.xml and release_notes.txt back to java/.
BUG=57
Review URL: http://codereview.appspot.com/5395054
14 years ago
Philippe Liard
b5b7c3bbf8
JAVA: Move java code to java/libphonenumber.
This is required for the incoming Maven refactoring adding a separate geocoder module.
BUG=57
Review URL: http://codereview.appspot.com/5376090
14 years ago
Nikolaos Trogkanis
817cdf4fd4
JS: libphonenumber 4.2.
14 years ago
Lara Scheidegger
eab3e2f14f
METADATA: Fixing formatting patterns for Korea to cover all numbers we consider valid.
14 years ago
Philippe Liard
39890054ff
CPP: libphonenumber 4.2.
Review URL: http://codereview.appspot.com/5372051
14 years ago
Shaopeng Jia
fdb887c923
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
f9adc024ca
[maven-release-plugin] prepare release libphonenumber-4.2
14 years ago
Lara Scheidegger
0b47ddf10a
Fixing NPE in getLengthOfNationalDestinationCode reported in issue 73
14 years ago
Lara Scheidegger
6f225c7897
JAVA: libphonenumber 4.2. Includes rest of emergency number data, new region SX.
14 years ago
Philippe Liard
60da46779b
Reset PhoneNumberUtil singleton instance in ShortNumberUtilTest and make JUnit tests never fork in both Ant and Maven.
PhoneNumberUtil.resetInstance() should always be used instead. This omission should not be hidden by unit tests that fork.
That also makes the external version consistent with the internal one in which unit tests don't seem to be executed by default in isolated processes.
Review URL: http://codereview.appspot.com/5341042
14 years ago
Nikolaos Trogkanis
d46ff896ce
- Fix formatNumberForMobileDialing that is modifying its input PhoneNumber.
- Fix incorect use of string equality.
- Fix testGetEnglishDataPath that is failing under windows.
- Remove unused method and variables.
14 years ago
Nikolaos Trogkanis
3f0793f365
JS: libphonenumber 4.1.
14 years ago
Shaopeng Jia
27fbd7fa4d
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
cb9e05daab
[maven-release-plugin] prepare release libphonenumber-4.1
14 years ago
Lara Scheidegger
6d2920f20e
TESTDATA: Fixing test-data XML file to follow the DTD, as reported by b72.
14 years ago
Philippe Liard
42b959f261
JAVA,CPP: libphonenumber 4.1.
Review URL: http://codereview.appspot.com/5303049
14 years ago
Shaopeng Jia
21ce203880
JAVA: Release InputStreams after using them.
Review URL: http://codereview.appspot.com/5263046
14 years ago
Philippe Liard
7d9bac374c
TOOLS: Refactor GenerateAreaCodeData.
Review URL: http://codereview.appspot.com/5246051
14 years ago
Philippe Liard
175ad577f2
TOOLS: Change package to com.google.i18n.phonenumbers.
Review URL: http://codereview.appspot.com/5193044
14 years ago
Philippe Liard
a1f02fef5a
CPP: Don't add GCC flags and don't link with pthread on WIN32.
Review URL: http://codereview.appspot.com/5302049
14 years ago
Philippe Liard
00239dfb50
CPP: Update version number in CMakeLists and Debian changelog
Review URL: http://codereview.appspot.com/5246059
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
Shaopeng Jia
95387d7d4c
[maven-release-plugin] prepare for next development iteration
14 years ago