index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
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
/
core
/
java
/
android
/
database
/
DatabaseUtils.java
Age
Commit message (
Expand
)
Author
2020-10-20
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-05-19
Carry over bugfixes from MediaProvider.
Jeff Sharkey
2020-03-31
Deep copy arguments to avoid accidental mutation.
Jeff Sharkey
2020-02-24
Include pending media as well when deleting mediastore entries.
Sudheer Shanka
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-12-28
Limit access to suspected false positives.
Mathew Inwood
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-27
Support for appending "standalone" WHERE chunks.
Jeff Sharkey
2017-08-28
Distinguish ROLLBACK from ROLLBACK TO
Fyodor Kupolov
2017-01-19
Also parse "1" as true for ContentValues#getAsBoolean
Michael Wright
2015-06-01
Terminate loop properly when cursor window is full.
Jeff Brown
2015-02-12
Move apache specific portions of android.net.http to external/apache-http.
Narayan Kamath
2013-08-02
If frameworks wants ASCII casing, it should explicity ask for it.
Elliott Hughes
2013-04-01
Add additional Method that check whether a table is empty or not
Hyoseong Kim
2012-06-22
Deprecate DatabaseUtils.InsertHelper.
Jeff Brown
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-03-14
Prefetch column names in bulk cursor adaptor.
Jeff Brown
2012-03-06
Don't close the database until all references released.
Jeff Brown
2012-02-01
Support automatic cancellation of Loaders.
Jeff Brown
2012-01-03
Fix Music import for Turkish locales.
Elliott Hughes
2011-10-28
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-12
Make default implementation of fillWindow typesafe.
Jeff Brown
2011-04-07
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-01-08
Implement issue # 3255887 could CursorLoader offer...
Dianne Hackborn
2010-09-17
don't compile statement for certain SQL statements
Vasu Nori
2010-09-02
Fixing an issue with convert... utility methods.
Dmitri Plotnikov
2010-08-24
resolved conflicts for merge of c64b916e to master
Jean-Baptiste Queru
2010-08-20
resolved conflicts for merge of e7731f0a to gingerbread-plus-aosp
Jean-Baptiste Queru
2010-08-20
Added overload methods for DatabaseUtils.queryNumEntries
Christian Mehlmauer
2010-08-18
New API and implementation of DB and memory-backed FDs
Bjorn Bringert
2010-08-10
Add a few helpful APIs.
Jeff Hamilton
2010-08-03
random but useful stuff
Vasu Nori
2010-08-02
do begin-end transaction before standalone insert/update/delete sql
Vasu Nori
2010-07-15
am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...
Brad Fitzpatrick
2010-07-15
StrictMode: gather and return violating stacks in Binder replies
Brad Fitzpatrick
2010-06-02
add API to Cursor to get column value type
Vasu Nori
2009-12-10
am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...
Fred Quintana
2009-05-22
add ipc support to batching
Fred Quintana
2009-03-24
Automated import from //branches/master/...@141380,141380
Fred Quintana
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
2009-02-19
auto import from //branches/cupcake/...@132276
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project