aboutsummaryrefslogtreecommitdiff
path: root/cpp/src
AgeCommit message (Expand)Author
2014-06-10Update to Turkish formatting data/fieldslararennie@google.com
2014-06-10Updating region_data_constants.cc with the correct postal URL for AR and a fo...lararennie@google.com
2014-06-04Make IsFieldRequired and IsFieldUsed always return true for COUNTRY.roubert@google.com
2014-06-04Rename Synonyms class to AddressNormalizerlararennie@google.com
2014-06-03Functionality to guess fields in an address based on existing data. Adds a po...lararennie@google.com
2014-06-03Change the methods in validation_task.cc to use the required and used fields ...roubert@google.com
2014-05-30Break implementation out of the public OndemandSupplier interface.roubert@google.com
2014-05-30Remove hardcoded STREET_ADDRESS in AddressData::IsRepeatedFieldValue().roubert@google.com
2014-05-28Separate region data builder from preload supplier.rouslan@chromium.org
2014-05-28Add feature for selecting basictypes.h implementation at build time.roubert@google.com
2014-05-27Remove deprecated AddressValidator constructor.roubert@google.com
2014-05-27Address outstanding comments from codereview.appspot.com/100630043.keghani@google.com
2014-05-26Delete unused call to ChooseBestAddressLanguage().roubert@google.com
2014-05-23Synonym resolution.rouslan@chromium.org
2014-05-23Build a tree of sub-regions, useful for dropdowns in UI, for example.rouslan@chromium.org
2014-05-23Convert libaddressinput validation error codes into error messages.keghani@google.com
2014-05-23Improvements to rule, language, and lookup key objects.rouslan@chromium.org
2014-05-23Move ondemand_supplier.h to become a public header file.roubert@google.com
2014-05-23Synchronous API to get a Rule for a LookupKey.rouslan@chromium.org
2014-05-23Deprecate old AddressValidator constructor.roubert@google.com
2014-05-22Change IsFieldRequired and IsFieldUsed to use statically linkedroubert@google.com
2014-05-22Update region_data_constants.cc with zipex and posturl fields.keghani@google.com
2014-05-22Rename class MetadataLoader to class OndemandSupplier.roubert@google.com
2014-05-22Parametrize AddressValidatorTest on Supplier to test them all.roubert@google.com
2014-05-22Add class PreloadSupplier, implementing the Supplier interface.roubert@google.com
2014-05-22Break out abstract base class Supplier from MetadataLoader.roubert@google.com
2014-05-22Add the utility function RegionDataConstants::IsSupported().roubert@google.com
2014-05-22Adding missing includes for address formatter.lararennie@google.com
2014-05-22Adding address formatting functionality - on a single line, on multiple lines...lararennie@google.com
2014-05-21Enable parsing a Rule object from a JSON object.rouslan@chromium.org
2014-05-21Enable retrieving a list of keys from JSON.rouslan@chromium.org
2014-05-21Use stale data if a download fails.rouslan@chromium.org
2014-05-21Changing parsing of format strings to return FormatElement.lararennie@google.com
2014-05-20Some fixups in string util.rouslan@chromium.org
2014-05-20Streamline string_util to keep only our relevant functions and add unit tests.keghani@google.com
2014-05-20Add loose string compare.rouslan@chromium.org
2014-05-20Nested dictionaries for parsing aggregate data.rouslan@chromium.org
2014-05-20Copy string_util from Chromium to libaddressinput.keghani@google.com
2014-05-19Check that admin area and postal code name types map to UI strings.rouslan@chromium.org
2014-05-16Adding support of language code in lookup keys (extracted from the address).dbeaumont@google.com
2014-05-16Update strings in libaddressinput.keghani@google.com
2014-05-14Hide JSON implementation details in libaddressinput.rouslan@chromium.org
2014-05-14Make RuleHierarchy objects delete themselves when no longer used.roubert@google.com
2014-05-14Do not compare format::iterator to rule.GetFormat()::iterator.rouslan@chromium.org
2014-05-14Fix a use after free in Chromium tests in Debug mode with clang.rouslan@chromium.org
2014-05-14Determine language tag and order of UI components.rouslan@chromium.org
2014-05-08Updating region_data_constants.cc with autogenerated code.dbeaumont@google.com
2014-04-03Update the definition of "empty address field" to include whitespace.roubert@google.com
2014-04-03BuildComponents() should return at most one component per field type.rouslan@chromium.org
2014-03-31Add address metadata query functionality to libaddressinput.roubert@google.com