index
:
Project-1CE/external_sqlite
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
sqlite3_android.cpp
Age
Commit message (
Expand
)
Author
2019-08-27
sqlite3_android.cpp: disable _TOKENIZE
Nick Kralevich
2019-07-18
Support loose comparison using minimum matched chars
Taesu Lee
2017-08-11
ICU is disabled by Android.bp
Jiyong Park
2017-08-10
Don't use ICU when built for vendors
Jiyong Park
2017-04-19
Convert external/sqlite to Android.bp
Colin Cross
2016-09-13
external/sqlite/android cleanup.
Elliott Hughes
2013-03-06
am b4e9e379: Merge "fix build problem, when #define ENABLE_ANDROID_LOG 1"
Elliott Hughes
2013-03-06
fix build problem, when #define ENABLE_ANDROID_LOG 1
Hyejin Kim
2013-02-25
Remove GET_PHONEBOOK_INDEX callback
Jay Shrauner
2013-02-05
Fix contacts index labels for i18n
Jay Shrauner
2012-01-06
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-07-07
Allow _DELETE_FILE trigger to delete files on secondary external storage
Mike Lockwood
2011-01-12
Revert "Allow _DELETE_FILE trigger to delete files in /data/media"
Mike Lockwood
2011-01-06
DO NOT MERGE. Adding a custom function to support legacy API compatibility
Dmitri Plotnikov
2010-10-05
Allow _DELETE_FILE trigger to delete files in /data/media
Mike Lockwood
2010-03-18
Add PHONEBOOK_COLLATOR toward SQLite so that database users are able to sort ...
Daisuke Miyakawa
2010-03-17
Remove getPhoneticallySortableString() and its SQLite variant, both of which ...
Daisuke Miyakawa
2010-03-12
Read external storage name from EXTERNAL_STORAGE variable.
Ray Chen
2010-03-03
Implementing traditional grouping of Hiragana characters in contacts lists
Dmitri Plotnikov
2010-03-03
Introducing a new SQLite extension function: GET_PHONEBOOK_INDEX
Dmitri Plotnikov
2009-09-20
Revert the default phone number comparation algorithm.
Daisuke Miyakawa
2009-05-19
Added 'tag' column to SQLite _TOKENIZE function.
Bjorn Bringert
2009-05-18
Hand merge from cupcake_dcm from donut, part 1.
Daisuke Miyakawa
2009-05-14
Add token_index column to _TOKENIZE table.
Bjorn Bringert
2009-05-06
Don't allow '/../' to be part of the path for delete file triggers.
Marco Nelissen
2009-03-27
AI 143231: am: CL 143056 Fix PhoneticStringUtils so that it ignores whitespac...
Daisuke Miyakawa
2009-03-13
auto import from //branches/cupcake_rel/...@138607
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project