David Yonge-Mallo
32d1109cb7
Merge pull request #572 from dimbleby/clean-release-build
Clean compile with CMAKE_BUILD_TYPE=RELEASE
11 years ago
Shaopeng Jia
b75376341f
Merge pull request #625 from dlyongemallo/master
update code.google.com links to github in the maven pom.xml files.
11 years ago
David Yonge-Mallo
e8b14b8949
update code.google.com links to github in the maven pom.xml files.
11 years ago
Shaopeng Jia
fdbd5773f7
Merge pull request #624 from dlyongemallo/master
update code.google.com links to github in the demo jsp and html.
11 years ago
David Yonge-Mallo
7839421f44
update code.google.com links to github in the demo jsp and html.
11 years ago
Shaopeng Jia
e52dd81496
Merge pull request #622 from dlyongemallo/master
update link in codereview.settings from code.google.com to github.
11 years ago
David Yonge-Mallo
baba3df3f1
Merge pull request #570 from dimbleby/issue363
Add missing header files to install
11 years ago
David Yonge-Mallo
dbdf4590e8
update link in codereview.settings from code.google.com to github.
11 years ago
Mihaela Rosca
861a7d9bb4
Merge pull request #619 from dlyongemallo/master
update libphonenumber issue links from Google Code to github
11 years ago
David Hotham
df876cedb5
RPM packaging
11 years ago
David Hotham
ec51a79c6b
Clean compile with CMAKE_BUILD_TYPE=RELEASE
11 years ago
David Yonge-Mallo
dc6b8c597e
update libphonenumber issue links from Google Code to github
11 years ago
David Yonge-Mallo
d6fab0e765
Merge pull request #615 from andyst/master
Add comment
11 years ago
Andy Staudacher
8d21a36506
Add comment
Follow up from change 49c2427 , copying the comment from the Java implementation to the C++ impl.
11 years ago
David Yonge-Mallo
e0d12cb6c4
Merge pull request #614 from andyst/master
Fix bug in AsYouTypeFormatter where we hit a IndexOutOfBoundsException
11 years ago
Mihaela Rosca
8f0da3794d
Merge pull request #613 from dlyongemallo/master
fix incorrect timezone for +44
11 years ago
David Yonge-Mallo
6f00dc506d
fix incorrect timezone for +44
11 years ago
Andy Staudacher
49c2427627
Fix bug in AsYouTypeFormatter where we hit a IndexOutOfBoundsException in its Java implementation when extracting the Chinese national prefix 17951 and didn't reset the format template / lastMatchPosition.
Includes corresponding changes for C++ and JavaScript as well to keep the implementations in sync. (C++ and JS didn't exhibit buggy behavior because the corresponding substring methods don't throw errors for invalid start positions.)
Bugfix for https://github.com/googlei18n/libphonenumber/issues/592
11 years ago
Andy Staudacher
3e5f07313b
Merge pull request #605 from andyst/master
A few fixes for javascript
11 years ago
Andy Staudacher
68600571e5
Regenerate the demo-compiled.js
11 years ago
Andy Staudacher
c169c04671
Update instructions to reflect that the JavaScript ant 'compile' target is broken right now (and 'compile-demo' should be used instead)
11 years ago
Andy Staudacher
5f27845596
Update generated .pb.js files with proper generated proto2 descriptor APIs
11 years ago
Andy Staudacher
d7a488452b
Fix demo.html's closure base.js path to no longer use the now defunct googlecode.com URL.
11 years ago
Ivo Anjo
837f21fb53
Replace Québec => Quebec
The geocoding file for English had both Quebec and Québec for the canadian
state and city. "Québec" is the French spelling, while "Quebec" is the correct
English spelling.
11 years ago
Ivo Anjo
83bbdbfef6
Fix Portuguese timezones
The 351 prefix is allocated to Portugal, which has three timezones [1]:
Europe/Lisbon, Atlantic/Azores and Atlantic/Madeira
Continental Portugal uses Europe/Lisbon for the whole territory, whereas the
prefix 351291 belongs to Funchal (referenced in the geocoding tables), which is
on the Madeira island and thus uses Atlantic/Madeira.
[1]: https://www.iana.org/time-zones
11 years ago
Cecilia Roes
d71c91f5f5
[maven-release-plugin] prepare for next development iteration
11 years ago
Cecilia Roes
38ce887239
[maven-release-plugin] prepare release libphonenumber-7.0.2
11 years ago
Andy Staudacher
7f5d8fc4e3
Merge pull request #584 from roes/master
Configure pom.xml for Github
11 years ago
roes
882042fbc9
Merge pull request #585 from dlyongemallo/master
Fully quality std::* names.
11 years ago
David Yonge-Mallo
133306822c
Merge pull request #568 from crowell/patch-1
fix handling broken unicode character hang
11 years ago
David Yonge-Mallo
902cc6bf4c
Fully quality std::* names.
11 years ago
Cecilia Roes
74d2545dfa
Configure pom.xml for Github
11 years ago
Mihaela Rosca
a9c835a43c
Merge pull request #580 from dlyongemallo/master
minor clean-up: remove some unused variables, add using and @Override annotations
11 years ago
David Yonge-Mallo
1815a818cd
minor clean-up: remove some unused variables, add using and @Override annotations.
11 years ago
Andy Staudacher
8109d4a58a
Merge pull request #579 from roes/metadata_update
JAVA/JS/CPP: v7.0.2 metadata updates.
11 years ago
Cecilia Roes
02c9973312
JAVA/JS/CPP: v7.0.2 metadata updates.
11 years ago
David Hotham
6f11a02d9e
Clean compile 32-bit builds
11 years ago
David Hotham
edd5a527ff
Add missing header files to install
11 years ago
Jeffrey Crowell
a5b0177f07
fix handling broken unicode character hang
fix from pagespeed change https://code.google.com/p/modpagespeed/source/detail?r=4389
11 years ago
Mihaela Rosca
855694f3bc
Add README
11 years ago
David Beaumont
14dc215cea
Reworking the Linux parts of the doc to be simpler and only give advice
that can be followed easily (the re2 stuff with Mercurial was removed
because it's a rat-hole and currently needs a manual patch to the sources
which is not something that this document should be trying to describe.
11 years ago
Cecilia Roes
5b00cb5b2d
JAVA/JS: Documentation fix and added missing licences.
11 years ago
Cecilia Roes
b511b1ca0a
[maven-release-plugin] prepare for next development iteration
11 years ago
Cecilia Roes
fd0b2a071b
[maven-release-plugin] prepare release libphonenumber-7.0.1
11 years ago
Cecilia Roes
d68e26ed55
JAVA/JS/CPP: v7.0.1 metadata updates.
11 years ago
David Beaumont
1cdd650791
Adding missing license information for the new matcher API files.
11 years ago
Cecilia Roes
dc9d9062a2
CPP: Fix build issue
11 years ago
Cecilia Roes
300ac447bd
C++: Updated Geocoder documentation and tests
11 years ago
Lara Scheidegger
b4d6b9f9c6
JS: Minor changes to types to make compiler happier.
11 years ago
Lara Scheidegger
4cd33f7efa
[maven-release-plugin] prepare for next development iteration
11 years ago