1
0

Migrate to greenDAO (#23)

* Migration of database operation to greenDAO
* Disable crashlitics for debug builds
* Remove unused drawable
* Fix crash when user have one grade
This commit is contained in:
Rafał Borcz
2017-09-17 18:04:28 +02:00
committed by Mikołaj Pich
parent 9b4c406934
commit 690b730494
44 changed files with 1222 additions and 934 deletions

View File

@ -1,6 +1,6 @@
<resources>
<style name="WulkanowyTheme" parent="Theme.AppCompat.Light">
<style name="WulkanowyTheme" parent="Base.Theme.AppCompat.Light">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorPrimary</item>