Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8bcb84e
Adding typeconverter
p-vincen-t Aug 2, 2020
761913a
Type converter complete
p-vincen-t Aug 3, 2020
1f20286
Adding column for hasOne relationship
p-vincen-t Aug 3, 2020
c12932a
mended generating abstract funcs in database class
p-vincen-t Aug 3, 2020
18ce055
compiler relation daos
p-vincen-t Aug 4, 2020
538e142
code refactor
p-vincen-t Aug 4, 2020
d9f8673
Merge branch 'dev' of https://github.com/android-promise/database int…
p-vincen-t Aug 4, 2020
944c2fb
has one relations
p-vincen-t Aug 5, 2020
db7d20c
fixed logging in compiler
p-vincen-t Aug 5, 2020
cce3728
updated readme
p-vincen-t Aug 5, 2020
7d30929
updated readme
p-vincen-t Aug 5, 2020
3329d9e
updated readme
p-vincen-t Aug 5, 2020
65218a1
removed proguard in project
p-vincen-t Aug 7, 2020
346ccfb
removed proguard in project
p-vincen-t Aug 7, 2020
cbfcd5c
updated commons package name
p-vincen-t Aug 7, 2020
0b78c79
removed artifacts in database gradle
p-vincen-t Aug 7, 2020
25d16d6
added supress warnings
p-vincen-t Aug 8, 2020
352f8a3
added commons release
p-vincen-t Aug 8, 2020
5a5d8b0
Update README.md
p-vincen-t Aug 8, 2020
6671401
prepare add androidx sqlite
p-vincen-t Aug 9, 2020
419603f
migrated to sqlite framework
p-vincen-t Aug 10, 2020
3a48289
refactor dager deps
p-vincen-t Aug 10, 2020
c9e9564
Merge branch 'dev' of https://github.com/android-promise/database int…
p-vincen-t Aug 10, 2020
e581b5b
updated readme
p-vincen-t Aug 10, 2020
7f948cd
added yml migration file
p-vincen-t Aug 12, 2020
64bfdc8
gen for create and drop migrations
p-vincen-t Aug 13, 2020
2f51e0f
refactored fastTable methods
p-vincen-t Aug 17, 2020
4cc1811
prep 1.0.3-alpha6
p-vincen-t Aug 20, 2020
405a1b6
updated commons dep
p-vincen-t Aug 20, 2020
fc969ef
updated commons dep
p-vincen-t Aug 20, 2020
14757e4
updated readme
p-vincen-t Aug 20, 2020
ba75328
updated readme
p-vincen-t Aug 20, 2020
b978090
fixed migration issue including static fields in migration columns
p-vincen-t Aug 24, 2020
b69b4dc
bump to 1.0.3
p-vincen-t Sep 2, 2020
4e41ed5
updated dependencies
p-vincen-t Nov 20, 2020
65208fa
updated dependencies
p-vincen-t Nov 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
/build
/captures
.externalNativeBuild
/app
/appbase
/commonsapp
/modelapp
/netapp
/promise
/promisecommons
/promisemodel
/promisenet
/promisepref
/promiseui
/uiapp
/node_modules


18 changes: 18 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading