1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-26 16:43:29 +02:00
Gadgetbridge/app
cpfeiffer c93e97f10f Shave ~600KB off the apk size with the help of a FrankenDAO
We use a patched version of greenDAO's DaoGenerator with a bugfix
and additional support for
- composite primary keys
- WITHOUT_ROWID

We used to use jitpack for including our own greendao dependency into
Gadgetbridge. Since jitpack does not know how to build a real greenDAO
release, it will simply include all artifacts, including ftl templates
etc. which we do not need at runtime at all.

We could fix this by patching greenDAO build, but we actually don't need
to do that, since we can simply use the pristine greenDAO runtime
dependency. It will happily use our custom DAOGenerator-generated
entities.
2017-04-10 21:44:00 +02:00
..
src update changelog, bump versions 2017-04-09 22:39:50 +02:00
build.gradle Shave ~600KB off the apk size with the help of a FrankenDAO 2017-04-10 21:44:00 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00