issues
search
zendesk
/
android-db-commons
Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix weird lint issue
#98
maciejwitowski
closed
3 years ago
0
Use build tools bundled with AGP
#97
maciejwitowski
closed
3 years ago
0
Publish to Maven
#96
maciejwitowski
closed
3 years ago
0
Bintray publish CI
#95
DocX
closed
3 years ago
0
Create bintray.md
#94
DocX
closed
3 years ago
0
Version 0.15.0 release
#93
maciejwitowski
closed
3 years ago
0
Fix ConcurrentModificationException
#92
maciejwitowski
closed
3 years ago
2
update copyright year
#91
DocX
closed
4 years ago
0
Update LICENSE to Apache 2.0 and add copyright Zendesk
#90
DocX
closed
4 years ago
1
Xserxses/cancellation support
#89
xserxses
closed
7 years ago
1
Chalup/composed cursor loader crash fix
#88
chalup
closed
7 years ago
1
More info to exceptions thrown from ComposedCursorLoader#onNewDataDel…
#87
xserxses
closed
7 years ago
0
Add more info to exceptions thrown from ComposedCursorLoader#loadInBackground()
#86
plnice
closed
8 years ago
1
ComposedCursorLoader misses a notification
#85
C2H6O
opened
8 years ago
0
Chalup/selection backref support
#84
chalup
closed
9 years ago
0
Chalup/uri decorator
#83
chalup
closed
9 years ago
1
Chalup/another compound query fail
#82
chalup
closed
9 years ago
1
Add QueryBuilder.collate(CollatingSequence)
#81
chalup
closed
9 years ago
0
Fix incorrectly built compound queries
#80
chalup
closed
9 years ago
1
Chalup/random changes
#79
chalup
closed
9 years ago
0
Java 7: use <> and collapse catch blocks
#78
chalup
closed
9 years ago
2
Migrate to gradle
#77
chalup
closed
9 years ago
1
Add Expressions.not(Expression)
#76
chalup
opened
9 years ago
0
Expose lazy list
#75
chalup
closed
9 years ago
0
Make a CrudHandler interface public
#74
henieek
closed
9 years ago
0
Compound query fixes
#73
chalup
closed
9 years ago
0
Usecase of IdentityLinkedMap (question)
#72
ghost
closed
9 years ago
1
migration from v4.Loader to Loader
#71
grigerlab
closed
9 years ago
4
Support COLLATE operator in expressions
#70
chalup
closed
9 years ago
0
Cursor doesn't close after using lazy()
#69
ultraon
opened
10 years ago
15
Support LIKE expressions in fluent sqlite API
#68
chalup
opened
10 years ago
0
Compound queries
#67
chalup
closed
10 years ago
1
Add Expressions.literals() API
#66
chalup
closed
10 years ago
0
Easy way to build compound sqlite expression (SELECT ... UNION ALL ... UNION ALL ...) from existing Query objects
#65
chalup
closed
10 years ago
1
Deprecate where(column("col").eq().arg(), "arg") in favour of where(column("col").eq().arg("arg"))
#64
chalup
opened
10 years ago
0
Easy way to convert List<Object> to Expressions[]
#63
chalup
closed
10 years ago
1
Add a method throwing a RuntimException when Insert fails
#62
henieek
closed
10 years ago
0
Fluentcursor to map
#61
chalup
closed
10 years ago
0
7-Javaize everything
#60
henieek
closed
9 years ago
1
Apply batch or throw
#59
henieek
closed
10 years ago
0
Updates with custom expressions can be supported only since @TargetApi(HONEYCOMB)
#58
chalup
closed
10 years ago
0
`executeUpdateDelete` in Update
#57
chalup
closed
10 years ago
0
Exclude guava from dependences
#56
grigerlab
closed
10 years ago
1
allow using null selection arguments with ProviderAction
#55
lmac012
closed
10 years ago
0
Add fluent SQL to README file
#54
bambuchaAdm
closed
10 years ago
1
Add CursorLoaderBuilder.whereIn() API
#53
chalup
closed
10 years ago
0
Query should be immutable
#52
chalup
closed
10 years ago
0
Added option to use raw expression in comparisions
#51
ggajews
closed
10 years ago
0
Allow registering multiple notification uris in Loader
#50
chalup
closed
10 years ago
1
Loader fixes
#49
chalup
closed
10 years ago
0
Next