Home | History | Annotate | Download | only in java

Lines Matching full:numbers

26  - Handling UAN numbers in Argentina better when dialling them locally from a
73 - Fixing regression in AsYouTypeFormatter where it no longer worked for numbers entered in national
82 - Inserting a space after the national prefix in the AsYouTypeFormatter when formatting numbers in
84 - Format emergency numbers and short-codes as a block in the AsYouTypeFormatter.
109 - Support for alternate formats when finding phone numbers.
110 - Allowing two-digit numbers to be parsed if they are entered in national-format with no
134 - Allow soft hyphen to appear in phone numbers (\u00AD)
166 - Parsing support for numbers in RFC format that contain the country info in the "phone-context"
192 - Parsing Israeli * numbers written in international format now works
193 - PhoneNumberMatcher doesn't match timestamps as phone-numbers
215 - Support for Voicemail numbers
216 - Support prefixes "xt" and "xtn" to indicate extensions of phone numbers
217 - Change formatInOriginalFormat to use raw_input for numbers with incorrect leading zeroes, instead
218 of all invalid numbers.
225 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
226 removing national prefix for some numbers.
227 - Improve PhoneNumberMatcher to not match numbers ending with '%'.
228 - Fix formatNumberForMobileDialing to handle Israeli star numbers, Peruvian and Colombian numbers.
240 national-format numbers, unless matching for a region where it is explicitly marked in the
245 - Emergency numbers added for all remaining countries
246 - Collected data on which numbers we format with a national prefix are commonly written without one
253 - Update code and metadata for countries with IDD "8~10" to accept phone numbers where the "~" is
257 - Add ShortNumberUtil to deal with international short phone numbers, such as short codes and
258 emergency numbers.
276 the call can be connected from a mobile phone. If this is impossible, for example for numbers
281 - Collecting data for emergency numbers
290 - Fix formatting of phone numbers which contain only 0s in the national number.
304 - Fix to demo to not throw null-ptr exceptions for invalid NANPA numbers
306 - PhoneNumberMatcher improvements - added STRICT_GROUPING and EXACT_GROUPING levels, numbers
307 followed/preceded by a currency symbol will not match, multiple numbers separated by phone-number
365 - Fixes for PhoneNumberMatcher to be more restrictive in valid mode and not match numbers
367 marked as a phone numbers.
376 - findNumbers doesn't accept numbers with mis-matched brackets as phone-numbers
395 - Improved PhoneNumberMatcher for cases with other numbers before or after the phone number.
397 (e.g. '*' in Israeli star numbers).
406 - Fixing bug with selecting a suitable region for numbers with leading zeros where mutiple regions
416 - Can parse and format numbers in RFC-3966 format.
440 - New functionality to extract phone-numbers from text (findNumbers). This is just the first
441 version - it does not extract ALPHA numbers such as 0800 CALL ME, or numbers where alternate
469 - Better isNumberMatch method. This will now recognise numbers starting with a national prefix as
473 or other of the numbers provided do not match.
474 - New number-type UAN now supported in the code. This represents Company Numbers or Universally
475 Accessible Numbers.
493 - Handle null phone-numbers when parsing by throwing a NumberParseException.
496 - Allow "ZZ" or null regions to be specified for numbers starting with a full-width "+" symbol, or
500 - New types of numbers introduced: UAN (universal or "company" numbers) and short codes. Note that
529 - Allowed parsing of numbers that start with "++" or a full-width "+" symbol
561 - AsYouTypeFormatter for formatting Chinese geographical numbers entered in national format.
562 - AsYouTypeFormatter for formatting Chinese 400/800 numbers entered in national format.