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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

View File

@ -7,9 +7,11 @@
<TextView
android:id="@+id/subject_text"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="15dp"
android:layout_marginRight="50dp"
android:layout_marginEnd="50dp"
android:text="@string/app_name"
android:textSize="19sp" />

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>