kkeshava
30327d9310
maven pom.xml updates for release 8.3.3 ( #1632 )
* [maven-release-plugin] prepare release v8.3.3
* [maven-release-plugin] prepare for next development iteration
9 years ago
kkeshava
1f69a99ce3
Metadata updates for release 8.3.3 ( #1629 )
9 years ago
lararennie
5053013dfa
Updating docs to: ( #1605 )
- make them more consistent with each other
- explain why the empty string is sometimes returned when geocoding
9 years ago
SumathiSundara
b7e9359c99
Sumathisundara maven update ( #1600 )
* [maven-release-plugin] prepare release v8.3.2
* [maven-release-plugin] prepare for next development iteration
9 years ago
SumathiSundara
24777a2233
Metadata updates for release 8.3.2 ( #1595 )
9 years ago
kkeshava
be0b50ec98
maven pom.xml updates for release 8.3.1 ( #1586 )
* [maven-release-plugin] prepare release v8.3.1
* [maven-release-plugin] prepare for next development iteration
9 years ago
kkeshava
181a648f79
Metadata updates for release 8.3.1 ( #1580 )
9 years ago
lararennie
a893c9029a
getNationalSignificantNumber robustness improvement ( #1576 )
Fix for getNationalSignificantNumber to be robust in the face of malicious input (negative number of leading zeros in the phone number proto).
9 years ago
kkeshava
baf2370405
maven pom.xml updates for release 8.3.0 ( #1572 )
* [maven-release-plugin] prepare release v8.3.0
* [maven-release-plugin] prepare for next development iteration
9 years ago
kkeshava
ca1cf73590
Metadata updates for release 8.3.0 ( #1571 )
9 years ago
Keghani Kouzoujian
fbfe26ce6b
Move release notes to root ( #1568 )
9 years ago
lararennie
285fc577d2
Fix for ExactlySameAs (c++) and IsNumberMatch ( #1567 )
* isNumberMatch fix for numbers with italian leading zero fields set. Only
affects people who haven't correctly constructed phone numbers using
methods like 'parse'.
* Adding C++ tests and fixing bug in ExactlySameAs method, which wasn't
updated to handle the number_of_leading_zeros field when that was added
to the phone number proto.
See pending_code_changes.txt for more details.
9 years ago
lararennie
921bcfc6ef
Adding new enum values for ValidationResult ( #1562 )
- Adding new enums IS_POSSIBLE_LOCAL_ONLY and INVALID_LENGTH for
ValidationResult, to be later returned by IsPossibleWithReason.
- Documenting existing enum values better.
See email on discuss list:
https://groups.google.com/d/msg/libphonenumber-discuss/sPhYzdzFCmg/6tYsS1f6DgAJ
9 years ago
SumathiSundara
4698fdb5c0
Sumathisundara maven update ( #1550 )
* [maven-release-plugin] prepare release v8.2.0
* [maven-release-plugin] prepare for next development iteration
9 years ago
SumathiSundara
9c902c26ba
Sumathisundara update 8.2.0 ( #1548 )
* Metadata updates for release 8.2.0
* Update release_notes.txt
9 years ago
lararennie
59bd2df076
Make normalizeDiallableCharsOnly public and port it to javascript ( #1526 )
* Make normalizeDiallableCharsOnly public and port it to javascript,
making use of it in the code in parallel places to the Java
implementation.
9 years ago
penmetsaa
7ed02a8c62
Penmetsaa maven update ( #1523 )
* [maven-release-plugin] prepare release v8.1.0
* [maven-release-plugin] prepare for next development iteration
9 years ago
penmetsaa
ded7da25c0
Metadata updates for release 8.1.0 ( #1522 )
9 years ago
penmetsaa
c2e7d4fde9
Add isCarrierSpecificForRegion() API in ShortNumberInfo class. ( #1504 )
9 years ago
Keghani Kouzoujian
1cebd60e69
Update test metadata ( #1514 )
9 years ago
kkeshava
71d76222c6
maven pom.xml updates for release 8.0.1 ( #1506 )
* [maven-release-plugin] prepare release v8.0.1
* [maven-release-plugin] prepare for next development iteration
9 years ago
Keghani Kouzoujian
775cb9fff4
Add explicit SCM dependencies in pom.xml
9 years ago
kkeshava
a8595a652a
Metadata updates for release 8.0.1 ( #1502 )
9 years ago
kkeshava
7a59a7105d
Maven update ( #1467 )
9 years ago
kkeshava
b8a5b50608
Metadata updates for release 8.0.0 ( #1466 )
9 years ago
penmetsaa
6347995ee6
Support semicolon as extension character while parsing phone numbers. ( #1458 )
* Support semicolon as extension character while parsing
* Add notes to pending_code_changes.txt
* JS port: Support semicolon as extension character while parsing
* Update comments in phonenumberutil.js
9 years ago
lararennie
929e6b1c1c
Update documentation for IsValidNumber method ( #1460 )
9 years ago
lararennie
d57f81a7d1
Method deletion for ShortNumberInfo deprecated methods. ( #1457 )
9 years ago
penmetsaa
ab4c4c359d
Maven update for release 7.7.5 ( #1445 )
9 years ago
penmetsaa
16d8f47ec1
Metadata updates for release 7.7.5 ( #1444 )
9 years ago
Keghani Kouzoujian
69aa0d76da
Make loading implementations consistent ( #1440 )
9 years ago
Keghani Kouzoujian
7e4a2795c3
Metadata loading cleanups ( #1435 )
9 years ago
Keghani Kouzoujian
6ffa72ac89
Move common metadata loading logic into MetadataManager, removing synchronization everywhere ( #1411 )
9 years ago
lararennie
df44ac6e60
Removing all references to the possible number pattern field in code ( #1432 )
This excludes editing the proto file itself, or the auto-generated or hand-crafted fields that are derived from it.
9 years ago
penmetsaa
9211191e35
Maven update ( #1429 )
* [maven-release-plugin] prepare release v7.7.4
* [maven-release-plugin] prepare for next development iteration
9 years ago
penmetsaa
c4d91d28ff
Metadata updates for release 7.7.4 ( #1428 )
9 years ago
Keghani Kouzoujian
b13ee11da2
Change build rules to stop mobile and fixed-line descs inheriting from the generalDesc element ( #1427 )
Metadata changes:
-- Drops the "-1" that was erroneously included in possible lengths before (didn't break anything, but was wrong) - it was a possibleLength of a sub-component so got added to the generalDesc possibleLengths
-- possibleNumberPattern no longer inherited: we don't use this anyway, we will do another CL soon to stop including it at all in the generated metadata
-- exampleNumber is no longer set on fixed-line and mobile elements from the generalDesc
XML file changes:
-- Stopped specifying "NA" and "-1" specifically for fixed-line and mobile blocks; now they are treated as every other type of phone number: if missing, don't fill them in from generalDesc, but leave them missing.
Code changes:
-- Stop using the exampleNumber on generalDesc for non-geo entities, but look at their phonenumber descs - the exampleNumber won't be stored on the generalDesc anymore. This affects porters if they either copied our build logic or used our built metadata in some way; they should update this method in their port too.
9 years ago
Tiago Salem Herrmann
e81f51b63d
improve change description
9 years ago
Tiago Salem Herrmann
80f2e2e1cf
Use same string for tests in the java implementation
9 years ago
Tiago Salem Herrmann
1bbbcf9b51
Add hash as diallable character to java and javascript implementations
9 years ago
Keghani Kouzoujian
daf0e0081e
Update release tag to vX.Y.Z ( #1409 )
9 years ago
lararennie
1781c08673
Using possible length info in ShortNumberInfo ( #1407 )
Using new possible length information to calculate whether a short
number is the right length or not. This made us realise that the data
was missing for MY; this was added.
9 years ago
penmetsaa
92c4008cc3
Maven update ( #1404 )
9 years ago
Keghani Kouzoujian
924377bc71
Add 358 geocoding renamed file to release 7.7.3 ( #1402 )
9 years ago
penmetsaa
d264be8203
Metadata updates for release 7.7.3 ( #1400 )
9 years ago
Keghani Kouzoujian
8ac47a2df4
Introduce MetadataFilter with custom configuration ( #1392 )
9 years ago
penmetsaa
8a4fa7fa06
Maven update 7.7.2 ( #1380 )
* [maven-release-plugin] prepare release libphonenumber-7.7.2
* [maven-release-plugin] prepare for next development iteration
9 years ago
penmetsaa
dfb2336cb0
Metadata updates for release 7.7.2 ( #1378 )
9 years ago
Keghani Kouzoujian
59a13d4ffb
Don't set empty preferred_domestic_carrier_code, and if we are passed such a number from clients then treat the empty field as if unset. ( #1364 )
9 years ago
penmetsaa
8b15959964
Release 7.7.1 version number updates in Maven pom.xml files ( #1367 )
9 years ago