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
Lara Scheidegger
063db93f32
[maven-release-plugin] prepare release libphonenumber-7.0
11 years ago
Lara Scheidegger
b601d85908
Reverting to pre v7.0 release pom files.
11 years ago
Lara Scheidegger
1b880c789d
[maven-release-plugin] prepare for next development iteration
11 years ago
Lara Scheidegger
21c43cf97e
[maven-release-plugin] prepare release libphonenumber-7.0
11 years ago
Lara Scheidegger
118592441d
Preparing for release 7.0
11 years ago
Lara Scheidegger
b5e59c4e80
JAVA/JS/CPP:libphonenumber v7.0 last changes
11 years ago
Lara Scheidegger
ada3e9e73f
CPP/JAVA: Introducing new public APIs in ShortNumberInfo/short_number_info. Deprecating old methods. Also includes a refactoring change introducing a matcher API.
11 years ago
Lara Scheidegger
a38b838ced
Remove shortnumberutil -> all C++ clients should now be using shortnumberinfo instead.
11 years ago
Lara Scheidegger
c467807408
[maven-release-plugin] prepare for next development iteration
11 years ago
Lara Scheidegger
dc26972223
[maven-release-plugin] prepare release libphonenumber-6.3.1
11 years ago
Lara Scheidegger
931db049c3
Updating maven to 6.3.1 for new release
11 years ago
Lara Scheidegger
4ce6e4e438
JAVA/JS/CPP: v6.3.1, metadata updates.
11 years ago
Lara Scheidegger
619b366763
[maven-release-plugin] prepare for next development iteration
11 years ago
Lara Scheidegger
c439c738c5
[maven-release-plugin] prepare release libphonenumber-6.3
11 years ago
Lara Scheidegger
46a3d31831
Updating snapshot version for next maven release
11 years ago
Lara Scheidegger
5ff0ea2f0a
JAVA/CPP/JS: v6.3: Geocoding behaviour change, code clean-up, metadata updates.
11 years ago
Lara Scheidegger
945b904470
Java: remove obsolete code that treated numbers where we had no metadata as valid.
11 years ago
Lara Scheidegger
af007418cf
Changing the offline geocoder to not return any country at all if the number could belong to multiple countries.
11 years ago
scottmg
325d7a2306
Avoid unused variable warning when NDEBUG.
Author: scottmg@chromium.org
Review URL: https://codereview.appspot.com/134650043
11 years ago
Fredrik Roubert
d66fa8d928
Copy updated files from lib9/utf from upstream repository.
This also requires updating code that previously took a shortcut and
depended on the Rune and char32 typedefs to be identical (which is no
longer the case, as Rune is now unsigned).
R=jia.shao.peng@gmail.com
BUG=
Review URL: https://codereview.appspot.com/136920043
11 years ago