issues
search
BoD
/
android-contentprovider-generator
A tool to generate Android ContentProviders.
GNU General Public License v3.0
619
stars
151
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
What is the use of beans?
#108
druidamix
opened
6 years ago
0
Could not find org.jraf:acpg-gradle-plugin
#107
GeekEver
opened
6 years ago
0
Detect empty entity folder
#106
mdupierreux
opened
7 years ago
0
How use feature bulkInsert?
#105
sonvp
opened
7 years ago
0
Fix empty default value handling for String and byte[] types
#104
KonstantinRitt
closed
7 years ago
1
Android Lint error
#103
edwardhuerta
opened
7 years ago
3
Put // @formatter:off // @formatter:on around the whole generated code
#102
BoD
closed
8 years ago
1
how to update the value
#101
gevikv
closed
8 years ago
1
How add defaultValue:'' -- (empty)
#100
druidamix
closed
8 years ago
1
Cannot declare a field "ID"
#99
diwakar-s-maurya
closed
8 years ago
1
To use the tool
#98
thaopit1992
closed
8 years ago
3
selection.orderByX doesn't seem to work
#97
pareshchouhan
opened
8 years ago
1
Add `offset` query parameter
#96
pareshchouhan
closed
8 years ago
1
Support available for Batch insert
#95
ghost
closed
8 years ago
3
How to use sum?
#94
umanusorn
closed
8 years ago
3
Fixed a problem and made some improvements
#93
zhcnxf
closed
8 years ago
2
Notify option is not respected by *ContentValues.update method
#92
zhcnxf
opened
8 years ago
1
Adding support for CursorLoader
#91
codeversed
closed
8 years ago
6
Some support for simple cases of upgrades
#90
BoD
opened
8 years ago
0
Method errors in generated code of v1.9.3
#89
thvranken
closed
9 years ago
2
Easy projection generation + fixed "do all possible joins by default" problem
#88
yargray
opened
9 years ago
2
Simple counting and order string generation
#87
yargray
closed
9 years ago
1
Not qualified columns when projection is null (relevant again)
#86
frigus02
closed
8 years ago
3
FEATURE REQUEST: Notify multiple URIs for related tables
#85
muncescu1
opened
9 years ago
0
Fixed JSON grammar
#84
mdupierreux
closed
9 years ago
1
IMPROVEMENT: Simple creating CursorLoader, counting and ordering
#83
yargray
closed
9 years ago
3
Add setCursor to AbstractCursor to prevent extra initialization of model Cursors
#82
R4md4c
closed
9 years ago
2
[FEAT] add option to use with sqlcipher library (encrypted database)
#81
sgueniot
opened
9 years ago
2
Update README.md
#80
friedger
closed
9 years ago
1
_id usage
#79
sgueniot
closed
9 years ago
2
Stop using == for string equality checks
#78
ansman
closed
9 years ago
1
String equality called with equal signs
#77
ansman
closed
9 years ago
6
Add `Model#getId()`
#76
ansman
closed
8 years ago
2
Added support for ${applicationId} variable in the authority config
#75
almilli
closed
9 years ago
2
INTEGER PRIMARY KEY<#if field.isAutoIncrement> AUTOINCREMENT</#if> in a ftl
#74
druidamix
closed
9 years ago
1
Cannot get mandatory column after doing an "optional" join
#73
ansman
closed
9 years ago
4
Clean the code to remove some lint warnings
#72
robUx4
closed
9 years ago
1
Fix parsing of float/double default values
#71
robUx4
closed
9 years ago
1
add support for the SQL HAVING parameter in queries
#70
robUx4
closed
9 years ago
1
more @NonNull annotations
#69
robUx4
closed
9 years ago
1
Build the sample app with gradle(w) / Android Studio
#68
robUx4
closed
9 years ago
1
Clean default values
#67
robUx4
closed
9 years ago
1
one line file declaration to avoid issues
#66
robUx4
closed
9 years ago
3
make the "idField" an array to allow having more than one is some forks
#65
robUx4
closed
9 years ago
1
Generate the code with @Nullable and @NonNull annotations
#64
ansman
closed
9 years ago
4
use a BaseContentProvider in base to factorize some code when using multiple databases
#63
robUx4
closed
9 years ago
1
Add a way to specify a query limit in the Content-Provider Uri
#62
robUx4
closed
9 years ago
1
clean the _id check to be comptible with a generator that has no _id field
#61
robUx4
closed
9 years ago
3
add the possibility to use a different field as the Content Provider _id
#60
robUx4
closed
9 years ago
1
the CREATE_TABLE and CREATE_INDEX should be public to make upgrades easier
#59
robUx4
closed
9 years ago
1
Next