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
Lara Scheidegger
eab3e2f14f
METADATA: Fixing formatting patterns for Korea to cover all numbers we consider valid.
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
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
Shaopeng Jia
95387d7d4c
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
0732670f72
[maven-release-plugin] prepare release libphonenumber-4.0
14 years ago
Lara Scheidegger
a2a91f2bb3
JAVA,GEODATA: libphonenumber 4.0.
14 years ago
Philippe Liard
1c540bd8cd
GEODATA: Add new files and English translations.
Changes for AO, AR, AT, BJ, BR, CD, CG, CI, CL, CN, CV, DE, ES, FR, GR, GW, HU, KM, MR, MZ, NL, PL, PT, SE, ST, SZ.
Review URL: http://codereview.appspot.com/5150044
14 years ago
Shaopeng Jia
d0a41127dc
JAVA: Fix a small threading issue with PhoneNumberUtil.java
Review URL: http://codereview.appspot.com/5129044
14 years ago
Philippe Liard
99a60e37be
JAVA: Fix NullPointerException in PhoneNumberOfflineGeocoder.
14 years ago
Shaopeng Jia
fdcc49d17d
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
2bf5685269
[maven-release-plugin] prepare release libphonenumber-3.9
14 years ago
Philippe Liard
ed81076fe0
JAVA,GEODATA: libphonenumber 3.9.
14 years ago
Philippe Liard
aef5f16aa4
GEODATA: Update Zambia binary file.
14 years ago
Philippe Liard
9129014392
GEODATA: Fix invalid location in Germany geocoding data.
14 years ago
Philippe Liard
4647369c81
JAVA: Move RegionCode class to let it be used by all the unit tests.
14 years ago
Philippe Liard
ad9de93c31
GEODATA: Add geocoding data for Argentina, Ascension Island, Cape Verde, Cuba, Finland, Greenland, Morocco, Mozambique, Somalia, Zambia. Contributed by g1smd.
14 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Philippe Liard
6563bddbb0
GEODATA: Adding data for Egypt, Mauritius, Uganda, The Comoros, Sao Tome and Principe. Contributed by g1smd.
15 years ago
Philippe Liard
688606ee4e
GEODATA: Updating binary file 290_fr after the text file encoding change.
15 years ago
Philippe Liard
51eeec57ab
GEODATA: Add geocoding data for Togo. Contributed by g1smd.
15 years ago
Philippe Liard
18d8cc666c
GEODATA: Add geocoding data for Sierra Leone, Ethiopia, St. Helena & Tristan da Cuhna, Republic of Congo. Contributed by g1smd.
15 years ago
Shaopeng Jia
a163b98672
JAVA: Remove unused test binary file.
15 years ago
Shaopeng Jia
fd6f047c68
[maven-release-plugin] prepare for next development iteration
15 years ago
Shaopeng Jia
1b0362dcd8
[maven-release-plugin] prepare release libphonenumber-3.8
15 years ago
Shaopeng Jia
c167f1c88f
JAVA: Update invalid US number in geocoder test, so that it is invalid for both the production and test metadata.
15 years ago
Philippe Liard
85bb14d472
METADATA: Update PhoneNumberMetadata.xml.
15 years ago
Philippe Liard
0a4585a175
JAVA,GEODATA: Fix broken test after US data split commit.
15 years ago
Philippe Liard
1cd62e29c0
JAVA,GEODATA: Split US binary data into multiple files.
15 years ago
Philippe Liard
ae95774dae
GEODATA: Adding geocoding data for Venezuela, Sudan, The Gambia, Armenia, Guinea-Bissau, Congo, Moldova, Kenya, Mauritania and Zimbabwe. Contributed by g1smd. Also adding missing binary file for Angola.
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
Shaopeng Jia
033d4111ec
JAVA: Update code to silence Javadoc warnings.
15 years ago
Lara Scheidegger
66018dbeee
DEMO: Tidying up formatting of demo and making region/language code case-insensitive.
15 years ago
Lara Scheidegger
c143f7eaf2
[GEODATA] Adding data for 25 countries and updating Portugal. Contributed by g1smd.
15 years ago
Philippe Liard
f5bc9a073e
GEODATA: Combine some Chicago prefixes.
15 years ago
Philippe Liard
c1f4d4aec9
GEODATA: Add new mappings to US data.
15 years ago
g1smd
fab3b5b27c
GEODATA: Small tweaks to UK data.
15 years ago
Nikolaos Trogkanis
2980262b6d
Fixed a few findbugs warnings and added a build rule to generate metadata for JavaScript.
15 years ago
Shaopeng Jia
9d59836283
JAVA: Merge JP area code data to decrease binary size.
15 years ago
Shaopeng Jia
13fde9cd46
JAVA: checkin missing metadata binary file.
15 years ago