diff --git a/app/build.gradle b/app/build.gradle index f9b6f3d3..e2f144b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,13 +84,13 @@ configurations.all { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" - implementation('io.github.wulkanowy:api:0.6.0') { exclude module: "threetenbp" } + implementation('com.github.wulkanowy:api:fe371b2') { exclude module: "threetenbp" } implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.cardview:cardview:1.0.0" implementation "com.google.android.material:material:1.0.0" - implementation 'androidx.multidex:multidex:2.0.0' + implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.takisoft.preferencex:preferencex:1.0.0' implementation "com.mikepenz:aboutlibraries:6.2.0" @@ -120,7 +120,7 @@ dependencies { implementation "at.favre.lib:slf4j-timber:1.0.1" implementation 'com.google.firebase:firebase-core:16.0.6' - implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7' + implementation 'com.crashlytics.sdk.android:crashlytics:2.9.8' debugImplementation "com.amitshekhar.android:debug-db:1.0.4" diff --git a/app/src/main/res/drawable/ic_menu_main_attendance_summary_24dp.xml b/app/src/main/res/drawable/ic_menu_main_attendance_summary_24dp.xml new file mode 100644 index 00000000..13cfc8fa --- /dev/null +++ b/app/src/main/res/drawable/ic_menu_main_attendance_summary_24dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/src/main/res/menu/action_menu_attendance.xml b/app/src/main/res/menu/action_menu_attendance.xml index efafe135..94baf338 100644 --- a/app/src/main/res/menu/action_menu_attendance.xml +++ b/app/src/main/res/menu/action_menu_attendance.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 0e6d7e38..f2e48b4d 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -104,6 +104,7 @@ + Podsumowanie frekwencji Nieobecny z przyczyn szkolnych Nieobecność usprawiedliwiona Nieobecność nieusprawiedliwiona diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 20df69b9..a4cb7695 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -95,6 +95,7 @@ + Attendance summary Absent for school reasons Excused absence Unexcused absence