Started converting the app to a true MVVM architecture; fixed 7 month old bug that would cause substitution items to not be shown on the personal plan if they contained a question mark (e.g. 'INF7?inf999')

This commit is contained in:
Deniz Düzgören
2019-10-23 21:15:12 +02:00
parent 1a4b8ce142
commit 10033d999f
24 changed files with 658 additions and 626 deletions
+3 -1
View File
@@ -3,7 +3,7 @@
<string name="app_name">AvH Plan</string>
<string name="substitution_plan">Substitution Plan</string>
<string name="filters">Filters</string>
<string name="no_internet_connection">No internet connection</string>
<string name="an_error_occurred">An error has occurred</string>
<string name="general">General</string>
<string name="grade">Grade</string>
<string name="courses">Courses</string>
@@ -205,4 +205,6 @@
<item>White</item>
<item>Black</item>
</string-array>
<string name="plan_updated">The plan has been updated</string>
<string name="food_menu_updated">The food menu has been updated</string>
</resources>