rohininidhi
019d83fad7
Update README.md ( #2825 )
3 years ago
rohininidhi
a1318e7012
Rnidhi maven update ( #2824 )
* [maven-release-plugin] prepare release v8.12.56
* [maven-release-plugin] prepare for next development iteration
3 years ago
rohininidhi
46598b5840
Metadata updates for release 8.12.56 ( #2823 )
3 years ago
Tobias Rogg
4e364ce85a
added Mac setup instructions ( #2820 )
* added Mac setup instructions
3 years ago
kkeshava
f38f4aca2b
Update README.md ( #2813 )
3 years ago
kkeshava
f4d0ea7ca3
Kkeshava maven update ( #2812 )
* [maven-release-plugin] prepare release v8.12.55
* [maven-release-plugin] prepare for next development iteration
3 years ago
kkeshava
80fa12ef0f
Metadata updates for release 8.12.55 ( #2811 )
3 years ago
kkeshava
83494155ff
Update README.md ( #2808 )
3 years ago
kkeshava
9b2e3c014c
Kkeshava maven update ( #2807 )
* [maven-release-plugin] prepare release v8.12.54
* [maven-release-plugin] prepare for next development iteration
3 years ago
kkeshava
de9421fc80
Metadata updates for release 8.12.54 ( #2806 )
3 years ago
kkeshava
5f07d0e5c0
Update README.md ( #2803 )
3 years ago
kkeshava
5716b101df
Kkeshava maven update ( #2802 )
* [maven-release-plugin] prepare release v8.12.53
* [maven-release-plugin] prepare for next development iteration
3 years ago
kkeshava
028f643886
Metadata updates for release 8.12.53 ( #2801 )
3 years ago
dependabot[bot]
eb45de6684
Bump protobuf-java from 3.12.2 to 3.16.1 in /metadata ( #2715 )
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.12.2 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.2...v3.16.1 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
DavidKorczynski
8f8936851a
Added fuzzer. This is first step in merging work from OSS-Fuzz into upstream. ( #2548 )
3 years ago
dependabot[bot]
6656d48ea2
Bump protobuf-java from 3.8.0 to 3.16.1 in /tools/java/cpp-build ( #2714 )
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.8.0 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.8.0...v3.16.1 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
3 years ago
penmetsaa
6cd46fdb2f
Update README.md ( #2797 )
3 years ago
penmetsaa
1a6151ffe1
Penmetsaa maven update for release 8.12.52 ( #2796 )
3 years ago
penmetsaa
62f2e3039b
Version update for Java commons-fileupload dependency because of vulnerability found in this ( #2798 )
3 years ago
Tijana Vislavski Gradina
dd54acc376
Docs update ( #2792 )
* Fixing anchors
Co-authored-by: penmetsaa <penmetsaa@google.com>
3 years ago
penmetsaa
272708519d
Metadata updates for release 8.12.52 ( #2795 )
3 years ago
penmetsaa
8b72e06b9a
Fixating the absl-cpp version that we download and cpp readme update after #2791 ( #2793 )
* Readme update w.r.t new abseil-cpp dependency and fixing the absl-cpp version that we download.
* Reducing hash of commit to just working level
3 years ago
penmetsaa
afef271dfa
Updating the upstream to JS's JSON api 'Stringify' rather than Google closure apis ( #2794 )
3 years ago
Carlo Cabrera
e42a472a22
Use a system-installed abseil when available ( #2791 )
Currently, CMake is configured to download and build abseil from source
whenever `BUILD_GEOCODER` is set to `ON`. Let's allow users to use a
pre-existing installation of abseil by checking for one first before
attempting to download and build another one.
If CMake finds a pre-existing installation of abseil, it will use that
instead.
We need to allow the user to override `CMAKE_CXX_STANDARD` because they
may have built abseil with a newer standard than C++11. Attempting to
build libphonenumber with C++11 will fail if abseil was built with a
newer C++ standard.
Closes #2772 .
3 years ago
Ian Ker-Seymer
81280af7e6
Add mini_phone as Ruby third part port ( #2574 )
A Ruby gem which plugs directly into Google's native C++ libphonenumber for extremely fast and robust phone number parsing, validation, and formatting. On average, most methods are 70x to 80x faster than other Ruby phone number libraries.
4 years ago
Igor Petrovych
41b7d4f172
Update README.md ( #2506 )
We've added a Salesforce port of this library written in Apex and adapted to Salesforce governor limits.
4 years ago
David Beaumont
46ebb860e3
Adding anchors for all FAQ entries (down to ###) ( #1867 )
* Adding anchors for all FAQ entries (down to ###)
4 years ago
penmetsaa
14411304ef
Delete ant build/util targets for demo site updates as they are now absolete ( #2789 )
- Followup to PR #2773 , where we started using official appengine Maven plugin than older ```maven-gae-plugin```
- ```appcfg``` script is deprecated and most of these works can be done through ```gcloud-appengine-sdk```
- More details in cl/333435946 (where we moved away from ```appcfg``` during the releases) and cl/xxxxx (We no more need any manual copy jar commands)
4 years ago
David Beaumont
7d9455abf4
Updating a couple of docs since we can no longer accept any patches for generated files. ( #2285 )
* Update CONTRIBUTING.md (we no longer accept metadata patches directly)
* Update making-metadata-changes.md
* Update making-metadata-changes.md
Co-authored-by: lararennie <lararennie@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
4 years ago
penmetsaa
2dace306dc
Update README.md ( #2790 )
4 years ago
David Webster
a4e7f1e9c7
Listing the Elixir port of libphonenumber ( #2644 )
4 years ago
penmetsaa
ecd1c085de
Penmetsaa maven update for releaee 8.12.51 ( #2788 )
* [maven-release-plugin] prepare release v8.12.51
* [maven-release-plugin] prepare for next development iteration
4 years ago
penmetsaa
2d8e54ecba
Metadata updates for release 8.12.51 ( #2787 )
4 years ago
penmetsaa
0883579c3d
Colombia: update formatForMobileDialling() API to not include carrier selection code 03 ( #2786 )
4 years ago
penmetsaa
0e9973f61c
Update Demo site structure and use official appengine Maven plugin for test run. ( #2773 )
4 years ago
Tijana Vislavski Gradina
1c93222f11
Updated docs of formatInOriginalFormat to indicate it should be used after parseAndKeepRawInput ( #2785 )
4 years ago
penmetsaa
1262e86c28
Penmetsaa maven update for release 8.12.50 ( #2783 )
* [maven-release-plugin] prepare release v8.12.50
* [maven-release-plugin] prepare for next development iteration
4 years ago
penmetsaa
7b0dcf0a94
Update README.md ( #2784 )
4 years ago
penmetsaa
5a79ba076d
Update release notes based on new CSV metadata files. ( #2782 )
4 years ago
penmetsaa
d44a206aab
Metadata updates for release 8.12.50 ( #2781 )
4 years ago
Tijana Vislavski Gradina
e07c4707de
Removing old generated protos ( #2779 )
* Removing old generated files when building new ones
* Removing old generated files when building new ones
* Removing old generated files when building new ones
Co-authored-by: penmetsaa <penmetsaa@google.com>
4 years ago
penmetsaa
0de2cdaed5
Update release_notes.txt ( #2780 )
4 years ago
penmetsaa
efbc917c03
Update README.md ( #2778 )
4 years ago
penmetsaa
54af3bb619
Penmetsaa maven update for release 8.12.49 ( #2777 )
* [maven-release-plugin] prepare release v8.12.49
* [maven-release-plugin] prepare for next development iteration
4 years ago
penmetsaa
1d766f41fb
Penmetsaa update 8.12.49 ( #2775 )
* Metadata updates for release 8.12.49
* Update Release Notes refarding new metadata resources
4 years ago
Tijana Vislavski Gradina
3d74bd4c5f
Updating FAQ to mention Indonesian case ( #2774 )
4 years ago
kkeshava
c6e1dc3a24
Update README.md ( #2769 )
4 years ago
kkeshava
b749781c4a
Kkeshava maven update ( #2768 )
* [maven-release-plugin] prepare release v8.12.48
* [maven-release-plugin] prepare for next development iteration
4 years ago
kkeshava
9ba39be248
Metadata updates for release 8.12.48 ( #2767 )
4 years ago
penmetsaa
6ed6621a94
M2M documentation update after NL M2M range (970X) support in mobile category ( #2765 )
* M2M documentation update after NL M2M range support in mobile category
* Update FAQ.md
4 years ago