summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded ICU include paths.Narayan Kamath2015-01-051-6/+5
* Switch sqlite to the new icu.Elliott Hughes2014-07-091-2/+2
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-05-231-8/+6
* add static dependency on liblogColin Cross2013-07-231-0/+2
* am b4e9e379: Merge "fix build problem, when #define ENABLE_ANDROID_LOG 1"Elliott Hughes2013-03-061-1/+1
|\
| * fix build problem, when #define ENABLE_ANDROID_LOG 1Hyejin Kim2013-03-061-1/+1
* | Remove GET_PHONEBOOK_INDEX callbackJay Shrauner2013-02-255-581/+1
* | Fix contacts index labels for i18nJay Shrauner2013-02-057-780/+430
|/
* am 38d33f70: am 1eabc582: Merge "GetPhonebookIndex: Fix handling for minor Ja...Jean-Baptiste Queru2012-05-012-5/+48
|\
| * GetPhonebookIndex: Fix handling for minor Japanese kana charactersYutaro Ogasawara2011-12-182-5/+48
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-061-11/+11
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
|/
* Allow _DELETE_FILE trigger to delete files on secondary external storageMike Lockwood2011-07-071-6/+22
* Revert "Allow _DELETE_FILE trigger to delete files in /data/media"Mike Lockwood2011-01-121-7/+2
* DO NOT MERGE. Adding a custom function to support legacy API compatibilityDmitri Plotnikov2011-01-064-2/+107
* Update to new Unicode.h includesKenny Root2010-11-152-13/+14
* Allow _DELETE_FILE trigger to delete files in /data/mediaMike Lockwood2010-10-051-2/+7
* resolved conflicts for merge of 90f23688 to masterJesse Wilson2010-09-151-4/+13
|\
| * Support sqlite on the dalvikvm host build.Jesse Wilson2010-09-141-4/+13
| * Fix problem with const result from strchr() [DO NOT MERGE]Mike Lockwood2010-08-241-1/+1
* | Put digits into an own segment with the title #Daniel Lehmann2010-08-181-1/+8
* | Fix problem with const result from strchr()Mike Lockwood2010-05-191-1/+1
|/
* Add PHONEBOOK_COLLATOR toward SQLite so that database users are able to sort ...Daisuke Miyakawa2010-03-181-1/+40
* Remove getPhoneticallySortableString() and its SQLite variant, both of which ...Daisuke Miyakawa2010-03-174-369/+1
* Read external storage name from EXTERNAL_STORAGE variable.Ray Chen2010-03-121-2/+3
* Changing the phone book index for Japanese word "other"Dmitri Plotnikov2010-03-041-4/+2
* Implementing traditional grouping of Hiragana characters in contacts listsDmitri Plotnikov2010-03-033-38/+90
* Introducing a new SQLite extension function: GET_PHONEBOOK_INDEXDmitri Plotnikov2010-03-034-12/+264
* bug #2180646: make comparing "404-04" and "40404" return true in the native s...Wei Huang2009-10-231-4/+10
* fix failing test.Wei Huang2009-09-211-1/+1
* make native sqlite phone_number_compare_loosely use MIN_MATCH of 7 instead of 5.Wei Huang2009-09-201-2/+2
* Small changeDaisuke Miyakawa2009-09-201-1/+1
* Revert the default phone number comparation algorithm.Daisuke Miyakawa2009-09-206-11/+327
* Fix the implementation of phone_number_compare in accordance with the tests i...Daisuke Miyakawa2009-09-023-17/+67
* Merge change 23409 into donutAndroid (Google) Code Review2009-08-312-3/+14
|\
| * Avoid a buffer overrun in GET_NORMALIZED_STRING.Jeff Hamilton2009-09-012-3/+14
* | fix bug 2015059: where the native sqlite comparison method phone_number_compa...Wei Huang2009-08-312-13/+40
|/
* One more test, which is succesful (and should be successful), but unexpectedl...Daisuke Miyakawa2009-07-201-0/+1
* Fix a bug in which "16\d+6" matches 166 and the number is handled as Thailand...Daisuke Miyakawa2009-07-202-0/+3
* Oops! I was totally misunderstanding what was going wrong!!Daisuke Miyakawa2009-07-101-9/+9
* Make sim-ang not corrupt when building PhoneticUtilsTest.cppDaisuke Miyakawa2009-07-101-3/+5
* quick fixDaisuke Miyakawa2009-07-092-11/+9
* Make PhoneticStringUtils use functions in String8 instead of using locally de...Daisuke Miyakawa2009-07-094-250/+91
* "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many...Daisuke Miyakawa2009-07-074-215/+466
* Revert ""Rewrite" PhoneNumberUtil so that it compares two phone strings using...Daisuke Miyakawa2009-07-074-430/+215
* "Rewrite" PhoneNumberUtil so that it compares two phone strings using as many...Daisuke Miyakawa2009-06-264-215/+430
* Remove libsqlite3_phonetic_string_utils_test from tests buildSriram Raman2009-06-221-1/+1
* Added 'tag' column to SQLite _TOKENIZE function.Bjorn Bringert2009-05-191-14/+38
* Hand merge from cupcake_dcm from donut, part 1.Daisuke Miyakawa2009-05-184-137/+287
* Add token_index column to _TOKENIZE table.Bjorn Bringert2009-05-141-7/+46