Philippe Liard
7f40b02808
CPP: Implement PhoneNumberOfflineGeocoder.
13 years ago
Fredrik Roubert
dbd0c4d2c8
CONFIG: Delete empty debian/changelog entries.
Review URL: https://codereview.appspot.com/6744049
13 years ago
David Beaumont
61fc69f36e
[maven-release-plugin] prepare for next development iteration
13 years ago
David Beaumont
fdde94192f
[maven-release-plugin] prepare release libphonenumber-5.2
13 years ago
David Beaumont
18d6eae899
JAVA/CPP: Release 5.2. Metadata updates and bug fixes. See release notes for more details.
13 years ago
Fredrik Roubert
2e074af243
CPP: Update CMake rules for Google Test to not require a pre-compiled static
library but be able to build the library from source as current practice is.
Review URL: https://codereview.appspot.com/6602047
13 years ago
Fredrik Roubert
41448d3121
Updated README: Current version information for Ubuntu packages.
Review URL: https://codereview.appspot.com/6601046
13 years ago
Fredrik Roubert
a6f2d20363
Update build rules to version 5.1 of the library.
Review URL: https://codereview.appspot.com/6572060
13 years ago
Fredrik Roubert
60db87a603
CPP: Link generate_geocoding_data_test with pthread.
13 years ago
Lara Scheidegger
2483f68616
JAVA/JS/CPP: Metadata updates (v5.1.4)
13 years ago
Lara Scheidegger
3d249582bd
JAVA/JS/CPP: Metadata updates (v5.1.3)
13 years ago
Lara Scheidegger
5475cbf960
JS: libphonenumber v5.1.2 - AYTF fix
13 years ago
Lara Scheidegger
af2b6b190a
Java/CPP: libphonenumber v5.1.2 - AYTF fix for numbers in national format in countries with no national prefix.
13 years ago
Shaopeng Jia
74921191f8
JS: Fix complaints from jsLint. Review URL: http://codereview.appspot.com/6503088
13 years ago
Shaopeng Jia
f1afb587e6
[maven-release-plugin] prepare for next development iteration
13 years ago
Shaopeng Jia
87f3598f1e
[maven-release-plugin] prepare release libphonenumber-5.1
13 years ago
Lara Scheidegger
a9c476d1ea
JS: libphonenumber v5.1
13 years ago
Lara Scheidegger
7ae82adb15
CPP: libphonenumber v5.1
13 years ago
David Beaumont
e1f679bfd2
JAVA: Better exception handling during metadata loading.
13 years ago
Lara Scheidegger
fc1adde81a
JAVA: libphonenumber 5.1: AYTF changes and metadata updates.
13 years ago
Lara Scheidegger
b0aabe0fb8
JAVA/JS/CPP: Metadata updates (v5.0.3)
14 years ago
Patrick Mézard
2699d37d34
CPP: use new geocoding data in AreaCodeMap.
14 years ago
Lara Scheidegger
917ab2a251
JAVA/JS/CPP: Metadata updates (v5.0.2)
14 years ago
David Beaumont
30d94303b5
DATA: Metadata and geocoding update (v5.0.1)
14 years ago
Philippe Liard
1e187ce622
CPP: Fix geocoding data parser.
14 years ago
David Beaumont
6a2ac124fd
CPP: Ported alternate phone number format support.
14 years ago
David Beaumont
4ab95715c0
Modified cmake rules to generate alternate format metadata files.
14 years ago
David Beaumont
62e1ef2e5e
changes to allow for generation of alternate format metadata
14 years ago
David Beaumont
1b31d8ef6f
Updated README: Added trouble shooting instructions for library issues and improved ICU installation instructions
14 years ago
Philippe Liard
e930086b33
CPP: Implement MappingFileProvider.
14 years ago
Philippe Liard
f7c8eeebab
CPP: libphonenumberv5.0 metadata changes
14 years ago
Lara Scheidegger
f51c32332e
DATA: Updated file format to unix for IE geocoding info.
14 years ago
Lara Scheidegger
593f002b6a
JS: libphonenumberv5.0 metadata changes
14 years ago
alecmcturk@gmail.com
c16b646acc
DATA: Geocoding data for Ireland.
14 years ago
David Beaumont
aa46e7a603
DATA: Correctly updated metadata file for version 5.0 (only affects generated code)
14 years ago
Lara Scheidegger
4fb4ecbae9
JS: libphonenumber v5.0 code changes, some metadata clean-up after v4.9.1
14 years ago
Philippe Liard
0773d7fff9
CPP: Test geocoding data.
14 years ago
Philippe Liard
ee01700f4a
CPP: Metadata changes only (v5.0).
14 years ago
David Beaumont
fafd98dfc2
[maven-release-plugin] prepare for next development iteration
14 years ago
David Beaumont
2e58f6ab62
[maven-release-plugin] prepare release libphonenumber-5.0
14 years ago
David Beaumont
28bffb3136
CONFIG: Changing version to 5.0-SNAPSHOT in pom.xml; libphonenumber v5.0
14 years ago
David Beaumont
222b42422c
JAVA: Metadata changes and bug fixes; libphonenumber v5.0
14 years ago
Philippe Liard
a49d51235c
TOOLS: Add unit test for ReplaceAll().
14 years ago
David Yonge-Mallo
8f7d408071
JAVA/JS: Metadata updates (v4.9.1)
Review URL: https://codereview.appspot.com/6349078VA/JS : Metadata updates (v4.9.1)
14 years ago
Fredrik Roubert
74a65a5624
TOOLS: Port changes for alternate formats.
Review URL: https://codereview.appspot.com/6350083
14 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
14 years ago
Fredrik Roubert
695666a9e1
JAVA/METADATA: Port MetadataManager and data files to open source.
Review URL: https://codereview.appspot.com/6345053
14 years ago
Fredrik Roubert
ea39cbb971
TOOLS: Update to use refactored BuildMetadataProtoFromXml tool.
Review URL: https://codereview.appspot.com/6353060
14 years ago
Fredrik Roubert
b1e4452573
TOOLS: Refactor the BuildMetadataProtoFromXml tool to:
- Make command line parameters named instead of positional.
- Move all information about paths, names, etc., from being hardcoded into the
tool itself to command line parameters, so that new files in the future can
be generated by just adding build rules for them without having to update the
tool.
- Not hard-code class or package names, but get them from the Class object.
- Break code generation up into smaller parts, to make it easier to extend the
code generation and share code while generating different classes.
- Update BuildMetadataFromXml to not output empty region codes.
- Generate either a Map or a Set, depending on whether the mapping table
actually contains any data or not.
All files generated by the tool remain identical to before this change.
Review URL: https://codereview.appspot.com/6343066
14 years ago
Lara Scheidegger
51b20a52fe
JAVA build: Changing the build file to make it more obvious when tests fail and print a message.
14 years ago