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
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
Lara Scheidegger
a2a91f2bb3
JAVA,GEODATA: libphonenumber 4.0.
14 years ago
Philippe Liard
99a60e37be
JAVA: Fix NullPointerException in PhoneNumberOfflineGeocoder.
15 years ago
Philippe Liard
ed81076fe0
JAVA,GEODATA: libphonenumber 3.9.
15 years ago
Philippe Liard
4647369c81
JAVA: Move RegionCode class to let it be used by all the unit tests.
15 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Shaopeng Jia
a163b98672
JAVA: Remove unused test binary file.
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
0a4585a175
JAVA,GEODATA: Fix broken test after US data split commit.
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
Nikolaos Trogkanis
2980262b6d
Fixed a few findbugs warnings and added a build rule to generate metadata for JavaScript.
15 years ago
Shaopeng Jia
6e015dbbfa
JAVA: Checking in US city-level data, and regenerating binaries in a more compact way.
15 years ago
Shaopeng Jia
bf8b0360bf
JAVA: Check in source code for offline geocoder v1.2
15 years ago
Shaopeng Jia
cfc1e0bb88
JAVA: libphonenumber 3.7/offline-geocoder 1.1 release.
15 years ago
Philip Liard
2dc010ae27
TOOLS: Code and jars to enable auto-generation of metadata for Java when compiling/testing.
15 years ago
Lara Scheidegger
d4ec936f7d
JAVA: Removing previously incomplete support for lower-case country codes, and making small changes to comments. Also changing some method names slightly in Phonemetadata and Phonenumber.
15 years ago
Philip Liard
f7b6457298
JAVA: Moving geocoding data and files to a separate package.
15 years ago
Shaopeng Jia
39c190d178
JAVA: Adding unittests for offline geocoding. Also modified build file to produce separate jars.
15 years ago
Shaopeng Jia
d037923aa7
JAVA: Checking in geocoding binary data for production and test.
15 years ago
Lara Scheidegger
ee1b3c97e4
JAVA: Metadata changes and bug fixes
15 years ago
Lara Scheidegger
c16963ee09
JAVA: Metadata changes, introduction of PhoneNumberOfflineGeocoder class and small fixes.
15 years ago
Lara Scheidegger
08054c966e
JAVA: Update to v3.4. Fixes issues 32 and 15.
15 years ago
kushalp
d31318b4d8
JAVA: Replacing uses of StringBuffer with StringBuilder. Fixes issue 29.
15 years ago
Shaopeng Jia
3f782e75b8
JAVA: libphonenumber v3.3.
15 years ago
Shaopeng Jia
6dda1bb87f
JAVA: libphonenumber 2011/04/11 release.
15 years ago
Lara Scheidegger
525348906f
JAVA: RFC3966 support, metadata update, extensive comment changes, getSupportedCountries renamed to getSupportedRegions.
15 years ago
Lara Scheidegger
fc78bbcb23
JAVA: Adding string constants for region-codes used when testing.
15 years ago
Lara Scheidegger
0c1ad33194
JAVA: findNumbers functionality, metadata updates, bug-fixes
15 years ago
Lara Scheidegger
b48ba18623
Metadata update, UAN code support and isNumberMatch changes.
15 years ago
Lara Scheidegger
5a31de401d
Overriding hashCode and equals for Phonenumber.PhoneNumber.
15 years ago
Lara Scheidegger
9b5fab1931
Metadata changes, new countries, small code changes.
15 years ago
Lara Scheidegger
3c39b530ee
Small feature changes, metadata updates.
15 years ago
Shaopeng Jia
358ed5f912
Minor documentation updates.
16 years ago
Shaopeng Jia
5f08baabe6
Bug fixes for code and metadata improvement. Also added new PAGER type support in the library.
16 years ago
Shaopeng Jia
92aff12ccf
Code refactoring. Patch submitted by tronikos.
16 years ago
Shaopeng Jia
c3a6f83dfa
Fix AsYouTypeFormatter formatting for Chinese geographical and tollfree numbers entered in national format. Also update metadata.
16 years ago
Shaopeng Jia
b38f0e52b9
Initialize country calling code to region code map in PhoneNumberUtil to further improve startup speed.
16 years ago
Shaopeng Jia
9ce7827907
Style fixes - patch submitted by tronikos.
16 years ago
Shaopeng Jia
a54be75c7e
remove empty binary file.
16 years ago
Shaopeng Jia
4ca3b5be65
Improve startup performance by separating generated metadata binary to one per region, and load each only when needed.
16 years ago
Shaopeng Jia
59379760a8
Improve AsYouTypeFormatter to handle Chinese local numbers; improve extension parsing; metadata update; also adding release_notes.txt
16 years ago
Shaopeng Jia
9d26d810ee
Remove trailing white spaces.
16 years ago
Shaopeng Jia
b5bb575ac2
Major improvement in AsYouTypeFormatter to start formatting earlier. New TrancateTooLongNumber functionality in PhoneNumberUtil. Also fixes formatByPattern and Japanese AsYouTypeFormatter bugs.
16 years ago
Shaopeng Jia
ff875e6b79
Fixing Issue 2. Patch submitted by tronikos.
16 years ago
Shaopeng Jia
72660ad60c
Update library with new functionalities and metadata.
16 years ago
Shaopeng Jia
b54a100125
Improve serialization and deserialization speed for Phonemetadata.java and size of the generated binary file by making use of Java Externalization.
16 years ago