153c102e5ba0ff0e8df7a862c8f4e449007d04ad |
|
14-Sep-2016 |
Elliott Hughes <enh@google.com> |
external/sqlite/android cleanup. Removes dead use of deprecated ucol_getShortDefinitionString. Converts PhoneNumberUtils tests to gtest. Bug: http://b/31459453 Change-Id: I4662e25d711868e21afb0661602c64852f0cef65
/external/sqlite/android/Android.mk
|
3b61593367250d43ac905d8dd269d5350690ae7b |
|
12-Sep-2016 |
Dan Willemsen <dwillemsen@google.com> |
Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n These modules can be named the same between the target and host libraries, which simplifies references to them, particularly in Soong. To prevent accidentally loading the system copy of the library, we still rename the installed name to be libicu*-host.so. But modules do not need to know that in order to build against them. Change-Id: I4735599feb73225b2bea6dee42bbc23118693765
/external/sqlite/android/Android.mk
|
22d8f5b9a29ea46bc522e585acdf0e3c2a5334bd |
|
05-Jan-2015 |
Narayan Kamath <narayan@google.com> |
Remove hardcoded ICU include paths. ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS. bug: 18581021 Change-Id: I98048a4f6a9163fff6d3a71712d8249b2b00d04b
/external/sqlite/android/Android.mk
|
71ceba4120dbc2a219fb19b064b2712e3f1a2960 |
|
10-Jul-2014 |
Elliott Hughes <enh@google.com> |
Switch sqlite to the new icu. Change-Id: I16a4b5c0d7b46a4edd61d75ba017669b0daafc90
/external/sqlite/android/Android.mk
|
f3a7b1a20e7554218f89f5cb88d121bb509c4f4d |
|
23-May-2014 |
Ian Rogers <irogers@google.com> |
Remove deprecated WITH_HOST_DALVIK. Bug: 13751317 Change-Id: I64e66eb34dbe10b39ec2e8c37da0038705b4931f
/external/sqlite/android/Android.mk
|
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
|