History log of /external/sqlite/android/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bde763528bf07086d010f3a89db0b9475bf7a7d3 24-Jul-2013 Colin Cross <ccross@android.com> add static dependency on liblog

Change-Id: I21a4e18f0d2aacaf76421b62d693c2ae7eb08f30
/external/sqlite/android/Android.mk
db9ae4b068589d2157c1c2d4c45c3873d9203ef0 16-Feb-2013 Jay Shrauner <shrauner@google.com> Remove GET_PHONEBOOK_INDEX callback

Remove sqlite GET_PHONEBOOK_INDEX callback.

Bug:
Change-Id: I751bb4fdff89af1eccc4b21b67fddd0b802eeb61
/external/sqlite/android/Android.mk
db8a386d111b11463c877b3a14ab62aec761a3f5 17-Dec-2012 Jay Shrauner <shrauner@google.com> Fix contacts index labels for i18n

Switch ContactsProvider to using ICU for generation of index labels,
and remove custom KO and JA code. Add i18n test cases.

Bug:7351596
Change-Id: I7ac25add8b29ff2c6c395f04a83b279b541e4125
/external/sqlite/android/Android.mk
90f23688416d9f4e1e5d0128dca5f26404b6898e 15-Sep-2010 Jesse Wilson <jessewilson@google.com> Support sqlite on the dalvikvm host build.

Change-Id: I900daf7f205f8f666eac9c4070d2e5c99d85b3b3
/external/sqlite/android/Android.mk
3a74962298118ee138e290c3458bccb895854b47 03-Mar-2010 Dmitri Plotnikov <dplotnikov@google.com> Introducing a new SQLite extension function: GET_PHONEBOOK_INDEX

This function will produce a normalized upper case first letter
from a given string.

Bug: 2407129
Change-Id: Idfafca04342d43ef43cfdff0e431e0a6a8cf5c68
/external/sqlite/android/Android.mk
7bb17d6e6c99d4b2fa23ab57020cef4040373b24 20-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Small change
/external/sqlite/android/Android.mk
948a119c94f8b69760437c7d1e784b498cd9b766 20-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Revert the default phone number comparation algorithm.

Now developers have to explicitly set the third argument of PHONE_NUMBERS_COMPARE() into 1,
when they want to use "strict" phone number comparation algorithm, which was used in Donut.
In default, PHONE_NUMBER_COMPARE() now uses "loose" phone number comparation algorithm,
which had been used in Cupcake.

Internal issue id: 1892808
/external/sqlite/android/Android.mk
b3b8a9dac508afdbac8de93a31a752c60e34e254 01-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Fix the implementation of phone_number_compare in accordance with the tests in PhoneNumberUtils.java.

Due to the Thailand's special case, the code became a little nastier than before, but I believe it is inevitable...
/external/sqlite/android/Android.mk
e919af569c13d7445daf20cb06867e186afba92a 26-Jun-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make PhoneticStringUtils use functions in String8 instead of using locally developped functions.

This change depends on https://android-git.corp.google.com/g/Gerrit#change,5510

Internal bug id: 1707173
/external/sqlite/android/Android.mk
f06f5fa351ded0b9e04e15efa7e34f0f085fc9df 07-Jul-2009 Daisuke Miyakawa <dmiyakawa@google.com> "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation.
Unlike the change 5480, this considers the NDD-problem mentioned in the internal issue 1949010.
This time, 1-650-555-1234 and 650-555-1234 match each other.

Added tests for the cases.

related internal issue: 1868702, 1949010
/external/sqlite/android/Android.mk
ab3ee7de06d0451d0a34cbd982006f62928e4b48 07-Jul-2009 Daisuke Miyakawa <dmiyakawa@google.com> Revert ""Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation."

This reverts commit de43094477419f8a190a6f97b47d346827310a02.

related internal issue: 1949010
/external/sqlite/android/Android.mk
de43094477419f8a190a6f97b47d346827310a02 26-Jun-2009 Daisuke Miyakawa <dmiyakawa@google.com> "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation.
The new implementation considers country code seriously.

To confirm this change does not do something wrong, I also created another change (https://android-git.corp.google.com/g/Gerrit#change,4036).
All tests related to PhoneNumberUtils pass, including Thailand's ugly buggy behavior around country code handling :-P

Also Add tests for PhoneNumberUtils, which can be executed in the usual workstation like this:
> g++ -Wall external/sqlite/android/PhoneNumberUtils.cpp external/sqlite/android/PhoneNumberUtilsTest.cpp
> ./a.out

This change fixes the internal bug 1868702.
/external/sqlite/android/Android.mk
0ff6f71d24bbde0087c8d2bd0a94d699117e2562 23-Jun-2009 Sriram Raman <sriramkraman@google.com> Remove libsqlite3_phonetic_string_utils_test from tests build
/external/sqlite/android/Android.mk
455ed29fb92a9adf411252df5e74541269d10806 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/external/sqlite/android/Android.mk
7790ef5367fe6731048c3e3a1c067f94b321cb4d 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/sqlite/android/Android.mk
9764acebd9bd23a5e72932accc18cbe31b47ee57 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/sqlite/android/Android.mk
6005ac625aa553fe461b363385a8ed4a3c217a1f 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/sqlite/android/Android.mk