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