Shaopeng Jia | c3a6f83 | 2010-08-17 06:14:53 +0000 | [diff] [blame^] | 1 | August 16th, 2010 |
| 2 | * Bug fixes |
| 3 | - AsYouTypeFormatter for formatting Chinese geographical numbers entered in national format. |
| 4 | - AsYouTypeFormatter for formatting Chinese 400/800 numbers entered in national format. |
| 5 | * Metadata change: |
| 6 | - new countries: AM, AN, BH, GL, IS |
| 7 | - adding national prefix 1 to all NANPA countries. |
| 8 | - update to existing countries: BF, FR, UK, PK, RE |
| 9 | |
Shaopeng Jia | b38f0e5 | 2010-08-09 04:32:31 +0000 | [diff] [blame] | 10 | August 4th, 2010 |
| 11 | |
| 12 | * Further improve startup performance |
| 13 | - Preload no country specific metadata at startup. |
| 14 | - Stop creating the file containing mapping from country calling code to region code |
| 15 | and loading it at startup; instead, do the initialization in PhoneNumberUtil. |
| 16 | |
Shaopeng Jia | 4ca3b5b | 2010-07-31 08:29:46 +0000 | [diff] [blame] | 17 | July 31th, 2010 |
| 18 | |
| 19 | * Improve startup performance |
| 20 | - Separate generated metadata binary file to one file per region |
| 21 | - Preload US at start up, and load other region at the time when needed |
| 22 | - Create a file containing mapping from country calling code to region code, |
| 23 | and load it at startup |
| 24 | - Same change also applied to unittests |
| 25 | |
Shaopeng Jia | 5937976 | 2010-07-30 14:47:20 +0000 | [diff] [blame] | 26 | July 30th, 2010 |
| 27 | |
| 28 | * Metadata change: |
| 29 | - new country: TL |
| 30 | - update to existing country: AZ, CN, FR, GH, JO, LA, PG, PK, QA, SZ, UA, VN |
| 31 | |
| 32 | * Code improvement |
| 33 | - China local number formatting for AsYouTypeFormatter |
Shaopeng Jia | b38f0e5 | 2010-08-09 04:32:31 +0000 | [diff] [blame] | 34 | - improve extension parsing to handle number in the form of +1 (645) 123 1234 ext. 910# |