History log of /external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/PhoneNumberOfflineGeocoder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/geocoder/src/com/google/i18n/phonenumbers/geocoding/PhoneNumberOfflineGeocoder.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/geocoder/src/com/google/i18n/phonenumbers/geocoding/PhoneNumberOfflineGeocoder.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/geocoder/src/com/google/i18n/phonenumbers/geocoding/PhoneNumberOfflineGeocoder.java