Added drop down menu in the settings to switch between app-specific and website original sorting procedures

This commit is contained in:
Deniz Düzgören
2019-09-24 09:32:25 +02:00
parent 1882034ec5
commit 87d4f11cba
13 changed files with 114 additions and 24 deletions
@@ -14,7 +14,8 @@ internal data class Substitution(
val teacher: String,
val type: String,
val priority: Int,
val date_priority: Int
val date_priority: Int,
val website_priority: Int
) {
@PrimaryKey(autoGenerate = true)