Lara Scheidegger
d021e56554
DATA: Updated geocoding data for Taiwan in English.
14 years ago
Lara Scheidegger
5088d71682
Updating link to ISO country codes
14 years ago
David Yonge-Mallo
f60bbcd0d0
JAVA: Metadata changes only (v4.8.4)
14 years ago
Lara Scheidegger
6424d7a700
JAVA/JS: Metadata changes only (v4.8.3).
14 years ago
Lara Scheidegger
862e54b8d5
JAVA/JS: Metadata changes only (v4.8.2).
14 years ago
Nikolaos Trogkanis
800e44324e
JS: Fix duplicate keys in countryToMetadata map
14 years ago
Lara Scheidegger
e72fcadf59
JAVA: Metadata changes only (v4.8.1).
14 years ago
Lara Scheidegger
12f4dba374
DEMO: Fixing xml file so can run demo locally on appengine.
14 years ago
Shaopeng Jia
9a998486f0
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
5ca9698dec
[maven-release-plugin] prepare release libphonenumber-4.8
14 years ago
Lara Scheidegger
6aa6129a9b
JAVA: Removing user-names from TODO.
14 years ago
Lara Scheidegger
fd74800fe8
JAVA: libphonenumber v4.8 More RFC support, metadata updates (including geocoding), some refactoring.
14 years ago
Nikolaos Trogkanis
7729710f63
JAVA: Remove unused imports.
14 years ago
Shaopeng Jia
826d7fdc1e
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
efcb260aff
[maven-release-plugin] prepare release libphonenumber-4.7
14 years ago
Philippe Liard
8965a882d4
JAVA: Exclude TestMetadataTestCase from test cases.
Review URL: https://codereview.appspot.com/5847065
14 years ago
Lara Scheidegger
e7db004747
JAVA: libphonenumber v4.7. Mainly metadata updates.
14 years ago
Shaopeng Jia
50ec620d39
[maven-release-plugin] prepare for next development iteration
14 years ago
Shaopeng Jia
ed6d936d53
[maven-release-plugin] prepare release libphonenumber-4.6
14 years ago
Lara Scheidegger
030071b3a9
JAVA: libphonenumber v4.6. New countries: BQ, CW, SS, metadata updates & bug fixes.
14 years ago
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
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
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
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