platform/upstream/libphonenumber.git
8 years agoUpdated the control debian file with the github links
Mihaela Rosca [Thu, 19 Feb 2015 13:56:54 +0000 (14:56 +0100)]
Updated the control debian file with the github links

8 years agoIn Belarus, add Beltelcom's Maxiphone range (+375 24 9xxxxxx) as VOIP. Issue #594.
David Yonge-Mallo [Thu, 19 Feb 2015 12:45:00 +0000 (13:45 +0100)]
In Belarus, add Beltelcom's Maxiphone range (+375 24 9xxxxxx) as VOIP. Issue #594.

8 years agoUpdate debian/watch URL to point to new GitHub project.
Fredrik Roubert [Thu, 19 Feb 2015 11:12:00 +0000 (12:12 +0100)]
Update debian/watch URL to point to new GitHub project.

The old libphonenumber/libphonenumber has been abandoned in favour of
the new googlei18n/libphonenumber project.

8 years agoupdate code.google.com links to github in the maven pom.xml files.
David Yonge-Mallo [Thu, 19 Feb 2015 10:00:50 +0000 (11:00 +0100)]
update code.google.com links to github in the maven pom.xml files.

8 years agoupdate code.google.com links to github in the demo jsp and html.
David Yonge-Mallo [Thu, 19 Feb 2015 09:48:46 +0000 (10:48 +0100)]
update code.google.com links to github in the demo jsp and html.

8 years agoupdate link in codereview.settings from code.google.com to github.
David Yonge-Mallo [Thu, 19 Feb 2015 09:19:49 +0000 (10:19 +0100)]
update link in codereview.settings from code.google.com to github.

8 years agoRPM packaging
David Hotham [Sun, 14 Dec 2014 14:27:12 +0000 (14:27 +0000)]
RPM packaging

8 years agoClean compile with CMAKE_BUILD_TYPE=RELEASE
David Hotham [Sun, 14 Dec 2014 13:47:23 +0000 (13:47 +0000)]
Clean compile with CMAKE_BUILD_TYPE=RELEASE

8 years agoupdate libphonenumber issue links from Google Code to github
David Yonge-Mallo [Wed, 18 Feb 2015 18:05:17 +0000 (19:05 +0100)]
update libphonenumber issue links from Google Code to github

8 years agoAdd comment
Andy Staudacher [Wed, 18 Feb 2015 11:34:59 +0000 (12:34 +0100)]
Add comment
Follow up from change 49c2427, copying the comment from the Java implementation to the C++ impl.

8 years agofix incorrect timezone for +44
David Yonge-Mallo [Wed, 18 Feb 2015 10:06:02 +0000 (11:06 +0100)]
fix incorrect timezone for +44

8 years agoFix bug in AsYouTypeFormatter where we hit a IndexOutOfBoundsException in its Java...
Andy Staudacher [Wed, 18 Feb 2015 10:04:10 +0000 (11:04 +0100)]
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

8 years agoRegenerate the demo-compiled.js
Andy Staudacher [Tue, 10 Feb 2015 11:34:41 +0000 (12:34 +0100)]
Regenerate the demo-compiled.js

8 years agoUpdate instructions to reflect that the JavaScript ant 'compile' target is broken...
Andy Staudacher [Tue, 10 Feb 2015 11:33:37 +0000 (12:33 +0100)]
Update instructions to reflect that the JavaScript ant 'compile' target is broken right now (and 'compile-demo' should be used instead)

8 years agoUpdate generated .pb.js files with proper generated proto2 descriptor APIs
Andy Staudacher [Tue, 10 Feb 2015 11:32:28 +0000 (12:32 +0100)]
Update generated .pb.js files with proper generated proto2 descriptor APIs

8 years agoFix demo.html's closure base.js path to no longer use the now defunct googlecode...
Andy Staudacher [Tue, 10 Feb 2015 11:23:59 +0000 (12:23 +0100)]
Fix demo.html's closure base.js path to no longer use the now defunct googlecode.com URL.

8 years agoReplace Québec => Quebec
Ivo Anjo [Mon, 9 Feb 2015 12:20:14 +0000 (12:20 +0000)]
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.

8 years agoFix Portuguese timezones
Ivo Anjo [Fri, 6 Feb 2015 11:44:21 +0000 (11:44 +0000)]
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

8 years ago[maven-release-plugin] prepare for next development iteration
Cecilia Roes [Mon, 19 Jan 2015 11:46:36 +0000 (12:46 +0100)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-7.0.2
Cecilia Roes [Mon, 19 Jan 2015 11:46:30 +0000 (12:46 +0100)]
[maven-release-plugin] prepare release libphonenumber-7.0.2

8 years agoFully quality std::* names.
David Yonge-Mallo [Fri, 16 Jan 2015 11:05:56 +0000 (12:05 +0100)]
Fully quality std::* names.

8 years agoConfigure pom.xml for Github
Cecilia Roes [Thu, 15 Jan 2015 17:35:03 +0000 (18:35 +0100)]
Configure pom.xml for Github

8 years agominor clean-up: remove some unused variables, add using and @Override annotations.
David Yonge-Mallo [Fri, 9 Jan 2015 18:12:22 +0000 (19:12 +0100)]
minor clean-up: remove some unused variables, add using and @Override annotations.

8 years agoJAVA/JS/CPP: v7.0.2 metadata updates.
Cecilia Roes [Fri, 9 Jan 2015 11:08:49 +0000 (12:08 +0100)]
JAVA/JS/CPP: v7.0.2 metadata updates.

8 years agoClean compile 32-bit builds
David Hotham [Sun, 14 Dec 2014 14:27:03 +0000 (14:27 +0000)]
Clean compile 32-bit builds

8 years agoAdd missing header files to install
David Hotham [Sun, 14 Dec 2014 13:24:02 +0000 (13:24 +0000)]
Add missing header files to install

8 years agofix handling broken unicode character hang
Jeffrey Crowell [Mon, 8 Dec 2014 15:46:21 +0000 (10:46 -0500)]
fix handling broken unicode character hang

fix from pagespeed change https://code.google.com/p/modpagespeed/source/detail?r=4389

8 years agoAdd README
Mihaela Rosca [Fri, 5 Dec 2014 12:12:27 +0000 (13:12 +0100)]
Add README

8 years agoReworking the Linux parts of the doc to be simpler and only give advice
David Beaumont [Fri, 28 Nov 2014 15:49:34 +0000 (15:49 +0000)]
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.

8 years agoJAVA/JS: Documentation fix and added missing licences.
Cecilia Roes [Thu, 27 Nov 2014 10:12:02 +0000 (10:12 +0000)]
JAVA/JS: Documentation fix and added missing licences.

8 years ago[maven-release-plugin] prepare for next development iteration
Cecilia Roes [Wed, 26 Nov 2014 10:19:19 +0000 (10:19 +0000)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-7.0.1
Cecilia Roes [Wed, 26 Nov 2014 10:19:12 +0000 (10:19 +0000)]
[maven-release-plugin] prepare release libphonenumber-7.0.1

8 years agoJAVA/JS/CPP: v7.0.1 metadata updates.
Cecilia Roes [Tue, 25 Nov 2014 12:40:45 +0000 (12:40 +0000)]
JAVA/JS/CPP: v7.0.1 metadata updates.

8 years agoAdding missing license information for the new matcher API files.
David Beaumont [Mon, 24 Nov 2014 13:06:11 +0000 (13:06 +0000)]
Adding missing license information for the new matcher API files.

8 years agoCPP: Fix build issue
Cecilia Roes [Fri, 14 Nov 2014 11:54:11 +0000 (11:54 +0000)]
CPP: Fix build issue

8 years agoC++: Updated Geocoder documentation and tests
Cecilia Roes [Wed, 5 Nov 2014 12:52:13 +0000 (12:52 +0000)]
C++: Updated Geocoder documentation and tests

8 years agoJS: Minor changes to types to make compiler happier.
Lara Scheidegger [Fri, 31 Oct 2014 13:05:29 +0000 (13:05 +0000)]
JS: Minor changes to types to make compiler happier.

8 years ago[maven-release-plugin] prepare for next development iteration
Lara Scheidegger [Thu, 30 Oct 2014 15:39:28 +0000 (15:39 +0000)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-7.0
Lara Scheidegger [Thu, 30 Oct 2014 15:39:10 +0000 (15:39 +0000)]
[maven-release-plugin] prepare release libphonenumber-7.0

8 years agoReverting to pre v7.0 release pom files.
Lara Scheidegger [Thu, 30 Oct 2014 15:04:07 +0000 (15:04 +0000)]
Reverting to pre v7.0 release pom files.

8 years ago[maven-release-plugin] prepare for next development iteration
Lara Scheidegger [Thu, 30 Oct 2014 14:45:31 +0000 (14:45 +0000)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-7.0
Lara Scheidegger [Thu, 30 Oct 2014 14:45:13 +0000 (14:45 +0000)]
[maven-release-plugin] prepare release libphonenumber-7.0

8 years agoPreparing for release 7.0
Lara Scheidegger [Thu, 30 Oct 2014 14:00:54 +0000 (14:00 +0000)]
Preparing for release 7.0

8 years agoJAVA/JS/CPP:libphonenumber v7.0 last changes
Lara Scheidegger [Thu, 30 Oct 2014 12:36:18 +0000 (12:36 +0000)]
JAVA/JS/CPP:libphonenumber v7.0 last changes

8 years agoCPP/JAVA: Introducing new public APIs in ShortNumberInfo/short_number_info. Deprecati...
Lara Scheidegger [Thu, 23 Oct 2014 11:34:31 +0000 (11:34 +0000)]
CPP/JAVA: Introducing new public APIs in ShortNumberInfo/short_number_info. Deprecating old methods. Also includes a refactoring change introducing a matcher API.

8 years agoRemove shortnumberutil -> all C++ clients should now be using shortnumberinfo instead.
Lara Scheidegger [Thu, 23 Oct 2014 11:23:34 +0000 (11:23 +0000)]
Remove shortnumberutil -> all C++ clients should now be using shortnumberinfo instead.

8 years ago[maven-release-plugin] prepare for next development iteration
Lara Scheidegger [Wed, 15 Oct 2014 07:49:04 +0000 (07:49 +0000)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-6.3.1
Lara Scheidegger [Wed, 15 Oct 2014 07:48:44 +0000 (07:48 +0000)]
[maven-release-plugin] prepare release libphonenumber-6.3.1

8 years agoUpdating maven to 6.3.1 for new release
Lara Scheidegger [Wed, 15 Oct 2014 07:44:01 +0000 (07:44 +0000)]
Updating maven to 6.3.1 for new release

8 years agoJAVA/JS/CPP: v6.3.1, metadata updates.
Lara Scheidegger [Tue, 14 Oct 2014 09:49:46 +0000 (09:49 +0000)]
JAVA/JS/CPP: v6.3.1, metadata updates.

8 years ago[maven-release-plugin] prepare for next development iteration
Lara Scheidegger [Thu, 25 Sep 2014 12:38:08 +0000 (12:38 +0000)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release libphonenumber-6.3
Lara Scheidegger [Thu, 25 Sep 2014 12:37:49 +0000 (12:37 +0000)]
[maven-release-plugin] prepare release libphonenumber-6.3

8 years agoUpdating snapshot version for next maven release
Lara Scheidegger [Thu, 25 Sep 2014 12:19:08 +0000 (12:19 +0000)]
Updating snapshot version for next maven release

8 years agoJAVA/CPP/JS: v6.3: Geocoding behaviour change, code clean-up, metadata updates.
Lara Scheidegger [Thu, 25 Sep 2014 12:05:46 +0000 (12:05 +0000)]
JAVA/CPP/JS: v6.3: Geocoding behaviour change, code clean-up, metadata updates.

8 years agoJava: remove obsolete code that treated numbers where we had no metadata as valid.
Lara Scheidegger [Mon, 22 Sep 2014 10:19:28 +0000 (10:19 +0000)]
Java: remove obsolete code that treated numbers where we had no metadata as valid.

8 years agoChanging the offline geocoder to not return any country at all if the number could...
Lara Scheidegger [Thu, 11 Sep 2014 13:11:28 +0000 (13:11 +0000)]
Changing the offline geocoder to not return any country at all if the number could belong to multiple countries.

8 years agoAvoid unused variable warning when NDEBUG.
scottmg [Tue, 9 Sep 2014 17:28:45 +0000 (17:28 +0000)]
Avoid unused variable warning when NDEBUG.

Author: scottmg@chromium.org
Review URL: https://codereview.appspot.com/134650043

8 years agoCopy updated files from lib9/utf from upstream repository.
Fredrik Roubert [Thu, 28 Aug 2014 14:50:22 +0000 (14:50 +0000)]
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

8 years agoAdd Main-Class for cpp-build tools JAR.
Daniel Pocock [Wed, 27 Aug 2014 19:13:52 +0000 (19:13 +0000)]
Add Main-Class for cpp-build tools JAR.

- Adds the manifest entries to the basic tools JAR.

- Creates a symlink named like the dependencies JAR that was used
  previously.

- Creates a symlink to the protobuf JAR.

In the manifest, the classpath reference to the protobuf JAR is a
relative filename. The second symbolic link satisfies that by linking to
the installed JAR.

This is only needed for people building packages

People who build normally with Maven will find that "mvn package" still
produces the original tools JAR which has its own Main-Class attribute

Author: daniel@pocock.pro

8 years agoTry to remote parent element during Debian build.
Daniel Pocock [Wed, 27 Aug 2014 19:13:39 +0000 (19:13 +0000)]
Try to remote parent element during Debian build.

This patch will try to remove the <parent/> stuff from java/pom.xml
during the Debian package build.

Author: daniel@pocock.pro

8 years ago[maven-release-plugin] prepare for next development iteration
Lara Scheidegger [Wed, 27 Aug 2014 09:59:10 +0000 (09:59 +0000)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release libphonenumber-6.2.2 upstream/6.2.2
lararennie@google.com [Wed, 27 Aug 2014 09:58:55 +0000 (09:58 +0000)]
[maven-release-plugin] prepare release libphonenumber-6.2.2

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@694 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoRe-adding the oss-sonatype tag to the pom file so that releases can be performed.
lararennie@google.com [Wed, 27 Aug 2014 09:54:05 +0000 (09:54 +0000)]
Re-adding the oss-sonatype tag to the pom file so that releases can be performed.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@693 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoAdd dependencies for the libphonenumber6-dev package.
roubert@google.com [Wed, 27 Aug 2014 09:21:18 +0000 (09:21 +0000)]
Add dependencies for the libphonenumber6-dev package.

The dependencies for this package should be those packages that must be
installed in order to compile and link code that uses the library.

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/137740043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@692 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoTweak debian/README.source further.
roubert@google.com [Tue, 26 Aug 2014 11:43:42 +0000 (11:43 +0000)]
Tweak debian/README.source further.

Add comments about Build-Depends-Indep.

If somebody tries to specify Build-Depends-Indep then they will find the
package fails to build on the Debian buildd machines.

Author: daniel@pocock.pro

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@691 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoMaven: Change next expected version for demo to 6.2.2, not 6.3
lararennie@google.com [Tue, 26 Aug 2014 09:09:24 +0000 (09:09 +0000)]
Maven: Change next expected version for demo to 6.2.2, not 6.3

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@690 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoMaven: Change next expected version to 6.2.2, not 6.3
lararennie@google.com [Tue, 26 Aug 2014 08:45:08 +0000 (08:45 +0000)]
Maven: Change next expected version to 6.2.2, not 6.3

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@689 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoDebian - Maven build.
roubert@google.com [Fri, 22 Aug 2014 14:44:19 +0000 (14:44 +0000)]
Debian - Maven build.

This adapts the Debian package to build all the Java tools and the
library just using Maven, not using Ant any more.

This depends on the patch submitted earlier in the email titled "build
the tools and libraries all at once with Maven"

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/126430044

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@688 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoBuild the tools and libraries all at once with Maven.
roubert@google.com [Fri, 22 Aug 2014 14:43:11 +0000 (14:43 +0000)]
Build the tools and libraries all at once with Maven.

This patch adds a top level pom.xml so it is now possible to checkout
the repository and do

  mvn clean install

and it will build the tools JAR and then the library itself without
requiring any pre-built JARs in the repository

I've also tweaked the Debian packaging to work using maven-debian-helper
and without using Ant or build.xml any more. I'll submit that as a
separate patch.

The patch also removes a reference to oss-parent that appears to be in
java/pom.xml by mistake, this was causing the maven-debian-helper builds
to fail.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/125530043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@687 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoFix for 32 bit C++ compile error.
roubert@google.com [Fri, 22 Aug 2014 14:33:08 +0000 (14:33 +0000)]
Fix for 32 bit C++ compile error.

With strict error checking, 32 bit compiles on some platforms fail with
the error:

    "error: this decimal constant is unsigned only in ISO C90"

This patch fixes the error by adding the "u" unsigned qualifier to the
integers.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/123610044

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@686 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA/JS/CPP: Metadata updates v6.2.2
lararennie@google.com [Thu, 21 Aug 2014 16:38:48 +0000 (16:38 +0000)]
JAVA/JS/CPP: Metadata updates v6.2.2

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@685 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoDebian README.source
roubert@google.com [Thu, 21 Aug 2014 15:46:48 +0000 (15:46 +0000)]
Debian README.source

This provides a debian/README.source file for people building packages.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/128450043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@684 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoDebian package - copyright file.
roubert@google.com [Thu, 21 Aug 2014 15:45:03 +0000 (15:45 +0000)]
Debian package - copyright file.

This updates the debian/copyright file to mention files from Chromium
and other authors.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/131960043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@683 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoRemove version constraints for plugins required to build tools.
roubert@google.com [Mon, 18 Aug 2014 17:01:56 +0000 (17:01 +0000)]
Remove version constraints for plugins required to build tools.

Normally it is not a good idea to place <version> constraints in the
definition of plugins in pom.xml unless a specific version really is
needed.

This patch removes the constraints.

There are various benefits to this, one of them is that it will always
build with the latest packaged version of the plugins on a Debian or
Ubuntu system.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/122480043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@682 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoAdd missing Chromium license text.
roubert@google.com [Wed, 13 Aug 2014 21:21:31 +0000 (21:21 +0000)]
Add missing Chromium license text.

This adds the missing LICENSE text from Chromium artifacts in
libphonenumber.

Author: daniel@pocock.pro

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@681 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoCPP/JAVA/JS: Metadata updates - libphonenumber v6.2.1
lararennie@google.com [Mon, 28 Jul 2014 13:57:48 +0000 (13:57 +0000)]
CPP/JAVA/JS: Metadata updates - libphonenumber v6.2.1

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@680 ee073f10-1060-11df-b6a4-87a95322a99c

9 years ago[maven-release-plugin] prepare for next development iteration
lararennie@google.com [Mon, 30 Jun 2014 13:39:43 +0000 (13:39 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@679 ee073f10-1060-11df-b6a4-87a95322a99c

9 years ago[maven-release-plugin] prepare release libphonenumber-6.2
lararennie@google.com [Mon, 30 Jun 2014 13:39:01 +0000 (13:39 +0000)]
[maven-release-plugin] prepare release libphonenumber-6.2

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@677 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoCPP v6.2 plus README update
lararennie@google.com [Mon, 30 Jun 2014 11:35:15 +0000 (11:35 +0000)]
CPP v6.2 plus README update

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@676 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJS: Re-compiled demo after code update.
lararennie@google.com [Mon, 30 Jun 2014 11:11:16 +0000 (11:11 +0000)]
JS: Re-compiled demo after code update.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@675 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA/JS: v6.2
lararennie@google.com [Mon, 30 Jun 2014 11:09:32 +0000 (11:09 +0000)]
JAVA/JS: v6.2

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@674 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoUpdate debian/changelog version number.
roubert@google.com [Tue, 24 Jun 2014 17:37:29 +0000 (17:37 +0000)]
Update debian/changelog version number.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@673 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agodebian/watch file tweak
roubert@google.com [Tue, 17 Jun 2014 08:24:29 +0000 (08:24 +0000)]
debian/watch file tweak

Author: daniel@pocock.pro

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@672 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoAdd debian/watch file for autogenerated archives from tags on GitHub.
roubert@google.com [Sat, 14 Jun 2014 13:09:45 +0000 (13:09 +0000)]
Add debian/watch file for autogenerated archives from tags on GitHub.

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/105970043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@671 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoUpdate debian/{changelog,control,copyright} to standards compliance.
roubert@google.com [Sat, 14 Jun 2014 13:08:56 +0000 (13:08 +0000)]
Update debian/{changelog,control,copyright} to standards compliance.

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/101000043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@670 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA/JS/CPP: Metadata updates, v6.1.1
lararennie@google.com [Tue, 10 Jun 2014 09:01:11 +0000 (09:01 +0000)]
JAVA/JS/CPP: Metadata updates, v6.1.1

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@669 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoModernize debian/ and add multiarch support and hardening flags.
roubert@google.com [Tue, 3 Jun 2014 08:24:40 +0000 (08:24 +0000)]
Modernize debian/ and add multiarch support and hardening flags.

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/103800043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@668 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoCPP: Add "system" as a Boost component.
roubert@google.com [Tue, 3 Jun 2014 08:23:42 +0000 (08:23 +0000)]
CPP: Add "system" as a Boost component.

This is required with newer Boost (starting with 1.50).

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/100910043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@667 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoUpdate major version number to 6 in debian/*.install files.
roubert@google.com [Mon, 2 Jun 2014 08:34:22 +0000 (08:34 +0000)]
Update major version number to 6 in debian/*.install files.

This was forgotten when the major version number was increased from 5 to
6 in r650.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@666 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA: Remove trailing spaces introduced by r656.
jia.shao.peng@gmail.com [Tue, 20 May 2014 15:00:52 +0000 (15:00 +0000)]
JAVA: Remove trailing spaces introduced by r656.
Review URL: https://codereview.appspot.com/95550043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@665 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA/CPP: Handle phone number input in RFC3966 with missing "tel:" prefix.
jia.shao.peng@gmail.com [Tue, 20 May 2014 12:33:32 +0000 (12:33 +0000)]
JAVA/CPP: Handle phone number input in RFC3966 with missing "tel:" prefix.
Review URL: https://codereview.appspot.com/96510044

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@664 ee073f10-1060-11df-b6a4-87a95322a99c

9 years agoJAVA/CPP: Better exclusion of dates, change in build error messages.
lararennie@google.com [Tue, 20 May 2014 09:30:10 +0000 (09:30 +0000)]
JAVA/CPP: Better exclusion of dates, change in build error messages.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@663 ee073f10-1060-11df-b6a4-87a95322a99c

10 years agoJS: Fixing a whitespace character to be a space.
lararennie@google.com [Wed, 14 May 2014 09:52:44 +0000 (09:52 +0000)]
JS: Fixing a whitespace character to be a space.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@662 ee073f10-1060-11df-b6a4-87a95322a99c

10 years agoPorting fix for AYTF to C++, small comment updates.
lararennie@google.com [Tue, 13 May 2014 08:12:52 +0000 (08:12 +0000)]
Porting fix for AYTF to C++, small comment updates.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@661 ee073f10-1060-11df-b6a4-87a95322a99c

10 years agoUpdate major version number to 6 in debian/control.
roubert@google.com [Fri, 9 May 2014 14:54:24 +0000 (14:54 +0000)]
Update major version number to 6 in debian/control.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@660 ee073f10-1060-11df-b6a4-87a95322a99c

10 years ago[maven-release-plugin] prepare for next development iteration
lararennie@google.com [Thu, 8 May 2014 13:02:06 +0000 (13:02 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@659 ee073f10-1060-11df-b6a4-87a95322a99c

10 years ago[maven-release-plugin] prepare release libphonenumber-6.1
lararennie@google.com [Thu, 8 May 2014 13:01:53 +0000 (13:01 +0000)]
[maven-release-plugin] prepare release libphonenumber-6.1

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@657 ee073f10-1060-11df-b6a4-87a95322a99c

10 years agoJAVA/JS/CPP: libphonenumber v6.1
lararennie@google.com [Thu, 8 May 2014 12:46:50 +0000 (12:46 +0000)]
JAVA/JS/CPP: libphonenumber v6.1

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@656 ee073f10-1060-11df-b6a4-87a95322a99c

10 years agoJS: Adding missing @ in front of type.
lararennie@google.com [Wed, 26 Mar 2014 13:44:10 +0000 (13:44 +0000)]
JS: Adding missing @ in front of type.

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@655 ee073f10-1060-11df-b6a4-87a95322a99c

10 years ago[maven-release-plugin] prepare for next development iteration
lararennie@google.com [Wed, 26 Feb 2014 10:39:08 +0000 (10:39 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@654 ee073f10-1060-11df-b6a4-87a95322a99c