aboutsummaryrefslogtreecommitdiff
path: root/cpp/test
AgeCommit message (Expand)Author
2014-06-16Change the Downloader and Storage APIs to use heap-allocated objects.roubert@google.com
2014-06-16Make the Callback templates more generic.roubert@google.com
2014-06-13Fix a bug with the postal code validator where a pattern with a '|' can match...davinci@google.com
2014-06-04Make IsFieldRequired and IsFieldUsed always return true for COUNTRY.roubert@google.com
2014-06-04Break implementation of MockDownloader out into a stand-alone class.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-29Add more tests for RegionDataBuilder.rouslan@chromium.org
2014-05-28Separate region data builder from preload supplier.rouslan@chromium.org
2014-05-28Remove extra whitespace from messages.rouslan@chromium.org
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-22Rename class MetadataLoader to class OndemandSupplier.roubert@google.com
2014-05-22Parametrize AddressValidatorTest on Supplier to test them all.roubert@google.com
2014-05-22Move base tests from MetadataLoaderTest to SupplierTest.roubert@google.com
2014-05-22Break out abstract base class Supplier from MetadataLoader.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 aggregate data in fake downloader.rouslan@chromium.org
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-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-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-14Make RuleHierarchy objects delete themselves when no longer used.roubert@google.com
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
2014-03-21Add address validation functionality to libaddressinput.roubert@google.com
2014-03-21Add the PostBoxMatchers helper class.roubert@google.com
2014-03-21Add the MetadataLoader helper class.roubert@google.com
2014-03-21Add "id", "require", "sub_keys", "languages" and "zip" to Rule.roubert@google.com
2014-03-21Add the helper function RegionDataConstants::GetMaxLookupKeyDepth().roubert@google.com
2014-03-21Add the helper function ParseAddressFieldsRequired().roubert@google.com
2014-03-21Add the LookupKey helper class.roubert@google.com