jia.shao.peng [Tue, 5 Apr 2011 12:09:41 +0000 (12:09 +0000)]
TOOLS: Adding common library for libphonenumber tools. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@157
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 5 Apr 2011 12:00:09 +0000 (12:00 +0000)]
CPP: Adding simple RegionCode class to phonenumberutil_test. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@156
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 5 Apr 2011 09:26:11 +0000 (09:26 +0000)]
TOOLS: Adding pom.xml for C++ build tools. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@155
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 4 Apr 2011 09:01:47 +0000 (09:01 +0000)]
Cpp: Refactored CMakeLists. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@154
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 1 Apr 2011 13:38:13 +0000 (13:38 +0000)]
CLEANUP: remove unused flag in proto file. Patch by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@153
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 1 Apr 2011 08:50:47 +0000 (08:50 +0000)]
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@152
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 1 Apr 2011 08:50:38 +0000 (08:50 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.1
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@150
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 1 Apr 2011 08:06:14 +0000 (08:06 +0000)]
MAVEN: Modify pom file to prepare for v3.1 maven push.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@149
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 31 Mar 2011 14:03:51 +0000 (14:03 +0000)]
CLEANUP: remove empty folders.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@148
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 31 Mar 2011 14:02:49 +0000 (14:02 +0000)]
CLEANUP: remove empty folders.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@147
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 31 Mar 2011 13:52:22 +0000 (13:52 +0000)]
CLEANUP: move shared resources out of java to resources/
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@146
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 31 Mar 2011 12:21:45 +0000 (12:21 +0000)]
JAVA: RFC3966 support, metadata update, extensive comment changes, getSupportedCountries renamed to getSupportedRegions.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@145
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 10:51:07 +0000 (10:51 +0000)]
Cpp: Adding FormatInOriginalFormat(). Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@144
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 10:31:45 +0000 (10:31 +0000)]
Cpp: Implementing Cache. Patch contributed by roubert@google.com
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@143
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 10:21:17 +0000 (10:21 +0000)]
Cpp: Adding GetSupportedRegions(). Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@142
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 09:58:51 +0000 (09:58 +0000)]
Cpp: Fix UTF-16 char in code to make code compile on Windows. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@141
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 09:15:50 +0000 (09:15 +0000)]
Cpp:Fix a small memory leak. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@140
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Mar 2011 09:10:31 +0000 (09:10 +0000)]
Cpp:Update README with better documentation for protocol buffer dependency.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@139
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Tue, 22 Mar 2011 15:21:43 +0000 (15:21 +0000)]
JAVA: Fixing mobile data for Australia, as per issue20.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@138
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 21 Mar 2011 12:37:51 +0000 (12:37 +0000)]
Cpp:Add protobuf version check. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@137
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 17 Mar 2011 14:19:14 +0000 (14:19 +0000)]
JAVA: Adding string constants for region-codes used when testing.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@136
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Tue, 15 Mar 2011 19:17:18 +0000 (19:17 +0000)]
JAVA-DEMO: Adding the parsed-region code to the demo output
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@135
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 15 Mar 2011 12:00:10 +0000 (12:00 +0000)]
JS: Fix compiler warning as reported in issue18. Patch contributed by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@134
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 14 Mar 2011 10:25:24 +0000 (10:25 +0000)]
JS: Update JS version to v3.0. findNumbers is not included yet. Patch contributed by tronikos
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@133
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:29:56 +0000 (15:29 +0000)]
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@132
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:29:44 +0000 (15:29 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@130
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:28:33 +0000 (15:28 +0000)]
MAVEN: Update pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@129
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:25:29 +0000 (15:25 +0000)]
MAVEN: Update pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@128
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:22:08 +0000 (15:22 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@127
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Mar 2011 15:20:37 +0000 (15:20 +0000)]
MAVEN: Update pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@126
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:22:34 +0000 (15:22 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@125
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:21:36 +0000 (15:21 +0000)]
MAVEN: Update pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@124
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:16:57 +0000 (15:16 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@123
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:16:04 +0000 (15:16 +0000)]
MAVEN: Update version in pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@122
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:06:11 +0000 (15:06 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@120
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 15:04:34 +0000 (15:04 +0000)]
JAVA: Adding tagBase in pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@119
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 14:55:36 +0000 (14:55 +0000)]
JAVA: Update version in pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@118
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 14:33:56 +0000 (14:33 +0000)]
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@117
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 14:33:47 +0000 (14:33 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@115
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 14:31:45 +0000 (14:31 +0000)]
JAVA: Update version in pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@114
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 14:23:38 +0000 (14:23 +0000)]
JAVA: Update project URL in pom.xml
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@113
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 13:04:21 +0000 (13:04 +0000)]
[maven-release-plugin] prepare release libphonenumber-3.0
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@112
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 12:56:43 +0000 (12:56 +0000)]
JAVA: Update pom.xml to prepare for v3.0 release.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@111
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 10 Mar 2011 12:49:49 +0000 (12:49 +0000)]
svn clean-up: Ignoring generated files and appengine sdk folder
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@110
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 10 Mar 2011 12:47:06 +0000 (12:47 +0000)]
JAVA-DEMO: Fixing favicon dir
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@109
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 10 Mar 2011 12:42:32 +0000 (12:42 +0000)]
JAVA-DEMO: Adding favicon.ico
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@108
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 10 Mar 2011 10:39:52 +0000 (10:39 +0000)]
JAVA: Removing @Override for 1.5 compatibility
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@107
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 10 Mar 2011 10:19:54 +0000 (10:19 +0000)]
JAVA: findNumbers functionality, metadata updates, bug-fixes
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@106
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 10 Mar 2011 10:08:19 +0000 (10:08 +0000)]
JAVA-DEMO: Upload code to run Java demo.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@105
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Mon, 7 Mar 2011 13:01:58 +0000 (13:01 +0000)]
JAVA/JS: Adding metadata for Ascension Island (AC)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@91
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 4 Mar 2011 13:40:11 +0000 (13:40 +0000)]
Java: Adding pom.xml file to support maven. Fixing issue 4. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@90
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 4 Mar 2011 08:43:24 +0000 (08:43 +0000)]
Cpp:Improves dependency detection in CMakeLists.txt and update Readme. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@89
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 3 Mar 2011 14:35:27 +0000 (14:35 +0000)]
Cpp:Adding steps on getting ICU into README. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@88
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Wed, 2 Mar 2011 15:43:30 +0000 (15:43 +0000)]
Cpp:Comment out unnessary include in utf.h. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@87
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Wed, 2 Mar 2011 15:08:16 +0000 (15:08 +0000)]
Cpp: adding ARM support to CMakeLists. Patch contributed by philip.liard.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@86
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 1 Mar 2011 09:31:34 +0000 (09:31 +0000)]
Update JS code to revision 76. Patch contributed by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@85
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 28 Feb 2011 13:29:25 +0000 (13:29 +0000)]
Update phonenumber proto and logging. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@84
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 17:19:57 +0000 (17:19 +0000)]
Check in more dependencies of the library. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@83
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 16:44:37 +0000 (16:44 +0000)]
Checking in the generated metadata. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@82
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 16:09:17 +0000 (16:09 +0000)]
Adding implementations of PhoneNumberUtil. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@81
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 15:51:21 +0000 (15:51 +0000)]
Adding SimpleItoa(int64). Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@80
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 14:41:10 +0000 (14:41 +0000)]
Adding dummy RE2Cache interface. Patch contributed by roubert@google.com
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@79
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 09:57:18 +0000 (09:57 +0000)]
Update base dependencies to revision 76017 from the Chromium SVN. Patch contributed by roubert@google.com
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@78
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 25 Feb 2011 09:02:23 +0000 (09:02 +0000)]
Adding light StrCat and SimpleItoa and tests. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@77
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 24 Feb 2011 12:02:13 +0000 (12:02 +0000)]
Fix JP 060 number format.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@76
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 22 Feb 2011 08:04:03 +0000 (08:04 +0000)]
Checking in README, Makefile and dependencies of C++ version of libphonenumber. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@75
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 11 Feb 2011 10:30:56 +0000 (10:30 +0000)]
Update UAN range of IM and JE.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@74
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Wed, 9 Feb 2011 13:05:37 +0000 (13:05 +0000)]
Metadata update, UAN code support and isNumberMatch changes.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@73
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Tue, 8 Feb 2011 10:40:10 +0000 (10:40 +0000)]
Removing *Build* files from the jars since they are only needed to compile the code and not afterwards, to decrease jar size.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@72
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Tue, 1 Feb 2011 14:49:13 +0000 (14:49 +0000)]
JS update corresponding to r67 (java). Contributed by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@71
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Mon, 31 Jan 2011 10:05:17 +0000 (10:05 +0000)]
Small fix to release notes
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@70
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Mon, 31 Jan 2011 10:03:01 +0000 (10:03 +0000)]
Overriding hashCode and equals for Phonenumber.PhoneNumber.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@69
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 28 Jan 2011 10:34:57 +0000 (10:34 +0000)]
Suppressing access warnings generated by access of 'other' in the mergeFrom functions.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@68
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 28 Jan 2011 08:35:00 +0000 (08:35 +0000)]
Fixing non-Android-compatible code.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@67
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Thu, 20 Jan 2011 14:26:34 +0000 (14:26 +0000)]
Metadata changes, new countries, small code changes.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@66
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Mon, 3 Jan 2011 13:06:09 +0000 (13:06 +0000)]
Update to release notes and generated binary file for JE to accompany r64
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@65
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Mon, 3 Jan 2011 13:01:38 +0000 (13:01 +0000)]
Updates for JE and comment updates for GB/IM/GG/JE. Contributed by g1smd
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@64
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Wed, 1 Dec 2010 12:58:09 +0000 (12:58 +0000)]
JS update to r62
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@63
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 25 Nov 2010 15:47:28 +0000 (15:47 +0000)]
Update phone number metadata and reorganize reg-exes for readability.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@62
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 29 Oct 2010 21:59:26 +0000 (21:59 +0000)]
Updating JS project to Java version to r60. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@61
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 22 Oct 2010 23:15:24 +0000 (23:15 +0000)]
Updating AE, GG, GB, IM, JE metadata
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@60
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 15 Oct 2010 13:06:19 +0000 (13:06 +0000)]
Re-ordering DTD and removing link to GB document that is no longer found.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@59
ee073f10-1060-11df-b6a4-
87a95322a99c
lararennie@google.com [Fri, 15 Oct 2010 11:39:34 +0000 (11:39 +0000)]
Small feature changes, metadata updates.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@58
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 6 Sep 2010 13:32:32 +0000 (13:32 +0000)]
Minor documentation updates.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@57
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 6 Sep 2010 06:36:46 +0000 (06:36 +0000)]
Bug fixes for code and metadata improvement. Also added new PAGER type support in the library.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@56
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Wed, 1 Sep 2010 19:44:50 +0000 (19:44 +0000)]
Quick fix on KZ metadata, which results in exception being thrown.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@55
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 24 Aug 2010 07:48:07 +0000 (07:48 +0000)]
Update JS project to Java version r53. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@54
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Wed, 18 Aug 2010 08:27:37 +0000 (08:27 +0000)]
Code refactoring. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@53
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Tue, 17 Aug 2010 06:14:53 +0000 (06:14 +0000)]
Fix AsYouTypeFormatter formatting for Chinese geographical and tollfree numbers entered in national format. Also update metadata.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@52
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 16 Aug 2010 08:51:05 +0000 (08:51 +0000)]
Add @license tag to js project. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@51
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 16 Aug 2010 07:47:47 +0000 (07:47 +0000)]
Update link and change mime-type of demo page for js project. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@50
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 12 Aug 2010 08:20:42 +0000 (08:20 +0000)]
Update JS project to Java project revision 46. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@49
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Mon, 9 Aug 2010 04:32:31 +0000 (04:32 +0000)]
Initialize country calling code to region code map in PhoneNumberUtil to further improve startup speed.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@48
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Wed, 4 Aug 2010 13:53:22 +0000 (13:53 +0000)]
Style fixes - patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@47
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Sat, 31 Jul 2010 11:03:05 +0000 (11:03 +0000)]
remove empty binary file.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@46
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Sat, 31 Jul 2010 08:29:46 +0000 (08:29 +0000)]
Improve startup performance by separating generated metadata binary to one per region, and load each only when needed.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@45
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 30 Jul 2010 14:47:20 +0000 (14:47 +0000)]
Improve AsYouTypeFormatter to handle Chinese local numbers; improve extension parsing; metadata update; also adding release_notes.txt
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@44
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Thu, 29 Jul 2010 08:19:02 +0000 (08:19 +0000)]
Fixing issue 1. Patch submitted by tronikos.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@43
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 23 Jul 2010 13:26:30 +0000 (13:26 +0000)]
Remove trailing white spaces.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@42
ee073f10-1060-11df-b6a4-
87a95322a99c
jia.shao.peng [Fri, 23 Jul 2010 12:35:03 +0000 (12:35 +0000)]
Major improvement in AsYouTypeFormatter to start formatting earlier. New TrancateTooLongNumber functionality in PhoneNumberUtil. Also fixes formatByPattern and Japanese AsYouTypeFormatter bugs.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@41
ee073f10-1060-11df-b6a4-
87a95322a99c