History log of /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a805e0c533932dc3e7d640c12f3e6c949ddfdd20 28-Nov-2016 Paul Duffin <paulduffin@google.com> Upgrade to 7.7.5

Created using ./update-from-external.sh 7.7.5

m -j32 droid
adb reboot bootloader
fastboot flashall -w
m -j32 cts
cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest
m -j32 libphonenumber-test
vogar --timeout 0 \
--classpath out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jack \
com.google.i18n.phonenumbers

Bug: 31792965
Test: As described above
Change-Id: If5beda5d9a2d8a616eefb97893335344a8a5f73a
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
6b489f77ae70bea07f3a8fbd877368b4e0f3142c 07-Dec-2015 Paul Duffin <paulduffin@google.com> Upgrade to version 7.2.1 (Second Attempt)

This introduces a runtime dependency on nano protobuf. The
classes are jarjared from com.google.protobuf.nano into
com.android.protobuf.nano and will be built as part of the
ext library built in frameworks/base/Android.mk.

Bug: 24793335
Change-Id: I7bd8a5d3988d21ea5bb0fdaaad09df298e53e16a
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
f8e6609c7ee7dd2a0f515a65ceb995e80f7731ee 10-Dec-2015 Narayan Kamath <narayan@google.com> Revert "Upgrade to version 7.2.1"

This reverts commit 8fda25a631103958dd4e335fa1149913d0552e0a.

Change-Id: Id96b831dc6dd5508b90d597e0bb78d02c39f0203
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
8fda25a631103958dd4e335fa1149913d0552e0a 07-Dec-2015 Paul Duffin <paulduffin@google.com> Upgrade to version 7.2.1

This introduces a runtime dependency on nano protobuf. The
classes are jarjared from com.google.protobuf.nano into
com.android.protobuf.nano and will be built as part of the
ext library built in frameworks/base/Android.mk.

Bug: 24793335
Change-Id: Iba3b7c5ad7789d4a2abca5a174e978138699ef94
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
279df210d5a4215ee2273bd23d29de5dc29e8370 18-Sep-2015 Neil Fuller <nfuller@google.com> Update libphonenumber to v7.0.11

Bug: 24185976
Change-Id: I9938e931e5ba63a5b5773cc6af66c6e55fc9a283
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
9907540e90c6794a028d7e1bd5bab0a6cc4a3e5b 21-Jan-2015 Narayan Kamath <narayan@google.com> Revert "Temporary workaround build system issues."

This reverts commit d627ef9abbc8f6e641c92c2fd1c7a502a6485b87.

Fixed properly in the build system now.
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
d627ef9abbc8f6e641c92c2fd1c7a502a6485b87 30-Dec-2014 Qin Chao <chaox.qin@intel.com> Temporary workaround build system issues.

The tool jarjar will replace the string "com.google" with "com.android"
according to the "jarjar-rules.txt". So all the hardcoded strings which
started with "/com/google" will modified into "/com/android/*" in the
final jar packages. This will cause all configuration files like
"/com/google/i18n/phonenumbers/ShortNumberMetadaProto_*" and
"/com/google/i18n/phonenumbers/PhoneNumberAlternateFormatsProto_*" not found.

This is because the build system packages resources after applying
jarjar rules.

This fixes a crash while making phone calls.

Signed-off-by: Qin Chao <chaox.qin@intel.com>
Change-Id: I7b1649dd97368ae7d524f4f6e51bff2864f9905f
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java
a77faddfc3b3e4cca8f585c82d669054aec221f4 18-Dec-2014 Narayan Kamath <narayan@google.com> Update libphonenumber to an unmodified copy of v7.0.1

Copied from upstream commit eb7f783d2fd7d222a10283a72d9e7 with no
local modifications and a cherry-pick of commit 5b00cb5b2dc0582c29
(JAVA/JS: Documentation fix and added missing licences.) from upstream
master.

Added Android.mk to build the code for platform and unbundled use.

Note that while we rename packages, we don't rename resources to make
sure they're found.

Change-Id: Idb886f1b5d7bca491b9f7f8d18574a88f08593ba
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/TestMetadataTestCase.java