blob: c6b2068c8f13689b7cc2d885065c42b1f38af8d4 [file] [log] [blame]
Name: The library to input, validate, and display addresses.
Short Name: libaddressinput
URL: https://github.com/googlei18n/libaddressinput
Version: 0
Date: 10 November 2014
Revision: 4d18a0d4be9add0dc479e7b939ed8d39f6ec0d73
License: Apache 2.0
License File: LICENSE
Security Critical: no
Description:
This library lets you enter, validate, and display an address with correct
semantics for many countries around the world. The library uses the serialized
validation rules from a Google-managed server (without SLA) at
https://chromium-i18n.appspot.com/ssl-aggregate-address/. The library is used in
PaymentRequest and autofill.
Local Modifications:
- Use Chrome's version of JSON reader in chromium/json.cc.
- Use Chrome's version of loose string comparison in chromium/string_compare.cc.
Note:
Keep the enum in src/cpp/include/libaddressinput/address_field.h in sync with
AddressField class in AutofillProfileBridge.java file.