Lines Matching refs:numbers
164 - Better exclusion of dates when matching phone numbers from text.
216 - Better support for detecting phone numbers in text that are beside each other
217 - Change to how Japanese numbers beginning with "00" are modelled, with the
272 - Adding support for numbers with multiple Italian leading zeros, by adding a field
276 - Fix for parsing short numbers that start with the national prefix.
277 - Updating formatNumberForMobileDialing to work with short numbers.
278 - Stop finding Israeli 4-digit "star" numbers in text when no star is in fact present.
279 - Bug fix for finding phone numbers where the area code was also part of the country
358 - Bug fix: Argentinian (and other countries with mobile tokens) mobile numbers now geocode
384 -- AsYouTypeFormatting: 3-digit numbers can be formatted as a group where appropriate
386 have always entered it, resulting in bugs where numbers without the national prefix were
388 -- Numbers in Chile that overlap with emergency numbers are no longer marked as connecting to
391 grouping when extracting phone numbers
500 - Handling UAN numbers in Argentina better when dialling them locally from a
547 - Fixing regression in AsYouTypeFormatter where it no longer worked for numbers entered in national
556 - Inserting a space after the national prefix in the AsYouTypeFormatter when formatting numbers in
558 - Format emergency numbers and short-codes as a block in the AsYouTypeFormatter.
583 - Support for alternate formats when finding phone numbers.
584 - Allowing two-digit numbers to be parsed if they are entered in national-format with no
608 - Allow soft hyphen to appear in phone numbers (\u00AD)
640 - Parsing support for numbers in RFC format that contain the country info in the "phone-context"
666 - Parsing Israeli * numbers written in international format now works
667 - PhoneNumberMatcher doesn't match timestamps as phone-numbers
689 - Support for Voicemail numbers
690 - Support prefixes "xt" and "xtn" to indicate extensions of phone numbers
691 - Change formatInOriginalFormat to use raw_input for numbers with incorrect leading zeroes, instead
692 of all invalid numbers.
699 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
700 removing national prefix for some numbers.
701 - Improve PhoneNumberMatcher to not match numbers ending with '%'.
702 - Fix formatNumberForMobileDialing to handle Israeli star numbers, Peruvian and Colombian numbers.
714 national-format numbers, unless matching for a region where it is explicitly marked in the
719 - Emergency numbers added for all remaining countries
720 - Collected data on which numbers we format with a national prefix are commonly written without one
727 - Update code and metadata for countries with IDD "8~10" to accept phone numbers where the "~" is
731 - Add ShortNumberUtil to deal with international short phone numbers, such as short codes and
732 emergency numbers.
750 the call can be connected from a mobile phone. If this is impossible, for example for numbers
755 - Collecting data for emergency numbers
764 - Fix formatting of phone numbers which contain only 0s in the national number.
778 - Fix to demo to not throw null-ptr exceptions for invalid NANPA numbers
780 - PhoneNumberMatcher improvements - added STRICT_GROUPING and EXACT_GROUPING levels, numbers
781 followed/preceded by a currency symbol will not match, multiple numbers separated by phone-number
839 - Fixes for PhoneNumberMatcher to be more restrictive in valid mode and not match numbers
841 marked as a phone numbers.
850 - findNumbers doesn't accept numbers with mis-matched brackets as phone-numbers
869 - Improved PhoneNumberMatcher for cases with other numbers before or after the phone number.
871 (e.g. '*' in Israeli star numbers).
880 - Fixing bug with selecting a suitable region for numbers with leading zeros where mutiple regions
890 - Can parse and format numbers in RFC-3966 format.
914 - New functionality to extract phone-numbers from text (findNumbers). This is just the first
915 version - it does not extract ALPHA numbers such as 0800 CALL ME, or numbers where alternate
943 - Better isNumberMatch method. This will now recognise numbers starting with a national prefix as
947 or other of the numbers provided do not match.
967 - Handle null phone-numbers when parsing by throwing a NumberParseException.
970 - Allow "ZZ" or null regions to be specified for numbers starting with a full-width "+" symbol, or
974 - New types of numbers introduced: UAN (universal or "company" numbers) and short codes. Note that
1003 - Allowed parsing of numbers that start with "++" or a full-width "+" symbol
1035 - AsYouTypeFormatter for formatting Chinese geographical numbers entered in national format.
1036 - AsYouTypeFormatter for formatting Chinese 400/800 numbers entered in national format.