OLD | NEW |
1 Name: The library to input, validate, and display addresses. | 1 Name: The library to input, validate, and display addresses. |
2 Short Name: libaddressinput | 2 Short Name: libaddressinput |
3 URL: https://github.com/googlei18n/libaddressinput | 3 URL: https://github.com/googlei18n/libaddressinput |
4 Version: 0 | 4 Version: 0 |
5 Date: 10 November 2014 | 5 Date: 10 November 2014 |
6 Revision: 678a7f55a2ae7ccf417b4809e602b808b56a8ddb | 6 Revision: 678a7f55a2ae7ccf417b4809e602b808b56a8ddb |
7 License: Apache 2.0 | 7 License: Apache 2.0 |
8 License File: LICENSE | 8 License File: LICENSE |
9 Security Critical: no | 9 Security Critical: no |
10 | 10 |
11 Description: | 11 Description: |
12 | 12 |
13 This library lets you enter, validate, and display an address with correct | 13 This library lets you enter, validate, and display an address with correct |
14 semantics for many countries around the world. The library uses the serialized | 14 semantics for many countries around the world. The library uses the serialized |
15 validation rules from a Google-managed server (without SLA) at | 15 validation rules from a Google-managed server (without SLA) at |
16 https://i18napis.appspot.com/ssl-aggregate-address. The library is used in | 16 https://chromium-i18n.appspot.com/ssl-aggregate-address/. The library is used in |
17 requestAutocomplete dialog and autofill. | 17 PaymentRequest and autofill. |
18 | 18 |
19 Local Modifications: | 19 Local Modifications: |
20 - Use Chrome's version of JSON reader in chromium/json.cc. | 20 - Use Chrome's version of JSON reader in chromium/json.cc. |
21 - Use Chrome's version of loose string comparison in chromium/string_compare.cc. | 21 - Use Chrome's version of loose string comparison in chromium/string_compare.cc. |
| 22 |
| 23 Note: |
| 24 |
| 25 Keep the enum in src/cpp/include/libaddressinput/address_field.h in sync with |
| 26 AddressField class in AutofillProfileBridge.java file. |
OLD | NEW |